/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--primary:#FF6B6B;--primary-dark:#E85555;--secondary:#4ECDC4;--secondary-dark:#3DB9B1;--accent-yellow:#F7DC6F;--accent-purple:#BB8FCE;--accent-blue:#45B7D1;--accent-green:#58D68D;--accent-orange:#F5A623;--white:#FFFFFF;--gray-50:#F9FAFB;--gray-100:#F3F4F6;--gray-200:#E5E7EB;--gray-300:#D1D5DB;--gray-400:#9CA3AF;--gray-500:#6B7280;--gray-600:#4B5563;--gray-700:#374151;--gray-800:#1F2937;--gray-900:#111827;--font-display:'Fredoka',sans-serif;--font-body:'Inter',sans-serif;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);--transition-fast:150ms ease;--transition-base:250ms ease;--transition-slow:350ms ease;}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}html{scroll-behavior:smooth;}body{font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--gray-700);background-color:var(--white);-webkit-font-smoothing:antialiased;}img{max-width:100%;height:auto;display:block;}a{text-decoration:none;color:inherit;transition:color var(--transition-fast);}ul,ol{list-style:none;}button{font-family:inherit;cursor:pointer;border:none;background:none;}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-lg);}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;color:var(--gray-800);line-height:1.3;}h1{font-size:2.5rem;}h2{font-size:2rem;}h3{font-size:1.5rem;}h4{font-size:1.25rem;}@media (min-width:768px){h1{font-size:3.5rem;}h2{font-size:2.5rem;}h3{font-size:1.75rem;}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:0.75rem 1.5rem;font-family:var(--font-display);font-size:1rem;font-weight:500;border-radius:var(--radius-full);transition:all var(--transition-base);white-space:nowrap;}.btn-primary{background:var(--primary);color:var(--white);}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg);}.btn-secondary{background:var(--secondary);color:var(--white);}.btn-secondary:hover{background:var(--secondary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg);}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary);}.btn-outline:hover{background:var(--primary);color:var(--white);transform:translateY(-2px);}.btn-ghost{background:transparent;color:var(--gray-600);}.btn-ghost:hover{color:var(--primary);background:var(--gray-100);}.btn-white{background:var(--white);color:var(--primary);}.btn-white:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl);}.btn-lg{padding:1rem 2rem;font-size:1.125rem;}.btn-sm{padding:0.5rem 1rem;font-size:0.875rem;}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--white);box-shadow:var(--shadow-sm);}.header .container{display:flex;align-items:center;justify-content:space-between;height:70px;}.logo{display:flex;align-items:center;gap:var(--space-sm);}.logo-icon{font-size:1.75rem;}.logo-text{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--primary);}.nav-list{display:none;align-items:center;gap:var(--space-xl);}@media (min-width:768px){.nav-list{display:flex;}}.nav-link{font-family:var(--font-display);font-weight:500;color:var(--gray-600);position:relative;}.nav-link:hover,.nav-link.active{color:var(--primary);}.nav-link::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:3px;background:var(--primary);border-radius:var(--radius-full);transition:width var(--transition-base);}.nav-link:hover::after,.nav-link.active::after{width:100%;}.header-actions{display:none;align-items:center;gap:var(--space-md);}@media (min-width:768px){.header-actions{display:flex;}}.mobile-menu-btn{display:flex;flex-direction:column;gap:5px;padding:var(--space-sm);}.mobile-menu-btn span{display:block;width:24px;height:3px;background:var(--gray-700);border-radius:var(--radius-full);transition:all var(--transition-base);}@media (min-width:768px){.mobile-menu-btn{display:none;}}.mobile-nav{display:none;position:fixed;top:70px;left:0;right:0;background:var(--white);padding:var(--space-lg);box-shadow:var(--shadow-lg);z-index:999;}.mobile-nav.active{display:block;}.mobile-nav-list{display:flex;flex-direction:column;gap:var(--space-md);}.mobile-nav-link{font-family:var(--font-display);font-size:1.125rem;font-weight:500;color:var(--gray-700);padding:var(--space-sm) 0;}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--primary);}.mobile-nav-link.highlight{color:var(--primary);}.mobile-nav-divider{height:1px;background:var(--gray-200);margin:var(--space-sm) 0;}.hero{position:relative;padding:calc(70px + var(--space-3xl)) 0 var(--space-3xl);overflow:hidden;background:linear-gradient(135deg,#FFF5F5 0%,#F0FCFB 50%,#FFFBEB 100%);}.hero-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden;}.hero-shape{position:absolute;border-radius:50%;opacity:0.5;}.hero-shape-1{width:300px;height:300px;background:var(--accent-yellow);top:-100px;right:-50px;filter:blur(60px);}.hero-shape-2{width:200px;height:200px;background:var(--secondary);bottom:0;left:-50px;filter:blur(50px);}.hero-shape-3{width:150px;height:150px;background:var(--accent-purple);top:50%;left:30%;filter:blur(40px);}.hero .container{position:relative;display:grid;gap:var(--space-2xl);align-items:center;}@media (min-width:992px){.hero .container{grid-template-columns:1fr 1fr;}}.hero-content{text-align:center;}@media (min-width:992px){.hero-content{text-align:left;}}.hero-title{font-size:2.5rem;margin-bottom:var(--space-lg);color:var(--gray-800);}@media (min-width:768px){.hero-title{font-size:3.5rem;}}.highlight-text{color:var(--primary);position:relative;}.hero-subtitle{font-size:1.125rem;color:var(--gray-600);margin-bottom:var(--space-xl);max-width:500px;}@media (min-width:992px){.hero-subtitle{margin-left:0;margin-right:auto;}}.hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:center;margin-bottom:var(--space-2xl);}@media (min-width:992px){.hero-actions{justify-content:flex-start;}}.hero-stats{display:flex;gap:var(--space-xl);justify-content:center;}@media (min-width:992px){.hero-stats{justify-content:flex-start;}}.stat{text-align:center;}.stat-number{display:block;font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--gray-800);}.stat-label{font-size:0.875rem;color:var(--gray-500);}.hero-image{display:none;}@media (min-width:992px){.hero-image{display:block;}}.hero-image-wrapper{position:relative;width:100%;max-width:500px;margin-left:auto;}.hero-main-image{width:100%;aspect-ratio:1;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl);}.hero-main-image img{width:100%;height:100%;object-fit:cover;}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);font-size:5rem;}.floating-card{position:absolute;display:flex;align-items:center;gap:var(--space-sm);background:var(--white);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);animation:float 3s ease-in-out infinite;z-index:10;}.floating-card-1{top:10%;left:-20px;animation-delay:0s;}.floating-card-2{top:50%;right:-20px;animation-delay:1s;}.floating-card-3{bottom:10%;left:10%;animation-delay:2s;}.floating-emoji{font-size:1.5rem;}.floating-text{font-family:var(--font-display);font-weight:500;font-size:0.875rem;color:var(--gray-700);}@keyframes float{0%,100%{transform:translateY(0);}50%{transform:translateY(-10px);}}section{padding:var(--space-3xl) 0;}.section-header{text-align:center;margin-bottom:var(--space-2xl);}.section-title{margin-bottom:var(--space-sm);}.section-subtitle{color:var(--gray-500);font-size:1.125rem;}.section-link{display:inline-block;margin-top:var(--space-md);font-family:var(--font-display);font-weight:500;color:var(--primary);}.section-link:hover{color:var(--primary-dark);}.categories{background:var(--gray-50);}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md);}@media (min-width:768px){.categories-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-lg);}}@media (min-width:992px){.categories-grid{grid-template-columns:repeat(6,1fr);}}.category-card{display:flex;flex-direction:column;align-items:center;padding:var(--space-lg);background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-base);text-align:center;}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);}.category-card:hover .category-icon{transform:scale(1.2);}.category-icon{font-size:2.5rem;margin-bottom:var(--space-sm);transition:transform var(--transition-base);}.category-name{font-size:1rem;font-weight:600;color:var(--gray-800);margin-bottom:var(--space-xs);}.category-count{font-size:0.75rem;color:var(--gray-500);}.recipes-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg);}@media (min-width:640px){.recipes-grid{grid-template-columns:repeat(2,1fr);}}@media (min-width:992px){.recipes-grid{grid-template-columns:repeat(3,1fr);}}.recipe-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:all var(--transition-base);}.recipe-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl);}.recipe-card-image{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;}.recipe-card-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow);}.recipe-card:hover .recipe-card-image img{transform:scale(1.05);}.recipe-card-image .image-placeholder{aspect-ratio:4/3;font-size:3rem;}.recipe-category{position:absolute;top:var(--space-md);left:var(--space-md);padding:var(--space-xs) var(--space-md);background:var(--white);border-radius:var(--radius-full);font-family:var(--font-display);font-size:0.75rem;font-weight:600;color:var(--gray-700);}.recipe-save{position:absolute;top:var(--space-md);right:var(--space-md);width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--white);border-radius:50%;font-size:1.25rem;color:var(--gray-400);transition:all var(--transition-fast);}.recipe-save:hover{color:var(--primary);transform:scale(1.1);}.recipe-card-content{padding:var(--space-lg);}.recipe-meta{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-sm);font-size:0.875rem;color:var(--gray-500);}.recipe-difficulty{padding:2px 8px;background:var(--gray-100);border-radius:var(--radius-full);font-size:0.75rem;}.recipe-title{font-size:1.125rem;margin-bottom:var(--space-sm);}.recipe-title a:hover{color:var(--primary);}.recipe-excerpt{font-size:0.875rem;color:var(--gray-500);margin-bottom:var(--space-md);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.recipe-author{display:flex;align-items:center;gap:var(--space-sm);padding-top:var(--space-md);border-top:1px solid var(--gray-100);}.author-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;}.author-name{font-size:0.875rem;font-weight:500;color:var(--gray-700);}.featured-creators{background:var(--gray-50);}.creators-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg);}@media (min-width:768px){.creators-grid{grid-template-columns:repeat(4,1fr);}}.creator-card{display:flex;flex-direction:column;align-items:center;padding:var(--space-xl);background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-align:center;transition:all var(--transition-base);}.creator-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);}.creator-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;margin-bottom:var(--space-md);border:3px solid var(--primary);}.creator-avatar img{width:100%;height:100%;object-fit:cover;}.creator-name{font-size:1.125rem;margin-bottom:var(--space-xs);}.creator-specialty{font-size:0.875rem;color:var(--gray-500);margin-bottom:var(--space-sm);}.creator-stats{display:flex;align-items:center;gap:var(--space-sm);font-size:0.75rem;color:var(--gray-400);}.cta{position:relative;background:linear-gradient(135deg,var(--primary) 0%,var(--accent-orange) 100%);color:var(--white);overflow:hidden;}.cta .container{position:relative;z-index:1;}.cta-content{text-align:center;max-width:600px;margin:0 auto;}.cta-title{color:var(--white);margin-bottom:var(--space-md);}.cta-text{opacity:0.9;margin-bottom:var(--space-xl);}.cta-decoration{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-around;opacity:0.15;pointer-events:none;}.cta-emoji{font-size:5rem;}.footer{background:var(--gray-900);color:var(--gray-400);padding:var(--space-3xl) 0 var(--space-xl);}.footer-grid{display:grid;grid-template-columns:1fr;gap:var(--space-2xl);margin-bottom:var(--space-2xl);}@media (min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;}}.footer-brand .logo-text{color:var(--white);}.footer-tagline{margin:var(--space-md) 0;max-width:280px;}.footer-social{display:flex;gap:var(--space-md);}.social-link{font-size:1.25rem;transition:transform var(--transition-fast);}.social-link:hover{transform:scale(1.2);}.footer-heading{color:var(--white);font-size:1rem;margin-bottom:var(--space-md);}.footer-links ul{display:flex;flex-direction:column;gap:var(--space-sm);}.footer-links a{font-size:0.875rem;transition:color var(--transition-fast);}.footer-links a:hover{color:var(--white);}.footer-bottom{padding-top:var(--space-xl);border-top:1px solid var(--gray-800);text-align:center;font-size:0.875rem;}.page-header{padding:calc(70px + var(--space-2xl)) 0 var(--space-xl);background:linear-gradient(135deg,#FFF5F5 0%,#F0FCFB 100%);text-align:center;}.page-title{margin-bottom:var(--space-sm);}.page-subtitle{color:var(--gray-500);max-width:500px;margin:0 auto;}.filters{padding:var(--space-xl) 0;background:var(--white);border-bottom:1px solid var(--gray-200);}.filters-wrapper{display:flex;flex-wrap:wrap;gap:var(--space-md);align-items:center;justify-content:space-between;}.filter-group{display:flex;flex-wrap:wrap;gap:var(--space-sm);}.filter-btn{padding:var(--space-sm) var(--space-md);background:var(--gray-100);border-radius:var(--radius-full);font-family:var(--font-display);font-size:0.875rem;font-weight:500;color:var(--gray-600);transition:all var(--transition-fast);}.filter-btn:hover,.filter-btn.active{background:var(--primary);color:var(--white);}.search-box{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--gray-100);border-radius:var(--radius-full);}.search-box input{border:none;background:none;outline:none;font-family:var(--font-body);font-size:0.875rem;width:200px;}.recipes-listing{padding:var(--space-2xl) 0;}.pagination{display:flex;justify-content:center;gap:var(--space-sm);margin-top:var(--space-2xl);}.pagination-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);font-family:var(--font-display);font-weight:500;color:var(--gray-600);transition:all var(--transition-fast);}.pagination-btn:hover,.pagination-btn.active{background:var(--primary);border-color:var(--primary);color:var(--white);}.recipe-hero{padding:calc(70px + var(--space-xl)) 0 0;}.recipe-hero .container{display:grid;gap:var(--space-2xl);}@media (min-width:992px){.recipe-hero .container{grid-template-columns:1fr 1fr;align-items:start;}}.recipe-image-main{aspect-ratio:4/3;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl);}.recipe-image-main img{width:100%;height:100%;object-fit:cover;}.recipe-header{padding:var(--space-xl) 0;}.recipe-tags{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-bottom:var(--space-md);}.recipe-tag{padding:var(--space-xs) var(--space-md);background:var(--gray-100);border-radius:var(--radius-full);font-size:0.75rem;font-weight:500;color:var(--gray-600);}.recipe-tag.category{background:var(--primary);color:var(--white);}.recipe-page-title{font-size:2rem;margin-bottom:var(--space-md);}@media (min-width:768px){.recipe-page-title{font-size:2.5rem;}}.recipe-description{font-size:1.125rem;color:var(--gray-600);margin-bottom:var(--space-xl);}.recipe-info{display:flex;flex-wrap:wrap;gap:var(--space-lg);padding:var(--space-lg);background:var(--gray-50);border-radius:var(--radius-lg);margin-bottom:var(--space-xl);}.recipe-info-item{display:flex;flex-direction:column;gap:var(--space-xs);}.recipe-info-label{font-size:0.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:0.05em;}.recipe-info-value{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--gray-800);}.recipe-author-card{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-lg);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);}.recipe-author-card .author-avatar{width:60px;height:60px;}.recipe-author-info{flex:1;}.recipe-author-name{font-family:var(--font-display);font-weight:600;color:var(--gray-800);margin-bottom:var(--space-xs);}.recipe-author-bio{font-size:0.875rem;color:var(--gray-500);}.recipe-content{padding:var(--space-2xl) 0;}.recipe-content .container{display:grid;gap:var(--space-2xl);}@media (min-width:992px){.recipe-content .container{grid-template-columns:1fr 2fr;}}.ingredients-card{background:var(--gray-50);padding:var(--space-xl);border-radius:var(--radius-lg);height:fit-content;position:sticky;top:90px;}.ingredients-title{margin-bottom:var(--space-lg);}.ingredients-list{display:flex;flex-direction:column;gap:var(--space-md);}.ingredient-item{display:flex;align-items:center;gap:var(--space-md);}.ingredient-checkbox{width:20px;height:20px;border:2px solid var(--gray-300);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);}.ingredient-checkbox:hover{border-color:var(--primary);}.ingredient-checkbox.checked{background:var(--primary);border-color:var(--primary);}.ingredient-text{font-size:0.9375rem;}.instructions-section{padding:var(--space-xl) 0;}.instructions-title{margin-bottom:var(--space-xl);}.instructions-list{display:flex;flex-direction:column;gap:var(--space-xl);}.instruction-step{display:flex;gap:var(--space-lg);}.step-number{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--primary);color:var(--white);border-radius:50%;font-family:var(--font-display);font-weight:600;}.step-content{flex:1;padding-top:var(--space-sm);}.step-content p{line-height:1.7;}.creator-hero{padding:calc(70px + var(--space-2xl)) 0 var(--space-2xl);background:linear-gradient(135deg,#FFF5F5 0%,#F0FCFB 100%);}.creator-profile{display:flex;flex-direction:column;align-items:center;text-align:center;}@media (min-width:768px){.creator-profile{flex-direction:row;text-align:left;gap:var(--space-2xl);}}.creator-profile-avatar{width:150px;height:150px;border-radius:50%;overflow:hidden;border:4px solid var(--white);box-shadow:var(--shadow-lg);margin-bottom:var(--space-lg);}@media (min-width:768px){.creator-profile-avatar{margin-bottom:0;}}.creator-profile-avatar img{width:100%;height:100%;object-fit:cover;}.creator-profile-name{font-size:2rem;margin-bottom:var(--space-sm);}.creator-profile-specialty{color:var(--primary);font-family:var(--font-display);font-weight:500;margin-bottom:var(--space-md);}.creator-profile-bio{color:var(--gray-600);max-width:500px;margin-bottom:var(--space-lg);}.creator-profile-stats{display:flex;gap:var(--space-xl);}.creator-recipes{padding:var(--space-2xl) 0;}.creator-recipes-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-xl);}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:calc(70px + var(--space-xl)) var(--space-lg) var(--space-xl);background:linear-gradient(135deg,#FFF5F5 0%,#F0FCFB 100%);}.auth-card{width:100%;max-width:440px;background:var(--white);padding:var(--space-2xl);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);}.auth-header{text-align:center;margin-bottom:var(--space-xl);}.auth-title{margin-bottom:var(--space-sm);}.auth-subtitle{color:var(--gray-500);}.auth-form{display:flex;flex-direction:column;gap:var(--space-lg);}.form-group{display:flex;flex-direction:column;gap:var(--space-sm);}.form-label{font-weight:500;color:var(--gray-700);}.form-input{padding:var(--space-md);border:2px solid var(--gray-200);border-radius:var(--radius-md);font-family:var(--font-body);font-size:1rem;transition:border-color var(--transition-fast);}.form-input:focus{outline:none;border-color:var(--primary);}.form-footer{text-align:center;margin-top:var(--space-lg);color:var(--gray-500);}.form-footer a{color:var(--primary);font-weight:500;}.form-footer a:hover{text-decoration:underline;}.auth-divider{display:flex;align-items:center;gap:var(--space-md);color:var(--gray-400);font-size:0.875rem;}.auth-divider::before,.auth-divider::after{content:'';flex:1;height:1px;background:var(--gray-200);}.social-auth{display:flex;gap:var(--space-md);}.social-auth-btn{flex:1;padding:var(--space-md);border:2px solid var(--gray-200);border-radius:var(--radius-md);font-size:1.25rem;transition:all var(--transition-fast);}.social-auth-btn:hover{border-color:var(--gray-300);background:var(--gray-50);}.about-hero{padding:calc(70px + var(--space-3xl)) 0 var(--space-2xl);background:linear-gradient(135deg,#FFF5F5 0%,#F0FCFB 50%,#FFFBEB 100%);text-align:center;}.about-hero-title{margin-bottom:var(--space-lg);}.about-hero-text{max-width:700px;margin:0 auto;font-size:1.25rem;color:var(--gray-600);}.about-section{padding:var(--space-3xl) 0;}.about-grid{display:grid;gap:var(--space-2xl);align-items:center;}@media (min-width:992px){.about-grid{grid-template-columns:1fr 1fr;}}.about-image{aspect-ratio:4/3;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);}.about-image img{width:100%;height:100%;object-fit:cover;}.about-content h2{margin-bottom:var(--space-lg);}.about-content p{margin-bottom:var(--space-md);color:var(--gray-600);}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg);}@media (min-width:768px){.values-grid{grid-template-columns:repeat(4,1fr);}}.value-card{text-align:center;padding:var(--space-xl);background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);}.value-icon{font-size:2.5rem;margin-bottom:var(--space-md);}.value-title{font-size:1rem;margin-bottom:var(--space-sm);}.value-text{font-size:0.875rem;color:var(--gray-500);}.text-center{text-align:center;}.text-left{text-align:left;}.text-right{text-align:right;}.mt-sm{margin-top:var(--space-sm);}.mt-md{margin-top:var(--space-md);}.mt-lg{margin-top:var(--space-lg);}.mt-xl{margin-top:var(--space-xl);}.mb-sm{margin-bottom:var(--space-sm);}.mb-md{margin-bottom:var(--space-md);}.mb-lg{margin-bottom:var(--space-lg);}.mb-xl{margin-bottom:var(--space-xl);}.hidden{display:none;}@media (max-width:767px){.hide-mobile{display:none;}}@media (min-width:768px){.hide-desktop{display:none;}}
body.toolbar-fixed .header{top:79px;}body.toolbar-fixed main{padding-top:79px;}body.toolbar-fixed .hero{padding-top:calc(79px + 70px + var(--space-3xl));}body.toolbar-fixed .page-header{padding-top:calc(79px + 70px + var(--space-2xl));}.recipe-card-image .field,.recipe-card-image .field__item,.creator-avatar .field,.creator-avatar .field__item,.recipe-image-main .field,.recipe-image-main .field__item,.creator-profile-avatar .field,.creator-profile-avatar .field__item{display:contents;}.view-content{display:contents;}.node__links{display:none;}.path-frontpage .tabs{display:none;}.messages{max-width:1200px;margin:1rem auto;padding:1rem 1.5rem;border-radius:var(--radius-lg);}.messages--status{background:#d4edda;border:1px solid #c3e6cb;color:#155724;}.messages--warning{background:#fff3cd;border:1px solid #ffeeba;color:#856404;}.messages--error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24;}.recipes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--space-lg);}.creators-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg);}@media (min-width:768px){.creators-grid{grid-template-columns:repeat(4,1fr);}}.recipe-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:all var(--transition-base);}.recipe-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl);}.recipe-card-image{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;}.recipe-card-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow);}.recipe-card:hover .recipe-card-image img{transform:scale(1.05);}.creator-card{display:flex;flex-direction:column;align-items:center;padding:var(--space-xl);background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-align:center;transition:all var(--transition-base);}.creator-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);}.creator-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;margin-bottom:var(--space-md);border:3px solid var(--primary);}.creator-avatar img{width:100%;height:100%;object-fit:cover;}.author-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);font-size:3rem;}.recipe-hero .container,.recipe-content .container{display:grid;gap:var(--space-2xl);}@media (min-width:992px){.recipe-hero .container{grid-template-columns:1fr 1fr;align-items:start;}.recipe-content .container{grid-template-columns:1fr 2fr;}}.creator-profile{display:flex;flex-direction:column;align-items:center;text-align:center;}@media (min-width:768px){.creator-profile{flex-direction:row;text-align:left;gap:var(--space-2xl);}}.creator-profile-avatar{width:150px;height:150px;border-radius:50%;overflow:hidden;border:4px solid var(--white);box-shadow:var(--shadow-lg);flex-shrink:0;}.creator-profile-avatar img{width:100%;height:100%;object-fit:cover;}.recipe-image-main{aspect-ratio:4/3;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-xl);}.recipe-image-main img{width:100%;height:100%;object-fit:cover;}.ingredients-list ul{list-style:none;padding:0;margin:0;}.ingredients-list li{display:flex;align-items:flex-start;gap:0.75rem;padding:0.75rem 0;border-bottom:1px solid var(--gray-100);}.ingredients-list li::before{content:'';width:20px;height:20px;min-width:20px;border:2px solid var(--gray-300);border-radius:4px;margin-top:2px;}.instructions-list ol{list-style:none;padding:0;margin:0;counter-reset:step;}.instructions-list li{display:flex;gap:1rem;margin-bottom:1.5rem;counter-increment:step;}.instructions-list li::before{content:counter(step);width:36px;height:36px;min-width:36px;background:var(--primary);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;}
.node-form{max-width:800px;}.node-form .form-item{margin-bottom:1.5rem;}.node-form label{display:block;font-weight:600;color:#374151;margin-bottom:0.5rem;font-size:0.9375rem;}.node-form input[type="text"],.node-form input[type="email"],.node-form input[type="url"],.node-form input[type="number"],.node-form textarea,.node-form select{width:100%;padding:0.75rem 1rem;border:2px solid #E5E7EB;border-radius:0.5rem;font-family:'Inter',sans-serif;font-size:1rem;transition:border-color 0.15s ease;box-sizing:border-box;}.node-form input:focus,.node-form textarea:focus,.node-form select:focus{outline:none;border-color:#FF6B6B;}.node-form textarea{min-height:150px;resize:vertical;}.node-form .description{font-size:0.8125rem;color:#6B7280;margin-top:0.375rem;}.node-form input[type="submit"],.node-form button[type="submit"]{background:#FF6B6B;color:white;border:none;padding:0.875rem 2rem;border-radius:9999px;font-family:'Fredoka',sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all 0.25s ease;margin-right:0.5rem;}.node-form input[type="submit"]:hover,.node-form button[type="submit"]:hover{background:#E85555;transform:translateY(-2px);}.node-form #edit-preview{background:#6B7280;}.node-form .form-managed-file{padding:1rem;border:2px dashed #E5E7EB;border-radius:0.5rem;background:#F9FAFB;}details:has(> summary:contains("Revision")),details[id*="revision"],.field--name-revision-log,[data-drupal-selector*="revision"],details summary:has-text("Revision information"){display:none !important;}.node-form details:first-of-type{display:none !important;}.field--name-field-user-account{display:none !important;}.node-form .form-actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #E5E7EB;}.node-creator-edit-form,.node-creator-form{display:flex;flex-direction:column;}.node-creator-edit-form .form-actions,.node-creator-form .form-actions{order:100;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #E5E7EB;}
.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:calc(70px + 2rem) 1.5rem 2rem;background:linear-gradient(135deg,#FFF5F5 0%,#F0FCFB 100%);}body.toolbar-fixed .auth-page{padding-top:calc(79px + 70px + 2rem);}.auth-card{width:100%;max-width:440px;background:#fff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);}.auth-header{text-align:center;margin-bottom:2rem;}.auth-title{font-family:'Fredoka',sans-serif;font-size:1.75rem;font-weight:600;color:#1F2937;margin-bottom:0.5rem;}.auth-subtitle{color:#6B7280;font-size:1rem;}.auth-page .tabs,.auth-page nav.tabs,.auth-page .local-tasks,.auth-page ul.tabs,.auth-page .tabs--primary,.auth-page .tabs--secondary,.auth-page ul.primary,.auth-page ul.secondary,.auth-page .item-list--tabs,.auth-page .item-list.tabs{display:none !important;}.auth-form-wrapper nav,.auth-form-wrapper > ul,.auth-form-wrapper .item-list,.auth-card > nav:not(.header nav),.auth-card > ul:not(.mobile-nav-list){display:none !important;}.auth-form-wrapper #block-flavours-fiesta-primary-local-tasks,.auth-form-wrapper #block-flavours-fiesta-secondary-local-tasks,.auth-form-wrapper .block-local-tasks-block{display:none !important;}.auth-form-wrapper a[href="/user/login"],.auth-form-wrapper a[href="/user/register"],.auth-form-wrapper a[href="/user/password"],.auth-form-wrapper a[data-drupal-link-system-path="user/login"],.auth-form-wrapper a[data-drupal-link-system-path="user/register"],.auth-form-wrapper a[data-drupal-link-system-path="user/password"]{display:none !important;}.auth-form-wrapper .menu-local-tasks,.auth-form-wrapper h2.visually-hidden + ul{display:none !important;}.auth-page .page-title,.auth-page h1.page-title,.auth-form-wrapper h1,.auth-form-wrapper .page-title{display:none !important;}.auth-form-wrapper{margin-bottom:1.5rem;}.auth-form-wrapper .block{margin:0;padding:0;}.auth-form-wrapper .user-form > .field--name-user-picture,.auth-form-wrapper .field--name-timezone,.auth-form-wrapper .field--name-langcode,.auth-form-wrapper .field--name-contact,.auth-form-wrapper #edit-contact,.auth-form-wrapper #edit-timezone,.auth-form-wrapper #edit-langcode,.auth-form-wrapper .form-item-notify,.auth-form-wrapper details.user-form-status,.auth-form-wrapper #edit-status,.auth-form-wrapper #edit-roles,.auth-form-wrapper .field--name-status{display:none !important;}.auth-form-wrapper form{display:flex;flex-direction:column;gap:1.25rem;}.auth-form-wrapper .form-item{display:flex;flex-direction:column;gap:0.5rem;margin:0;}.auth-form-wrapper .form-item label,.auth-form-wrapper label{font-weight:500;color:#374151;font-size:0.9375rem;}.auth-form-wrapper .form-item label .form-required,.auth-form-wrapper label .form-required{color:#FF6B6B;}.auth-form-wrapper input[type="text"],.auth-form-wrapper input[type="email"],.auth-form-wrapper input[type="password"],.auth-form-wrapper input[type="tel"],.auth-form-wrapper select,.auth-form-wrapper textarea{padding:0.875rem 1rem;border:2px solid #E5E7EB;border-radius:0.5rem;font-family:'Inter',sans-serif;font-size:1rem;transition:border-color 0.15s ease;width:100%;box-sizing:border-box;}.auth-form-wrapper input[type="text"]:focus,.auth-form-wrapper input[type="email"]:focus,.auth-form-wrapper input[type="password"]:focus,.auth-form-wrapper input[type="tel"]:focus,.auth-form-wrapper select:focus,.auth-form-wrapper textarea:focus{outline:none;border-color:#FF6B6B;}.auth-form-wrapper .description,.auth-form-wrapper .form-item .description{font-size:0.8125rem;color:#9CA3AF;margin-top:0.25rem;}.auth-form-wrapper .password-strength,.auth-form-wrapper .password-confirm,.auth-form-wrapper .password-suggestions{font-size:0.8125rem;margin-top:0.5rem;}.auth-form-wrapper .password-strength__meter{height:6px;border-radius:3px;background:#E5E7EB;margin-top:0.5rem;overflow:hidden;}.auth-form-wrapper .password-strength__indicator{height:100%;border-radius:3px;transition:width 0.3s ease,background-color 0.3s ease;}.auth-form-wrapper input[type="submit"],.auth-form-wrapper button[type="submit"],.auth-form-wrapper .form-submit,.auth-form-wrapper #edit-submit{width:100%;padding:0.875rem 1.5rem;background:#FF6B6B;color:white;border:none;border-radius:9999px;font-family:'Fredoka',sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all 0.25s ease;margin-top:0.5rem;}.auth-form-wrapper input[type="submit"]:hover,.auth-form-wrapper button[type="submit"]:hover,.auth-form-wrapper .form-submit:hover,.auth-form-wrapper #edit-submit:hover{background:#E85555;transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1);}.auth-form-wrapper .form-actions{margin-top:0.5rem;}.auth-notice{font-size:0.875rem;color:#6B7280;text-align:center;padding:1rem;background:#F9FAFB;border-radius:0.5rem;margin-bottom:1.5rem;}.form-footer{text-align:center;color:#6B7280;font-size:0.9375rem;}.form-footer a{color:#FF6B6B;font-weight:500;text-decoration:none;}.form-footer a:hover{text-decoration:underline;}.auth-card .messages{margin-bottom:1.5rem;padding:1rem;border-radius:0.5rem;font-size:0.875rem;}.auth-card .messages--status{background:#D1FAE5;border:1px solid #A7F3D0;color:#065F46;}.auth-card .messages--warning{background:#FEF3C7;border:1px solid #FDE68A;color:#92400E;}.auth-card .messages--error{background:#FEE2E2;border:1px solid #FECACA;color:#991B1B;}.auth-form-wrapper details > summary{display:none;}.auth-form-wrapper details{border:none;padding:0;margin:0;}.auth-form-wrapper details[open]{display:block;}.auth-form-wrapper .js-form-type-password-confirm > .form-item{margin-bottom:1rem;}.auth-form-wrapper input[type="checkbox"]{width:auto;margin-right:0.5rem;}.auth-form-wrapper .form-type-checkbox{flex-direction:row;align-items:center;}.auth-form-wrapper .form-type-checkbox label{margin-bottom:0;}
.about-hero{padding:calc(70px + var(--space-3xl,4rem)) 0 var(--space-2xl,3rem);background:linear-gradient(135deg,#FFF5F5 0%,#F0FCFB 50%,#FFFBEB 100%);text-align:center;}.about-hero-title{font-family:var(--font-display,'Fredoka',sans-serif);font-size:2.5rem;font-weight:600;color:var(--gray-800,#1F2937);margin-bottom:var(--space-lg,1.5rem);}@media (min-width:768px){.about-hero-title{font-size:3.5rem;}}.about-hero-text{max-width:700px;margin:0 auto;font-size:1.25rem;color:var(--gray-600,#4B5563);line-height:1.7;}.about-section{padding:var(--space-3xl,4rem) 0;}.about-section--gray{background:var(--gray-50,#F9FAFB);}.about-grid{display:grid;gap:var(--space-2xl,3rem);align-items:center;}@media (min-width:992px){.about-grid{grid-template-columns:1fr 1fr;}}.about-grid--reverse{direction:rtl;}.about-grid--reverse > *{direction:ltr;}.about-image{aspect-ratio:4/3;border-radius:var(--radius-xl,1.5rem);overflow:hidden;box-shadow:var(--shadow-lg,0 10px 15px -3px rgba(0,0,0,0.1));}.about-image img{width:100%;height:100%;object-fit:cover;}.about-image .image-placeholder{width:100%;height:100%;min-height:300px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary,#FF6B6B) 0%,var(--secondary,#4ECDC4) 100%);font-size:4rem;}.about-content h2{font-family:var(--font-display,'Fredoka',sans-serif);font-size:2rem;font-weight:600;color:var(--gray-800,#1F2937);margin-bottom:var(--space-lg,1.5rem);}.about-content p{margin-bottom:var(--space-md,1rem);color:var(--gray-600,#4B5563);line-height:1.7;}.about-content p:last-of-type{margin-bottom:0;}.about-content strong{color:var(--gray-800,#1F2937);}.about-cta{margin-top:var(--space-xl,2rem);}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-lg,1.5rem);}@media (min-width:768px){.values-grid{grid-template-columns:repeat(4,1fr);}}.value-card{text-align:center;padding:var(--space-xl,2rem);background:var(--white,#FFFFFF);border-radius:var(--radius-lg,1rem);box-shadow:var(--shadow-sm,0 1px 2px rgba(0,0,0,0.05));transition:all 0.25s ease;}.value-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg,0 10px 15px -3px rgba(0,0,0,0.1));}.value-icon{font-size:2.5rem;margin-bottom:var(--space-md,1rem);display:block;}.value-title{font-family:var(--font-display,'Fredoka',sans-serif);font-size:1.125rem;font-weight:600;color:var(--gray-800,#1F2937);margin-bottom:var(--space-sm,0.5rem);}.value-text{font-size:0.875rem;color:var(--gray-500,#6B7280);line-height:1.6;}.about-stats{display:flex;justify-content:center;gap:var(--space-3xl,4rem);flex-wrap:wrap;}.about-stats .stat{text-align:center;color:white;}.about-stats .stat-number{display:block;font-family:var(--font-display,'Fredoka',sans-serif);font-size:2.5rem;font-weight:700;color:white;}.about-stats .stat-label{font-size:1rem;color:rgba(255,255,255,0.8);}body.toolbar-fixed .about-hero{padding-top:calc(79px + 70px + var(--space-3xl,4rem));}
.featured-recipes .page-header,.featured-creators .page-header,.recipes-grid .page-header,.creators-grid .page-header{display:none !important;}.recipes-grid .view-header,.recipes-grid .view-filters,.creators-grid .view-header,.creators-grid .view-filters{display:none !important;}.recipes-grid .view,.recipes-grid .view-content,.creators-grid .view,.creators-grid .view-content{display:contents !important;}.recipes-grid{display:grid !important;grid-template-columns:repeat(3,1fr) !important;gap:1.5rem !important;}@media (max-width:992px){.recipes-grid{grid-template-columns:repeat(2,1fr) !important;}}@media (max-width:640px){.recipes-grid{grid-template-columns:1fr !important;}}.creators-grid{display:grid !important;grid-template-columns:repeat(4,1fr) !important;gap:1.5rem !important;}@media (max-width:992px){.creators-grid{grid-template-columns:repeat(2,1fr) !important;}}@media (max-width:480px){.creators-grid{grid-template-columns:1fr !important;}}.recipe-card{background:var(--white,#fff);border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);transition:all 0.25s ease;}.recipe-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgba(0,0,0,0.1);}.creator-card{display:flex !important;flex-direction:column !important;align-items:center !important;padding:2rem !important;background:var(--white,#fff) !important;border-radius:1rem !important;box-shadow:0 1px 2px rgba(0,0,0,0.05) !important;text-align:center !important;transition:all 0.25s ease !important;}.creator-card:hover{transform:translateY(-5px) !important;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1) !important;}.recipe-card .field,.recipe-card .field__item,.creator-card .field,.creator-card .field__item{display:contents;}.node__links{display:none !important;}.views-row{display:contents;}
