.logo-badge{display:inline-flex;align-items:center;justify-content:center}.logo-badge__link{text-decoration:none;cursor:pointer}.logo-badge__link:focus-visible{outline:2px solid var(--color-primary, #003366);outline-offset:2px;border-radius:10px}.logo-badge picture{display:inline-flex}.logo-badge__img{width:100px;height:100px;object-fit:contain;border-radius:10px;filter:none}.logo-badge__img:hover{transform:translateY(-1px)}@media(max-width:480px){.logo-badge__img{width:80px;height:80px}}.topbar{display:flex;align-items:center;justify-content:center;padding:8px 20px;background:#fff6;border-bottom:none;position:sticky;top:0;z-index:100}.topbar--centered{position:relative}.topbar--ai-chef{justify-content:space-between}.topbar__back{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--color-border);background:#ffffffd1;color:var(--color-ink);font-size:.92rem;font-weight:700;padding:6px 12px;border-radius:999px;cursor:pointer;transition:background-color .18s ease,opacity .18s ease;white-space:nowrap}.topbar__back:hover{opacity:.95;background:#fffffff2}.topbar__logo-wrap{margin-left:auto}.topbar--centered .topbar__logo-wrap{margin-left:0}.topbar__actions{display:inline-flex;align-items:center;gap:10px;margin-left:auto}.topbar__actions .topbar__logo-wrap{margin-left:0}.topbar__info{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid var(--color-border);background:transparent;color:#4b5a70;cursor:pointer;padding:0;transition:background-color .15s ease,color .15s ease}.topbar__info:hover{background:#0033660f;color:#002f6d}.topbar__info .material-symbols-outlined{font-size:22px}.topbar__centered-actions{position:absolute;right:20px;top:50%;transform:translateY(-50%)}@media(max-width:480px){.topbar__info{width:32px;height:32px}.topbar__info .material-symbols-outlined{font-size:20px}.topbar__centered-actions{right:12px}}[data-theme=dark] .topbar__info{color:#dbe8ff}[data-theme=dark] .topbar__info:hover{background:#ffffff14}[data-theme=dark] .topbar{background:#001a33f2;border-bottom-color:var(--color-border)}[data-theme=dark] .topbar__back{color:#dbe8ff}@media(max-width:480px){.topbar{padding:12px 16px}}@media(max-width:360px){.topbar{padding:10px 12px}.topbar__actions{gap:6px}}@media(min-width:768px){.topbar{padding:8px 32px}}.info-popup__overlay{position:fixed;inset:0;background:#06162d6b;display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px;overflow-y:auto;padding-top:max(24px,env(safe-area-inset-top,0px));padding-bottom:max(24px,env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch}.info-popup__card{position:relative;width:100%;max-width:720px;background:#fff;border-radius:18px;box-shadow:0 20px 60px #001e502e;padding:36px 36px 28px;display:flex;flex-direction:column;gap:18px;margin:auto}.info-popup__close{position:absolute;top:12px;right:14px;width:32px;height:32px;border-radius:999px;border:none;background:transparent;color:#4b5a70;font-size:1.4rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.info-popup__close:hover{background:#0000000f}.info-popup__title{margin:0;color:#002f6d;font-size:1.7rem;font-weight:800;line-height:1.2;text-align:center}.info-popup__title-accent{color:#2b6bd9;font-weight:800}.info-popup__subtitle{margin:0;color:#002f6d;font-size:.95rem;line-height:1.45;text-align:center}.info-popup__subtitle-bold{font-weight:800;color:inherit}.info-popup__grid{display:flex;flex-direction:column;gap:12px;margin-top:6px}.info-popup__row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.info-popup__row .info-popup__mode-card{flex:0 0 200px;max-width:200px}.info-popup__mode-card{background:#f5f8fd;border:1px solid #e3edf8;border-radius:14px;padding:14px 12px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease;color:inherit;font:inherit}.info-popup__mode-card:hover{background:#ebf2fb;box-shadow:0 6px 18px #002f6d14;transform:translateY(-2px)}.info-popup__mode-emoji{font-size:1.6rem;line-height:1}.info-popup__mode-title{font-weight:700;color:#002f6d;font-size:.92rem}.info-popup__mode-desc{font-size:.78rem;color:#5e6b7e;line-height:1.3}.info-popup__cta{align-self:center;margin-top:8px;background:#002f6d;color:#fff;border:none;border-radius:999px;padding:12px 32px;font-weight:700;font-size:.95rem;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.info-popup__cta:hover{background:#001f4d;transform:translateY(-1px)}@media(max-width:767px){.info-popup__overlay{padding:12px;padding-top:max(12px,env(safe-area-inset-top,0px));padding-bottom:max(12px,env(safe-area-inset-bottom,0px));align-items:center;overflow-y:hidden}.info-popup__card{padding:20px 16px 16px;border-radius:14px;gap:10px;max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px);overflow-y:auto;-webkit-overflow-scrolling:touch}.info-popup__close{top:6px;right:8px;width:28px;height:28px;font-size:1.2rem;z-index:2;background:#ffffffe6}.info-popup__title{font-size:1.2rem;line-height:1.18}.info-popup__subtitle{font-size:.82rem;line-height:1.35}.info-popup__grid{gap:8px;margin-top:2px}.info-popup__row{gap:8px}.info-popup__row .info-popup__mode-card,.info-popup__row--bottom .info-popup__mode-card{flex:0 0 calc((100% - 16px) / 3);max-width:none;min-width:0;padding:8px 6px;gap:3px}.info-popup__mode-emoji{font-size:1.25rem}.info-popup__mode-title{font-size:.78rem;line-height:1.15}.info-popup__mode-desc{font-size:.66rem;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.info-popup__cta{padding:10px 24px;font-size:.9rem;margin-top:4px}}@media(max-width:380px){.info-popup__row .info-popup__mode-card,.info-popup__row--bottom .info-popup__mode-card{flex:0 0 calc((100% - 12px) / 3);padding:6px 4px;gap:2px}.info-popup__mode-emoji{font-size:1.1rem}.info-popup__mode-title{font-size:.72rem}.info-popup__mode-desc{font-size:.62rem;-webkit-line-clamp:2}}@media(max-width:767px)and (max-height:480px){.info-popup__title{font-size:1.05rem}.info-popup__subtitle{font-size:.78rem}.info-popup__mode-desc{-webkit-line-clamp:1}.info-popup__card{padding:14px 14px 12px;gap:8px}.info-popup__cta{padding:8px 20px;font-size:.85rem}}.layout{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.layout__content{flex:1;display:flex;flex-direction:column;min-height:0;padding:16px;max-width:1280px;margin:0 auto;width:100%}.layout__content--with-bottom-nav{padding-bottom:80px}@media(max-width:360px){.layout__content{padding:12px}.layout__content--with-bottom-nav{padding-bottom:72px}}@media(min-width:480px)and (max-width:767px){.layout__content{padding:16px 20px}.layout__content--with-bottom-nav{padding-bottom:80px}}@media(min-width:768px){.layout__content{padding:24px 32px}}.layout--full-viewport{height:var(--app-height, 100dvh);max-height:var(--app-height, 100dvh);overflow:hidden}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary: #003366;--color-primary-light: rgba(0, 51, 102, .15);--color-primary-dark: #002244;--color-secondary: #4A90E2;--color-secondary-light: rgba(74, 144, 226, .15);--color-accent: #f97316;--color-accent-light: rgba(249, 115, 22, .15);--color-accent-orange: #f97316;--color-paper: #F5F8FD;--color-ink: #003366;--color-surface: #ffffff;--color-cream: #e8ede9;--color-muted: #CCCCCC;--color-muted-dark: #666666;--color-error: #ef4444;--color-border: #E0E0E0;--color-neutral-blue: #003366;--color-surface-dark: #001a33;--color-border-dark: #002a4d;--font-heading: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-body: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-family: var(--font-body);--font-serif: "Playfair Display", serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-2xl: 32px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .12);--shadow-glow: 0 0 30px rgba(19, 236, 128, .2);--shadow-glow-lg: 0 0 40px rgba(19, 236, 128, .15);--bp-mobile: 480px;--bp-tablet: 768px;--bp-laptop: 1024px;--bp-desktop: 1280px}html{font-size:16px;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);background-color:var(--color-paper);background-image:image-set(url(/new-wallpaper.webp) type("image/webp"),url(/new-wallpaper.png) type("image/png"));background-attachment:fixed;background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--color-ink);line-height:1.6;min-height:100vh}@media(max-width:768px){body{background-attachment:scroll;background-size:auto;background-repeat:repeat}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;color:var(--color-primary);font-weight:700}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}p{line-height:1.6}.text-secondary{color:var(--color-muted-dark)}.text-bold{font-weight:700}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}button{cursor:pointer;font-family:var(--font-body);transition:all .2s ease}input,textarea,select{font-family:var(--font-body);transition:border-color .2s ease,background-color .2s ease}a,button,input,textarea,select,[role=button]{transition:all .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}main,[role=main]{animation:fadeIn .3s ease-out}.card,[class*=card]{transition:transform .2s ease,box-shadow .2s ease}.card:hover,[class*=card]:hover{transform:translateY(-2px)}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;transition:font-variation-settings .2s ease}.serif-heading{font-family:Playfair Display,serif}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
