@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";.debug-pipeline-container{max-width:1000px;margin:0 auto;padding:2rem}.debug-header h1{color:var(--text-primary);margin-bottom:.5rem;font-size:2rem}.debug-header p{color:var(--text-secondary);margin-bottom:2rem}.debug-input-section{gap:1rem;margin-bottom:3rem;display:flex}.debug-search{flex:1;max-width:none}.debug-search input{width:100%}.run-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:140px;padding:0 1.5rem;font-weight:500;transition:opacity .2s;display:flex}.run-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pipeline-stages{flex-direction:column;gap:1.5rem;display:flex}.pipeline-card{background:var(--surface);border:1px solid var(--border);opacity:.6;border-radius:12px;transition:all .3s;overflow:hidden}.pipeline-card.active,.pipeline-card.success,.pipeline-card.error{opacity:1;box-shadow:0 4px 20px #0000000d}.card-header{border-bottom:1px solid var(--border);background:#00000005;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.card-header h3{margin:0;font-size:1.1rem;font-weight:600}.icon-brain{color:#8b5cf6}.icon-globe{color:#3b82f6}.icon-check{color:#10b981}.icon-error{color:#ef4444}.card-body{min-height:100px;padding:1.5rem}.loading-text{color:var(--primary);font-weight:500;animation:1.5s infinite pulse}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.placeholder-text{color:var(--text-tertiary);font-style:italic}.json-block{color:#334155;white-space:pre-wrap;background:#f8fafc;border-radius:6px;margin:0;padding:1rem;font-family:monospace;font-size:.9rem}.scraped-grid{gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.grounding-queries,.grounding-sources{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.grounding-queries span,.grounding-sources a{border:1px solid var(--border);color:var(--text-secondary);background:#ffffffbf;border-radius:999px;padding:.35rem .6rem;font-size:.78rem;line-height:1.2;text-decoration:none}.grounding-sources a:hover{color:var(--primary);border-color:var(--primary)}.scraped-img-wrapper{border:1px solid var(--border);background:#fff;border-radius:8px;flex-shrink:0;width:120px;height:120px;position:relative;overflow:hidden}.scraped-img-wrapper img{object-fit:contain;width:100%;height:100%}.scraped-img-wrapper span{color:#fff;background:#0f172ac7;border-radius:999px;padding:.18rem .45rem;font-size:.72rem;font-weight:700;position:absolute;bottom:6px;right:6px}.final-selection{align-items:center;gap:1.5rem;display:flex}.final-selection img{object-fit:contain;border:2px solid var(--primary);background:#fff;border-radius:12px;width:150px;height:150px}.error-text{color:#ef4444;font-weight:500}.selection-reason{color:var(--text-secondary);max-width:520px;margin:.25rem 0 0}.landing-page{color:var(--heading);background:var(--bg);min-height:100vh;font-family:Inter,sans-serif}.glass-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;background:#fffc;border-bottom:1px solid #e2e8f080;width:100%;position:sticky;top:0;box-shadow:0 4px 20px #1e3a8a0d}.glass-card{-webkit-backdrop-filter:blur(12px);background:#ffffffb3}.ambient-shadow{box-shadow:0 20px 40px #0f172a14}.perspective-mockup{transition:transform .3s;transform:perspective(1000px)rotateX(5deg)rotateY(-5deg)scale(1.05)}.perspective-mockup:hover{transform:perspective(1000px)rotateX(2deg)rotateY(-2deg)scale(1.06)}.landing-nav-inner{max-width:var(--container);justify-content:space-between;align-items:center;margin:0 auto;padding:1rem 1.5rem;display:flex}.landing-nav-brand{color:var(--brand);letter-spacing:-.05em;font-size:1.25rem;font-weight:700}.landing-nav-links{gap:1.5rem;display:none}@media (width>=768px){.landing-nav-links{display:flex}}.landing-nav-link{color:var(--text-muted);font-weight:500;transition:color .2s}.landing-nav-link:hover{color:var(--brand)}.landing-nav-link--active{color:var(--brand);border-bottom:2px solid var(--brand)}.landing-nav-actions{align-items:center;gap:1rem;display:flex}.hero-section{background:linear-gradient(to bottom, #fff, var(--surface-muted));text-align:center;padding:5rem 0 8rem;position:relative;overflow:hidden}.hero-title{letter-spacing:-.02em;max-width:56rem;margin:0 auto 1.5rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:700;line-height:1.1}.hero-title-highlight{color:var(--brand)}.hero-subtitle{color:var(--text-muted);margin-bottom:3rem;font-size:clamp(1.25rem,2vw,1.5rem)}.hero-input-group{border:1px solid var(--stroke);background:#fff;border-radius:1rem;flex-direction:column;gap:.5rem;max-width:42rem;margin:0 auto 5rem;padding:.5rem;display:flex;box-shadow:0 20px 25px -5px #1e3a8a1a}@media (width>=768px){.hero-input-group{flex-direction:row}}.hero-input{background:var(--surface-muted);border:none;border-radius:.75rem;flex-grow:1;padding:1rem 1.5rem;font-size:1rem}.hero-input:focus{box-shadow:0 0 0 2px var(--brand);outline:none}.btn-hero{background:var(--brand);color:#fff;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;transition:background-color .2s;display:flex}.btn-hero:hover{background:var(--brand-deep)}.hero-mockup-container{max-width:64rem;margin:0 auto;position:relative}.hero-mockup{background:#fff;border:1px solid #e2e8f080;border-radius:1rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.floating-accent{border:1px solid #fff6;border-radius:1rem;align-items:center;gap:1rem;padding:1.5rem;display:none;position:absolute;bottom:-1.5rem;right:-1.5rem}@media (width>=768px){.floating-accent{display:flex}}.floating-icon{width:3rem;height:3rem;color:var(--brand);background:#004ac61a;border-radius:50%;justify-content:center;align-items:center;display:flex}.feature-split-section{border-top:1px solid var(--stroke);border-bottom:1px solid var(--stroke);background:#fff;padding:5rem 0}.feature-split-grid{max-width:var(--container);grid-template-columns:1fr;align-items:center;gap:3rem;margin:0 auto;padding:0 1.5rem;display:grid}@media (width>=768px){.feature-split-grid{grid-template-columns:1fr 1fr;gap:5rem}}.feature-split-image{border:1px solid var(--stroke);border-radius:1rem;overflow:hidden}.feature-split-content h2{margin-bottom:1.5rem;font-size:clamp(2rem,3vw,3rem);line-height:1.2}.feature-split-content p{color:var(--text-muted);margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.bento-section{background:var(--surface-muted);padding:5rem 0}.bento-header{text-align:center;margin-bottom:4rem}.bento-header h2{margin-bottom:1rem;font-size:2.5rem}.bento-divider{background:var(--brand);border-radius:999px;width:6rem;height:.375rem;margin:0 auto}.bento-grid{max-width:var(--container);grid-template-columns:1fr;gap:1.5rem;margin:0 auto;padding:0 1.5rem;display:grid}@media (width>=768px){.bento-grid{grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(280px,auto)}}.bento-card{cursor:pointer;border-radius:1.5rem;flex-direction:column;padding:2.5rem;transition:transform .2s,box-shadow .2s;display:flex}.bento-card:hover{transform:translateY(-4px)}.bento-card-large{border:1px solid var(--stroke);background:#fff}@media (width>=768px){.bento-card-large{grid-column:span 8}}.bento-card-large:hover{box-shadow:0 25px 50px -12px #0000001a}.bento-card-small-primary{background:var(--brand);color:#fff;box-shadow:0 20px 25px -5px #0000001a}@media (width>=768px){.bento-card-small-primary{grid-column:span 4}}.bento-card-small-white{border:1px solid var(--stroke);background:#fff}@media (width>=768px){.bento-card-small-white{grid-column:span 4}}.bento-card-dark{color:#fff;background:#0f172a;flex-direction:row;align-items:center;gap:2.5rem;overflow:hidden}@media (width>=768px){.bento-card-dark{grid-column:span 8}}.bento-icon{border-radius:1rem;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-bottom:2rem;display:flex}.bento-icon-primary{background:var(--brand);color:#fff}.bento-icon-white-transparent{color:#fff;background:#fff3}.bento-icon-secondary{color:var(--warning);background:#9d43001a}.bento-tags{opacity:.5;gap:.5rem;margin-top:2rem;transition:opacity .3s;display:flex}.bento-card:hover .bento-tags{opacity:1}.bento-tag{border-radius:999px;padding:.5rem 1rem;font-size:.75rem;font-weight:600}.mobile-app-section{background:#fff;padding:5rem 0;overflow:hidden}.mobile-features-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.mobile-feature-item{align-items:center;gap:.75rem;font-weight:600;display:flex}.mobile-mockup-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.mobile-mockup-bg{z-index:0;background:#004ac60d;border-radius:50%;width:500px;height:500px;position:absolute}.mobile-mockup-frame{z-index:1;background:#0f172a;border:8px solid #1e293b;border-radius:3rem;width:300px;height:600px;padding:1rem;position:relative;box-shadow:0 25px 50px -12px #00000040}.mobile-mockup-screen{background:#fff;border-radius:2rem;width:100%;height:100%;overflow:hidden}.faq-section{background:var(--surface-muted);padding:5rem 0}.faq-container{max-width:48rem;margin:0 auto;padding:0 1.5rem}.faq-header{text-align:center;margin-bottom:3rem;font-size:2.5rem}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-item{cursor:pointer;background:#fff;border-radius:1rem;padding:1.5rem}.faq-item-question{justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:600;display:flex}.faq-item-answer{color:var(--text-muted);margin-top:1rem;line-height:1.6}.cta-section{padding:6rem 1.5rem}.cta-container{background:var(--brand);color:#fff;text-align:center;border-radius:3rem;max-width:64rem;margin:0 auto;padding:5rem 2.5rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.cta-glow-tr{filter:blur(48px);background:#ffffff1a;border-radius:50%;width:16rem;height:16rem;position:absolute;top:-8rem;right:-8rem}.cta-glow-bl{filter:blur(48px);background:#ffffff1a;border-radius:50%;width:16rem;height:16rem;position:absolute;bottom:-8rem;left:-8rem}.cta-title{z-index:10;margin-bottom:2rem;font-size:clamp(2.5rem,4vw,3rem);line-height:1.2;position:relative}.btn-cta{color:var(--brand);z-index:10;background:#fff;border-radius:999px;padding:1.25rem 3rem;font-size:1.125rem;font-weight:700;transition:background-color .2s;position:relative}.btn-cta:hover{background:var(--surface-muted)}.cta-subtitle{opacity:.8;z-index:10;margin-top:1.5rem;font-size:.875rem;position:relative}.landing-footer{background:var(--bg);border-top:1px solid var(--stroke);color:var(--text-muted);padding:3rem 1.5rem;font-size:.875rem}.footer-container{max-width:var(--container);grid-template-columns:1fr;gap:2rem;margin:0 auto;display:grid}@media (width>=768px){.footer-container{grid-template-columns:1fr 1fr}}.footer-brand{color:var(--heading);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.footer-links{flex-wrap:wrap;gap:2rem;display:flex}@media (width>=768px){.footer-links{justify-content:flex-end}}.footer-link{transition:color .2s}.footer-link:hover{color:var(--brand)}.app-shell-layout{background-color:var(--bg);min-height:100vh;display:flex}.app-sidebar{border-right:1px solid var(--stroke);z-index:40;background-color:#fff;flex-direction:column;width:256px;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:20px 0 40px #0f172a14}.app-shell-layout.rtl .app-sidebar{border-right:none;border-left:1px solid var(--stroke);left:auto;right:0;box-shadow:-20px 0 40px #0f172a14}.sidebar-brand{padding:24px}.brand-title{color:var(--brand);letter-spacing:-.02em;margin:0;font-size:24px;font-weight:900}.brand-subtitle{color:var(--text-muted);margin-top:4px;font-size:12px;font-weight:500}.sidebar-nav{flex-direction:column;flex:1;gap:4px;padding:16px;display:flex}.sidebar-link{color:var(--text-muted);border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.sidebar-link:hover{background-color:var(--surface-muted);color:var(--heading)}.sidebar-link.is-active{color:var(--brand);background-color:#2563eb14;font-weight:600}.sidebar-link.is-active svg{color:var(--brand)}.sidebar-footer{border-top:1px solid var(--stroke);flex-direction:column;gap:4px;padding:24px 16px;display:flex}.sidebar-user{align-items:center;gap:12px;margin-top:16px;padding:0 16px;display:flex}.user-avatar{background-color:var(--surface-muted);width:32px;height:32px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;display:flex}.user-info p{margin:0}.user-name{color:var(--heading);font-size:12px;font-weight:700}.user-role{color:var(--text-muted);font-size:10px}.app-main-wrapper{background-color:var(--bg);flex-direction:column;flex:1;margin-left:256px;display:flex}.app-shell-layout.rtl .app-main-wrapper{margin-left:0;margin-right:256px}.app-header{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--stroke);background-color:#fffc;justify-content:space-between;align-items:center;height:64px;padding:0 32px;display:flex;position:sticky;top:0}.header-title-group{align-items:center;gap:24px;display:flex}.header-title{color:var(--heading);margin:0;font-size:20px;font-weight:700}.header-actions{align-items:center;gap:16px;display:flex}.search-bar{position:relative}.search-icon{color:var(--text-muted);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.app-shell-layout.rtl .search-icon{left:auto;right:12px}.search-bar input{background-color:var(--surface-muted);border:none;border-radius:9999px;outline:none;width:256px;padding:8px 16px 8px 36px;font-size:14px;transition:all .2s}.app-shell-layout.rtl .search-bar input{padding:8px 36px 8px 16px}.search-bar input:focus{box-shadow:0 0 0 2px var(--brand);background-color:#fff}.icon-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:background-color .2s;display:flex;position:relative}.icon-btn:hover{background-color:var(--surface-muted);color:var(--heading)}.app-main-content{padding:32px}.w-full{width:100%}.h-full{height:100%}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.space-y-4>*+*{margin-top:16px}.space-y-6>*+*{margin-top:24px}.grid{display:grid}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.col-span-12{grid-column:span 12/span 12}.col-span-5{grid-column:span 5/span 12}.col-span-7{grid-column:span 7/span 12}.rounded-xl{border-radius:12px}.rounded-lg{border-radius:8px}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-card{box-shadow:0 4px 20px #0f172a14}.border-dashed{border-style:dashed}.p-6{padding:24px}.p-4{padding:16px}.px-4{padding-left:16px;padding-right:16px}.py-2{padding-top:8px;padding-bottom:8px}.mb-6{margin-bottom:24px}.mt-4{margin-top:16px}.mt-1{margin-top:4px}.text-xs{font-size:12px}.text-sm{font-size:14px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}@media (width>=1024px){.lg\:col-span-5{grid-column:span 5/span 12}.lg\:col-span-7{grid-column:span 7/span 12}}@media (width>=768px){.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex{display:flex}}.kpi-card{background-color:var(--surface);border:1px solid var(--stroke);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:16px 20px;display:flex;box-shadow:0 1px 3px #0f172a0f}.kpi-card>div:first-child{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.kpi-card .stat-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.7rem}.kpi-card strong{color:var(--heading);letter-spacing:-.02em;font-size:1.5rem;font-weight:800;line-height:1.1}.kpi-icon-wrap{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.kpi-icon-wrap svg{width:16px;height:16px}.bg-blue-50{background-color:#eff6ff}.text-blue-600{color:#2563eb}.bg-emerald-50{background-color:#ecfdf5}.text-emerald-600{color:#059669}.bg-orange-50{background-color:#fff7ed}.text-orange-600{color:#ea580c}.bg-red-50{background-color:#fef2f2}.text-red-600{color:#dc2626}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f9f9f9;--surface:#fff;--surface-strong:#fff;--surface-muted:#f4f3f3;--stroke:#e2e2e2;--text:#414755;--text-muted:#717786;--heading:#1a1c1c;--brand:#0058bc;--brand-deep:#004493;--accent:#4c4aca;--success:#169a63;--warning:#d48f25;--danger:#ba1a1a;--shadow-lg:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-md:0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;--radius-xl:8px;--radius-lg:4px;--radius-md:4px;--container:1220px}@media (width>=768px){:root{--bg:#faf8ff;--surface:#fff;--surface-muted:#f3f3fe;--stroke:#e1e2ed;--text:#434655;--text-muted:#737686;--heading:#191b23;--brand:#004ac6;--brand-deep:#003ea8;--accent:#2563eb;--radius-xl:16px;--radius-lg:12px;--radius-md:8px}}*{box-sizing:border-box}body{min-height:100vh;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{color:inherit;background:0 0;border:0}img{max-width:100%;display:block}#root{min-height:100vh}.container{width:min(var(--container), calc(100vw - 32px));margin:0 auto}.text-muted{color:var(--text-muted)}.landing-shell,.app-shell{min-height:100vh;position:relative;overflow:clip}.ambient-glow{display:none}.ambient-glow--left{background:#d45f2f3d;top:-12rem;left:-10rem}.ambient-glow--right{background:#0f766e29;bottom:-10rem;right:-12rem}.main-content,.landing-content{z-index:1;position:relative}.landing-content{gap:24px;padding:160px 0 56px;display:grid}.language-switch{z-index:2;position:fixed;top:20px;right:20px}.cloud-auth-bar{z-index:2;border-radius:var(--radius-md);max-width:min(720px,100vw - 220px);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd6;border:1px solid #745c3f1f;align-items:center;gap:10px;padding:8px;display:flex;position:fixed;top:20px;left:20px}.cloud-indicator{min-height:34px;color:var(--text-muted);white-space:nowrap;background:#ffffffc7;border:1px solid #745c3f1f;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:.8rem;font-weight:800;display:inline-flex}.cloud-indicator--synced{color:var(--success)}.cloud-indicator--saving,.cloud-indicator--loading{color:var(--accent)}.cloud-indicator--error,.cloud-error{color:var(--danger)}.cloud-error,.cloud-user{text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:.82rem;font-weight:800;overflow:hidden}.cloud-avatar{object-fit:cover;border-radius:999px;width:32px;height:32px}.cloud-login-panel,.household-card,.household-onboarding{gap:18px;padding:28px;display:grid}.admin-users-panel{gap:20px;padding:28px;display:grid}.admin-users-actions,.admin-user-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.btn-danger{color:var(--danger)}.admin-user-summary{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.admin-user-summary div{background:#ffffffd1;border:1px solid #745c3f1f;border-radius:8px;min-height:82px;padding:16px}.admin-user-summary span{color:var(--text-muted);font-size:.86rem;font-weight:700;display:block}.admin-user-summary strong{color:var(--heading);margin-top:8px;font-size:1.7rem;display:block}.admin-users-table{background:#ffffffe0;border:1px solid #745c3f24;border-radius:8px;overflow-x:auto}.admin-users-row{border-bottom:1px solid #745c3f1a;grid-template-columns:44px minmax(260px,1fr) minmax(130px,170px) minmax(220px,auto);align-items:center;gap:14px;min-width:760px;padding:14px 16px;display:grid}.admin-users-row:last-child{border-bottom:0}.admin-users-row--head{min-height:48px;color:var(--text-muted);text-transform:uppercase;background:#f1f5f9c7;font-size:.8rem;font-weight:900}.admin-user-check{justify-content:center;align-items:center;display:flex}.admin-user-check input{width:18px;height:18px;accent-color:var(--brand)}.admin-user-identity{align-items:center;gap:12px;min-width:0;display:flex}.admin-user-identity div{min-width:0}.admin-user-identity strong,.admin-user-identity span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.admin-user-identity strong{color:var(--heading);font-size:.98rem}.admin-user-identity span{color:var(--text-muted);margin-top:3px;font-size:.84rem}.admin-status{border-radius:999px;align-items:center;width:fit-content;min-height:32px;padding:0 12px;font-size:.78rem;font-weight:900;display:inline-flex}.admin-status--pending{color:#92400e;background:#f59e0b29}.admin-status--approved{color:#047857;background:#10b98124}.admin-status--active{color:#075985;background:#0ea5e929}.admin-status--disabled{color:#991b1b;background:#ef444424}.admin-users-empty{min-height:120px;color:var(--text-muted);justify-content:center;align-items:center;gap:10px;font-weight:800;display:flex}@media (width<=760px){.admin-user-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-users-panel{padding:20px}}.cloud-login-panel{align-content:center}.household-setup-grid{grid-template-columns:1fr .8fr;gap:18px;display:grid}.household-form{gap:16px;display:grid}.compact-section-head{margin-bottom:14px}.household-mode-button{width:auto;min-width:110px;padding:0 16px}.join-code-input{text-transform:uppercase;white-space:nowrap;font-family:Sora,sans-serif;font-size:1.2rem;font-weight:700}.tag--store{cursor:pointer;transition:background-color .2s,opacity .2s}.tag--store:hover{opacity:.8}.tag--store:after{content:" ▼";opacity:.6;margin-inline-start:4px;font-size:.8em}.notification-dot{background-color:var(--danger-color);border:2px solid var(--surface-base);border-radius:50%;width:10px;height:10px;position:absolute;top:-2px;right:-2px}.household-sync-panel{background:var(--surface);border:1px solid var(--stroke);box-shadow:none;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;min-height:0;margin:0 0 16px;padding:10px 16px;display:flex}.household-sync-panel>div:first-child{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.household-sync-panel .eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--brand);white-space:nowrap;background:#2563eb14;border-radius:6px;flex-shrink:0;padding:4px 8px;font-size:.65rem;font-weight:700}.household-sync-panel h2{color:var(--heading);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.95rem;font-weight:700;overflow:hidden}.household-sync-panel>div:first-child p{display:none}.household-tools,.pending-member-list,.pending-member{align-items:center;gap:10px;display:flex}.household-tools,.pending-member-list{flex-wrap:wrap;justify-content:flex-end}.pending-member-list--stacked{justify-content:flex-start;align-items:stretch}.pending-member{background:#ffffffc7;border:1px solid #745c3f1f;border-radius:12px;padding:8px}.pending-member span{text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-weight:800;overflow:hidden}.surface,.surface-muted{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--stroke);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.surface{background:linear-gradient(180deg, var(--surface-strong), var(--surface))}.surface-muted{background:linear-gradient(180deg, #ffffffd1, var(--surface-muted));box-shadow:var(--shadow-md)}.page-stack{gap:24px;padding:28px 0 120px;display:grid}.page-hero,.hero-grid{grid-template-columns:1.35fr 1fr;gap:24px;padding:32px;display:grid}.landing-hero{grid-template-columns:minmax(0,1fr);padding:44px}.landing-hero .hero-copy{max-width:58rem}.hero-copy{align-content:start;gap:14px;display:grid}.eyebrow{letter-spacing:.08em;text-transform:uppercase;width:fit-content;color:var(--brand-deep);background:#d45f2f1a;border-radius:999px;align-items:center;padding:8px 14px;font-size:.76rem;font-weight:800;display:inline-flex}.page-title,h1,h2,h3,h4{color:var(--heading);margin:0;font-family:Sora,sans-serif;line-height:1.06}.page-title{max-width:12ch;font-size:clamp(2.25rem,5vw,4.3rem)}.page-subtitle{max-width:62ch;color:var(--text-muted);margin:0;font-size:1.02rem;line-height:1.7}.hero-stats,.summary-grid,.analytics-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;display:grid}.stat-card,.summary-card{border-radius:var(--radius-lg);background:#ffffffc2;border:1px solid #745c3f1f;gap:6px;min-width:0;padding:20px;display:grid;overflow:hidden;box-shadow:inset 0 1px #ffffffb3}.stat-label{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:700;overflow:hidden}.stat-value{letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-family:Inter,sans-serif;font-size:clamp(1.1rem,1.6vw,1.6rem);font-weight:800;overflow:hidden}.fav-chip{white-space:nowrap;background:var(--surface-muted);color:var(--text);border:1px solid var(--stroke);cursor:pointer;border-radius:999px;align-items:center;padding:6px 12px;font-size:.82rem;font-weight:600;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.fav-chip:hover{border-color:var(--brand);color:var(--brand);background:#2563eb14}.landing-actions{gap:12px;max-width:44rem;display:grid}.landing-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;max-width:46rem;margin:4px 0 6px;display:grid}.landing-metric{background:#ffffffb8;border:1px solid #745c3f1a;border-radius:12px;align-items:center;gap:10px;min-height:54px;padding:10px 12px;display:flex}.landing-metric strong{min-width:2ch;color:var(--heading);font-family:Sora,sans-serif;font-size:1.35rem;line-height:1}.landing-metric span{color:var(--text-muted);font-size:.8rem;font-weight:800;line-height:1.25}.feature-pill{width:fit-content;color:var(--heading);background:#ffffffbf;border:1px solid #745c3f1f;border-radius:999px;align-items:center;gap:10px;padding:12px 16px;display:inline-flex}.role-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.role-card{text-align:left;cursor:pointer;border-radius:var(--radius-lg);background:#ffffffd1;border:1px solid #745c3f1f;gap:16px;padding:24px;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid}.role-card:hover{box-shadow:var(--shadow-md);border-color:#d45f2f42;transform:translateY(-4px)}.role-card p{color:var(--text-muted);margin:8px 0 0;line-height:1.7}.role-card__icon{width:54px;height:54px;color:var(--brand);background:#d45f2f1f;border-radius:18px;justify-content:center;align-items:center;display:inline-flex}.role-card__icon--success{color:var(--success);background:#169a631f}.main-nav{z-index:3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#f7f2eaf0,#f7f2ea9e);border-bottom:1px solid #745c3f14;padding:18px 0;position:sticky;top:0}.main-nav__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:18px;display:grid}.nav-brand{align-items:center;gap:14px;display:inline-flex}.brand-mark{background:linear-gradient(135deg, var(--brand), var(--brand-deep));color:#fff;border-radius:16px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;box-shadow:0 14px 28px #d45f2f40}.nav-brand strong{font-family:Sora,sans-serif;display:block}.nav-brand span{color:var(--text-muted);font-size:.85rem;display:block}.nav-links,.nav-meta,.section-actions,.toolbar,.toolbar-group,.workspace-actions,.pantry-card__footer,.item-actions,.shopping-footer{align-items:center;gap:12px;display:flex}.nav-links{flex-wrap:wrap;justify-content:center}.nav-meta{flex-wrap:wrap;justify-content:flex-end}.nav-link,.role-pill,.score-pill{border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-weight:700;display:inline-flex}.nav-link{color:var(--text-muted)}.nav-link.is-active{color:var(--heading);background:#ffffffeb;border:1px solid #745c3f1f}.role-pill,.score-pill{color:var(--text-muted);background:#ffffffc2;border:1px solid #745c3f1f}.score-pill strong{color:var(--heading)}.btn{cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-height:46px;padding:0 18px;font-weight:800;transition:transform .18s,box-shadow .18s,background-color .18s;display:inline-flex}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{color:#fff;background:linear-gradient(135deg, var(--brand), var(--brand-deep));box-shadow:0 16px 34px #d45f2f3d}.btn-secondary{color:var(--heading);background:#ffffffd6;border:1px solid #745c3f1f}.nav-button{min-height:42px;padding-inline:14px}.role-switch-button{color:var(--brand-deep)}.planner-board,.workspace-shell,.shopping-shell,.pantry-shell,.analytics-panel{padding:28px}.section-head{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:22px;display:flex}.section-head p{margin:8px 0 0}.section-head--compact{margin-bottom:18px}.empty-state{border-radius:var(--radius-lg);background:#ffffffb8;border:1px dashed #745c3f2e;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:28px;display:grid}.empty-state__visual{min-width:72px;height:72px;color:var(--brand-deep);background:#d45f2f1a;border-radius:22px;justify-content:center;align-items:center;font-family:Sora,sans-serif;font-size:1.2rem;display:inline-flex}.list-grid,.trip-grid,.pantry-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.list-card,.trip-card,.pantry-card,.history-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#ffffffd1;border:1px solid #745c3f1f;gap:18px;padding:22px;display:grid}.list-card,.trip-card{cursor:pointer}.list-card__header,.trip-card__header,.workspace-title-row,.list-card__footer,.list-card__meta,.shopping-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.list-card__drag{color:var(--text-muted);align-items:center;display:inline-flex}.list-card__body p,.trip-card__header p{margin:8px 0 0}.list-card__meta{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.list-card__meta div{gap:6px;display:grid}.list-card__meta span{color:var(--text-muted);font-size:.82rem}.status-pill{border-radius:999px;width:fit-content;padding:8px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.status-pill--draft{color:#9a3412;background:#fb923c24}.status-pill--ready{color:#047857;background:#10b98124}.status-pill--shopping{color:#155e75;background:#0ea5e924}.status-pill--checkout{color:#92400e;background:#f59e0b29}.status-pill--finished{color:#475569;background:#64748b24}.history-block{margin-top:30px}.history-list{gap:14px;display:grid}.history-card{grid-template-columns:1fr auto;align-items:center}.workspace-header,.shopping-header{gap:22px;margin-bottom:24px;display:grid}.workspace-name{flex-wrap:wrap;align-items:center;gap:12px;margin-top:10px;display:flex}.workspace-name h2{font-size:clamp(1.8rem,3vw,2.5rem)}.workspace-note{color:var(--accent);background:#0f766e14;border-radius:14px;align-items:center;gap:8px;padding:10px 14px;display:inline-flex}.back-button{width:fit-content}.inline-edit{gap:12px;margin-top:12px;display:flex}.inline-edit input{background:#ffffffeb;border:1px solid #745c3f2e;border-radius:14px;min-width:260px;min-height:48px;padding:0 14px}.composer-card{border-radius:var(--radius-lg);background:#ffffffc2;border:1px solid #745c3f1f;gap:20px;padding:24px;display:grid}.composer-grid{grid-template-columns:1.4fr 220px auto;align-items:end;gap:16px;display:grid}.field{gap:10px;display:grid}.field span,.toolbar-label{color:var(--text-muted);font-size:.84rem;font-weight:800}.field--inline{width:220px}.textarea,.select{width:100%;color:var(--heading);background:#ffffffe6;border:1px solid #745c3f24;border-radius:16px}.textarea{resize:vertical;min-height:110px;padding:16px;line-height:1.6}.select{min-height:52px;padding:0 14px}.composer-submit{min-width:170px}.toolbar{flex-wrap:wrap;justify-content:space-between;margin:22px 0 16px}.segmented{background:#ffffffd9;border:1px solid #745c3f1f;border-radius:999px;padding:4px;display:inline-flex}.segmented__button{width:38px;height:38px;color:var(--text-muted);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.segmented__button.is-active{color:#fff;background:var(--brand)}.planner-list{gap:14px;display:grid}.planner-list--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.planner-list--list{grid-template-columns:1fr}.planner-item,.shopping-item{background:#ffffffdb;border:1px solid #745c3f1a;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:16px;display:flex}.planner-item__main,.shopping-item__main{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.planner-item__copy{gap:10px;min-width:0;display:grid}.planner-item__name-row{justify-content:space-between;align-items:center;gap:14px;display:flex}.planner-item__name{font-size:1rem}.planner-item__price{color:var(--heading);font-weight:800}.planner-item__badges,.shopping-item__badges{flex-wrap:wrap;gap:8px;display:flex}.item-avatar{object-fit:cover;background:#e2e8f0b3;border-radius:16px;width:52px;height:52px}.item-avatar--placeholder{text-align:center;color:var(--text-muted);justify-content:center;align-items:center;padding:8px;font-size:.68rem;display:flex}.item-avatar--interactive{cursor:zoom-in}.image-review-panel{background:#ffffffb8;border:1px solid #745c3f1f;border-radius:14px;gap:8px;padding:10px;display:grid}.image-choice-grid{flex-wrap:wrap;gap:8px;display:flex}.image-choice{width:58px;height:58px;color:var(--heading);cursor:pointer;background:#ffffffeb;border:1px solid #745c3f24;border-radius:14px;justify-content:center;align-items:center;font-size:.7rem;font-weight:800;display:inline-flex;position:relative;overflow:hidden}.image-choice img{object-fit:contain;width:100%;height:100%}.image-choice>span{color:#fff;background:#111827c2;border-radius:999px;padding:2px 5px;position:absolute;bottom:3px;right:3px}.image-choice--generic,.image-choice--upload{text-align:center;flex-direction:column;gap:3px;padding:6px}.image-choice--generic>span,.image-choice--upload>span{color:var(--text-muted);background:0 0;position:static}.image-choice--upload input{opacity:0;cursor:pointer;position:absolute;inset:0}.image-zoom-overlay{z-index:20;cursor:zoom-out;background:#0f172ab8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.image-zoom-overlay__image{object-fit:contain;max-width:min(92vw,520px);max-height:82vh;box-shadow:var(--shadow-lg);background:#fff;border-radius:18px}.tag{border-radius:999px;align-items:center;padding:8px 12px;font-size:.76rem;font-weight:800;display:inline-flex}.tag--soft{background:#ffffffeb;border:1px solid #745c3f1f}.status-tag--taken{color:var(--success)}.status-tag--missing{color:var(--danger)}.status-tag--replaced{color:var(--warning)}.status-text{color:var(--text-muted);font-size:.82rem}.ghost-button,.danger-button{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 12px;font-weight:800;display:inline-flex}.ghost-button{color:var(--text-muted);background:#fffc;border:1px solid #745c3f1f}.danger-button{color:var(--danger);background:#d4474714}.danger-button:disabled{cursor:not-allowed;opacity:.4}.planner-empty{text-align:center;padding:28px 0}.trip-card__progress{gap:10px;display:grid}.progress-track,.analytics-bar{background:#745c3f1a;border-radius:999px;width:100%;height:10px;overflow:hidden}.progress-fill,.analytics-bar span{border-radius:inherit;background:linear-gradient(90deg, var(--accent), #3db7ae);height:100%;display:block}.category-stack{gap:18px;display:grid}.category-card{border-radius:var(--radius-lg);background:#ffffffd1;border:1px solid #745c3f1a;gap:18px;padding:22px;display:grid}.category-card__header{justify-content:space-between;align-items:center;display:flex}.category-card__header p{margin:8px 0 0}.shopping-items{gap:12px;display:grid}.shopping-item--taken{background:#169a6314}.shopping-item--missing{background:#d4474714}.shopping-item--replaced{background:#d48f2514}.action-btn{cursor:pointer;background:#ffffffeb;border:1px solid #745c3f1f;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.action-btn--success.is-active{color:#fff;background:var(--success)}.action-btn--warning.is-active{color:#fff;background:var(--warning)}.action-btn--danger.is-active{color:#fff;background:var(--danger)}.shopping-footer{z-index:4;width:min(100vw - 32px,920px);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #745c3f1f;border-radius:24px;padding:14px;position:fixed;bottom:18px;left:50%;transform:translate(-50%)}.footer-summary{gap:4px;margin-inline-end:auto;display:grid}.footer-summary strong{font-family:Sora,sans-serif}.status-select{background:#ffffffeb;border:1px solid #745c3f29;border-radius:14px;min-width:170px;min-height:46px;padding:0 14px;font-weight:800}.inventory-price{background:#ffffffe0;border:1px solid #745c3f1f;border-radius:12px;align-items:center;gap:8px;padding:7px 10px;display:inline-flex}.inventory-price span{color:var(--text-muted);font-size:.74rem;font-weight:800}.inventory-price input{width:84px;color:var(--heading);background:0 0;border:0;font-weight:800}.inventory-price input:focus{outline:none}.image-upload-button{position:relative;overflow:hidden}.image-upload-button input{opacity:0;cursor:pointer;position:absolute;inset:0}.analytics-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px;display:grid}.analytics-list{gap:14px;display:grid}.analytics-row{gap:10px;display:grid}.analytics-row--trip{grid-template-columns:1fr auto;align-items:center}.analytics-row__copy{gap:6px;display:grid}.analytics-row__copy span{color:var(--text-muted);font-size:.9rem}@media (width<=1080px){.page-hero,.hero-grid,.main-nav__inner,.composer-grid,.analytics-columns{grid-template-columns:1fr}.nav-links,.nav-meta{justify-content:flex-start}.landing-metrics,.hero-stats,.summary-grid,.analytics-grid,.list-grid,.trip-grid,.pantry-grid,.planner-list--grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.container{width:min(var(--container), calc(100vw - 20px))}.app-shell--shopping-route .main-nav,.app-shell--runner-mode .main-nav{padding:6px 0}.app-shell--shopping-route .main-nav__inner,.app-shell--runner-mode .main-nav__inner{align-items:center;gap:8px;display:flex}.app-shell--shopping-route .nav-brand,.app-shell--runner-mode .nav-brand{flex:1;gap:8px;min-width:0}.app-shell--shopping-route .brand-mark,.app-shell--runner-mode .brand-mark{border-radius:12px;width:34px;height:34px}.app-shell--runner-mode .nav-brand strong{font-size:1rem}.app-shell--shopping-route .nav-brand span,.app-shell--shopping-route .nav-links,.app-shell--shopping-route .cloud-indicator,.app-shell--shopping-route .household-sync-panel,.app-shell--runner-mode .nav-brand span,.app-shell--runner-mode .nav-links,.app-shell--runner-mode .cloud-indicator,.app-shell--runner-mode .household-sync-panel,.app-shell--runner-mode .nav-meta>div{display:none}.app-shell--shopping-route .nav-meta,.app-shell--runner-mode .nav-meta{justify-content:flex-end;width:auto}.app-shell--shopping-route .nav-meta>div{display:none!important}.app-shell--runner-mode .main-content>.container{width:100vw}.app-shell--runner-mode .page-stack{padding-top:6px}.app-shell--runner-mode .role-switch-button,.app-shell--shopping-route .role-switch-button{white-space:nowrap;border-radius:999px;width:auto;min-height:36px;padding-inline:10px}.app-shell--runner-mode .role-switch-button span{font-size:.82rem}.landing-content{padding-top:140px}.cloud-auth-bar{flex-wrap:wrap;max-width:calc(100vw - 20px);margin:12px auto 0;position:relative;top:auto;left:auto}.household-setup-grid,.household-sync-panel{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.household-tools,.pending-member-list{justify-content:flex-start}.page-stack{padding-top:20px}.app-shell--shopping-route .page-stack{gap:12px;padding-top:10px}.shopping-overview__hero{display:none}.shopping-overview__list{order:-1}.page-hero,.hero-grid,.planner-board,.workspace-shell,.shopping-shell,.pantry-shell,.analytics-panel{padding:22px}.app-shell--shopping-route .shopping-shell{border-radius:18px;padding:12px}.landing-hero{padding:24px}.page-title{max-width:none;font-size:clamp(2rem,12vw,3rem)}.landing-metrics{grid-template-columns:1fr;max-width:none}.landing-metric{min-height:48px}.role-card-grid,.hero-stats,.summary-grid,.analytics-grid,.list-grid,.trip-grid,.pantry-grid,.planner-list--grid,.list-card__meta,.onboarding-grid,.account-modal-stats{grid-template-columns:1fr}.section-head,.workspace-title-row,.list-card__footer,.shopping-header,.shopping-footer{align-items:stretch}.section-head,.shopping-header,.toolbar,.shopping-footer{flex-direction:column}.shopping-overview .section-head{margin-bottom:12px}.shopping-overview .section-head p{display:none}.shopping-overview .list-grid{gap:10px}.shopping-overview .list-card{border-radius:16px;gap:10px;padding:14px}.shopping-overview .list-card__meta{grid-template-columns:repeat(3,minmax(0,1fr))}.shopping-trip-page .shopping-header{gap:10px;margin-bottom:10px}.shopping-trip-page .workspace-title-row{grid-template-columns:auto 1fr;align-items:center;gap:10px;display:grid}.shopping-trip-page .back-button{border-radius:999px;width:42px;min-height:42px;padding:0}.shopping-trip-page .back-button span{display:none}.shopping-trip-page .page-title{font-size:1.25rem;line-height:1.15}.shopping-trip-page .page-subtitle{margin:4px 0 0;font-size:.9rem}.shopping-trip-page .summary-grid,.shopping-trip-page .toolbar{display:none}.shopping-trip-page .category-stack{gap:4px;padding-bottom:80px}.shopping-trip-page .category-card{background:0 0;border:0;border-radius:0;gap:4px;padding:4px 0}.shopping-trip-page .category-card__header h2{margin:0;font-size:.95rem}.shopping-trip-page .category-card__header p{margin:2px 0 0;font-size:.78rem}.shopping-trip-page .shopping-items{gap:1px}.shopping-trip-page .shopping-item{border-radius:14px;grid-template-columns:1fr auto;align-items:center;gap:8px;padding:10px;display:grid}.shopping-trip-page .shopping-item__main{gap:8px}.shopping-trip-page .item-avatar{border-radius:12px;width:38px;height:38px}.shopping-trip-page .planner-item__copy{gap:4px}.shopping-trip-page .planner-item__name-row{gap:8px}.shopping-trip-page .planner-item__name{font-size:.95rem}.shopping-trip-page .planner-item__price{font-size:.88rem}.shopping-trip-page .shopping-item__badges .tag{display:none}.shopping-trip-page .item-actions{flex-direction:row;gap:4px;width:auto}.shopping-trip-page .action-btn{border-radius:12px;width:40px;height:40px}.toolbar-group,.item-actions,.pantry-card__footer{justify-content:space-between;width:100%}.account-modal-header{text-align:center;flex-direction:column;align-items:center}.account-modal-header .ghost-button{position:absolute;top:10px;right:10px}.field--inline,.composer-submit,.btn,.shopping-footer .btn{width:100%}.planner-item,.shopping-item,.history-card,.analytics-row--trip{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.shopping-footer{border-radius:18px;grid-template-columns:1fr;gap:10px;width:auto;padding:10px;display:grid;bottom:10px;left:10px;right:10px;transform:none}.shopping-footer .footer-summary{justify-content:space-between;align-items:center;margin-inline-end:0;display:flex}.shopping-trip-page .shopping-shell{padding:8px}.shopping-trip-page .shopping-header{display:none}.shopping-trip-page .category-card__header{min-height:22px;padding:0 4px}.shopping-trip-page .category-card__header h2{font-size:.82rem}.shopping-trip-page .category-card__header p{display:none}.shopping-trip-page .shopping-item{border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px;min-height:42px;padding:1px 5px;display:grid}.shopping-trip-page .shopping-item__main{gap:6px;min-width:0}.shopping-trip-page .item-avatar{border-radius:9px;flex:none;width:30px;height:30px;font-size:.55rem}.shopping-trip-page .planner-item__name-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;display:grid}.shopping-trip-page .planner-item__name{text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;line-height:1.15;overflow:hidden}.shopping-trip-page .planner-item__price{white-space:nowrap;font-size:.78rem;line-height:1}.shopping-trip-page .shopping-item__badges{display:none}.shopping-trip-page .item-actions{flex-direction:row;justify-content:flex-end;gap:3px;width:auto;display:flex}.shopping-trip-page .action-btn{border-radius:11px;flex:0 0 38px;width:38px;height:38px}.shopping-trip-page .shopping-footer{grid-template-columns:1fr auto;align-items:center;gap:8px;padding:6px}.shopping-trip-page .shopping-footer .footer-summary{gap:0;font-size:.85rem;display:grid}.shopping-trip-page .shopping-footer .btn{width:auto;min-height:44px;padding-inline:18px}}.history-card__summary{cursor:pointer;justify-content:space-between;align-items:center;padding:1rem;display:flex}.history-card__summary::marker{color:var(--primary-color)}.history-card[open] .history-card__summary{border-radius:var(--radius-lg);background:#745c3f0d}details[open] .history-card__chevron{transform:rotate(180deg)}.history-card__chevron{color:var(--primary-color);transition:transform .2s}.history-card__main h3{margin:0 0 .25rem}.history-card__main p{margin:0;font-size:.85rem}.history-card__items{border-top:1px solid #745c3f1a;flex-direction:column;gap:.5rem;margin-top:.5rem;padding:0 1rem 1rem;display:flex}.history-card__item{align-items:center;gap:.75rem;font-size:.9rem;display:flex}.status-indicator{border-radius:50%;width:8px;height:8px}.status-indicator--success{background-color:var(--success)}.status-indicator--danger{background-color:var(--danger)}.status-indicator--warning{background-color:var(--warning)}.onboarding-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.onboarding-card{text-align:center;border-radius:var(--radius-lg);cursor:pointer;background:#ffffffdb;border:1px solid #745c3f29;gap:16px;padding:32px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid}.onboarding-card:hover{box-shadow:var(--shadow-md);border-color:#d45f2f5c;transform:translateY(-4px)}.onboarding-card--selected{border-color:var(--brand);box-shadow:var(--shadow-md), 0 0 0 2px var(--brand);background:#fff}.onboarding-icon{width:64px;height:64px;color:var(--brand);background:#d45f2f1a;border-radius:20px;justify-content:center;align-items:center;margin:0 auto;display:flex}.account-modal-header{align-items:center;gap:16px;margin-bottom:24px;display:flex}.account-modal-stats{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px;display:grid}.account-modal-item{background:#f8f4ec99;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:14px 16px;display:flex}.stitch-modal-overlay{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.stitch-modal{-webkit-backdrop-filter:blur(24px);border:1px solid var(--stroke);z-index:10;background:#ffffffe6;border-radius:12px;flex-direction:column;gap:24px;width:100%;max-width:420px;padding:24px;display:flex;position:relative;box-shadow:0 20px 40px #0f172a14}.stitch-modal-header{justify-content:space-between;align-items:flex-start;display:flex}.stitch-modal-profile{align-items:center;gap:16px;display:flex}.stitch-modal-avatar{object-fit:cover;border:1px solid var(--stroke);border-radius:50%;width:48px;height:48px}.stitch-modal-close{color:var(--text-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.stitch-modal-close:hover{background:var(--surface-muted);color:var(--heading)}.stitch-modal-stats{grid-template-columns:1fr 1fr;gap:8px;display:grid}.stitch-stat-card{background:var(--surface);border:1px solid #e1e2ed80;border-radius:8px;padding:16px;transition:border-color .2s;box-shadow:0 1px 2px #0000000d}.stitch-stat-card:hover{border-color:var(--stroke)}.stitch-stat-streak{background:#004ac60d;border:1px solid #004ac633;border-radius:8px;grid-column:span 2;justify-content:space-between;align-items:center;padding:16px;display:flex}.stitch-pref-item{cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:8px;transition:background-color .2s;display:flex}.stitch-pref-item:hover{background:var(--surface-muted)}.stitch-pref-item-left{color:var(--heading);align-items:center;gap:16px;display:flex}.stitch-pref-item-btn{color:var(--brand);border-radius:6px;padding:8px 16px;font-size:12px;font-weight:500;transition:background-color .2s}.stitch-pref-item-btn:hover{background:#004ac61a}.stitch-household{border:1px solid var(--stroke);background:#faf8ff80;border-radius:8px;flex-direction:column;gap:16px;padding:16px;display:flex}.stitch-household-header{justify-content:space-between;align-items:center;display:flex}.stitch-household-role{letter-spacing:.05em;color:#fd761a;background:#fd761a1a;border:1px solid #fd761a33;border-radius:9999px;padding:4px 8px;font-size:10px;font-weight:700}.stitch-household-btn{background:var(--surface);border:1px solid var(--stroke);width:100%;color:var(--heading);border-radius:8px;padding:8px;font-size:14px;font-weight:500;transition:all .2s;box-shadow:0 1px 2px #0000000d}.stitch-household-btn:hover{background:var(--surface-muted)}.stitch-signout-btn{color:#ba1a1a;background:#ba1a1a1a;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:8px;padding:16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.stitch-signout-btn:hover{background:#ba1a1a26;border-color:#ba1a1a4d}.stitch-streak-active{letter-spacing:.05em;color:var(--brand);background:var(--surface);border-radius:9999px;padding:4px 8px;font-size:12px;font-weight:700;box-shadow:0 1px 2px #0000000d}
