:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:#1a1a2e;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-height:100vh}#root{min-height:100vh}.nav{background:#0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100}.nav-inner{max-width:900px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.nav-brand{background:none;border:none;color:#fff;font-size:1.3rem;font-weight:800;cursor:pointer;padding:0;letter-spacing:-.01em}.nav-brand:hover{opacity:.9}.nav-links{display:flex;gap:.25rem}.nav-link{background:none;border:none;color:#ffffffbf;font-size:.9rem;font-weight:500;cursor:pointer;padding:.4rem .8rem;border-radius:8px;transition:background .2s,color .2s}.nav-link:hover{background:#ffffff1a;color:#fff}.nav-link.active{background:#fff3;color:#fff;font-weight:600}.app{max-width:900px;margin:0 auto;padding:2rem 1.5rem 4rem}.header{text-align:center;margin-bottom:2rem}.header h1{font-size:2.8rem;font-weight:800;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em}.logo-icon{font-size:2.4rem}.subtitle{color:#fffc;font-size:1.1rem;font-weight:400}.search-section{margin-bottom:2rem}.search-bar{display:flex;gap:.75rem;max-width:480px;margin:0 auto}.search-bar input{flex:1;padding:.9rem 1.2rem;border:none;border-radius:14px;font-size:1.05rem;background:#fffffff2;color:#1a1a2e;outline:none;box-shadow:0 4px 20px #0000001a;transition:box-shadow .2s}.search-bar input:focus{box-shadow:0 4px 24px #0003}.search-bar input::placeholder{color:#999}.search-bar button{padding:.9rem 1.6rem;border:none;border-radius:14px;font-size:1.05rem;font-weight:600;background:#1a1a2e;color:#fff;cursor:pointer;transition:transform .15s,background .2s;white-space:nowrap}.search-bar button:hover:not(:disabled){background:#2d2d4e;transform:translateY(-1px)}.search-bar button:disabled{opacity:.6;cursor:not-allowed}.error{text-align:center;color:#ff6b6b;background:#ff6b6b26;padding:.6rem 1rem;border-radius:10px;margin-top:.75rem;max-width:480px;margin-left:auto;margin-right:auto;font-weight:500}.loader{text-align:center;color:#ffffffe6;padding:3rem 0}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;margin:0 auto 1rem;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.results{animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.weather-card{background:#fffffff2;border-radius:20px;padding:2rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 8px 32px #0000001f;margin-bottom:2.5rem}.weather-icon{font-size:4.5rem;line-height:1;flex-shrink:0}.weather-details{flex:1}.weather-details h2{font-size:1.6rem;font-weight:700;color:#1a1a2e;margin-bottom:.2rem}.weather-desc{color:#666;font-size:1rem;margin-bottom:1rem}.weather-stats{display:flex;gap:1.5rem;flex-wrap:wrap}.stat{display:flex;flex-direction:column}.stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#999;font-weight:600}.stat-value{font-size:1.15rem;font-weight:700;color:#1a1a2e}.food-section{text-align:center}.food-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.food-section-header>div{text-align:left}.food-title{font-size:1.8rem;font-weight:800;color:#fff;margin-bottom:.3rem}.food-subtitle{color:#ffffffbf;font-size:1rem}.share-btn{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.2rem;border:2px solid rgba(255,255,255,.4);border-radius:12px;background:#ffffff26;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s,transform .15s;white-space:nowrap;flex-shrink:0}.share-btn:hover{background:#ffffff40;border-color:#ffffffb3;transform:translateY(-1px)}.share-toast{background:#fffffff2;color:#1a1a2e;padding:.6rem 1.2rem;border-radius:10px;font-weight:600;font-size:.9rem;display:inline-block;margin-bottom:1rem;animation:fadeIn .3s ease;box-shadow:0 4px 16px #0000001a}.food-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.food-card{background:#fffffff2;border-radius:16px;padding:1.4rem;text-align:center;box-shadow:0 4px 16px #00000014;transition:transform .2s,box-shadow .2s;cursor:pointer;position:relative}.food-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #00000026}.food-card:hover .recipe-hint{opacity:1}.recipe-hint{display:inline-block;margin-top:.6rem;font-size:.75rem;font-weight:600;color:#667eea;opacity:0;transition:opacity .2s;text-transform:uppercase;letter-spacing:.05em}.food-emoji{font-size:2.5rem;display:block;margin-bottom:.6rem}.food-name{font-size:1rem;font-weight:700;color:#1a1a2e;margin-bottom:.4rem}.food-reason{font-size:.85rem;color:#777;line-height:1.4}.how-it-works{animation:fadeIn .5s ease}.how-title{font-size:1.8rem;font-weight:800;color:#fff;text-align:center;margin-bottom:1.5rem}.how-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:3rem}.how-step{background:#fffffff2;border-radius:16px;padding:1.5rem;text-align:center;box-shadow:0 4px 16px #00000014}.how-icon{font-size:2.2rem;display:block;margin-bottom:.6rem}.how-step h3{font-size:1rem;font-weight:700;color:#1a1a2e;margin-bottom:.4rem}.how-step p{font-size:.88rem;color:#666;line-height:1.5}.features-section{margin-bottom:2rem}.features-title{font-size:1.8rem;font-weight:800;color:#fff;text-align:center;margin-bottom:1.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.feature-item{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:1.3rem}.feature-item strong{display:block;color:#fff;font-size:1rem;margin-bottom:.3rem}.feature-item p{color:#ffffffbf;font-size:.88rem;line-height:1.5}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;animation:fadeInOverlay .25s ease}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:20px;max-width:560px;width:100%;max-height:85vh;overflow-y:auto;padding:2rem;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;color:#1a1a2e}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:1rem;right:1rem;background:#f0f0f0;border:none;border-radius:50%;width:36px;height:36px;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:background .2s;padding:0}.modal-close:hover{background:#e0e0e0;color:#333}.modal-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-right:2rem}.modal-emoji{font-size:3rem;flex-shrink:0}.modal-title{font-size:1.5rem;font-weight:800;color:#1a1a2e;margin:0}.modal-reason{color:#888;font-size:.9rem;margin-top:.2rem}.modal-meta{display:flex;gap:1.2rem;padding:.8rem 1rem;background:#f7f7fa;border-radius:12px;margin-bottom:1.5rem;font-size:.9rem;font-weight:600;color:#555;flex-wrap:wrap}.meta-cost{color:#2d8a4e}.per-serving{font-weight:400;color:#888;font-size:.8rem}.modal-body{display:flex;flex-direction:column;gap:1.5rem}.recipe-section h3{font-size:1.1rem;font-weight:700;color:#1a1a2e;margin-bottom:.6rem;padding-bottom:.4rem;border-bottom:2px solid #667eea;display:inline-block}.ingredients-list{list-style:none;padding:0}.ingredients-list li{padding:.35rem 0 .35rem 1.4rem;position:relative;font-size:.92rem;color:#444;line-height:1.5}.ingredients-list li:before{content:"•";position:absolute;left:0;color:#667eea;font-weight:700;font-size:1.1rem}.steps-list{padding-left:1.4rem}.steps-list li{padding:.4rem 0;font-size:.92rem;color:#444;line-height:1.6}.steps-list li::marker{color:#667eea;font-weight:700}.recipe-capture{padding:.5rem}.recipe-watermark{text-align:right;margin-top:1.2rem;font-size:.8rem;font-weight:700;color:#ccc;letter-spacing:.05em}.modal-actions{display:flex;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,transform .15s}.action-btn:disabled{opacity:.6;cursor:not-allowed}.save-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #667eea66}.page{max-width:720px;margin:0 auto;padding:2rem 1.5rem 4rem;color:#ffffffe6}.page h1{font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:.5rem}.page-updated{color:#fff9;font-size:.9rem;margin-bottom:2rem}.page-back{background:none;border:none;color:#ffffffb3;font-size:.95rem;cursor:pointer;padding:.4rem 0;margin-bottom:1.5rem;display:inline-block;transition:color .2s}.page-back:hover{color:#fff}.page section{margin-bottom:2rem}.page h2{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:.6rem}.page p{font-size:.95rem;line-height:1.7;color:#ffffffd9}.page ul{list-style:none;padding:0}.page ul li{padding:.5rem 0 .5rem 1.2rem;position:relative;font-size:.95rem;line-height:1.7;color:#ffffffd9}.page ul li:before{content:"•";position:absolute;left:0;color:#ffffff80}.page a{color:#a5b4fc;text-decoration:underline;text-underline-offset:2px}.page a:hover{color:#fff}.footer{background:#00000040;border-top:1px solid rgba(255,255,255,.1);margin-top:2rem}.footer-inner{max-width:900px;margin:0 auto;padding:2.5rem 1.5rem 1.5rem}.footer-brand{margin-bottom:1.5rem}.footer-logo{font-size:1.3rem;font-weight:800;color:#fff}.footer-tagline{color:#fff9;font-size:.9rem;margin-top:.3rem}.footer-links{display:flex;gap:3rem;margin-bottom:1.5rem}.footer-col{display:flex;flex-direction:column;gap:.4rem}.footer-col h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#ffffff80;margin-bottom:.3rem}.footer-col button{background:none;border:none;color:#ffffffbf;font-size:.9rem;cursor:pointer;padding:.15rem 0;text-align:left;transition:color .2s}.footer-col button:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem}.footer-bottom p{color:#fff6;font-size:.8rem}@media(max-width:600px){.nav-inner{padding:.6rem 1rem}.nav-brand{font-size:1.1rem}.nav-link{font-size:.8rem;padding:.35rem .6rem}.header h1{font-size:2rem}.search-bar{flex-direction:column}.search-bar button{width:100%}.weather-card{flex-direction:column;text-align:center}.weather-stats{justify-content:center}.food-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.food-section-header{flex-direction:column;align-items:center}.food-section-header>div{text-align:center}.how-grid{grid-template-columns:1fr 1fr}.features-grid{grid-template-columns:1fr}.footer-links{flex-direction:column;gap:1.5rem}.modal{padding:1.5rem}.page h1{font-size:1.8rem}}
