:root{--bg:#f4ede2;--soft-bg:#e8ddcb;--card:#ffffffe0;--text:#2d241d;--muted:#7a6657;--brown:#6b4f33;--brown-dark:#4f3823;--olive:#6f8b3d;--olive-dark:#556d2d;--accent:#8d6a3d;--border:#dfd2bf;--shadow:0 18px 45px #3827141f}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}html{scroll-behavior:smooth}body{color:var(--text);background:radial-gradient(circle at 15% 20%,#6f8b3d2e,#0000 18%),radial-gradient(circle at 85% 15%,#8d6a3d29,#0000 16%),radial-gradient(circle at 50% 85%,#d7c3a038,#0000 22%),linear-gradient(#fbf5eb 0%,#f3eadb 45%,#eadcc8 100%)}button{font:inherit}.app-wrapper{background:repeating-linear-gradient(45deg,#ffffff3d 0 12px,#6f8b3d08 12px 24px);width:100%;min-height:100vh;position:relative;overflow-x:hidden}.app-wrapper:before,.app-wrapper:after{content:"";pointer-events:none;z-index:0;filter:blur(40px);opacity:.45;border-radius:50%;position:fixed}.app-wrapper:before{background:#6f8b3d38;width:260px;height:260px;top:12%;left:-60px}.app-wrapper:after{background:#8d6a3d2e;width:320px;height:320px;bottom:8%;right:-100px}.main-site-header{z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(90deg,#4f3823f5,#6f8b3df0);border-bottom:1px solid #ffffff24;position:sticky;top:0}.top-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1240px;margin:0 auto;padding:18px 24px 12px;display:flex;position:relative}.brand-block{align-items:center;gap:10px;display:flex}.brand-mark-btn,.brand-title-btn,.menu-toggle{cursor:pointer;background:0 0;border:none;padding:0}.brand-title-btn{text-align:left}.brand-mark-btn:focus,.brand-title-btn:focus,.menu-toggle:focus,.header-link-btn:focus,.header-primary-btn:focus,.search-btn:focus,.ai-btn:focus,.heart-btn:focus,.footer-links button:focus{outline-offset:3px;outline:2px solid #d5e48a}.brand-mark{width:42px;height:30px;position:relative}.brand-line{background:#d8c89f;border-radius:999px;height:4px;position:absolute;left:0}.brand-line.line-1{width:38px;top:2px}.brand-line.line-2{width:30px;top:11px}.brand-line.line-3{width:24px;top:20px}.header-logo-text{letter-spacing:-1px;color:#fff8ef;font-size:30px;font-weight:900}.header-logo-text:after{content:".";color:#d5e48a}.menu-toggle{border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;display:flex}.menu-toggle span{background:#fff8ef;border-radius:999px;width:22px;height:2px;transition:all .25s}.side-menu{z-index:1200;background:#2d241dfa;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:6px;width:180px;padding:10px;display:none;position:absolute;top:68px;left:24px;box-shadow:0 16px 30px #0000002e}.side-menu.open{display:flex}.side-menu-link{color:#f7f0e4;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:10px 12px}.side-menu-link:hover{color:#d5e48a;background:#d5e48a1f}.header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;margin-left:auto;display:flex}.welcome-text{color:#fff8ef;font-weight:700}.header-link-btn,.header-primary-btn,.search-btn,.ai-btn,.view-link{cursor:pointer;border:none;transition:all .25s}.header-link-btn{color:#fff8ef;background:0 0;padding:10px 14px;font-weight:600}.header-link-btn:hover{color:#d5e48a}.header-primary-btn{color:#2d241d;background:#d5e48a;border-radius:8px;padding:10px 18px;font-weight:800;box-shadow:0 8px 18px #0000002e}.header-primary-btn:hover{background:#e4f094;transform:translateY(-1px)}.content-wrapper{z-index:1;flex-direction:column;gap:30px;width:calc(100% - 48px);max-width:1240px;margin:28px auto 60px;display:flex;position:relative}.glass-card{background:var(--card);box-shadow:var(--shadow);border:1px solid #fffc;border-radius:10px;overflow:hidden}.hero-section{grid-template-columns:1.05fr .95fr;min-height:560px;display:grid}.hero-copy{flex-direction:column;justify-content:center;padding:70px 60px;display:flex}.hero-badge{color:var(--olive);margin-bottom:10px;font-size:18px;font-weight:700}.hero-title{letter-spacing:-2px;color:#2d241d;max-width:560px;margin-bottom:18px;font-size:clamp(38px,5vw,68px);line-height:.98}.hero-subtitle{color:var(--muted);max-width:520px;margin-bottom:28px;font-size:16px;line-height:1.7}.search-panel{flex-direction:column;gap:14px;max-width:620px;display:flex}.search-panel input,.type-select{border:1px solid var(--border);background:#fff;border-radius:8px;outline:none;width:100%;height:52px;padding:0 16px;font-size:15px}.action-row{flex-flow:wrap;align-items:center;gap:10px;display:flex}.search-btn{background:var(--brown-dark);color:#fff;border-radius:8px;padding:13px 22px;font-weight:700}.ai-btn{background:var(--olive-dark);color:#fff;border-radius:8px;padding:13px 22px;font-weight:800}.search-btn:hover{background:#5d432b;transform:translateY(-2px)}.ai-btn:hover{background:#647f34;transform:translateY(-2px)}.error-msg{color:#a33a2a;margin-top:16px;font-weight:600}.ai-box{border:1px solid var(--border);background:#fff;border-radius:10px;max-height:360px;margin-top:20px;padding:22px;overflow-y:auto}.ai-box h3{color:#2d241d;margin-bottom:12px}.ai-text{white-space:pre-wrap;color:#444;line-height:1.8}.hero-visual{background:linear-gradient(90deg,#ffffff8c,#ffffff1a),url(https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?w=1400) 50%/cover no-repeat;min-height:560px;padding:18px;position:relative}.hero-photo-frame{width:100%;height:100%;min-height:524px;overflow:hidden}.hero-photo-frame img{object-fit:cover;width:100%;height:100%;display:block}.section-heading{text-align:center;margin-bottom:24px}.eyebrow{color:var(--olive);margin-bottom:6px;font-weight:700}.section-title{color:#2d241d;font-size:28px;font-weight:900}.results-section,.favorites-panel,.page-card{padding:38px 34px 40px}.recipe-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.recipe-card{border:1px solid var(--border);background:#fff;border-radius:10px;position:relative;overflow:hidden;box-shadow:0 12px 28px #0000000d}.recipe-image-wrap{aspect-ratio:1;background:#f3f3f3;width:100%;overflow:hidden}.recipe-image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.recipe-card:hover .recipe-image-wrap img{transform:scale(1.05)}.recipe-body{padding:16px 16px 18px}.recipe-body h3{color:#2d241d;margin-bottom:10px;font-size:16px;line-height:1.4}.recipe-meta{color:#7a7a7a;margin-bottom:8px;font-size:13px}.view-link{color:#6f8b3d;font-weight:700;text-decoration:none;display:inline-block}.view-link:hover{color:#4f3823}.heart-btn{z-index:5;cursor:pointer;background:#fffffff2;border:1px solid #fff;border-radius:50%;width:38px;height:38px;transition:all .2s;position:absolute;top:12px;right:12px;box-shadow:0 6px 14px #0000001f}.heart-btn:hover{transform:scale(1.08)}.empty-state{text-align:center;color:#666;padding:20px 0 10px}.bubble-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:10px;display:grid}.bubble-card{border:1px solid var(--border);text-align:center;background:linear-gradient(#fffaf2 0%,#f6efe3 100%);border-radius:28px;padding:26px 20px 22px;transition:transform .25s,box-shadow .25s;box-shadow:0 14px 30px #38271414}.bubble-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px #38271424}.bubble-avatar{background:linear-gradient(145deg,#d5e48a,#8d6a3d);border-radius:50%;width:150px;height:150px;margin:0 auto 18px;padding:6px;box-shadow:0 10px 24px #0000001f}.bubble-avatar img{object-fit:cover;border:4px solid #fff;border-radius:50%;width:100%;height:100%;display:block}.bubble-card h3{color:#2d241d;margin-bottom:10px;font-size:18px}.bubble-card p{color:var(--muted);font-size:14px;line-height:1.7}.ack-box{border:1px solid var(--border);max-width:780px;color:var(--muted);background:#fff;border-radius:12px;margin:0 auto;padding:24px;line-height:1.8}.ack-box p+p{margin-top:14px}.ack-signature{color:#4f3823;font-weight:700}.site-footer{color:#f7f0e4;background:linear-gradient(#4f3823 0%,#2d241d 100%);border-top:1px solid #ffffff1a;margin-top:40px;padding:42px 24px 18px}.footer-inner{grid-template-columns:1.4fr .8fr .9fr;align-items:start;gap:32px;max-width:1240px;margin:0 auto;display:grid}.footer-brand h3{color:#d5e48a;margin-bottom:12px;font-size:28px}.footer-brand p{color:#f7f0e4c7;max-width:360px;line-height:1.7}.footer-links h4,.footer-contact h4{color:#d5e48a;letter-spacing:.5px;text-transform:uppercase;margin-bottom:14px;font-size:15px}.footer-links button{color:#f7f0e4;cursor:pointer;text-align:left;background:0 0;border:none;padding:8px 0;transition:color .2s;display:block}.footer-links button:hover{color:#d5e48a}.footer-contact p{color:#f7f0e4d1;padding:6px 0;line-height:1.5}.footer-bottom{text-align:center;color:#f7f0e48c;border-top:1px solid #ffffff1a;max-width:1240px;margin:28px auto 0;padding-top:14px;font-size:14px}@media (width<=1100px){.hero-section{grid-template-columns:1fr}.hero-visual{min-height:420px}.recipe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner{grid-template-columns:1fr 1fr}.footer-contact{grid-column:1/-1}.bubble-grid{grid-template-columns:1fr}}@media (width<=768px){.top-bar{flex-wrap:wrap;align-items:center}.header-actions{flex-wrap:wrap;justify-content:flex-start;gap:8px;width:100%;margin-left:0;padding-top:6px}.content-wrapper{width:calc(100% - 24px);margin-top:18px;margin-bottom:32px}.hero-copy{padding:28px 18px}.hero-title{font-size:36px}.hero-visual{min-height:300px}.recipe-grid{grid-template-columns:1fr}.results-section,.favorites-panel,.page-card{padding:26px 18px 30px}.footer-inner{grid-template-columns:1fr}.footer-bottom{text-align:left}.bubble-avatar{width:130px;height:130px}.bubble-card{border-radius:22px}}.loader-small{border:3px solid #0000001a;border-top-color:#4a5d23;border-radius:50%;flex-shrink:0;width:24px;height:24px;animation:1s linear infinite spin;display:block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(3600deg)}}.pagination-bar{justify-content:center;align-items:center;gap:20px;margin-top:40px;padding-bottom:20px;display:flex}.page-btn{color:#fff;cursor:pointer;background-color:#4a5d23;border:none;border-radius:5px;padding:8px 16px;transition:opacity .3s}.page-btn:disabled{cursor:not-allowed;background-color:#ccc}.page-info{color:#4a5d23;font-weight:700}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;padding:20px 0;font-size:.9rem;line-height:1.6}.academic-credits{color:#bdc3c7;margin-bottom:10px}.nutrition-row{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.nutrition-tag{color:#4a5d23;white-space:nowrap;background:#f1f8e9;border:1px solid #c5e1a5;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-block}.view-link{margin-top:5px;font-weight:600;text-decoration:none;display:block}.recipe-meta{color:#7f8c8d;align-items:center;gap:5px;margin-bottom:8px;font-size:.85rem;display:flex}.auth-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2d241d8c;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.auth-modal{text-align:center;background:linear-gradient(#fffaf2 0%,#f7f0e4 100%);border:2px solid #d8c89f;border-radius:20px;width:350px;padding:2rem;position:relative;box-shadow:0 18px 40px #2d241d2e}.auth-modal h2{color:#4f3823;margin-bottom:.75rem;font-weight:900}.auth-modal h2 span{color:#6f8b3d}.auth-modal form input{color:#2d241d;background:#fff;border:1px solid #d9cdbb;border-radius:25px;outline:none;width:90%;margin-bottom:1rem;padding:12px 14px}.auth-modal form input:focus{border-color:#6f8b3d;box-shadow:0 0 0 3px #6f8b3d1f}.submit-btn{color:#fff;cursor:pointer;background-color:#6f8b3d;border:none;border-radius:25px;padding:10px 25px;font-weight:700;transition:transform .2s,background-color .2s}.submit-btn:hover{background-color:#5b742f;transform:scale(1.05)}.close-btn{cursor:pointer;color:#8b6b3e;background:0 0;border:none;font-size:1.5rem;position:absolute;top:10px;right:15px}.close-btn:hover{color:#4f3823}.auth-switch{color:#7a6657;margin-top:20px;margin-bottom:20px;font-size:.9rem}.auth-switch span{color:#6f8b3d;cursor:pointer;font-weight:700;text-decoration:underline;transition:color .2s}.auth-switch span:hover{color:#4f3823}
