*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:2rem;background-color:#f5f5f5}main{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.main-container,main{max-width:1400px;margin:0 auto;background:#fff;padding:2rem}h1{margin-bottom:1.5rem;color:#333}button{background:linear-gradient(135deg,#a855f7,#6366f1);color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease;box-shadow:0 4px 12px rgba(99,102,241,.25)}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px rgba(99,102,241,.35)}button:disabled{background:#9ca3af;cursor:not-allowed;box-shadow:none}.loading{margin-top:1rem;color:#6b7280}.error{background-color:#fee2e2;color:#991b1b}.error,.success{margin-top:1rem;padding:1rem;border-radius:6px}.success{background-color:#d1fae5;color:#065f46}.success a{color:#6366f1;text-decoration:underline}.success a:hover{color:#4f46e5}.header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.header-actions{display:flex;align-items:center;gap:1rem}.signout-link{color:#111827;text-decoration:none;font-weight:600;padding:.5rem 1.25rem;border:1px solid #d1d5db;border-radius:999px;transition:all .2s;background-color:#fff}.signout-link:hover{border-color:#111827;background-color:#111827;color:#fff}.header h1{margin-bottom:.5rem;font-size:2rem;font-weight:700;color:#111827}.subtitle{color:#6b7280;font-size:1rem;margin:0}.cart-icon-link{position:relative;display:flex;align-items:center;justify-content:center;width:48px;height:48px;color:#374151;text-decoration:none;border-radius:50%;transition:all .2s ease}.cart-icon-link:hover{background-color:#f3f4f6;color:#6366f1;transform:scale(1.05)}.cart-icon-link:hover svg{animation:cartBounce .5s ease}@keyframes cartBounce{0%,to{transform:translateY(0)}25%{transform:translateY(-3px)}50%{transform:translateY(0)}75%{transform:translateY(-1px)}}.cart-badge{position:absolute;top:-4px;right:-4px;background-color:#ef4444;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.cart-link{color:#6366f1;text-decoration:none;font-weight:500;padding:.5rem 1rem;border:2px solid #6366f1;border-radius:6px;transition:all .2s}.cart-link:hover{background:linear-gradient(135deg,#a855f7,#6366f1);border-color:transparent;color:#fff;box-shadow:0 4px 12px rgba(99,102,241,.3)}.dashboard-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 2px 6px rgba(0,0,0,.05)}.dashboard-card h2{margin-bottom:1rem;font-size:1.25rem;font-weight:600;color:#111827}.profile-details{display:grid;grid-gap:1rem;gap:1rem}.profile-details div{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid #e5e7eb;padding-bottom:.75rem}.profile-details div:last-child{border-bottom:none}.profile-details dt{font-weight:600;color:#374151}.profile-details dd{margin:0;color:#1f2937;text-align:right}.auth-landing{min-height:100vh;padding:2rem;background:radial-gradient(circle at top left,#f3f4ff,#f9fafb 50%,#fff 100%);display:flex;align-items:center;justify-content:center}.auth-landing-content{display:flex;width:100%;max-width:1260px;min-height:620px;background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 25px 60px rgba(15,23,42,.12)}.auth-card{flex:1 1;padding:4rem;display:flex;flex-direction:column;gap:1.5rem;min-height:inherit}.auth-logo{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#6d5dfc,#ff7ad9);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:2rem;margin-bottom:1.5rem}.auth-title{font-size:2.25rem;font-weight:700;margin-bottom:.75rem;color:#111827}.auth-subtitle{color:#6b7280;line-height:1.6;max-width:28rem}.auth-primary-btn-wrapper{margin:1.25rem 0 3rem}.auth-primary-btn{display:inline-flex;justify-content:center;align-items:center;padding:1.1rem 2rem;border-radius:999px;font-weight:600;font-size:1.125rem;min-width:240px;text-decoration:none;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .25s ease,filter .25s ease;background:linear-gradient(135deg,#6d5dfc,#ff7ad9);color:#fff;box-shadow:0 18px 38px rgba(109,93,252,.35)}.auth-primary-btn:hover{transform:translateY(-2px);box-shadow:0 22px 45px rgba(109,93,252,.45);filter:brightness(1.05)}.auth-divider{display:flex;align-items:center;gap:1rem;color:#9ca3af;font-size:.875rem}.auth-divider span:first-child,.auth-divider span:last-child{flex:1 1;height:1px;background-color:#e5e7eb}.auth-terms{font-size:.875rem;color:#9ca3af;max-width:25rem}.auth-link-text{color:#4f46e5;font-weight:600}.auth-footer{font-size:.95rem;color:#6b7280}.auth-inline-link{color:#111827;font-weight:600}.auth-inline-link,.auth-inline-link:hover{text-decoration:underline}.auth-trust{margin-top:auto;color:#9ca3af;font-size:.85rem;display:flex;flex-direction:column;gap:.75rem}.auth-trust-logos{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.5rem 1.5rem;gap:.5rem 1.5rem;font-weight:600;color:#6b7280}.auth-visual{flex:1.2 1;position:relative;background:linear-gradient(160deg,#111827,#4f46e5 55%,#a855f7);display:flex;align-items:stretch;justify-content:center;min-height:inherit}.auth-visual-overlay{position:absolute;inset:0;background-image:url(/nico_flex.webp);background-size:contain;background-position:50%;background-repeat:no-repeat;filter:brightness(1.15)}.auth-visual-gradient{position:absolute;inset:0;background:linear-gradient(160deg,rgba(17,24,39,.78) 10%,rgba(17,24,39,.35) 45%,rgba(79,70,229,.35)),radial-gradient(circle at 20% 20%,hsla(0,0%,100%,.25),transparent 55%),radial-gradient(circle at 80% 30%,hsla(0,0%,100%,.18),transparent 60%)}@media (max-width:960px){.auth-landing{padding:1.5rem}.auth-landing-content{flex-direction:column;min-height:auto}.auth-visual{min-height:320px}.auth-card{padding:2.5rem;min-height:auto}}.recipe-item{margin-bottom:2rem}.recipes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:0}@media (min-width:768px){.recipes-grid{grid-template-columns:repeat(4,1fr)}}.recipe-card{border-radius:12px;overflow:hidden;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s,box-shadow .2s;position:relative}.recipe-card,.recipe-card-link{display:flex;flex-direction:column}.recipe-card-link{text-decoration:none;color:inherit;flex-grow:1}.recipe-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.recipe-image-wrapper{position:relative;width:100%;padding-top:75%;overflow:hidden;background-color:#f3f4f6}.recipe-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.add-to-cart-recipe-btn{position:absolute;bottom:1rem;right:1rem;padding:.625rem 1.5rem;border-radius:999px;background:linear-gradient(135deg,#a855f7,#6366f1);border:none;color:#fff;font-weight:600;font-size:.9375rem;cursor:pointer;box-shadow:0 4px 12px rgba(99,102,241,.4);transition:all .25s ease;z-index:10}.add-to-cart-recipe-btn:hover{transform:translateY(-3px) scale(1.08);box-shadow:0 12px 28px rgba(99,102,241,.6);background:linear-gradient(135deg,#c084fc,#818cf8);filter:brightness(1.15)}.add-to-cart-recipe-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.add-to-cart-recipe-btn.added{background:linear-gradient(135deg,#10b981,#059669);animation:checkmarkPop .3s ease-out}.checkmark-icon{animation:checkmarkDraw .3s ease-out}@keyframes checkmarkPop{0%{transform:scale(.8)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes checkmarkDraw{0%{stroke-dasharray:0,100;stroke-dashoffset:0}to{stroke-dasharray:100,0;stroke-dashoffset:0}}.recipe-content{padding:1rem;display:flex;flex-direction:column;flex-grow:1}.recipe-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recipe-card h2{margin-bottom:1rem;color:#111827}.recipe-time{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem;margin-top:auto}.recipe-time svg{flex-shrink:0}.recipe-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 1.5rem;min-height:3rem;align-content:flex-start}.recipe-tag{background:rgba(129,140,248,.15);color:#4c1d95;border-radius:999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.recipes-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2.5rem}.pagination-btn{border-radius:999px;border:1px solid rgba(99,102,241,.25);background:#fff;color:#4f46e5;font-weight:600;padding:.65rem 1.6rem;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:linear-gradient(135deg,#a855f7,#6366f1);border-color:transparent;color:#fff;box-shadow:0 4px 12px rgba(99,102,241,.3)}.pagination-btn:disabled{opacity:.45;cursor:not-allowed}.pagination-meta{font-weight:600;color:#4b5563}.ingredients-preview{margin-bottom:1.5rem}.ingredients-preview p{margin-bottom:.5rem;color:#374151}.ingredients-preview ul{list-style-type:disc;padding-left:1.5rem;color:#6b7280}.ingredients-preview li{margin-bottom:.25rem}.add-to-cart-btn{width:100%;background:linear-gradient(135deg,#a855f7,#6366f1);font-size:1.1rem;padding:1rem;box-shadow:0 4px 12px rgba(99,102,241,.25);transition:all .2s ease}.add-to-cart-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px rgba(99,102,241,.35)}.back-link{display:inline-block;margin-bottom:1.5rem;color:#6b7280;text-decoration:none;font-size:.9rem}.back-link:hover{color:#374151}.empty-cart{text-align:center;padding:3rem 1rem;color:#6b7280}.empty-cart p{margin-bottom:1.5rem;font-size:1.1rem}.cart-items{margin-bottom:2rem}.cart-recipe-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.recipe-controls{display:flex;align-items:center;gap:1rem}.delete-recipe-btn{display:flex;align-items:center;justify-content:center;padding:.25rem;background-color:transparent;color:#fff;border:none;cursor:pointer;transition:all .2s ease}.delete-recipe-btn svg{stroke-width:2.5}.delete-recipe-btn:hover{color:#f3f4f6;transform:scale(1.15)}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e5e7eb}.cart-item:last-child{border-bottom:none}.cart-item-info h3{margin-bottom:.25rem;color:#111827;font-size:1.1rem}.cart-item-details{color:#6b7280;font-size:.9rem}.cart-item-actions{display:flex;align-items:center;gap:1rem}.quantity-controls{display:flex;align-items:center;gap:.5rem;border:1px solid #d1d5db;border-radius:6px;padding:.25rem}.quantity-btn{background-color:transparent;color:#374151;padding:.25rem .5rem;font-size:1.2rem;min-width:32px;height:32px;border:none;cursor:pointer}.quantity-btn:hover:not(:disabled){background-color:#f3f4f6;color:#111827}.quantity-btn:disabled{opacity:.3;cursor:not-allowed}.quantity-display{min-width:2rem;text-align:center;font-weight:500;color:#111827}.servings-display{min-width:auto;white-space:nowrap}.servings-label{font-size:.75rem;font-weight:400;color:#6b7280;margin-left:.25rem}.remove-btn{display:flex;align-items:center;justify-content:center;background-color:transparent;color:#fff;border:none;padding:.25rem;cursor:pointer;transition:all .2s ease}.remove-btn svg{stroke-width:2.5}.remove-btn:hover:not(:disabled){color:#f3f4f6;transform:scale(1.15)}.cart-footer{padding-top:1.5rem;border-top:2px solid #e5e7eb}.cart-footer-actions{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.clear-cart-btn{background:transparent;color:#ef4444;border:1px solid rgba(239,68,68,.35);padding:.65rem 1.6rem;border-radius:999px;font-weight:600;transition:all .2s ease}.clear-cart-btn:hover:not(:disabled){background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.5);color:#b91c1c}.clear-cart-btn:disabled{opacity:.5;cursor:not-allowed}.checkout-btn{width:100%;background:linear-gradient(135deg,#a855f7,#6366f1);font-size:1.1rem;padding:1rem;box-shadow:0 4px 12px rgba(99,102,241,.25);transition:all .2s ease}.cart-footer-actions .checkout-btn{width:auto;min-width:220px}.checkout-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px rgba(99,102,241,.35)}.recipe-detail-container{max-width:800px;margin:0 auto;padding:1rem;background-color:#f5f5f5;min-height:100vh}.recipe-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0 .5rem}.recipe-detail-header h1{margin:0;font-size:1.5rem;font-weight:700;color:#111827}.recipe-detail-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);position:relative;margin-bottom:100px}.close-button{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;background-color:hsla(0,0%,100%,.9);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background-color .2s}.close-button:hover{background-color:#fff}.recipe-detail-image-wrapper{width:100%;height:300px;overflow:hidden;background-color:#f3f4f6}.recipe-detail-image{width:100%;height:100%;object-fit:cover}.recipe-detail-header-section{padding:2rem 1.5rem}.recipe-detail-header-section h2{margin-bottom:1rem;line-height:1.3}.recipe-title-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:1rem}.recipe-title-row h2{font-size:1.75rem;font-weight:700;color:#111827;margin:0;flex:1 1}.dish-type{display:block;font-size:.875rem;color:#6b7280;padding:.5rem 0;margin-bottom:1rem;white-space:nowrap}.recipe-description-text{color:#4b5563;line-height:1.6;margin:1rem 0 0;font-size:1rem}.time-info-section{display:flex;gap:2rem;padding:1.5rem;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.time-info-item{display:flex;align-items:center;gap:.75rem}.time-info-item svg{color:#6b7280;flex-shrink:0}.time-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.time-value{font-size:1rem;font-weight:600;color:#111827}.servings-section{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.servings-label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#111827}.servings-label svg{color:#6b7280}.servings-selector{display:flex;align-items:center;gap:1rem;border:1px solid #d1d5db;border-radius:6px;padding:.25rem}.servings-btn{background-color:transparent;color:#374151;padding:.5rem 1rem;font-size:1.2rem;border:none;cursor:pointer;min-width:36px;height:36px;display:flex;align-items:center;justify-content:center}.servings-btn:hover{background-color:#f3f4f6}.servings-value{min-width:2rem;text-align:center;font-weight:600;color:#111827;font-size:1rem}.nutrition-section{padding:1.5rem;border-bottom:1px solid #e5e7eb}.nutrition-section h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .5rem}.calories-value{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.nutrition-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem;gap:1rem}.nutrition-item{display:flex;flex-direction:column;gap:.25rem}.nutrition-label{font-size:.875rem;color:#6b7280}.nutrition-value{font-size:1rem;font-weight:600;color:#111827}.ingredients-section,.instructions-section{padding:2rem 1.5rem;border-bottom:1px solid #e5e7eb}.ingredients-section h3,.instructions-section h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1.5rem}.ingredients-list{list-style:none;padding:0;margin:0}.ingredients-list li{padding:.75rem 0;color:#374151;border-bottom:1px solid #f3f4f6;line-height:1.5}.ingredients-list li:last-child{border-bottom:none}.ingredients-list li strong{color:#111827}.instructions-list{list-style:none;padding:0;margin:0;counter-reset:step-counter}.instructions-list li{counter-increment:step-counter;padding:1.25rem 0 1.25rem 3rem;position:relative;color:#374151;line-height:1.6;border-bottom:1px solid #f3f4f6}.instructions-list li:last-child{border-bottom:none}.instructions-list li:before{content:counter(step-counter);position:absolute;left:0;top:1.25rem;width:2rem;height:2rem;background-color:#111827;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.instructions-text{color:#374151;line-height:1.6;white-space:pre-wrap}.placeholder-text{color:#9ca3af;font-style:italic;margin:1rem 0}.sticky-add-to-cart{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;padding:1rem;z-index:100;box-shadow:0 -2px 8px rgba(0,0,0,.1)}.add-to-cart-button{width:100%;max-width:800px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:.75rem;background-color:#111827;color:#fff;border:none;padding:1rem 2rem;font-size:1.125rem;font-weight:600;border-radius:8px;cursor:pointer;transition:background-color .2s}.add-to-cart-button:hover{background-color:#374151}.add-to-cart-button svg{flex-shrink:0}.recipes-main{border-radius:28px;box-shadow:0 24px 50px rgba(148,163,184,.2)}.recipes-sticky-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 0;margin-bottom:2rem;background:transparent;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:none}.page-header{margin-bottom:2rem}.page-header h1{margin-bottom:.5rem;font-size:2rem;font-weight:700;color:#111827}.recipes-nav{display:inline-flex;align-items:center;gap:.75rem;padding:.35rem;border-radius:999px;background:rgba(99,102,241,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.recipes-nav-link{padding:.55rem 1.6rem;border-radius:999px;font-weight:600;font-size:.95rem;text-decoration:none;color:#6b7280;transition:all .2s ease;background:none;border:none;cursor:pointer;box-shadow:none}.recipes-nav-link:hover{color:#4f46e5;transform:none;box-shadow:none}.recipes-nav-link--active{color:#fff;background:linear-gradient(135deg,#a855f7,#6366f1);box-shadow:0 12px 24px rgba(99,102,241,.35)}.recipes-nav-link--active:hover{color:#fff;transform:none}.create-recipe-page{max-width:1260px;margin:0 auto;padding:2.5rem 2.5rem 3rem;background:transparent;box-shadow:none}.create-recipe-content{display:flex;gap:3rem;align-items:stretch}.create-recipe-card{flex:1 1;background:#fff;border-radius:32px;padding:2.75rem;box-shadow:0 30px 60px rgba(148,163,184,.22);display:flex;flex-direction:column;gap:2rem}.create-recipe-card-header{display:flex;align-items:center;gap:1.5rem}.create-recipe-icon{width:56px;height:56px;border-radius:20px;background:linear-gradient(135deg,#a855f7,#6366f1);display:flex;align-items:center;justify-content:center;box-shadow:0 18px 30px rgba(99,102,241,.35)}.create-recipe-icon svg{display:block}.create-recipe-card-header h2{font-size:1.75rem;font-weight:700;color:#111827;margin:0}.create-recipe-card-subtitle{margin-top:.5rem;color:#6b7280;line-height:1.6;max-width:460px}.create-recipe-form{gap:2rem}.create-recipe-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.875rem}.form-label{font-size:.8125rem;font-weight:700;color:#6366f1;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.chip-group{display:flex;flex-wrap:wrap;gap:.625rem}.chip{background:#f5f3ff;color:#5b21b6;border:none;padding:.625rem 1.25rem;border-radius:999px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:inset 0 0 0 1px rgba(91,33,182,.15)}.chip:hover{box-shadow:0 8px 20px rgba(99,102,241,.3)}.chip--selected,.chip:hover{background:linear-gradient(135deg,#a855f7,#6366f1);color:#fff}.chip--selected{box-shadow:0 12px 24px rgba(99,102,241,.35)}.range-field{display:flex;flex-direction:column;gap:.75rem}.range-label{display:flex;justify-content:space-between;align-items:center;color:#374151;font-weight:600;font-size:.9375rem}.range-label span:first-child{color:#111827}.range-value{color:#6366f1;font-weight:700;font-size:.9375rem}.range-field input[type=range]{-webkit-appearance:none;width:100%;height:7px;border-radius:999px;background:linear-gradient(135deg,#a855f7,#6366f1);outline:none;cursor:pointer;transition:opacity .2s ease}.range-field input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;background:#fff;border-radius:50%;box-shadow:0 6px 16px rgba(99,102,241,.4);border:5px solid #8b5cf6;cursor:pointer}.range-field input[type=range]::-moz-range-thumb{width:24px;height:24px;background:#fff;border-radius:50%;border:5px solid #8b5cf6;cursor:pointer}.mode-selector{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;background:#f3f4ff;border-radius:18px;padding:.4rem}.mode-chip{background:transparent;border:none;border-radius:14px;padding:.9rem 1.1rem;font-weight:600;color:#6b7280;display:flex;align-items:center;justify-content:center;gap:.6rem;transition:all .2s ease}.mode-chip:hover{background:linear-gradient(135deg,rgba(168,85,247,.1),rgba(99,102,241,.1));color:#4f46e5;box-shadow:0 4px 12px rgba(99,102,241,.15)}.mode-chip--active{background:#fff;color:#4f46e5;box-shadow:0 10px 20px rgba(99,102,241,.25)}.mode-chip--active .mode-icon{background:rgba(99,102,241,.12);color:#4f46e5}.mode-icon{width:28px;height:28px;border-radius:50%;background:rgba(148,163,184,.2);display:flex;align-items:center;justify-content:center;color:#6b7280}.create-recipe-form textarea{min-height:140px;border-radius:16px;border:1px solid rgba(148,163,184,.4);padding:1.25rem;font-size:1rem;line-height:1.6;color:#111827;background:rgba(249,250,251,.9);transition:border-color .2s ease,box-shadow .2s ease;resize:vertical}.create-recipe-form textarea:focus{outline:none;border-color:rgba(99,102,241,.6);box-shadow:0 0 0 4px rgba(129,140,248,.15)}.form-actions{display:flex;justify-content:flex-end}.primary-action-btn{background:linear-gradient(135deg,#a855f7,#6366f1);border-radius:999px;padding:1rem 2.75rem;font-size:1.05rem;font-weight:600;box-shadow:0 20px 30px rgba(99,102,241,.35);transition:transform .2s ease,box-shadow .2s ease}.primary-action-btn:hover{transform:translateY(-1px);box-shadow:0 24px 36px rgba(99,102,241,.4)}.primary-action-btn:disabled{opacity:.45;cursor:not-allowed;background:linear-gradient(135deg,#a855f7,#6366f1)}.primary-action-btn:disabled,.primary-action-btn:disabled:hover{box-shadow:none;transform:none}.create-recipe-visual{flex:0 0 360px;display:flex;align-items:stretch;justify-content:center}.create-recipe-visual-card{position:relative;width:100%;border-radius:32px;background:linear-gradient(160deg,#ede9fe,#faf5ff 45%,#fff5f5);overflow:hidden;display:flex;align-items:flex-end;justify-content:center;padding:2.5rem 1.5rem;box-shadow:0 40px 70px rgba(148,163,184,.28)}.create-recipe-visual-glow{position:absolute;inset:0;background:radial-gradient(circle at 50% 20%,rgba(129,140,248,.35),transparent 60%);pointer-events:none}.create-recipe-image{position:relative;z-index:1;max-width:100%;height:auto;transform:translateY(6px)}.generated-recipe-panel{margin-top:2.5rem;display:flex;flex-direction:column;gap:1rem;max-width:760px}.generated-recipe-status{padding:.85rem 1.2rem;border-radius:14px;background:rgba(99,102,241,.08);color:#4338ca;font-weight:600}.generated-recipe-error{padding:.9rem 1.3rem;border-radius:14px;background:hsla(0,91%,71%,.12);color:#b91c1c;font-weight:600}.generated-recipe-output{background:#fff;border-radius:24px;box-shadow:0 24px 50px rgba(148,163,184,.18);border:1px solid rgba(148,163,184,.18);position:relative;padding:2rem 2rem 3.5rem}.generated-recipe-add-btn{position:absolute;bottom:1.5rem;right:1.5rem}.generated-recipe-output pre{margin:0;white-space:pre-wrap;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;line-height:1.65;color:#1f2937}@media (max-width:1100px){.create-recipe-content{flex-direction:column-reverse}.create-recipe-visual{flex:none}.create-recipe-visual-card{max-width:420px;margin:0 auto}}.unified-recipes-page{max-width:1400px;margin:0 auto;background:transparent;padding:2rem}.recipe-preferences-container{background:#fff;border:none;border-radius:24px;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06)}.recipe-preferences-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:2rem;background:#fff;border:none;cursor:pointer;transition:background-color .2s}.recipe-preferences-header:hover{background-color:#fafbfc}.recipe-preferences-header-content{display:flex;align-items:center;gap:1.25rem}.recipe-preferences-icon{width:56px;height:56px;min-width:56px;border-radius:16px;background:linear-gradient(135deg,#a855f7,#6366f1);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(99,102,241,.3)}.recipe-preferences-text{display:flex;flex-direction:column;gap:.25rem}.recipe-preferences-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0;text-align:left}.recipe-preferences-description{font-size:.95rem;color:#6b7280;margin:0;text-align:left}.recipe-preferences-chevron{transition:transform .3s ease;color:#9ca3af;flex-shrink:0}.recipe-preferences-chevron--expanded{transform:rotate(180deg)}.recipe-preferences-content{padding:1.25rem 2rem 2.25rem;animation:slideDown .3s ease}.recipe-preferences-content .form-group:not(:last-child){margin-bottom:1.75rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.recipe-preferences-sliders{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:.5rem}.main-content-card{background:#fff;border-radius:24px;box-shadow:0 2px 12px rgba(0,0,0,.06);overflow:hidden}.browse-recipes-section,.create-recipes-section{animation:fadeIn .4s ease;padding:2rem}.create-recipes-section{max-width:900px;margin:0 auto}.create-recipe-summary-box{background:linear-gradient(135deg,rgba(168,85,247,.08),rgba(99,102,241,.08));border:1px solid rgba(99,102,241,.2);border-radius:16px;padding:1.5rem;margin-bottom:1.75rem;display:flex;align-items:center;gap:1rem}.create-recipe-summary-icon{width:48px;height:48px;min-width:48px;border-radius:12px;background:linear-gradient(135deg,#a855f7,#6366f1);display:flex;align-items:center;justify-content:center}.create-recipe-summary-content h3{font-size:1.1rem;font-weight:700;color:#111827;margin:0 0 .5rem}.create-recipe-summary-content p{font-size:.95rem;color:#4b5563;margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1024px){.recipe-preferences-sliders{grid-template-columns:1fr}}@media (max-width:768px){body{padding:1.5rem}.recipes-sticky-header{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem 0}.recipes-nav{width:100%}.header-actions,.recipes-nav{justify-content:center}.create-recipe-page{padding:1.5rem}.create-recipe-card{padding:2rem}.mode-selector{grid-template-columns:1fr}.form-actions{justify-content:center}.unified-recipes-header{flex-direction:column;align-items:flex-start;gap:1rem}.unified-recipes-branding{width:100%}.header-actions{width:100%;justify-content:space-between}.mode-action-buttons{flex-direction:column}.mode-action-btn{width:100%;justify-content:center}.unified-recipes-page{padding:1.5rem}}