:root{color-scheme:light;--cms-bg: #f6f8fb;--cms-surface: #ffffff;--cms-surface-soft: #f8fafc;--cms-border: #e2e8f0;--cms-border-strong: #cbd5e1;--cms-text: #0f172a;--cms-muted: #64748b;--cms-muted-2: #94a3b8;--cms-green: #12823b;--cms-green-soft: #eafaf0;--cms-red: #dc2626;--cms-red-soft: #fef2f2;--cms-amber: #b45309;--cms-amber-soft: #fffbeb;--cms-blue: #2563eb;--cms-blue-soft: #eff6ff;--cms-shadow: 0 18px 55px rgba(15, 23, 42, .08)}body{margin:0}.cms-auth-shell,.cms-shell{min-height:100vh;background:var(--cms-bg);color:var(--cms-text);font-family:Inter,Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}.cms-auth-shell{display:grid;place-items:center;padding:32px}.cms-auth-card{display:grid;gap:18px;width:min(480px,100%);border:1px solid var(--cms-border);border-radius:18px;background:var(--cms-surface);box-shadow:var(--cms-shadow);padding:32px}.cms-auth-card img{width:48px;height:48px;object-fit:contain}.cms-auth-card h1,.cms-page-header h1,.cms-editor-header h1{margin:0;color:var(--cms-text);font-size:28px;font-weight:560;line-height:1.12;letter-spacing:0}.cms-auth-card p,.cms-page-header p,.cms-panel-header p,.cms-preview-subtitle{margin:0;color:var(--cms-muted);font-size:15px;font-weight:500;line-height:1.55}.cms-auth-card label,.cms-form-panel label{display:grid;gap:8px;color:#475569;font-size:12px;font-weight:560;letter-spacing:.04em;text-transform:uppercase}.cms-auth-card input,.cms-form-panel input,.cms-form-panel select,.cms-form-panel textarea,.cms-search input,.cms-global-search input,.cms-table-toolbar select{width:100%;border:1px solid var(--cms-border);border-radius:12px;background:#fff;color:var(--cms-text);font:inherit;font-size:14px;font-weight:500;line-height:1.45;outline:none;padding:12px 13px;text-transform:none}.cms-auth-card input:focus,.cms-form-panel input:focus,.cms-form-panel select:focus,.cms-form-panel textarea:focus,.cms-search input:focus,.cms-global-search input:focus,.cms-table-toolbar select:focus{border-color:#12823b99;box-shadow:0 0 0 4px #12823b1f}.cms-auth-card button,.cms-primary-button,.cms-editor-actions button,.cms-bulkbar button,.cms-row-actions button,.cms-action-stack button,.cms-pagination button,.cms-file-button,.cms-preview-modal header button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border:1px solid var(--cms-border);border-radius:12px;background:var(--cms-surface);color:var(--cms-text);cursor:pointer;font-weight:580;padding:10px 14px}.cms-auth-card button,.cms-primary-button{border-color:#101827;background:#101827;color:#fff}.cms-danger-button{border-color:#fecaca!important;background:var(--cms-red-soft)!important;color:var(--cms-red)!important}button:disabled{cursor:not-allowed;opacity:.5}.cms-shell{display:block}.cms-sidebar{position:fixed;inset:0 auto 0 0;display:flex;width:260px;height:100dvh;flex-direction:column;gap:22px;border-right:1px solid var(--cms-border);background:#ffffffe0;padding:22px 16px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);overflow:hidden;z-index:20}.cms-brand{display:flex;align-items:center;gap:10px;border:0;background:transparent;color:var(--cms-text);cursor:pointer;font-size:16px;font-weight:540;padding:6px 8px;text-align:left}.cms-brand img{width:34px;height:34px;object-fit:contain}.cms-nav{display:grid;gap:4px}.cms-nav button{display:flex;align-items:center;gap:10px;min-height:42px;border:0;border-radius:12px;background:transparent;color:#475569;cursor:pointer;font-size:14px;font-weight:540;padding:0 12px;text-align:left}.cms-nav button:hover,.cms-nav button.is-active{background:#eef2f7;color:var(--cms-text)}.cms-sidebar-foot{margin-top:auto;border:0;padding:0}.cms-sidebar-foot button{display:flex;align-items:center;gap:10px;width:100%;min-height:42px;border:1px solid var(--cms-border);border-radius:12px;background:#fff;color:var(--cms-text);cursor:pointer;font-weight:580;padding:0 12px}.cms-main{margin-left:260px;min-width:0;min-height:100vh}.cms-topbar{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:72px;border-bottom:1px solid var(--cms-border);background:#f6f8fbe6;padding:14px 28px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:18}.cms-global-search,.cms-search{display:flex;align-items:center;gap:8px;min-width:min(420px,100%);border:1px solid var(--cms-border);border-radius:13px;background:#fff;padding:0 12px}.cms-global-search input,.cms-search input{border:0;box-shadow:none;padding-left:0}.cms-topbar-actions{display:flex;align-items:center;gap:10px}.cms-topbar-actions>button,.cms-icon-button,.cms-profile-menu summary{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--cms-border);border-radius:13px;background:#fff;color:var(--cms-text);cursor:pointer}.cms-topbar-actions .cms-primary-button{width:auto;padding:0 14px}.cms-profile-menu{position:relative}.cms-profile-menu summary{list-style:none;background:#eef2f7;font-weight:540}.cms-profile-menu summary::-webkit-details-marker{display:none}.cms-profile-menu div{position:absolute;top:52px;right:0;display:grid;gap:12px;width:260px;border:1px solid var(--cms-border);border-radius:16px;background:#fff;box-shadow:var(--cms-shadow);padding:14px}.cms-profile-menu strong{overflow:hidden;color:var(--cms-muted);font-size:13px;text-overflow:ellipsis}.cms-profile-menu button{border:0;border-radius:10px;background:#101827;color:#fff;cursor:pointer;font-weight:540;padding:10px}.cms-page{display:grid;gap:24px;padding:32px clamp(20px,4vw,52px) 64px}.cms-page-header{display:grid;gap:8px;max-width:760px}.cms-page-header span,.cms-editor-header span,.cms-preview-modal header span{color:var(--cms-green);font-size:12px;font-weight:540;letter-spacing:.11em;text-transform:uppercase}.cms-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.cms-stat-card,.cms-panel{border:1px solid var(--cms-border);border-radius:18px;background:var(--cms-surface);box-shadow:0 1px #0f172a05}.cms-stat-card{display:grid;gap:10px;min-height:138px;padding:18px}.cms-stat-card span{color:var(--cms-muted);font-size:13px;font-weight:540}.cms-stat-card strong{font-size:34px;font-weight:540}.cms-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.6fr);gap:18px}.cms-panel{min-width:0;padding:18px}.cms-panel-header{display:grid;gap:4px;margin-bottom:16px}.cms-panel-header h2{margin:0;font-size:18px;font-weight:540}.cms-activity-list,.cms-action-stack{display:grid;gap:10px}.cms-activity-list article{display:grid;grid-template-columns:148px minmax(0,1fr) 150px;gap:14px;align-items:center;border-top:1px solid var(--cms-border);padding:12px 0}.cms-activity-list span,.cms-activity-list time,.cms-table td span,.cms-bulkbar span,.cms-pagination span{color:var(--cms-muted);font-size:13px;font-weight:560}.cms-activity-list strong{min-width:0;font-size:14px;font-weight:580}.cms-action-stack button{justify-content:flex-start;width:100%}.cms-table-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) repeat(4,minmax(150px,auto));gap:10px;margin-bottom:12px}.cms-bulkbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;border-top:1px solid var(--cms-border);border-bottom:1px solid var(--cms-border);padding:12px 0}.cms-bulkbar span{margin-right:auto}.cms-table-wrap{overflow:auto;border:1px solid var(--cms-border);border-radius:14px}.cms-table{width:100%;min-width:980px;border-collapse:collapse;table-layout:fixed;text-align:left}.cms-table th{position:sticky;top:0;z-index:1;background:var(--cms-surface-soft);color:#475569;font-size:12px;font-weight:580;letter-spacing:.04em;padding:12px;text-transform:uppercase;white-space:nowrap}.cms-table td{border-top:1px solid var(--cms-border);color:#263448;font-size:14px;font-weight:500;padding:13px 12px;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cms-table tbody tr.cms-click-row{cursor:pointer}.cms-table tbody tr.cms-click-row:hover{background:#f8fafc}.cms-table td>*{max-width:100%}.cms-table td:first-child,.cms-table th:first-child{width:44px}.cms-mono{color:#64748b!important;font-family:SFMono-Regular,Consolas,monospace;font-size:12px!important}.cms-link-button{display:inline-block;max-width:100%;border:0;background:transparent;color:var(--cms-text);cursor:pointer;font-weight:580;overflow:hidden;padding:0;text-align:left;text-overflow:ellipsis;white-space:nowrap}.cms-link-button:hover{color:var(--cms-green)}.cms-status-pill{display:inline-flex;align-items:center;border:1px solid var(--cms-border);border-radius:999px;background:#f8fafc;color:#475569;font-size:12px;font-weight:580;padding:5px 9px}.cms-status-pill.is-published,.cms-status-pill.is-fixed,.cms-status-pill.is-reviewed,.cms-status-pill.is-actioned{border-color:#bbf7d0;background:var(--cms-green-soft);color:var(--cms-green)}.cms-status-pill.is-draft,.cms-status-pill.is-scheduled,.cms-status-pill.is-in_review,.cms-status-pill.is-open,.cms-status-pill.is-new{border-color:#fde68a;background:var(--cms-amber-soft);color:var(--cms-amber)}.cms-status-pill.is-reported,.cms-status-pill.is-hidden,.cms-status-pill.is-dismissed,.cms-status-pill.is-archived,.cms-status-pill.is-duplicate{border-color:#fecaca;background:var(--cms-red-soft);color:var(--cms-red)}.cms-row-actions{display:flex;gap:8px;flex-wrap:wrap}.cms-row-actions button,.cms-bulkbar button{min-height:32px;border-radius:10px;font-size:12px;padding:6px 10px}.cms-filter-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.cms-filter-tabs button{border:1px solid var(--cms-border);border-radius:999px;background:#fff;color:var(--cms-muted);cursor:pointer;font-weight:540;padding:8px 12px}.cms-filter-tabs button.is-active{border-color:#bbf7d0;background:var(--cms-green-soft);color:var(--cms-green)}.cms-pagination{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:14px}.cms-editor-page{padding-bottom:96px}.cms-editor-header{position:sticky;top:72px;z-index:12;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;border:1px solid var(--cms-border);border-radius:18px;background:#fffffff0;box-shadow:0 14px 42px #0f172a12;padding:14px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.cms-editor-header h1{font-size:24px}.cms-editor-header p{display:flex;align-items:center;gap:10px;margin:6px 0 0;color:var(--cms-muted);font-size:13px}.cms-editor-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.cms-editor-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,390px);gap:18px;align-items:start}.cms-editor-main{padding:0;overflow:hidden}.cms-editor-main .cms-panel-header{margin:0;padding:18px 18px 0}.cms-editor-aside{display:grid;gap:14px;align-self:start}.cms-form-panel{display:grid;gap:14px}.cms-cover-preview{width:100%;aspect-ratio:16 / 9;border:1px solid var(--cms-border);border-radius:12px;object-fit:cover}.cms-dropzone{display:grid;place-items:center;min-height:170px;border:1px dashed var(--cms-border-strong);border-radius:14px;background:var(--cms-surface-soft);color:var(--cms-muted);overflow:hidden}.cms-dropzone>div{display:grid;place-items:center;gap:6px;padding:24px;text-align:center}.cms-dropzone strong{color:var(--cms-text);font-weight:580}.cms-inline-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cms-file-button{position:relative;overflow:hidden}.cms-file-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.cms-empty-state{display:grid;place-items:center;gap:6px;min-height:180px;padding:24px;text-align:center}.cms-empty-state strong{font-size:16px}.cms-empty-state p{margin:0;color:var(--cms-muted)}.cms-notice{margin:0;border:1px solid #bbf7d0;border-radius:12px;background:var(--cms-green-soft);color:var(--cms-green);font-size:14px;font-weight:580;padding:12px 14px}.cms-workspace-notice{margin:18px 28px 0}.cms-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0f172a7a;padding:24px;z-index:40}.cms-preview-modal{display:grid;gap:18px;width:min(900px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:22px;background:#fff;padding:24px}.cms-detail-modal{display:grid;gap:16px;width:min(760px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:22px;background:#fff;padding:0}.cms-detail-modal header{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--cms-border);padding:20px 22px}.cms-detail-modal header>div{min-width:0;flex:1}.cms-detail-modal header span{color:var(--cms-green);font-size:12px;font-weight:540;letter-spacing:.1em;text-transform:uppercase}.cms-detail-modal h2{margin:4px 0 0;font-size:24px;font-weight:560}.cms-detail-modal header p{overflow:hidden;margin:6px 0 0;color:var(--cms-muted);font-size:13px;font-weight:450;text-overflow:ellipsis;white-space:nowrap}.cms-detail-modal header button{display:inline-grid;place-items:center;width:40px;height:40px;border:1px solid var(--cms-border);border-radius:12px;background:#fff;color:var(--cms-text);cursor:pointer}.cms-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:0 22px;overflow:hidden;border:1px solid var(--cms-border);border-radius:14px;background:var(--cms-border)}.cms-detail-grid div,.cms-detail-body{background:var(--cms-surface-soft);padding:14px}.cms-detail-body{margin:0 22px;border:1px solid var(--cms-border);border-radius:14px}.cms-detail-grid span{display:block;margin-bottom:5px;color:var(--cms-muted);font-size:12px;font-weight:560;text-transform:uppercase}.cms-detail-grid strong{display:block;min-width:0;overflow:hidden;color:var(--cms-text);font-size:14px;font-weight:580;text-overflow:ellipsis;white-space:nowrap}.cms-detail-body h3{margin:0 0 8px;font-size:15px;font-weight:540}.cms-detail-body p{margin:0;color:#334155;font-size:14px;line-height:1.55}.cms-report-list{display:grid;gap:10px}.cms-report-list article{display:grid;gap:6px;border-top:1px solid var(--cms-border);padding-top:10px}.cms-report-list article:first-child{border-top:0;padding-top:0}.cms-report-list strong{font-weight:580}.cms-report-list span{display:inline-flex;align-items:center;gap:8px;color:var(--cms-muted);font-size:12px}.cms-detail-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;border-top:1px solid var(--cms-border);padding:16px 22px 20px}.cms-detail-actions button{min-height:38px;border:1px solid var(--cms-border);border-radius:11px;background:#fff;color:var(--cms-text);cursor:pointer;font-weight:580;padding:8px 12px}.cms-preview-modal header{display:flex;justify-content:space-between;gap:18px}.cms-preview-modal h2{margin:4px 0 0;font-size:30px}.cms-preview-modal img{width:100%;max-height:360px;border-radius:16px;object-fit:cover}.cms-preview-modal pre{overflow:auto;border-radius:14px;background:#0f172a;color:#e2e8f0;padding:16px}.cms-icon{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.cms-icon-loading{animation:cms-spin .9s linear infinite}@keyframes cms-spin{to{transform:rotate(360deg)}}.content-editor{display:grid;grid-template-rows:auto minmax(0,1fr);height:calc(100vh - 236px);min-height:560px;background:#fff}.content-editor-loading{border:1px solid var(--cms-border);border-radius:16px;background:#fff;color:var(--cms-muted);padding:24px}.content-editor-toolbar{z-index:3;display:flex;flex-wrap:wrap;gap:6px;border-bottom:1px solid var(--cms-border);background:#fffffff5;padding:12px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.content-editor-toolbar button,.content-editor-upload{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:36px;border:1px solid var(--cms-border);border-radius:10px;background:#fff;color:var(--cms-text);cursor:pointer;font-size:13px;font-weight:560;padding:0 10px}.content-editor-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.content-editor-toolbar button.is-active{border-color:#bbf7d0;background:var(--cms-green-soft);color:var(--cms-green)}.content-editor-upload{position:relative;overflow:hidden}.content-editor-upload input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.content-editor-surface{height:100%;min-height:100%;overflow-y:auto;padding:32px clamp(24px,5vw,64px);color:#1f2937;font-size:18px;font-weight:460;line-height:1.75;outline:none}.content-editor>div:last-child{min-height:0;overflow:hidden}.content-editor-surface>*:first-child{margin-top:0}.content-editor-surface h2,.content-editor-surface h3,.content-editor-surface h4{color:var(--cms-text);line-height:1.18}.content-editor-surface blockquote{margin:24px 0;border-left:4px solid var(--cms-green);background:var(--cms-green-soft);border-radius:12px;padding:18px}.content-editor-surface img{max-width:100%;border-radius:14px}.content-editor-surface table{width:100%;border-collapse:collapse}.content-editor-surface td,.content-editor-surface th{border:1px solid var(--cms-border);padding:8px}.cms-shell,.cms-auth-shell{font-weight:400}.cms-shell strong,.cms-auth-shell strong,.cms-shell b,.cms-auth-shell b,.cms-auth-card h1,.cms-page-header h1,.cms-editor-header h1,.cms-detail-modal h2,.cms-preview-modal h2{font-weight:540}.cms-page-header h1{font-size:26px}.cms-editor-header h1,.cms-detail-modal h2{font-size:22px}.cms-panel-header h2,.cms-detail-body h3,.cms-empty-state strong{font-weight:540}.cms-auth-card p,.cms-page-header p,.cms-panel-header p,.cms-preview-subtitle,.cms-detail-body p,.cms-empty-state p,.cms-notice,.cms-editor-header p,.cms-profile-menu strong{font-weight:400}.cms-auth-card label,.cms-form-panel label,.cms-page-header span,.cms-editor-header span,.cms-preview-modal header span,.cms-detail-modal header span,.cms-detail-grid span,.cms-table th{font-weight:500}.cms-auth-card input,.cms-form-panel input,.cms-form-panel select,.cms-form-panel textarea,.cms-search input,.cms-global-search input,.cms-table-toolbar select,.cms-table td,.content-editor-surface{font-weight:400}.cms-brand,.cms-nav button,.cms-sidebar-foot button,.cms-auth-card button,.cms-primary-button,.cms-editor-actions button,.cms-bulkbar button,.cms-action-stack button,.cms-pagination button,.cms-file-button,.cms-detail-actions button,.cms-preview-modal header button,.cms-filter-tabs button,.cms-link-button,.cms-status-pill,.content-editor-toolbar button,.content-editor-upload{font-weight:500}.cms-stat-card strong{font-size:30px;font-weight:560}.cms-stat-card span,.cms-activity-list span,.cms-activity-list time,.cms-table td span,.cms-bulkbar span,.cms-pagination span,.cms-detail-grid strong,.cms-report-list strong,.cms-dropzone strong{font-weight:450}@media(max-width:1180px){.cms-sidebar{width:84px}.cms-main{margin-left:84px}.cms-brand span,.cms-nav button{font-size:0}.cms-nav button{justify-content:center}.cms-sidebar-foot button{justify-content:center;font-size:0;padding:0}.cms-editor-grid,.cms-dashboard-grid{grid-template-columns:1fr}.cms-editor-aside{position:static;max-height:none;overflow:visible}}@media(max-width:860px){.cms-sidebar{position:static;width:auto;height:auto;flex-direction:row;overflow:auto;border-right:0;border-bottom:1px solid var(--cms-border)}.cms-nav{display:flex}.cms-main{margin-left:0}.cms-sidebar-foot button{font-size:14px;padding:0 12px}.cms-topbar{top:0;align-items:stretch;flex-direction:column}.cms-topbar-actions{justify-content:space-between}.cms-table-toolbar,.cms-stat-grid{grid-template-columns:1fr 1fr}.cms-editor-header{top:0;grid-template-columns:1fr}.cms-activity-list article{grid-template-columns:1fr;gap:4px}.cms-detail-grid{grid-template-columns:1fr}}:root,:root[data-theme=light]{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;color:#0f172a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--green: #22c55e;--green-strong: #16a34a;--green-soft: rgba(34, 197, 94, .12);--green-border: rgba(34, 197, 94, .34);--green-text: #15803d;--red: #ef4444;--red-strong: #dc2626;--red-soft: rgba(239, 68, 68, .1);--red-border: rgba(239, 68, 68, .34);--red-text: #dc2626;--app-bg: #ffffff;--body-bg: #ffffff;--panel: #ffffff;--panel-2: #f7f8fa;--panel-3: #eef2f6;--modal-bg: #ffffff;--field-bg: #f8fafc;--search-bg: rgba(255, 255, 255, .9);--topbar-bg: rgba(255, 255, 255, .86);--line: rgba(15, 23, 42, .1);--muted: #64748b;--muted-strong: #475569;--text: #0f172a;--category-active-bg: #0f172a;--category-active-text: #ffffff;--shadow: 0 8px 24px rgba(15, 23, 42, .055);--heavy-shadow: 0 18px 52px rgba(15, 23, 42, .14);--backdrop: rgba(15, 23, 42, .28);--toast-bg: #0f172a;--toast-text: #ffffff;--primary-action-bg: #111827;--primary-action-border: #111827;--primary-action-text: #ffffff;--visual-viewport-bottom: 0px}:root[data-theme=dark]{color-scheme:dark;background:#090d14;color:#f8fafc;--green-soft: rgba(34, 197, 94, .16);--green-border: rgba(34, 197, 94, .46);--green-text: #bbf7d0;--red-soft: rgba(239, 68, 68, .16);--red-border: rgba(239, 68, 68, .5);--red-text: #fecaca;--app-bg: #090d14;--body-bg: linear-gradient(180deg, rgba(15, 23, 42, .98), rgba(9, 13, 20, 1) 360px), #090d14;--panel: #111827;--panel-2: #151e2d;--panel-3: #1f2937;--modal-bg: #111827;--field-bg: #0b111c;--search-bg: rgba(17, 24, 39, .86);--topbar-bg: rgba(9, 13, 20, .86);--line: rgba(148, 163, 184, .18);--muted: #94a3b8;--muted-strong: #cbd5e1;--text: #f8fafc;--category-active-bg: #f8fafc;--category-active-text: #0f172a;--shadow: 0 12px 34px rgba(0, 0, 0, .2);--heavy-shadow: 0 18px 52px rgba(0, 0, 0, .36);--backdrop: rgba(2, 6, 23, .58);--toast-bg: #f8fafc;--toast-text: #0f172a}*{box-sizing:border-box}html{min-height:100%;background:var(--app-bg);overflow-x:hidden}body{min-width:320px;min-height:100vh;margin:0;background:var(--body-bg);overflow-x:hidden}button{font:inherit}.app-shell{--trial-nav-height: 48px;width:min(100%,1420px);min-height:100vh;margin:0 auto;padding:28px 32px 96px}.app-shell.is-blank-state{display:flex;flex-direction:column}.topbar{position:sticky;z-index:20;top:0;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:84px;width:100vw;margin:-28px calc(50% - 50vw) 28px;padding:calc(16px + env(safe-area-inset-top)) max(32px,calc((100vw - 1420px)/2 + 32px)) 16px;border-bottom:1px solid var(--line);background:var(--topbar-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.web-download-shell{overflow-x:clip}.marketing-topbar{position:sticky}.marketing-header-actions,.marketing-nav{display:flex;align-items:center;gap:18px}.marketing-nav a{color:var(--muted-strong);font-size:.92rem;font-weight:760;text-decoration:none}.marketing-nav a:hover{color:var(--text)}.app-shell.has-trial-banner .topbar{top:var(--trial-nav-height);margin-top:0}.brand{display:flex;align-items:center;gap:14px;min-width:0;padding:0;border:0;background:transparent;text-align:left;color:inherit;cursor:pointer;text-decoration:none}.brand,.brand *{text-decoration:none}.brand:hover{opacity:.92}.brand:focus-visible{outline:3px solid color-mix(in srgb,var(--primary-action-bg) 32%,transparent);outline-offset:4px;border-radius:10px}.brand-mark{flex:0 0 auto;width:52px;height:52px;padding:6px;border:1px solid rgba(148,163,184,.24);border-radius:8px;background:var(--panel);object-fit:contain;box-shadow:inset 0 1px #ffffff0d}.brand-title,.brand p{margin:0}.brand-title{display:block;color:var(--text);font-size:clamp(1.5rem,2vw,2.25rem);font-weight:900;line-height:.95}.brand p{margin-top:3px;color:var(--muted);font-size:1rem;font-weight:750}.header-actions{display:flex;align-items:center;gap:10px;min-width:0}.mobile-menu-trigger,.mobile-header-actions{display:none}.nav-icon-button,.nav-action-button,.view-switch,.upgrade-button{min-height:46px;border:1px solid var(--line);border-radius:8px;background:var(--panel-2);color:var(--text)}.nav-icon-button{display:grid;width:48px;place-items:center;color:var(--muted);cursor:pointer;font-size:1.2rem;font-weight:900}.theme-button{display:none}.nav-action-button{display:inline-flex;align-items:center;gap:8px;padding:0 14px;color:var(--muted-strong);cursor:pointer;font-weight:900}.nav-action-button span{font-size:1rem;line-height:1}.nav-action-button strong{font-size:.92rem}.view-switch{display:inline-grid;grid-template-columns:minmax(72px,1fr) minmax(120px,1.28fr) minmax(72px,1fr);gap:4px;width:296px;padding:4px}.view-switch button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:0;padding:0 14px;border:0;border-radius:6px;background:transparent;color:var(--muted-strong);cursor:pointer;font-weight:950;white-space:nowrap}.view-switch button.active{background:var(--panel);color:var(--text);box-shadow:var(--shadow)}.view-switch em{position:static;display:inline-grid;min-width:20px;height:20px;margin-left:2px;padding:0 5px;place-items:center;border-radius:999px;background:var(--red);color:#fff;font-size:.68rem;font-style:normal;font-weight:950}.upgrade-button{padding:0 16px;border:1px solid var(--primary-action-border);background:var(--primary-action-bg);color:var(--primary-action-text);cursor:pointer;font-weight:950}.upgrade-button:disabled{cursor:wait;opacity:.7}.trial-nav-banner{position:sticky;top:0;z-index:21;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;box-sizing:border-box;min-height:var(--trial-nav-height);width:100vw;margin:-28px calc(50% - 50vw) 0;padding:8px max(32px,calc((100vw - 1420px)/2 + 32px));border-bottom:1px solid rgba(245,158,11,.16);background:color-mix(in srgb,var(--modal-bg) 98%,var(--amber-soft));box-shadow:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.trial-nav-banner>div{display:flex;align-items:baseline;gap:10px;min-width:0}.trial-nav-banner strong{flex:0 0 auto;color:var(--amber-strong);font-size:.82rem;font-weight:850}.trial-nav-banner span{min-width:0;overflow:hidden;color:var(--muted-strong);font-size:.88rem;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.trial-nav-banner button{min-height:32px;flex:0 0 auto;padding:0 12px;border:1px solid rgba(245,158,11,.34);border-radius:8px;background:#fffbebb8;color:var(--amber-strong);cursor:pointer;font-size:.84rem;font-weight:850}.trial-nav-banner .trial-nav-close{display:grid;width:36px;padding:0;place-items:center;border-color:var(--line);background:var(--panel);color:var(--muted-strong);font-size:1.15rem;line-height:1}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 auto 28px}.today-command-panel{display:grid;gap:14px;margin:0 auto 28px;padding:0}.today-command-head{display:grid;gap:4px}.today-command-kicker{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.today-command-kicker span{color:var(--muted-strong);font-size:.76rem;font-weight:700;text-transform:uppercase}.today-command-kicker span+span{color:var(--muted-strong)}.today-command-head h2{margin:0;color:var(--text);font-size:1.25rem;font-weight:700}.pantry-pulse-card{display:grid;gap:12px;padding:14px;border:1px solid color-mix(in srgb,var(--primary-action-bg) 14%,var(--line));border-radius:8px;background:color-mix(in srgb,var(--primary-action-bg) 5%,var(--panel))}.pantry-pulse-card.locked{background:color-mix(in srgb,var(--primary-action-bg) 4%,var(--panel))}.pantry-pulse-head{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center}.pantry-pulse-head>span{font-size:1.6rem;line-height:1}.pantry-pulse-head div{display:grid;gap:3px}.pantry-pulse-head strong{color:var(--text);font-size:1rem;font-weight:700}.pantry-pulse-head p,.pantry-pulse-card small{margin:0;color:var(--muted-strong);font-size:.84rem;font-weight:500;line-height:1.35}.pantry-pulse-head p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pantry-pulse-actions{display:flex;flex-wrap:wrap;gap:10px}.pantry-pulse-actions button{min-height:42px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--text);cursor:pointer;font-size:.86rem;font-weight:700}.pantry-pulse-actions button.primary{flex:1;min-width:180px;border-color:transparent;background:var(--primary-action-bg);color:var(--primary-action-text)}.today-command-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.today-command-grid button{display:grid;min-height:76px;gap:5px;align-content:center;padding:13px;border:1px solid var(--line);border-radius:8px;background:var(--soft);color:var(--text);cursor:pointer;text-align:left}.today-command-grid button.strong{border-color:color-mix(in srgb,var(--primary-action-bg) 18%,var(--line));background:color-mix(in srgb,var(--primary-action-bg) 6%,var(--soft))}.today-command-grid strong,.today-command-grid span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.today-command-grid strong{font-size:.92rem;font-weight:700}.today-command-grid span{color:var(--muted-strong);font-size:.82rem;font-weight:500}.meal-ideas-panel{display:grid;gap:18px;margin-bottom:18px;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:var(--shadow)}.starter-panel{display:grid;justify-items:center;width:100vw;margin:0;margin-inline:calc(50% - 50vw);padding:clamp(20px,4.5vh,52px) max(32px,calc((100vw - 1420px)/2 + 32px)) clamp(56px,8vh,92px);border:0;background:transparent;box-shadow:none;text-align:left}.starter-main{display:grid;width:min(100%,1120px);grid-template-columns:1fr;gap:0;align-items:center;justify-items:center}.starter-text,.starter-copy,.meal-ideas-head>div{display:grid;gap:8px}.starter-copy{width:100%;max-width:1120px;grid-template-columns:1fr;align-items:center;gap:clamp(24px,4vw,42px);justify-items:center;text-align:center}.starter-text{width:min(100%,620px);justify-items:center}.starter-copy>span,.starter-text>span,.meal-ideas-head span,.meal-idea-card>div span{color:var(--muted-strong);font-size:.78rem;font-weight:950;text-transform:uppercase}.starter-copy h1,.starter-copy h2,.starter-copy p,.meal-ideas-head h2,.meal-ideas-head p{margin:0}.starter-copy h1,.starter-copy h2,.meal-ideas-head h2{color:var(--text);font-size:clamp(2rem,3.2vw,3.35rem);line-height:1.08}.rotating-hero-title{display:block;text-align:center}.hero-title-desktop{display:grid;gap:.04em}.hero-title-static{display:block;color:var(--text)}.hero-title-mobile{display:none}.hero-mobile-static{color:var(--text)}.hero-mobile-rotating{display:inline-grid;color:var(--primary-action-bg)}.hero-mobile-rotating span{grid-area:1 / 1;opacity:0;white-space:nowrap}.hero-mobile-rotating span:nth-child(1){animation:heroMealPlannerRotate 7.5s ease-in-out infinite}.hero-mobile-rotating span:nth-child(2){animation:heroGroceryTrackerRotate 7.5s ease-in-out infinite}.hero-mobile-rotating span:nth-child(3){animation:heroPantryTrackerRotate 7.5s ease-in-out infinite}.hero-rotating-word{display:grid;min-height:1.08em;color:var(--green-text);justify-items:center}.hero-rotating-word span{grid-area:1 / 1;opacity:0}.hero-rotating-word span:nth-child(1){animation:heroMealPlannerRotate 7.5s ease-in-out infinite}.hero-rotating-word span:nth-child(2){animation:heroGroceryTrackerRotate 7.5s ease-in-out infinite}.hero-rotating-word span:nth-child(3){animation:heroPantryTrackerRotate 7.5s ease-in-out infinite}@keyframes heroMealPlannerRotate{0%,27%{opacity:1}30%,94%,to{opacity:0}}@keyframes heroGroceryTrackerRotate{0%,30%,64%,to{opacity:0}33%,61%{opacity:1}}@keyframes heroPantryTrackerRotate{0%,64%,to{opacity:0}67%,97%{opacity:1}}@media(prefers-reduced-motion:reduce){.hero-rotating-word span,.hero-mobile-rotating span,.hero-title-mobile span{animation:none}.hero-rotating-word span:nth-child(1),.hero-mobile-rotating span:nth-child(1),.hero-title-mobile span:nth-child(1){opacity:1}}.starter-copy p,.meal-ideas-head p,.meal-ideas-note{max-width:570px;color:var(--muted);font-size:clamp(1rem,1.15vw,1.18rem);font-weight:580;line-height:1.45}.mobile-copy-break{display:none}.starter-actions,.meal-ideas-head{display:flex;align-items:center;gap:10px}.starter-actions{display:grid;grid-template-columns:1fr;justify-self:center;justify-items:center;width:min(100%,260px);margin-top:18px;margin-inline:auto}.starter-actions button,.meal-ideas-head button{min-height:56px;padding:0 20px;border:1px solid var(--primary-action-border);border-radius:8px;background:var(--primary-action-bg);color:var(--primary-action-text);cursor:pointer;font-weight:950}.google-play-badge-link{display:inline-flex;width:auto;align-items:center;justify-content:center;border-radius:8px;line-height:0}.google-play-badge-link:focus-visible{outline:3px solid rgba(22,163,74,.34);outline-offset:4px}.google-play-badge-link img{display:block;width:auto;height:auto}.download-badges{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.app-store-badge-link{display:inline-flex;width:auto;align-items:center;justify-content:center;border-radius:8px;line-height:0}.app-store-badge-link:focus-visible{outline:3px solid rgba(15,23,42,.34);outline-offset:4px}.app-store-badge-link img{display:block;width:auto;height:auto}.info-google-play-badge{margin-top:10px}.starter-hero-figure{position:relative;justify-self:center;width:min(100%,clamp(280px,22vw,360px));margin:4px 0 0}.starter-hero-figure:after{display:none;content:none}.starter-hero-image{display:block;width:100%;height:auto;border:0;background:transparent}.starter-seo-section{display:grid;width:min(100%,1120px);margin-top:clamp(32px,5vh,52px);gap:18px}.starter-section-heading{display:grid;justify-items:center;max-width:720px;margin-inline:auto;gap:8px;text-align:center}.starter-section-heading>span{color:var(--green-text);font-size:.78rem;font-weight:950;letter-spacing:.02em;text-transform:uppercase}.starter-section-heading h2{margin:0;color:var(--text);font-size:clamp(1.55rem,2.4vw,2.45rem);line-height:1.1}.starter-section-heading p{margin:0;color:var(--muted);font-size:clamp(.98rem,1.1vw,1.1rem);font-weight:560;line-height:1.48}.starter-seo-content{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;text-align:left}.starter-seo-content article{display:grid;grid-template-columns:1fr;align-content:start;gap:10px;min-height:194px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 10px 24px #0f172a0d}.starter-seo-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:999px;background:#ecfdf5;font-size:1rem;line-height:1}.starter-seo-content article>div{display:grid;width:100%;min-width:0;gap:6px}.starter-seo-content h3,.starter-seo-content p{margin:0}.starter-seo-content h3{color:var(--text);font-size:1rem;line-height:1.18}.starter-seo-content p{color:var(--muted);font-size:.86rem;font-weight:560;line-height:1.42}.starter-mobile-footer{display:none}.landing-page{--landing-panel: #ffffff;--landing-ink: #17211b;--landing-muted: #5c6b61;--landing-soft: #eef7ef;--landing-line: rgba(23, 33, 27, .1);--landing-shadow: 0 18px 42px rgba(47, 70, 53, .11);--landing-width: 1180px;display:grid;gap:clamp(54px,7vw,92px);width:min(100%,calc(var(--landing-width) + 40px));margin:0 auto;padding:clamp(28px,4vw,48px) 20px clamp(56px,8vw,96px);color:var(--landing-ink)}.landing-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);align-items:center;gap:clamp(36px,6vw,74px);min-height:auto;padding:clamp(38px,5.5vw,68px);overflow:hidden;border:1px solid rgba(122,168,132,.22);border-radius:24px;background:radial-gradient(circle at 86% 12%,rgba(255,246,201,.78),transparent 31%),linear-gradient(135deg,#fffdf7,#f3f8ef 58%,#fff6eb);box-shadow:var(--landing-shadow)}.landing-hero-copy{display:grid;align-content:center;justify-items:start;min-width:0;max-width:650px;gap:20px}.landing-eyebrow,.landing-section-copy>span,.landing-preview-card>div>span,.landing-cta span,.landing-copy-notes>span{color:#386a43;font-size:.76rem;font-weight:820;letter-spacing:0;text-transform:uppercase}.landing-hero h1,.landing-section-copy h2,.landing-cta h2,.landing-copy-notes p{margin:0;color:var(--landing-ink);font-weight:820;letter-spacing:0}.landing-hero h1{max-width:690px;font-size:clamp(3rem,5.4vw,5.1rem);line-height:1;text-wrap:balance}.landing-hero p{max-width:610px;margin:0;color:var(--landing-muted);font-size:clamp(1.04rem,1.45vw,1.26rem);font-weight:520;line-height:1.55}.landing-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:6px}.landing-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 20px;border-radius:999px;font-size:.96rem;font-weight:820;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.landing-button:hover{transform:translateY(-1px)}.landing-button-primary{border:1px solid #19251c;background:#19251c;color:#fff;box-shadow:0 12px 24px #19251c2e}.landing-button-secondary{border:1px solid rgba(25,37,28,.16);background:#ffffffb8;color:var(--landing-ink)}.landing-trust-line{max-width:520px;color:#6c745f;font-size:.94rem}.landing-hero-visual{position:relative;display:grid;min-width:0;min-height:500px;place-items:center}.landing-hero-device{position:relative;z-index:1;width:min(100%,420px);margin:0;filter:drop-shadow(0 26px 38px rgba(47,70,53,.18))}.landing-hero-device img{display:block;width:100%;height:auto}.landing-hero-note{position:absolute;z-index:2;display:grid;gap:5px;width:min(240px,64%);padding:14px 16px;border:1px solid rgba(23,33,27,.1);border-radius:18px;background:#ffffffeb;box-shadow:0 16px 34px #2f463524}.landing-hero-note-top{top:52px;left:0}.landing-hero-note-bottom{right:0;bottom:64px}.landing-hero-note span{color:#386a43;font-size:.75rem;font-weight:850;text-transform:uppercase}.landing-hero-note strong{color:var(--landing-ink);font-size:.96rem;line-height:1.25}.landing-feature-card,.landing-loop-card,.landing-use-case,.landing-testimonial-list figure,.landing-preview-card{border:1px solid var(--landing-line);background:#ffffffe0;box-shadow:0 14px 34px #435a491a}.landing-phone{display:grid;gap:18px;width:min(100%,320px);padding:18px;border-radius:34px}.landing-phone-primary{z-index:2;transform:rotate(-2deg)}.landing-phone-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border-radius:18px;background:#f3f7ef}.landing-phone-bar span,.landing-mini-panel span{color:#47624c;font-size:.78rem;font-weight:820;text-transform:uppercase}.landing-phone-bar strong{color:var(--landing-ink);font-size:.9rem}.landing-status-list{display:grid;gap:10px}.landing-status-row,.landing-mini-panel div{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:0 14px;border:1px solid rgba(23,33,27,.08);border-radius:16px;background:#fff}.landing-status-row span,.landing-mini-panel strong{color:var(--landing-ink);font-weight:780}.landing-status-row strong,.landing-mini-panel small{display:inline-flex;min-width:58px;min-height:28px;align-items:center;justify-content:center;padding:0 9px;border-radius:999px;font-size:.76rem;font-weight:850}.landing-status-row[data-status=have] strong{background:#e4f4e6;color:#256234}.landing-status-row[data-status=low] strong{background:#fff1bd;color:#805a00}.landing-status-row[data-status=need] strong,.landing-mini-panel small{background:#ffe2d0;color:#8a4321}.landing-mini-panel{position:absolute;z-index:3;display:grid;gap:10px;border-radius:22px;padding:14px}.landing-grocery-panel{right:0;bottom:42px;width:min(250px,68%)}.landing-meal-panel{left:0;top:54px;width:min(260px,72%);background:#fff7dc}.landing-meal-panel strong{line-height:1.22}.landing-meal-panel small{color:#6c6140;font-size:.84rem;font-weight:650;line-height:1.35}.landing-band{display:grid;gap:clamp(24px,4vw,44px)}.landing-section-copy{display:grid;align-content:start;gap:12px;max-width:650px}.landing-section-copy-centered{justify-self:center;max-width:760px;text-align:center}.landing-section-copy h2,.landing-cta h2{font-size:clamp(2rem,4.4vw,4.6rem);line-height:1.02}.landing-section-copy p,.landing-cta p,.landing-feature-card p,.landing-loop-card p,.landing-preview-card p,.landing-use-case p{margin:0;color:var(--landing-muted);font-size:1rem;font-weight:520;line-height:1.56}.landing-problem{grid-template-columns:minmax(0,.9fr) minmax(320px,.8fr);align-items:start}.landing-problem-list,.landing-principle-list{display:grid;gap:10px}.landing-problem-list div,.landing-principle-list div{min-height:54px;padding:16px 18px;border:1px solid var(--landing-line);border-radius:18px;background:var(--landing-panel);color:var(--landing-ink);font-weight:760;box-shadow:0 10px 24px #435a4914}.landing-loop-list,.landing-feature-grid,.landing-use-case-grid,.landing-testimonial-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.landing-loop-list{grid-template-columns:repeat(5,minmax(0,1fr))}.landing-loop-card,.landing-feature-card,.landing-use-case{display:grid;align-content:start;gap:10px;min-height:168px;padding:22px;border-radius:18px}.landing-loop-card{background:#fff}.landing-loop-card span{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:999px;background:var(--landing-soft);color:#386a43;font-size:.78rem;font-weight:880}.landing-loop-card h3,.landing-feature-card h3,.landing-preview-card h3,.landing-use-case h3{margin:0;color:var(--landing-ink);font-size:1.1rem;font-weight:820;line-height:1.2}.landing-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-feature-card:nth-child(3n+1){background:#fff}.landing-feature-card:nth-child(3n+2){background:#fff8df}.landing-feature-card:nth-child(3n){background:#eef7ef}.landing-adhd-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(300px,.68fr);gap:clamp(24px,5vw,64px);align-items:center;padding:clamp(28px,5vw,58px);border:1px solid rgba(122,168,132,.22);border-radius:28px;background:linear-gradient(135deg,#eef7ef,#fff9e6)}.landing-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:clamp(18px,3vw,28px)}.landing-preview-card{display:grid;gap:18px;overflow:hidden;border-radius:20px;padding:14px 14px 22px}.landing-preview-card figure{margin:0;overflow:hidden;border:1px solid rgba(23,33,27,.08);border-radius:16px;background:#fff}.landing-preview-card img{display:block;width:100%;height:auto}.landing-preview-card>div{display:grid;gap:8px;padding:0 6px}.landing-use-cases{grid-template-columns:minmax(0,.58fr) minmax(0,1fr);align-items:start}.landing-use-case{min-height:150px}.landing-testimonial-list figure{display:grid;align-content:space-between;gap:24px;min-height:190px;margin:0;padding:24px;border-radius:18px}.landing-testimonial-list blockquote{margin:0;color:var(--landing-ink);font-size:clamp(1.04rem,1.5vw,1.24rem);font-weight:740;line-height:1.42}.landing-testimonial-list figcaption{display:grid;gap:4px}.landing-testimonial-list strong{color:var(--landing-ink);font-size:.9rem;font-weight:820}.landing-testimonial-list span{color:var(--landing-muted);font-size:.85rem;font-weight:650}.landing-cta{display:grid;justify-items:center;padding:clamp(42px,7vw,72px);border:1px solid rgba(122,168,132,.22);border-radius:28px;background:linear-gradient(135deg,#ffffffeb,#eef7eff5),var(--landing-panel);text-align:center;box-shadow:var(--landing-shadow)}.landing-cta>div{display:grid;justify-items:center;max-width:720px;gap:14px}.landing-cta p{max-width:540px}.landing-copy-notes{display:grid;gap:10px;max-width:850px;justify-self:center;text-align:center}.landing-copy-notes p{padding:14px 18px;border:1px solid var(--landing-line);border-radius:999px;background:#ffffffb3;font-size:clamp(1rem,1.6vw,1.22rem);line-height:1.25}.app-shell.is-blank-state .landing-page{flex:1 0 auto}.payoff-strip{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:-8px 0 18px;padding:14px 16px;border:1px solid rgba(14,165,233,.28);border-radius:8px;background:#0ea5e914}.payoff-strip div{display:grid;gap:4px}.payoff-strip strong{color:var(--text);font-size:.96rem;font-weight:950}.payoff-strip span{color:var(--muted-strong);font-size:.88rem;font-weight:750;line-height:1.35}.payoff-strip button{flex:0 0 auto;min-height:42px;padding:0 16px;border:1px solid var(--text);border-radius:8px;background:var(--text);color:var(--panel);cursor:pointer;font-weight:950}.meal-ideas-head{justify-content:space-between}.meal-ideas-head button:disabled{cursor:not-allowed;opacity:.58}.meal-ideas-note{margin:-8px 0 0}.meal-ideas-head .meal-ideas-privacy,.tool-drawer-body .meal-ideas-head .meal-ideas-privacy{max-width:620px;color:var(--muted);font-size:.84rem;font-weight:650;line-height:1.35}.meal-idea-filter-select{display:grid;gap:6px;width:min(100%,280px)}.meal-idea-filter-select span{color:var(--muted-strong);font-size:.76rem;font-weight:850}.meal-idea-filter-select select{width:100%;min-height:42px;padding:0 38px 0 12px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--text);cursor:pointer;font:inherit;font-weight:850}.meal-ideas-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.meal-idea-card{display:grid;align-content:start;grid-template-rows:auto 1fr auto;gap:10px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--panel-2)}.meal-idea-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px}.meal-idea-card-head h3{min-width:0}.meal-idea-card-body{display:grid;align-content:start;gap:10px}.meal-ideas-loading{display:grid;align-content:start;gap:16px;min-height:52vh;padding:8px 0}.meal-ideas-loading span{display:block;width:100%;height:16px;border-radius:999px;background:linear-gradient(90deg,#94a3b82e,#94a3b86b,#94a3b82e);background-size:220% 100%;animation:meal-line-loading 1.25s ease-in-out infinite}.meal-ideas-loading span:nth-child(1){width:100%}.meal-ideas-loading span:nth-child(2){width:86%;animation-delay:.12s}.meal-ideas-loading span:nth-child(3){width:94%;animation-delay:.24s}@keyframes meal-line-loading{0%{background-position:120% 0}to{background-position:-120% 0}}.meal-fit-badge{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;background:var(--green-soft);color:#166534;font-size:.72rem;font-weight:950}.meal-fit-badge.missing_1_2{background:#fef3c7;color:#92400e}.meal-fit-badge.needs_shop{background:#fee2e2;color:#991b1b}.meal-idea-card h3,.meal-idea-card p,.meal-idea-card ol{margin:0}.meal-idea-card h3{color:var(--text);font-size:1.08rem;line-height:1.15}.meal-idea-card p,.meal-idea-card li,.meal-idea-card small{color:var(--muted-strong);font-size:.84rem;font-weight:700;line-height:1.4}.meal-idea-card strong{color:var(--text)}.meal-idea-card ol{display:grid;gap:5px;padding-left:18px}.meal-idea-card small{color:var(--muted)}.stat-card{display:grid;grid-template-rows:auto 1fr auto;align-items:stretch;min-height:140px;padding:20px;border:1px solid rgba(15,23,42,.1);border-radius:8px;background:var(--panel);box-shadow:0 8px 22px #0f172a0b;color:inherit;font:inherit;text-align:left}.stat-card.clickable{cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.stat-card.clickable:hover,.stat-card.clickable:focus-visible{box-shadow:0 18px 40px #0f172a24;transform:translateY(-1px)}.stat-card.clickable:focus-visible{outline:3px solid rgba(14,165,233,.35);outline-offset:3px}.stat-card.green{border-color:#22c55e47;background:var(--panel)}.stat-card.red{border-color:#ef444447;background:var(--panel)}.stat-card.active{border-color:#0ea5e994}.stat-top{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:1rem;font-weight:850}.stat-top span{display:grid;width:28px;height:28px;place-items:center}.stat-top .tab-icon{width:24px;height:24px}.stat-card.green .stat-top,.stat-card.green p,.stat-card.green b{color:var(--green-text)}.stat-card.red .stat-top,.stat-card.red p,.stat-card.red b{color:var(--red-text)}.stat-card.neutral .stat-top,.stat-card.neutral p{color:#a8b3c7}.stat-card b{display:block;align-self:end;margin-top:20px;color:var(--text);font-size:clamp(3rem,7vw,5.4rem);font-weight:780;letter-spacing:0;line-height:.84}.stat-card p{align-self:end;margin:12px 0 0;color:var(--muted);font-size:1.15rem;font-weight:640}.trial-offer-card{display:grid;gap:16px;margin:0 0 28px;padding:22px;border:1px solid rgba(15,23,42,.1);border-radius:8px;background:var(--panel);box-shadow:0 8px 24px #0f172a0b}.trial-offer-copy{display:grid;gap:6px}.trial-offer-card h2,.trial-offer-card p{margin:0}.trial-offer-card h2{color:var(--text);font-size:clamp(1.18rem,2vw,1.45rem);font-weight:760;line-height:1.15}.trial-offer-card p{max-width:760px;color:var(--muted-strong);font-size:1rem;font-weight:500;line-height:1.45}.trial-offer-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.trial-offer-actions button{min-height:52px;border-radius:8px;cursor:pointer;font:inherit;font-weight:760}.trial-offer-secondary{border:1px solid var(--line);background:var(--panel);color:var(--text)}.trial-offer-primary{border:1px solid var(--primary-action-border);background:var(--primary-action-bg);color:var(--primary-action-text)}.search-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:58px;margin:2px 0 24px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:var(--search-bg);box-shadow:inset 0 1px #ffffff0a}.browse-section{scroll-margin-top:96px;display:grid;gap:18px;margin-bottom:28px}.orientation-card{display:flex;align-items:flex-start;flex-wrap:wrap;gap:8px;overflow:visible;padding:12px 14px;border:1px solid rgba(15,23,42,.08);border-radius:8px;background:#fff;color:var(--muted-strong);box-shadow:0 8px 24px #0f172a09}.orientation-card strong{flex:0 0 auto;color:var(--text);font-size:.98rem;font-weight:780;white-space:nowrap}.orientation-card span{flex:1 1 0;min-width:0;overflow:visible;font-size:.95rem;font-weight:520;line-height:1.35;text-overflow:clip;white-space:normal}.first-run-overlay-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;width:100%;min-height:100dvh;padding:24px;border:0;background:#0f172a61;cursor:pointer;text-align:left}.first-run-overlay-card{display:block;width:min(100%,460px);padding:16px 18px;border:1px solid rgba(15,23,42,.08);border-radius:8px;background:#fff;box-shadow:0 18px 48px #0f172a29;color:var(--text);font-size:.95rem;font-weight:700;line-height:1.4;text-align:left}.search-row span{color:var(--muted);font-size:1.45rem;font-weight:950}.search-row input{width:100%;min-width:0;border:0;background:transparent;color:var(--text);font:inherit;font-size:1rem;font-weight:800;outline:0}.search-row input::placeholder{color:#64748b}.search-row button{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--line);border-radius:8px;background:var(--panel-2);color:var(--muted);cursor:pointer;font-size:1.25rem;line-height:1}.search-tool-row{display:flex;flex-wrap:wrap;gap:10px;margin:0;scroll-margin-top:96px}.search-tool-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--text);cursor:pointer;font:inherit;font-size:.86rem;font-weight:620;white-space:nowrap;transition:transform .12s ease,border-color .12s ease,background .12s ease}.search-tool-button:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--primary-action-bg) 28%,var(--line));background:var(--panel-2)}.search-tool-button.active{border-color:var(--primary-action-border);background:color-mix(in srgb,var(--primary-action-bg) 8%,var(--panel));color:var(--text)}.search-tool-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.search-tool-button span{color:inherit;font-size:1rem;line-height:1}.search-tool-button .tab-icon,.mobile-search-tools .tab-icon{width:18px;height:18px}.search-tool-button.listening{border-color:#b91c1c;background:#ef4444;color:#fff;animation:voice-pulse 1.1s ease-in-out infinite}.category-row{display:flex;gap:8px;margin:0;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.category-row::-webkit-scrollbar{display:none}.category-chip{display:inline-flex;flex:0 0 auto;align-items:center;gap:7px;min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:var(--panel);color:var(--muted-strong);cursor:pointer;font-size:.9rem;font-weight:620}.category-chip.active{border-color:#0f172a29;background:var(--panel-3);color:var(--text)}.starter-inventory-note{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:-8px 0 22px;padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.starter-inventory-note span{display:grid;gap:3px;min-width:0}.starter-inventory-note span strong{color:var(--text);font-size:.94rem;font-weight:900;line-height:1.15}.starter-inventory-note span small{color:var(--muted-strong);font-size:.84rem;font-weight:680;line-height:1.35}.starter-inventory-note div{display:flex;flex:0 0 auto;gap:8px}.starter-inventory-note button{min-height:38px;padding:0 12px;border:1px solid var(--primary-action-border);border-radius:8px;background:var(--primary-action-bg);color:var(--primary-action-text);cursor:pointer;font-weight:950}.starter-inventory-note button.secondary{border-color:var(--line);background:var(--panel-2);color:var(--text)}.mobile-layout-row,.mobile-bottom-nav{display:none}.inventory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(176px,1fr));gap:14px}.inventory-list{display:grid;gap:12px}.inventory-legend{position:sticky;top:96px;z-index:11;display:flex;align-items:center;gap:12px;width:fit-content;max-width:min(100%,calc(100vw - 64px));margin:0 0 14px;padding:8px 12px;border:1px solid rgba(148,163,184,.18);border-radius:999px;background:color-mix(in srgb,var(--panel) 94%,transparent);box-shadow:0 10px 24px #0f172a14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.inventory-legend-label{color:var(--text);font-size:.84rem;font-weight:900}.inventory-legend-items{display:flex;flex-wrap:wrap;gap:10px 14px}.inventory-legend-items span{display:inline-flex;align-items:center;gap:8px;color:var(--muted-strong);font-size:.84rem;font-weight:760}.legend-dot{display:inline-grid;flex:0 0 auto;width:12px;height:12px;place-items:center;border-radius:999px;font-style:normal;line-height:1}.legend-dot.have{background:var(--green)}.legend-dot.need{background:var(--red)}.legend-dot.low{background:var(--amber)}.load-more-items{min-height:48px;margin:6px auto 20px;padding:0 22px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--text);cursor:pointer;font-weight:950;box-shadow:var(--soft-shadow)}.item-tile{position:relative;display:grid;min-height:184px;grid-template-rows:minmax(66px,1fr) auto auto auto;place-items:center;row-gap:9px;padding:20px 14px 14px;border:1px solid rgba(15,23,42,.1);border-radius:8px;box-shadow:0 8px 22px #0f172a0b;color:var(--text);cursor:pointer;text-align:center;transition:transform .14s ease,border-color .14s ease,background .14s ease;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.item-tile:hover{transform:translateY(-2px)}.item-tile:focus-within{outline:3px solid color-mix(in srgb,var(--primary-action-bg) 30%,transparent);outline-offset:2px}.item-tile:active{transform:translateY(0) scale(.99)}.item-tile-main{display:contents;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:inherit}.item-tile.in-stock,.item-tile.out-stock{border-color:#0f172a1a;background:var(--panel-2);color:var(--text)}.item-tile.preview,.item-tile.catalogue{border-color:var(--line);background:var(--panel-2);color:var(--text)}.item-tile.preview .item-icon,.item-tile.catalogue .item-icon{filter:saturate(1.08)}.item-tile.preview small,.item-tile.catalogue small{color:var(--muted)}.item-bookmark-button{position:absolute;top:12px;right:12px;left:auto;z-index:1;display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:999px;background:transparent;color:var(--muted-strong);cursor:pointer;transition:color .14s ease,transform .14s ease}.item-bookmark-button:hover{transform:translateY(-1px)}.item-bookmark-button.active{background:transparent;color:currentColor}.in-stock .item-bookmark-button.active{color:var(--green-text)}.out-stock .item-bookmark-button.active{color:var(--red-text)}.item-bookmark-button svg{width:18px;height:18px}.item-status-controls{z-index:3;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;width:100%;padding:3px;border:1px solid var(--line);border-radius:999px;background:var(--panel-3)}.item-status-controls button{min-width:0;min-height:31px;padding:0 8px;border:0;border-radius:999px;cursor:pointer;font:inherit;font-size:.7rem;font-weight:760;letter-spacing:0;line-height:1;text-transform:uppercase}.item-status-controls button:first-child{background:transparent;color:var(--red-text)}.item-status-controls button:last-child{background:transparent;color:var(--green-text)}.item-status-controls button:hover{filter:saturate(1.08) brightness(.99)}.item-status-controls button.active{color:#fff}.in-stock .item-status-controls button:last-child.active{border-color:var(--green);background:var(--green)}.out-stock .item-status-controls button:first-child.active{border-color:var(--red);background:var(--red)}.low-stock .item-status-controls button:last-child.active{border-color:var(--amber);background:var(--amber)}.item-icon{display:grid;width:68px;height:68px;align-self:end;place-items:center;font-size:2.85rem;filter:saturate(1.14);line-height:1}.out-stock .item-icon{filter:grayscale(.8) saturate(.55) opacity(.76)}.item-tile strong{display:-webkit-box;max-width:100%;min-height:2.24em;max-height:2.24em;overflow:hidden;color:currentColor;font-size:.98rem;font-weight:720;line-height:1.12;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.item-tile small{margin-top:0;color:currentColor;font-size:.72rem;font-weight:620;letter-spacing:0;opacity:.76;text-transform:uppercase}.item-tile.in-stock small{color:var(--green-text)}.item-tile.out-stock small{color:var(--red-text)}.empty-state{display:grid;grid-column:1 / -1;width:100%;min-height:214px;justify-items:center;align-content:center;gap:0;padding:28px 20px;border:1px solid var(--line);border-radius:8px;background:var(--field-bg);color:var(--muted);text-align:center;box-shadow:0 8px 18px #0f172a09}.empty-state-icon{display:grid;width:44px;height:44px;place-items:center;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:var(--panel);color:#64748b}.empty-state-icon .tab-icon{width:22px;height:22px;stroke-width:2.35}.empty-state strong{color:var(--text);margin-top:12px;font-size:1.125rem;font-weight:800;line-height:1.22}.empty-state p{max-width:280px;margin:7px 0 0;color:#64748b;font-size:.8125rem;font-weight:500;line-height:1.38}.empty-state-actions{display:flex;align-self:stretch;gap:10px;width:min(100%,360px);margin-top:18px}.empty-state-actions button{flex:1;min-height:42px;justify-content:center;padding:0 12px;border-radius:8px;cursor:pointer;font:inherit;font-size:.875rem;font-weight:700}.empty-state-primary{border:1px solid var(--primary-action-border);background:var(--primary-action-bg);color:var(--primary-action-text)}.empty-state-secondary{border:1px solid rgba(15,23,42,.1);background:var(--panel);color:var(--text)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:18px;background:var(--backdrop);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.add-modal{display:grid;gap:12px;width:min(440px,100%);max-height:calc(100dvh - 36px);overflow-y:auto;overscroll-behavior:contain;padding:18px;border:1px solid rgba(148,163,184,.24);border-radius:8px;background:var(--modal-bg);box-shadow:var(--heavy-shadow)}@media(min-width:701px){.item-add-modal{width:min(620px,100%)}}.modal-head{display:flex;justify-content:space-between;gap:14px}.modal-head h2,.modal-head p{margin:0}.modal-head h2{color:var(--text);font-size:1.2rem;font-weight:800;line-height:1.08}.modal-head p{margin-top:7px;color:var(--muted);font-size:.9rem;font-weight:640;line-height:1.35}.modal-head>button,.modal>header>button,.mobile-menu-head>button,.mobile-search-head>button,.tool-drawer-header>button{display:inline-grid;width:34px;height:34px;min-height:34px;flex:0 0 auto;place-items:center;padding:0;border:0;border-radius:999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:#475569;cursor:pointer;font-family:inherit;font-size:1.35rem;font-weight:760;line-height:1}.modal-head>button:hover,.modal>header>button:hover,.mobile-menu-head>button:hover,.mobile-search-head>button:hover,.tool-drawer-header>button:hover{background:#0f172a12;color:var(--text)}.modal-head>button:focus-visible,.modal>header>button:focus-visible,.mobile-menu-head>button:focus-visible,.mobile-search-head>button:focus-visible,.tool-drawer-header>button:focus-visible{outline:2px solid color-mix(in srgb,var(--primary-action-bg) 42%,transparent);outline-offset:2px}.field-row{display:grid;gap:7px}.field-row span,.stock-toggle span{color:var(--muted-strong);font-size:.86rem;font-weight:740}.field-row>input,.field-row>select{width:100%;min-height:50px;border:1px solid var(--line);border-radius:8px;background:var(--field-bg);color:var(--text);padding:0 13px;font:inherit;font-weight:650}.field-row>input:focus,.field-row>select:focus{outline:2px solid color-mix(in srgb,var(--primary-action-bg) 36%,transparent);outline-offset:1px}.emoji-choice-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;max-height:134px;overflow-y:auto;padding:2px}.emoji-choice-grid button{display:grid;min-width:0;min-height:38px;place-items:center;border:1px solid var(--line);border-radius:8px;background:var(--field-bg);color:var(--text);cursor:pointer;font-size:1.28rem;line-height:1}.emoji-choice-grid button.active{border-color:var(--primary-action-border);background:color-mix(in srgb,var(--primary-action-bg) 7%,var(--field-bg));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary-action-bg) 18%,transparent)}.stock-toggle{display:inline-flex;align-items:center;gap:10px;width:fit-content;min-height:40px}.stock-toggle input{width:20px;height:20px;accent-color:var(--green)}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:2px}.modal-actions button{min-height:50px;border:1px solid var(--line);border-radius:8px;cursor:pointer;font-weight:800}.modal-actions button:first-child{background:var(--panel-2);color:var(--text)}.modal-actions button:last-child{border-color:var(--primary-action-border);background:var(--primary-action-bg);color:var(--primary-action-text)}.modal-actions button:disabled{cursor:not-allowed;opacity:.58}.modal-upgrade{display:grid;gap:8px;padding:13px;border:1px solid color-mix(in srgb,var(--primary-action-bg) 18%,var(--line));border-radius:8px;background:color-mix(in srgb,var(--primary-action-bg) 5%,var(--panel))}.modal-upgrade strong{color:var(--text);font-weight:800}.modal-upgrade span{color:var(--muted-strong);font-size:.9rem;font-weight:640;line-height:1.35}.modal-upgrade button{min-height:44px;border:1px solid var(--primary-action-border);border-radius:8px;background:var(--primary-action-bg);color:var(--primary-action-text);cursor:pointer;font-weight:800}.family-modal{width:min(620px,100%);max-height:min(820px,calc(100dvh - 36px));overflow-y:auto}.profile-modal{width:min(680px,100%)}.profile-section{display:grid;gap:10px;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--field-bg)}.profile-section h3,.profile-loading,.profile-status{margin:0}.profile-section h3{color:var(--text);font-size:.96rem;font-weight:800}.profile-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-toggle{display:flex;align-items:flex-start;gap:10px;padding:10px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.profile-toggle input{width:20px;height:20px;margin:1px 0 0;accent-color:var(--primary-action-bg)}.profile-toggle span{display:grid;gap:3px}.profile-toggle strong{color:var(--text);font-size:.92rem;font-weight:800}.profile-toggle small,.profile-loading,.profile-status{color:var(--muted-strong);font-size:.88rem;font-weight:620;line-height:1.35}.family-stack{display:grid;gap:14px}.family-plan{display:grid;gap:10px;padding:14px;border:1px solid rgba(148,163,184,.24);border-radius:8px;background:#fff}.family-plan.active{border-color:var(--primary-action-border);background:color-mix(in srgb,var(--primary-action-bg) 5%,#ffffff)}.family-plan strong{color:var(--text);font-size:1rem}.family-plan>span,.invite-note{margin:0;color:var(--muted-strong);font-size:.9rem;font-weight:500;line-height:1.38}.family-plan .billing-status-note{padding:9px 10px;border:1px solid rgba(245,158,11,.34);border-radius:8px;background:#f59e0b1a;color:#7c2d12;font-size:.82rem;line-height:1.3}.family-plan button,.primary-wide,.secondary-wide,.invite-form button{min-height:48px;border:1px solid var(--primary-action-border);border-radius:8px;background:var(--primary-action-bg);color:var(--primary-action-text);cursor:pointer;font-weight:780}.family-plan-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:14px}.family-plan-actions .plan-card-option{display:grid;min-height:88px;align-content:start;justify-items:start;gap:10px;padding:16px;border-color:#0f172a24;background:#f8fafc;color:var(--text);text-align:left;box-shadow:inset 0 1px #ffffffbd}.family-plan-actions .plan-card-option:hover{border-color:#0f172a3d;background:#f1f5f9;transform:translateY(-1px)}.family-plan-actions .plan-card-option strong{display:block}.family-plan-actions .plan-card-option strong{color:var(--text);font-size:1rem;font-weight:780;line-height:1.1}.plan-card-head{display:flex;width:100%;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.plan-card-head em{min-width:0;color:#334155;font-size:.88rem;font-style:normal;font-weight:850;line-height:1.2}.family-plan-actions .plan-card-option small{color:#64748b;font-size:.78rem;font-weight:560;line-height:1.2}.plan-card-detail{display:grid;width:100%;gap:10px}.plan-card-section{display:grid;gap:4px}.plan-card-section.muted{margin-top:5px;padding-top:10px;border-top:1px solid rgba(15,23,42,.08)}.plan-card-section-title{color:#334155;font-size:.72rem;font-weight:860;letter-spacing:0}.plan-card-line{color:#475569;font-size:.82rem;font-weight:600;line-height:1.24}.plan-card-section.muted .plan-card-line{color:#64748b}.plan-card-tag{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;height:24px;max-width:100%;overflow:hidden;padding:0 9px;border:1px solid rgba(37,99,235,.18);border-radius:999px;background:#e0f2fe;color:#075985;font-size:.68rem;font-weight:650;line-height:1;text-align:center;white-space:nowrap}.primary-wide{width:100%}.secondary-wide{width:100%;border-color:var(--line);background:var(--field-bg);color:var(--text)}.google-auth-button{display:inline-flex;width:100%;min-height:48px;align-items:center;justify-content:center;gap:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text);cursor:pointer;font:inherit;font-size:.9375rem;font-weight:700}.google-auth-icon{display:block;width:22px;height:22px;flex:0 0 auto}.google-auth-icon svg{display:block;width:100%;height:100%}.auth-method-stack{display:grid;gap:10px}.auth-method-button{display:inline-flex;width:100%;min-height:48px;align-items:center;justify-content:center;gap:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text);cursor:pointer;font:inherit;font-size:.9375rem;font-weight:700}.auth-method-icon{display:block;width:20px;height:20px;flex:0 0 auto;color:currentColor}.auth-method-icon svg{display:block;width:100%;height:100%}.auth-divider{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--line)}.auth-form-card{padding:12px;border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--field-bg) 72%,var(--surface))}.text-link-button{min-height:46px;min-width:0;width:100%;border:1px solid var(--line);border-radius:8px;background:transparent;color:var(--text);cursor:pointer;font:inherit;font-size:.9375rem;font-weight:700;line-height:1.2;padding:9px 11px}.auth-link-row{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%}.account-card,.invite-form,.family-list>div{display:grid;gap:12px}.account-card,.invite-form{padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--field-bg)}.account-card-main{display:grid;gap:4px;min-width:0}.account-card-main span,.invite-form-copy span{color:var(--muted);font-size:.78rem;font-weight:720}.account-card-main strong{min-width:0;overflow:hidden;color:var(--text);font-size:1.02rem;font-weight:780;text-overflow:ellipsis;white-space:nowrap}.invite-form-copy{display:grid;gap:4px}.invite-form-copy strong{color:var(--text);font-size:.98rem;font-weight:780}.family-list span{min-width:0;overflow:hidden;color:var(--muted-strong);font-weight:680;text-overflow:ellipsis;white-space:nowrap}.account-card button{min-height:36px;border:1px solid var(--line);border-radius:8px;background:var(--panel-2);color:var(--text);cursor:pointer;font-weight:760}.account-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.account-actions button.danger-soft{color:var(--red-text)}.pricing-modal{position:relative;gap:16px;padding-top:24px}.pricing-modal .family-plan{padding:0;border:0;background:transparent}.pricing-modal-title{margin:0;padding-right:44px;color:var(--text);font-size:1.35rem;font-weight:850;line-height:1.18}.pricing-modal .family-plan-actions{margin-top:24px}.pricing-modal-close{position:absolute;top:14px;right:14px;display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:999px;background:transparent;color:#475569;cursor:pointer;font-size:1.55rem;font-weight:850;line-height:1}.pricing-modal-close:hover{background:#f1f5f9}@media(min-width:901px)and (hover:hover)and (pointer:fine){.pricing-modal{width:min(1040px,calc(100vw - 48px))}.pricing-modal .family-plan-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:stretch}.pricing-modal .plan-card-option{height:100%;border-color:#0f172a1f;background:#fff;box-shadow:0 10px 28px #0f172a0e}}.pricing-account-actions{margin-top:-4px}.pricing-modal .pricing-cta{align-self:center;width:auto;min-width:min(320px,100%);padding-right:28px;padding-left:28px}.invite-form{align-items:stretch}.family-plan button:disabled,.primary-wide:disabled,.secondary-wide:disabled,.google-auth-button:disabled,.auth-method-button:disabled,.text-link-button:disabled,.invite-form button:disabled{cursor:not-allowed;opacity:.58}.family-list{display:grid;gap:8px}.family-upgrade-note{display:grid;gap:4px;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--field-bg)}.family-upgrade-note strong{color:var(--text);font-size:.98rem;font-weight:780}.family-upgrade-note span{color:var(--muted);font-size:.86rem;font-weight:640}.family-list>strong{color:var(--text);font-size:.92rem}.family-list>span{color:var(--muted);font-weight:640}.family-list>div{min-height:40px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:var(--field-bg)}.family-list em{color:var(--muted);font-size:.78rem;font-style:normal;font-weight:950;text-transform:uppercase}.member-actions{display:flex;align-items:center;gap:6px}.member-actions button{min-height:30px;border:1px solid var(--line);border-radius:8px;background:var(--panel-2);color:var(--muted-strong);cursor:pointer;font-size:.72rem;font-weight:900}.member-actions .family-icon-button{display:grid;width:32px;min-width:32px;height:32px;min-height:32px;place-items:center;padding:0;font-size:1.05rem;line-height:1}.member-actions .family-icon-button.danger-icon{border-color:color-mix(in srgb,var(--red-text) 22%,var(--line));background:color-mix(in srgb,var(--red-text) 9%,var(--panel-2));color:var(--red-text)}.member-actions .family-icon-button:disabled{cursor:not-allowed;opacity:.52}.confirm-backdrop{z-index:140}.confirm-modal{width:min(420px,calc(100vw - 32px))}.modal-actions .danger-confirm{border-color:color-mix(in srgb,var(--red-text) 24%,transparent);background:var(--red-text);color:#fff}.trial-panel{position:fixed;right:24px;bottom:24px;z-index:30;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;width:min(640px,calc(100vw - 48px));padding:20px;border:1px solid rgba(250,204,21,.36);border-radius:8px;background:color-mix(in srgb,var(--modal-bg) 94%,transparent);box-shadow:var(--heavy-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.toast{position:fixed;left:50%;bottom:24px;z-index:90;transform:translate(-50%);padding:12px 16px;border:1px solid rgba(148,163,184,.24);border-radius:8px;background:var(--toast-bg);color:var(--toast-text);box-shadow:var(--heavy-shadow);font-size:.95rem;font-weight:900;pointer-events:none}.pwa-install-banner{position:fixed;right:24px;bottom:24px;left:24px;z-index:36;display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:640px;margin:0 auto;padding:10px;border:1px solid color-mix(in srgb,var(--primary-action-bg) 14%,var(--line));border-radius:8px;background:color-mix(in srgb,var(--modal-bg) 96%,transparent);box-shadow:0 14px 38px #0f172a2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.pwa-install-copy{display:flex;align-items:center;gap:10px;min-width:0}.pwa-install-copy>div{display:grid;gap:2px;min-width:0}.pwa-install-icon{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border:1px solid color-mix(in srgb,var(--primary-action-bg) 16%,var(--line));border-radius:8px;background:color-mix(in srgb,var(--primary-action-bg) 6%,var(--panel));color:var(--text)}.pwa-install-icon .tab-icon{width:22px;height:22px}.pwa-install-banner strong{color:var(--text);font-size:.92rem;font-weight:800;line-height:1.15}.pwa-install-banner span{color:var(--muted-strong);font-size:.78rem;font-weight:620;line-height:1.25}.pwa-install-actions{display:flex;align-items:center;gap:6px;flex:0 0 auto}.pwa-install-actions button{height:36px;border-radius:8px;cursor:pointer;font:inherit;font-weight:800;line-height:1}.pwa-install-primary{padding:0 13px;border:1px solid var(--primary-action-border);background:var(--primary-action-bg);color:var(--primary-action-text);font-size:.86rem;white-space:nowrap}.pwa-install-dismiss{display:grid;width:36px;padding:0;place-items:center;border:1px solid var(--line);background:var(--panel-2);color:var(--text);font-size:1.05rem}.analytics-consent-banner{position:fixed;right:24px;bottom:24px;z-index:37;display:flex;align-items:center;justify-content:space-between;gap:14px;width:min(680px,calc(100vw - 48px));padding:12px;border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--modal-bg) 97%,transparent);box-shadow:0 14px 38px #0f172a2e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.analytics-consent-banner>div:first-child{display:grid;gap:3px}.analytics-consent-banner strong{color:var(--text);font-size:.95rem;font-weight:780;line-height:1.2}.analytics-consent-banner span{color:var(--muted-strong);font-size:.82rem;font-weight:560;line-height:1.35}.analytics-consent-actions{display:flex;gap:8px;flex:0 0 auto}.analytics-consent-actions button{min-height:38px;padding:0 14px;border-radius:8px;cursor:pointer;font:inherit;font-size:.88rem;font-weight:760}.analytics-consent-actions button:not(.secondary){border:1px solid var(--primary-action-border);background:var(--primary-action-bg);color:var(--primary-action-text)}.analytics-consent-actions .secondary{border:1px solid var(--line);background:var(--panel-2);color:var(--text)}.trial-kicker{color:#fde68a;font-size:.8rem;font-weight:950;text-transform:uppercase}.trial-panel h2,.trial-panel p{margin:0}.trial-panel h2{margin-top:4px;color:var(--text);font-size:1.25rem;line-height:1.15}.trial-panel p{margin-top:8px;color:var(--muted-strong);font-weight:700;line-height:1.4}.panel-close{position:absolute;top:8px;right:10px;border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:1.6rem;line-height:1}.plan-actions{display:flex;align-items:stretch;gap:10px;padding-right:18px}.plan-actions button{min-width:132px;border:1px solid rgba(248,250,252,.16);border-radius:8px;background:#f8fafc;color:#0f172a;cursor:pointer;font-weight:900}.plan-actions button:disabled{cursor:wait;opacity:.68}.plan-actions strong,.plan-actions span{display:block}.plan-actions strong{font-size:1.25rem}.plan-actions span{margin-top:2px;color:#475569;font-size:.85rem}.upgrade-strip{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:-8px 0 18px;padding:14px 16px;border:1px solid color-mix(in srgb,var(--primary-action-bg) 16%,var(--line));border-radius:8px;background:color-mix(in srgb,var(--primary-action-bg) 5%,var(--panel))}.upgrade-strip-copy{display:grid;gap:4px;min-width:0}.upgrade-strip strong{color:var(--text);font-size:.95rem;font-weight:950}.upgrade-strip span{color:var(--muted-strong);font-size:.88rem;font-weight:750;line-height:1.35}.upgrade-strip-actions{display:flex;flex:0 0 auto;align-items:center;gap:8px;padding:4px;border:1px solid var(--line);border-radius:8px;background:color-mix(in srgb,var(--panel) 72%,transparent)}.upgrade-strip button{min-height:44px;padding:0 18px;border:1px solid var(--primary-action-border);border-radius:6px;background:var(--primary-action-bg);color:var(--primary-action-text);cursor:pointer;font-weight:950}.upgrade-strip button.secondary,.restore-access-button{border-color:var(--line);background:var(--panel);color:var(--text)}.upgrade-gate{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;margin-top:18px;padding:22px;border:1px solid color-mix(in srgb,var(--primary-action-bg) 18%,var(--line));border-radius:8px;background:linear-gradient(135deg,color-mix(in srgb,var(--primary-action-bg) 6%,transparent),transparent),var(--panel);box-shadow:var(--shadow)}.upgrade-gate-copy{display:grid;gap:7px}.upgrade-gate-copy span{color:var(--muted-strong);font-size:.78rem;font-weight:950;text-transform:uppercase}.upgrade-gate-copy h2,.upgrade-gate-copy p{margin:0}.upgrade-gate-copy h2{color:var(--text);font-size:1.35rem;line-height:1.1}.upgrade-gate-copy p{max-width:660px;color:var(--muted-strong);font-size:.95rem;font-weight:730;line-height:1.45}.restore-access-button{width:fit-content;min-height:40px;padding:0 13px;border-radius:8px;cursor:pointer;font-weight:950}.upgrade-gate-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.upgrade-gate-actions button{min-width:0;min-height:64px;border:1px solid var(--primary-action-border);border-radius:8px;background:var(--primary-action-bg);color:var(--primary-action-text);cursor:pointer;font-weight:950}.upgrade-gate-actions button:disabled,.upgrade-strip button:disabled,.modal-upgrade button:disabled{cursor:wait;opacity:.7}.upgrade-gate-actions strong,.upgrade-gate-actions span{display:block}.upgrade-gate-actions strong{font-size:1.15rem}.upgrade-gate-actions span{margin-top:2px;font-size:.8rem;opacity:.72}.site-footer{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1fr);align-items:start;gap:24px;margin-top:56px;padding:24px 0 0;border-top:1px solid rgba(148,163,184,.22);color:var(--muted-strong)}.site-footer-brand{display:grid;gap:7px;max-width:320px}.site-footer strong{color:var(--text);font-size:.95rem;font-weight:680}.site-footer span{font-size:.82rem;font-weight:500;line-height:1.45}.site-footer-links{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));align-items:start;gap:24px}.site-footer-copyright{color:var(--muted);margin-top:4px}.site-footer-group{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.site-footer-label{color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase}.mobile-menu-panel button{border:1px solid var(--line);border-radius:8px;background:var(--panel-2);color:var(--text);cursor:pointer;font-weight:900}.site-footer a{color:var(--muted-strong);font-size:.82rem;font-weight:560;text-decoration:none}.site-footer a:hover{color:var(--text);text-decoration:none}.social-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:2px}.site-footer .social-link{position:relative;display:inline-grid;width:22px;height:22px;place-items:center;border:0;background:transparent;color:var(--muted-strong)}.site-footer .social-link span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.social-icon{display:block;width:18px;height:18px}.mobile-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:var(--backdrop);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-menu-panel{display:grid;align-content:start;gap:18px;width:min(348px,calc(100vw - 32px));min-height:100%;overflow-y:auto;padding:calc(18px + env(safe-area-inset-top)) 18px calc(24px + env(safe-area-inset-bottom));background:var(--modal-bg);box-shadow:var(--heavy-shadow)}.mobile-menu-head{display:flex;align-items:start;justify-content:space-between;gap:12px;padding-bottom:2px}.mobile-menu-head strong{color:var(--text);font-size:1.2rem}.mobile-menu-head span{color:var(--muted-strong);font-size:.85rem;font-weight:800}.mobile-menu-head button{display:inline-grid;width:34px;height:34px;min-height:34px;place-items:center;padding:0;border:0;border-radius:999px;background:transparent;color:#475569;cursor:pointer;font-size:1.35rem;line-height:1}.mobile-menu-brand{display:flex;align-items:center;gap:10px;min-width:0}.mobile-menu-brand img{width:42px;height:42px;flex:0 0 auto;padding:5px;border:1px solid rgba(148,163,184,.24);border-radius:8px;background:var(--panel);object-fit:contain}.mobile-menu-brand div{display:grid;gap:3px;min-width:0}.mobile-menu-actions{display:grid;gap:9px;padding-bottom:16px;border-bottom:1px solid rgba(148,163,184,.22)}.mobile-menu-actions button{display:flex;align-items:center;justify-content:center;min-height:46px;width:100%;padding:0 14px;border-radius:8px;cursor:pointer;font-weight:900}.mobile-menu-panel .mobile-menu-primary{border:1px solid var(--primary-action-border);background:var(--primary-action-bg);color:var(--primary-action-text)}.mobile-menu-secondary{border:1px solid var(--line);background:var(--panel-2);color:var(--text)}.mobile-menu-links{display:grid;gap:0}.mobile-menu-group{display:grid;justify-items:start;gap:8px;width:100%;padding:13px 0 15px;border-bottom:1px solid rgba(148,163,184,.16)}.mobile-menu-group:last-child{border-bottom:0}.mobile-menu-group>div{display:grid;gap:2px;width:100%}.mobile-menu-section-label{color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase}.mobile-menu-group a{display:flex;min-height:36px;width:100%;align-items:center;border-radius:8px;color:var(--muted-strong);font-size:.9rem;font-weight:560;text-align:left;text-decoration:none}.mobile-menu-group a:hover{color:var(--text)}.mobile-menu-social{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.mobile-menu-social a{position:relative;justify-content:center;min-height:44px;border:0;background:transparent;color:var(--muted-strong)}.mobile-menu-social a span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.info-page-shell{width:min(100%,1420px);max-width:none;min-height:100vh;margin:0 auto;padding:28px 32px 96px}.info-topbar{position:sticky;z-index:20;top:0;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:84px;width:100vw;margin:-28px calc(50% - 50vw) 28px;padding:calc(16px + env(safe-area-inset-top)) max(32px,calc((100vw - 1420px)/2 + 32px)) 16px;border-bottom:1px solid var(--line);background:var(--topbar-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.info-brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.info-brand div{display:grid;gap:4px}.info-brand strong{color:var(--text);font-size:1.65rem;line-height:1}.info-brand span{color:var(--muted-strong);font-size:.9rem;font-weight:600}.info-back-link{display:inline-flex;align-items:center;text-decoration:none;min-height:42px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--text);cursor:pointer;font:inherit;font-weight:650}.info-page{padding:28px 0 0}.info-page-card{width:min(780px,100%);margin:0 auto;position:relative;display:grid;gap:18px;padding:28px;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:var(--shadow)}.info-page-head{display:flex;align-items:start;justify-content:space-between;gap:14px;padding-bottom:16px;border-bottom:1px solid var(--line)}.info-page-head div{display:grid;gap:8px}.info-eyebrow{color:var(--muted-strong);font-size:.78rem;font-weight:650;text-transform:uppercase}.info-page-card h2,.info-page-card h3,.info-page-card p,.info-page-card ul{margin:0}.info-page-card h2{color:var(--text);font-size:clamp(1.45rem,3vw,2.2rem);font-weight:740;line-height:1.05}.info-updated{color:var(--muted);font-weight:500}.info-page-card section{display:grid;gap:8px}.info-page-card h3{color:var(--text);font-size:1.08rem;font-weight:650}.info-page-card p{color:var(--muted-strong);font-weight:460;line-height:1.55}.info-list{display:grid;gap:8px;padding-left:1.2rem;color:var(--muted-strong);font-weight:460;line-height:1.55}.info-list li::marker{color:var(--primary-action-bg)}.info-action{display:inline-grid;width:fit-content;min-height:46px;place-items:center;padding:0 16px;border:0;border-radius:8px;background:var(--primary-action-bg);color:var(--primary-action-text);cursor:pointer;font:inherit;font-weight:700;text-decoration:none}.info-form-embed{display:grid;gap:12px;margin-top:6px}.info-form-embed iframe{width:100%;min-height:980px;border:1px solid var(--line);border-radius:8px;background:var(--panel-2)}.info-form-link{color:var(--primary-action-bg);font-weight:650;text-decoration:none}.install-guide-backdrop{z-index:80}.install-guide-modal{width:min(880px,100%);max-height:min(820px,calc(100dvh - 36px));overflow-y:auto}.install-guide-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.install-guide-card,.install-guide-note{display:grid;gap:12px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--field-bg)}.install-guide-note{background:color-mix(in srgb,var(--primary-action-bg) 5%,var(--field-bg));border-color:color-mix(in srgb,var(--primary-action-bg) 16%,var(--line))}.install-guide-note.muted{background:var(--panel-2);border-color:var(--line)}.install-guide-kicker{color:var(--muted-strong);font-size:.78rem;font-weight:780;text-transform:uppercase}.install-guide-card h3,.install-guide-card ol,.install-guide-card li,.install-guide-card strong,.install-guide-note strong,.install-guide-note span{margin:0}.install-guide-card h3{margin-top:2px;color:var(--text);font-size:1.15rem;font-weight:800}.install-guide-card ol{display:grid;gap:8px;padding-left:22px;color:var(--muted-strong);font-weight:620;line-height:1.45}.install-guide-card li::marker{color:var(--primary-action-bg);font-weight:780}.install-guide-help{display:grid;gap:5px;padding-top:12px;border-top:1px solid var(--line)}.install-guide-card strong,.install-guide-note strong{color:var(--text);font-weight:800}.install-guide-help span,.install-guide-note span{color:var(--muted-strong);font-size:.92rem;font-weight:620;line-height:1.45}@media(min-width:1000px){.inventory-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(min-width:1320px){.inventory-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:940px){.app-shell{padding-inline:20px}.topbar{margin-inline:-20px;padding-inline:20px;width:auto}.nav-action-button strong{display:none}.nav-action-button{width:48px;justify-content:center;padding:0}.view-switch button{padding-inline:8px}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.starter-panel{display:grid;margin-top:0;padding-top:clamp(42px,6vh,76px)}.starter-main,.meal-ideas-head{grid-template-columns:1fr;align-items:stretch}.starter-actions{justify-self:stretch;width:100%;margin-top:4px}.starter-actions,.meal-ideas-head{justify-content:stretch}.starter-actions button,.meal-ideas-head button{flex:1 1 180px}.meal-ideas-list{grid-template-columns:1fr}.stat-card{min-height:132px;padding:18px}.stat-card b{font-size:3rem}}@media(max-width:1180px),(hover:none)and (pointer:coarse){.modal-backdrop{place-items:end center;padding:0}.add-modal{width:100%;max-height:min(90dvh,calc(100dvh - 24px));padding:18px;padding-bottom:calc(18px + env(safe-area-inset-bottom));border-radius:8px 8px 0 0}.family-modal,.profile-modal{max-height:min(94dvh,calc(100dvh - 14px))}.profile-field-grid{grid-template-columns:1fr}.paste-list-modal{max-height:min(76dvh,calc(100dvh - 24px))}body{background:var(--app-bg)}.store-map-head{align-items:stretch;flex-direction:column}.store-map-head button{width:100%}.store-map-grid{grid-template-columns:1fr}.checkbox-grid.compact,.recipes-modal .checkbox-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.checkbox-grid.compact .checkbox-tile,.recipes-modal .checkbox-tile{align-items:center;min-height:48px;padding:9px 8px}.checkbox-grid.compact .checkbox-tile>span,.recipes-modal .checkbox-tile>span{display:inline-flex;align-items:center;min-width:0;overflow:hidden;font-size:clamp(.76rem,2.8vw,.86rem);line-height:1;white-space:nowrap;text-overflow:ellipsis}.app-shell{--trial-nav-height: 48px;display:block;width:100%;max-width:100vw;overflow-x:clip;padding:14px 14px 128px}.app-shell.is-blank-state{display:flex;min-height:100svh;flex-direction:column;padding-bottom:28px}.app-shell.is-blank-state .starter-panel{margin-block:0}.topbar{width:auto;max-width:none;min-height:72px;margin:-14px -14px 12px;padding:calc(12px + env(safe-area-inset-top)) 14px 12px;overflow:hidden}.marketing-topbar{gap:10px}.marketing-header-actions{flex-shrink:0;gap:8px}.web-download-shell .marketing-nav{display:none}.web-download-shell .marketing-menu-trigger{display:grid}.trial-nav-banner{grid-template-columns:minmax(0,1fr) auto auto;gap:8px;margin:-14px -14px 0;padding:7px 14px;box-shadow:0 8px 22px #0f172a0f}.app-shell.has-trial-banner .topbar{margin-top:0}.trial-nav-banner>div{display:grid;gap:2px}.trial-nav-banner strong{font-size:.8rem}.trial-nav-banner span{font-size:.76rem;line-height:1.25;white-space:normal}.trial-nav-banner button{min-height:32px;padding-inline:10px;font-size:.78rem}.trial-nav-banner .trial-nav-close{width:32px;min-height:32px;padding:0;font-size:1rem}.brand{gap:10px;min-width:0;max-width:calc(100vw - 84px)}.brand-mark{width:46px;height:46px;padding:5px}.brand-title{max-width:100%;overflow:hidden;font-size:1.55rem;text-overflow:ellipsis;white-space:nowrap}.brand p{max-width:100%;overflow:hidden;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.header-actions{display:none}.mobile-header-actions{display:flex;align-items:center;gap:8px}.mobile-header-add{display:inline-flex;min-height:42px;align-items:center;gap:4px;border:1px solid var(--primary-action-border);border-radius:8px;background:var(--primary-action-bg);color:var(--primary-action-text);cursor:pointer;padding:0 12px;font-size:.9rem;font-weight:900;line-height:1}.mobile-header-add .tab-icon{width:20px;height:20px}.mobile-menu-trigger{display:grid;width:44px;height:44px;place-items:center;border:0;background:transparent;color:var(--text);cursor:pointer;font-size:0;line-height:0}.mobile-menu-trigger:before{content:"";display:block;width:25px;height:18px;border-radius:3px;background:linear-gradient(currentColor,currentColor) 0 0 / 25px 3px no-repeat,linear-gradient(currentColor,currentColor) 0 7.5px / 25px 3px no-repeat,linear-gradient(currentColor,currentColor) 0 15px / 25px 3px no-repeat;transform:translateY(3px)}.stats-grid{width:min(100%,430px);grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-right:auto;margin-bottom:26px;margin-left:auto}.meal-ideas-panel{max-width:none;gap:14px;margin-bottom:14px;padding:18px}.starter-panel{width:100%;max-width:100%;margin-inline:0;margin-top:0;margin-bottom:0;padding:clamp(20px,4svh,38px) 0 28px;box-shadow:none;text-align:center;overflow:hidden}.starter-main{width:100%;max-width:100%;justify-items:center;overflow:hidden}.starter-copy{gap:8px;width:min(100%,398px);max-width:calc(100vw - 28px);grid-template-columns:1fr;text-align:center;justify-items:center;overflow:hidden}.starter-text{width:100%;justify-items:center}.starter-copy>span{max-width:100%;overflow-wrap:anywhere;text-align:center}.starter-text>span{max-width:100%;overflow-wrap:anywhere;text-align:center}.starter-copy h1,.starter-copy h2,.meal-ideas-head h2{width:100%;max-width:100%;overflow-wrap:normal;font-size:clamp(1.12rem,5vw,1.42rem);line-height:1.06}.rotating-hero-title{width:100%;max-width:100%;overflow:hidden;text-align:center;line-height:1.08}.hero-title-desktop{display:none;justify-items:center}.hero-title-mobile{display:grid;justify-content:center;justify-items:center;gap:0;max-width:100%;color:var(--text);line-height:1.04;white-space:normal}.hero-title-mobile>span{max-width:100%;text-align:center;white-space:nowrap}.hero-mobile-static{color:var(--text)}.hero-mobile-rotating{display:inline-grid;min-height:1.08em;justify-items:center;color:var(--green-text)}.hero-mobile-rotating span{grid-area:1 / 1;opacity:0;white-space:nowrap}.hero-mobile-rotating span:nth-child(1){animation:heroMealPlannerRotate 7.5s ease-in-out infinite}.hero-mobile-rotating span:nth-child(2){animation:heroGroceryTrackerRotate 7.5s ease-in-out infinite}.hero-mobile-rotating span:nth-child(3){animation:heroPantryTrackerRotate 7.5s ease-in-out infinite}.starter-hero-figure{width:min(62vw,225px);max-width:calc(100vw - 28px);margin-top:18px}.starter-hero-figure:after{display:none}.starter-copy p,.meal-ideas-head p{width:100%;max-width:310px;font-size:.96rem;line-height:1.34;text-align:center;overflow-wrap:anywhere}.desktop-copy-space{display:none}.mobile-copy-break{display:block}.starter-actions{width:min(100%,398px);max-width:calc(100vw - 28px);margin-top:14px}.starter-actions button{width:100%;max-width:100%;overflow:hidden;padding-inline:12px;text-overflow:ellipsis;white-space:nowrap}.starter-seo-section{width:min(100%,398px);margin-top:42px;gap:14px}.starter-section-heading{max-width:398px;gap:7px}.starter-section-heading h2{font-size:clamp(1.35rem,5vw,1.9rem)}.starter-section-heading p{font-size:.92rem;line-height:1.38}.starter-seo-content{grid-template-columns:1fr;gap:8px}.starter-seo-content article{grid-template-columns:1fr;gap:8px;min-height:158px;padding:13px}.starter-seo-icon{width:34px;height:34px;font-size:.96rem}.starter-seo-content h3{font-size:.9rem}.starter-seo-content p{font-size:.78rem;line-height:1.3}.starter-mobile-footer{display:grid;justify-items:center;width:100%;margin-top:24px;padding-top:14px;border-top:1px solid rgba(148,163,184,.24);color:var(--muted);font-size:.78rem;line-height:1.3;text-align:center}.starter-actions,.meal-ideas-head{display:grid}.starter-main,.payoff-strip{grid-template-columns:1fr}.payoff-strip{display:grid;gap:16px;margin:6px 0 20px;padding:18px 16px}.payoff-strip div{gap:7px}.payoff-strip strong{font-size:.96rem;line-height:1.2}.payoff-strip span{font-size:.86rem;line-height:1.35}.starter-actions button,.meal-ideas-head button,.payoff-strip button{width:100%;min-height:50px}.stat-card{display:grid;grid-template-rows:28px 40px 18px;min-height:104px;padding:12px}.stat-top{font-size:.68rem}.stat-top span{font-size:1.35rem}.stat-card b{align-self:end;margin-top:0;font-size:2.1rem;line-height:.9}.stat-card p{align-self:end;margin-top:0;font-size:.78rem;line-height:1.05}.category-row{width:min(100%,430px);gap:8px;margin:0 auto}.starter-inventory-note{display:grid;width:min(100%,430px);gap:12px;margin:0 auto 16px;padding:13px;box-shadow:0 10px 24px #0f172a0f}.starter-inventory-note span{text-align:left}.starter-inventory-note span strong{font-size:.96rem}.starter-inventory-note span small{font-size:.8rem;line-height:1.32}.starter-inventory-note div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.starter-inventory-note button{min-height:44px;justify-content:center;padding-inline:8px;text-align:center}.starter-inventory-note div button:only-child{grid-column:1 / -1}.search-row{display:none}.mobile-layout-row{width:min(100%,430px);display:flex;align-items:center;justify-content:flex-end;margin:-2px auto 12px}.segmented-control{display:inline-flex;padding:3px;border:1px solid var(--line);border-radius:8px;background:var(--panel-2)}.segmented-control button{display:grid;width:38px;height:34px;place-items:center;border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;font-size:1.05rem;font-weight:950}.segmented-control button.active{background:var(--panel);color:var(--text);box-shadow:var(--shadow)}.mobile-bottom-nav{position:fixed;right:0;bottom:var(--visual-viewport-bottom);left:0;z-index:35;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:3px;min-height:calc(76px + env(safe-area-inset-bottom));padding:7px 8px calc(7px + env(safe-area-inset-bottom));border:0;border-top:1px solid var(--line);border-radius:0;background:color-mix(in srgb,var(--modal-bg) 96%,transparent);box-shadow:0 -12px 34px #0f172a1f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:translateZ(0);will-change:bottom}.mobile-bottom-nav>button{position:relative;display:grid;min-width:0;place-items:center;align-content:center;gap:4px;border:0;border-radius:8px;background:transparent;color:var(--muted-strong);cursor:pointer;font-size:.68rem;font-weight:760;line-height:1;-webkit-tap-highlight-color:transparent}.mobile-bottom-nav>button.active{background:transparent;color:var(--text);font-weight:850}.mobile-bottom-nav>button.active:before{content:"";position:absolute;top:2px;width:22px;height:3px;border-radius:999px;background:var(--text)}.tab-icon{display:block;width:24px;height:24px;color:currentColor}.mobile-bottom-nav em{position:absolute;top:4px;right:7px;display:grid;min-width:20px;height:20px;padding:0 5px;place-items:center;border-radius:999px;background:var(--red);color:#fff;font-size:.65rem;font-style:normal;font-weight:950}.mobile-search-trigger .tab-icon{width:24px;height:24px}.mobile-search-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:34;display:grid;align-items:end;padding-bottom:calc(76px + env(safe-area-inset-bottom) + var(--visual-viewport-bottom));background:#0f172a1f;-webkit-backdrop-filter:none;backdrop-filter:none}.mobile-search-sheet{display:grid;gap:12px;width:100%;padding:8px 16px calc(18px + env(safe-area-inset-bottom));border:1px solid var(--line);border-bottom:0;border-radius:8px 8px 0 0;background:var(--modal-bg);box-shadow:0 -14px 34px #0f172a24}.sheet-grabber{justify-self:center;width:42px;height:4px;border-radius:999px;background:#64748b5c}.mobile-search-head{display:flex;align-items:start;justify-content:space-between;gap:14px}.mobile-search-head div{display:grid;gap:3px}.mobile-search-head strong{color:var(--text);font-size:1.08rem;font-weight:800}.mobile-search-head span{color:var(--muted-strong);font-size:.78rem;font-weight:620;line-height:1.35}.mobile-search-head button{display:inline-grid;width:34px;height:34px;min-height:34px;flex:0 0 auto;place-items:center;padding:0;border:0;border-radius:999px;background:transparent;color:#475569;cursor:pointer;font-size:1.35rem;font-weight:760;line-height:1}.mobile-search-field{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:54px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:var(--search-bg)}.mobile-search-form{display:grid;gap:10px}.mobile-search-field span{color:var(--muted);font-size:1.2rem;font-weight:760}.mobile-search-field input{width:100%;min-width:0;border:0;background:transparent;color:var(--text);font:inherit;font-size:1rem;font-weight:650;outline:0}.mobile-search-field input::placeholder{color:#64748b}.mobile-search-field button{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:999px;background:var(--panel-2);color:var(--muted);cursor:pointer;font-size:1.15rem;font-weight:760;line-height:1}.mobile-search-tools{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;overflow:visible;padding-bottom:2px;scrollbar-width:none}.mobile-search-tools.mobile-search-tools-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;width:100%}.mobile-search-tools::-webkit-scrollbar{display:none}.mobile-search-tools button{display:inline-flex;width:100%;min-width:0;min-height:44px;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--text);cursor:pointer;font:inherit;font-size:.68rem;font-weight:800;white-space:nowrap}.mobile-search-tools.mobile-search-tools-grid button{width:100%;min-width:0!important;max-width:none;flex:1 1 0;padding-inline:6px}.mobile-search-tools button span{line-height:1}.mobile-search-tools button.listening{border-color:#b91c1c;background:#ef4444;color:#fff;animation:voice-pulse 1.1s ease-in-out infinite}.mobile-search-actions{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:10px}.mobile-search-actions button{min-height:46px;border:1px solid var(--line);border-radius:8px;background:var(--panel-2);color:var(--text);cursor:pointer;font-weight:760}.mobile-search-actions button:last-child{border-color:var(--primary-action-border);background:var(--primary-action-bg);color:var(--primary-action-text)}.mobile-search-actions button:disabled{cursor:not-allowed;opacity:.48}.category-chip{min-height:42px;padding:0 13px;font-size:.9rem}.inventory-grid{width:min(100%,430px);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-right:auto;margin-left:auto}.search-tool-row{width:min(100%,430px);flex-wrap:nowrap;gap:8px;margin:0 auto;overflow-x:auto;padding:2px 0 4px;scrollbar-width:none}.search-tool-row::-webkit-scrollbar{display:none}.search-tool-button{flex:0 0 auto}.inventory-legend{top:78px;width:min(100%,430px);display:flex;flex-wrap:wrap;align-items:center;margin-right:auto;margin-bottom:10px;margin-left:auto;max-width:calc(100vw - 28px);padding:8px 10px}.inventory-legend-label{font-size:.76rem}.inventory-legend-items{gap:8px}.inventory-legend-items span{font-size:.74rem}.inventory-list{gap:10px}.inventory-grid .item-tile{min-height:168px;grid-template-rows:50px 34px 32px;align-items:stretch;gap:10px;padding:14px 7px 9px}.inventory-grid .item-icon{width:44px;height:44px;align-self:center;justify-self:center;font-size:1.95rem}.inventory-grid .item-tile strong{display:-webkit-box;align-self:center;min-height:32px;max-height:32px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.72rem;line-height:1.08}.inventory-grid .item-tile small{display:none}.inventory-grid .item-bookmark-button{top:7px;right:7px;left:auto;width:28px;height:28px}.inventory-grid .item-low-button{top:7px;left:7px;min-width:44px;height:24px;padding:0 6px;font-size:.76rem}.inventory-grid .item-status-controls{align-self:end;gap:4px}.inventory-grid .item-status-controls button{min-height:30px;padding:0 5px;font-size:.62rem;font-weight:720}.trial-offer-card{width:min(100%,430px);margin:0 auto 24px;padding:16px}.trial-offer-card h2{font-size:1.12rem}.trial-offer-card p{font-size:.94rem;font-weight:480}.trial-offer-actions{grid-template-columns:1fr}.trial-offer-actions button{min-height:48px}.inventory-list .item-tile{min-height:112px;grid-template-columns:46px minmax(0,1fr) 34px;grid-template-rows:auto auto auto;align-items:center;justify-items:stretch;gap:2px 10px;padding:12px;text-align:left}.inventory-list .item-icon{grid-column:1;grid-row:1 / span 2;width:42px;height:42px;align-self:center;justify-self:center;font-size:1.9rem}.inventory-list .item-tile strong{grid-column:2;grid-row:1;align-self:end;justify-self:start;min-height:1.12em;max-height:1.12em;-webkit-line-clamp:1;font-size:.98rem}.inventory-list .item-tile small{grid-column:2;grid-row:2;align-self:start;justify-self:start;margin-top:3px;font-size:.64rem}.inventory-list .item-status-controls{grid-column:2;grid-row:3;justify-self:start;width:min(170px,100%);margin-top:6px}.inventory-list .item-bookmark-button{position:static;grid-column:3;grid-row:1 / span 3;align-self:center;justify-self:end;width:30px;height:30px;transform:none}.upgrade-strip,.upgrade-gate{grid-template-columns:1fr;margin-bottom:12px;padding:14px}.upgrade-strip{display:grid}.upgrade-strip-actions{display:grid;width:100%;padding:0;border:0;background:transparent}.upgrade-strip button,.restore-access-button{width:100%;justify-content:center;text-align:center}.upgrade-gate-actions{display:grid;grid-template-columns:1fr}.upgrade-gate-actions button{min-width:0}.trial-panel{right:12px;bottom:calc(92px + env(safe-area-inset-bottom) + var(--visual-viewport-bottom));grid-template-columns:1fr;width:calc(100vw - 24px)}.toast{bottom:calc(94px + env(safe-area-inset-bottom) + var(--visual-viewport-bottom));width:max-content;max-width:calc(100vw - 28px)}.pwa-install-banner{right:10px;bottom:calc(88px + env(safe-area-inset-bottom) + var(--visual-viewport-bottom));left:10px;gap:8px;padding:8px}.pwa-install-copy{gap:8px}.pwa-install-icon{width:32px;height:32px}.pwa-install-icon .tab-icon{width:19px;height:19px}.pwa-install-banner strong{font-size:.8rem}.pwa-install-banner span{font-size:.72rem}.pwa-install-actions{align-items:center;gap:5px}.pwa-install-primary{height:32px;padding:0 9px;font-size:.78rem}.pwa-install-dismiss{width:32px;height:32px}.analytics-consent-banner{right:10px;bottom:calc(88px + env(safe-area-inset-bottom) + var(--visual-viewport-bottom));left:10px;width:auto;flex-direction:column;align-items:stretch;gap:10px;padding:11px}.analytics-consent-banner strong{font-size:.86rem}.analytics-consent-banner span{font-size:.76rem}.analytics-consent-actions{display:grid;grid-template-columns:1fr 1fr}.plan-actions{padding-right:0}.plan-actions button{min-height:60px;min-width:0;flex:1}.family-plan-actions{grid-template-columns:1fr}.family-plan-actions button{width:100%;min-height:96px;line-height:1.1}.family-plan-actions .plan-card-option{min-height:96px;padding:14px}.family-plan-actions .plan-card-option small{max-width:100%}.item-add-modal{align-self:end;width:100%;max-height:min(90dvh,calc(100dvh - 24px));overflow-y:auto;padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom));border-radius:8px 8px 0 0}.item-add-modal .modal-head{align-items:flex-start}.modal-overlay{align-items:end;padding:0}.modal{width:100%;max-height:min(88dvh,calc(100dvh - 28px));border-radius:8px 8px 0 0}.item-add-modal .stock-toggle{width:100%;min-height:48px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:var(--field-bg)}.item-add-modal .modal-actions{position:sticky;bottom:calc(-16px - env(safe-area-inset-bottom));z-index:1;grid-template-columns:1fr;margin:2px -2px 0;padding:10px 2px calc(2px + env(safe-area-inset-bottom));background:var(--modal-bg)}.emoji-choice-grid{grid-template-columns:repeat(6,minmax(0,1fr));max-height:156px}.emoji-choice-grid button{min-height:40px}.site-footer{display:none}.app-shell.is-blank-state:not(.web-download-shell)>.site-footer{display:none}.info-page-shell{width:100%;min-height:100vh;padding:0 12px 32px}.info-page-card{padding:20px}.info-topbar{position:static;width:auto;min-height:0;margin:0;padding:calc(16px + env(safe-area-inset-top)) 0 16px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.info-brand strong{font-size:1.35rem}.info-back-link{min-height:38px;padding-inline:12px}.install-guide-modal{width:100%;max-height:min(86dvh,calc(100dvh - 28px));padding:18px}.install-guide-grid{grid-template-columns:1fr}.install-guide-card,.install-guide-note{padding:14px}.account-actions{grid-template-columns:1fr;width:100%}.account-actions button{width:100%}}@media(min-width:701px)and (max-width:1180px),(hover:none)and (pointer:coarse)and (min-width:701px){.app-shell{padding-inline:clamp(24px,5vw,56px);overflow-x:clip}.topbar{margin-inline:calc(clamp(24px,5vw,56px)*-1);padding-inline:clamp(24px,5vw,56px)}.starter-panel{width:100%;max-width:100%;margin-inline:0;padding:clamp(44px,6svh,72px) 0 44px}.app-shell.is-blank-state .starter-panel{flex:1 0 auto;min-height:calc(100svh - 86px)}.app-shell.is-blank-state .starter-mobile-footer{margin-top:auto}.starter-main,.starter-copy{width:min(100%,780px);max-width:calc(100vw - clamp(48px,10vw,112px));overflow:hidden}.starter-copy{grid-template-columns:1fr;justify-items:center;text-align:center}.starter-text{width:100%;justify-items:center}.starter-copy h1,.starter-copy h2,.meal-ideas-head h2{font-size:clamp(2.15rem,5vw,3.35rem)}.hero-title-desktop{display:grid;justify-items:center}.hero-title-mobile{display:none}.starter-copy p,.meal-ideas-head p{max-width:570px;font-size:clamp(1rem,1.7vw,1.18rem)}.starter-actions{width:min(100%,420px);justify-self:center}.starter-hero-figure{width:min(34vw,300px);margin-top:24px}.starter-seo-section{width:min(100%,900px);margin-top:46px;gap:18px}.starter-section-heading{max-width:680px}.starter-seo-content{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.starter-seo-content article{min-height:194px;padding:18px}.starter-seo-icon{width:36px;height:36px;font-size:1rem}.starter-seo-content h3{font-size:1rem}.starter-seo-content p{font-size:.86rem;line-height:1.42}.stats-grid,.category-row,.mobile-layout-row,.inventory-grid,.search-tool-row,.inventory-legend,.trial-offer-card{width:min(100%,900px)}.starter-inventory-note{width:min(100%,900px);grid-template-columns:minmax(0,1fr) minmax(260px,320px);align-items:center;gap:16px;padding:16px}.starter-inventory-note div{align-self:stretch}.starter-inventory-note button{min-height:48px}.landing-page{width:100%;margin-inline:0;padding-inline:16px}.landing-hero{grid-template-columns:1fr;min-height:0;padding:28px}.landing-hero-copy{justify-self:center;justify-items:center;max-width:780px;text-align:center}.landing-hero h1{max-width:720px;font-size:clamp(2.65rem,5.4vw,3.35rem)}.landing-actions{justify-content:center}.landing-hero-visual{width:min(100%,360px);min-height:220px;justify-self:center}.landing-hero-device{width:min(100%,190px)}.landing-hero-note{display:none}.landing-problem,.landing-adhd-card,.landing-use-cases{grid-template-columns:1fr}.landing-loop-list{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-feature-grid,.landing-preview-grid,.landing-use-case-grid,.landing-testimonial-list{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.landing-copy-notes{max-width:720px}.landing-copy-notes p{border-radius:18px}.inventory-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.inventory-grid .item-tile{min-height:178px;padding:16px 10px 11px}.inventory-grid .item-icon{width:48px;height:48px;font-size:2.05rem}.inventory-grid .item-tile strong{min-height:2.24em;max-height:2.24em;font-size:.82rem;line-height:1.12}.inventory-grid .item-status-controls button{min-height:32px;font-size:.68rem}.search-tool-row,.category-row{justify-content:flex-start}}@media(min-width:701px)and (max-width:860px){.inventory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.starter-inventory-note{grid-template-columns:1fr;width:min(100%,900px)}}@media(max-width:700px){.starter-panel{padding:clamp(18px,3svh,30px) 0 30px}.starter-copy{width:min(calc(100% - 28px),398px);max-width:calc(100% - 28px);gap:12px}.starter-copy,.starter-text{justify-items:center;text-align:center}.starter-text{gap:10px}.starter-copy>span,.starter-text>span{display:inline-flex;min-height:30px;align-items:center;justify-content:center;padding:0 10px;border:1px solid rgba(34,197,94,.22);border-radius:999px;background:#22c55e14;color:var(--green-text);font-size:.72rem;letter-spacing:.02em}.starter-copy h1,.starter-copy h2,.meal-ideas-head h2{font-size:clamp(1.75rem,8vw,2.4rem);line-height:1.02}.starter-actions{width:min(100%,340px);max-width:100%;justify-self:center;margin-top:8px}.starter-actions button{min-height:54px;border-radius:10px}.starter-copy>span,.starter-text>span,.rotating-hero-title,.hero-title-mobile,.starter-copy p{text-align:center}.hero-title-mobile{display:grid;justify-content:center;justify-items:center;gap:.02em;white-space:normal}.hero-mobile-rotating{justify-items:center}.starter-copy p{max-width:330px;font-size:1rem;line-height:1.42}.starter-hero-figure{width:min(70vw,252px);max-width:calc(100vw - 48px);margin-top:8px}.starter-seo-section{width:min(calc(100% - 28px),398px);margin-top:20px;gap:14px}.starter-section-heading{max-width:340px}.starter-section-heading>span{font-size:.72rem}.starter-section-heading h2{font-size:clamp(1.35rem,6vw,1.85rem)}.starter-section-heading p{font-size:.9rem;line-height:1.38}.starter-seo-content{gap:10px}.starter-seo-content article{grid-template-columns:auto minmax(0,1fr);gap:12px;min-height:0;padding:14px;border-radius:10px;box-shadow:none}.starter-seo-icon{width:38px;height:38px;font-size:1.08rem}.starter-seo-content h3{font-size:.95rem}.starter-seo-content p{font-size:.84rem;line-height:1.35}.landing-page{gap:44px;width:100%;margin-inline:0;padding:12px 0 44px}.landing-hero{grid-template-columns:1fr;gap:18px;min-height:0;width:min(100%,calc(100vw - 28px));padding:22px 18px;border-radius:22px}.landing-hero-copy{width:min(100%,300px);justify-items:start;gap:12px;text-align:left}.landing-eyebrow,.landing-section-copy>span,.landing-preview-card>div>span,.landing-cta span,.landing-copy-notes>span{font-size:.72rem}.landing-hero h1{max-width:100%;overflow-wrap:break-word;font-size:clamp(1.9rem,8vw,2.35rem);line-height:1.06;text-wrap:balance}.landing-hero p{max-width:100%;font-size:.95rem;line-height:1.42}.landing-actions{width:100%;align-items:stretch;justify-content:stretch;gap:12px}.landing-button,.landing-actions .google-play-badge-link{width:100%}.landing-trust-line{display:none}.landing-hero-visual{min-height:0;height:154px;width:min(100%,300px);justify-self:center;overflow:hidden;align-items:start}.landing-hero-device{width:min(68%,190px);margin-top:2px}.landing-hero-note{display:none}.landing-band{gap:20px;padding-inline:2px}.landing-section-copy,.landing-section-copy-centered{width:min(100%,340px);max-width:none;text-align:left}.landing-problem,.landing-adhd-card,.landing-use-cases,.landing-loop-list,.landing-feature-grid,.landing-preview-grid,.landing-use-case-grid,.landing-testimonial-list,.landing-cta{grid-template-columns:1fr}.landing-section-copy h2,.landing-cta h2{overflow-wrap:break-word;font-size:clamp(1.7rem,8vw,2.25rem);text-wrap:balance}.landing-section-copy p,.landing-cta p,.landing-feature-card p,.landing-loop-card p,.landing-preview-card p,.landing-use-case p{font-size:.94rem;line-height:1.5}.landing-loop-card,.landing-feature-card,.landing-use-case,.landing-testimonial-list figure{min-height:0;padding:18px;border-radius:18px}.landing-adhd-card,.landing-cta{padding:24px 18px;border-radius:22px}.landing-preview-card{grid-template-columns:108px minmax(0,1fr);align-items:center;gap:14px;padding:12px;border-radius:18px}.landing-preview-card figure{border-radius:14px}.landing-preview-card>div{padding:0}.landing-testimonial-list blockquote{font-size:1rem}.landing-cta{text-align:left}.landing-cta>div{justify-items:start}.landing-copy-notes{text-align:left}.landing-copy-notes p{border-radius:16px;font-size:.98rem}}:root{--amber: #f59e0b;--amber-strong: #d97706;--amber-soft: rgba(245, 158, 11, .14)}.item-tile.in-stock.low-stock{background:linear-gradient(155deg,var(--amber-soft),rgba(245,158,11,.04));border-color:#f59e0b8c;box-shadow:0 0 0 1px #f59e0b73 inset;color:var(--amber-strong)}.item-tile.in-stock.low-stock .item-icon{filter:saturate(1.05)}.web-download-shell .home-page{--home-ink: #142019;--home-muted: #66736a;--home-line: rgba(20, 32, 25, .1);--home-green: #1f6f3a;--home-panel: #fbfcf7;display:grid;gap:76px;width:min(100%,1120px);margin:0 auto;padding:clamp(32px,5vw,60px) 20px 88px;color:var(--home-ink)}.web-download-shell .home-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr);align-items:center;gap:clamp(42px,7vw,88px);min-height:610px;padding:clamp(44px,6vw,72px);border:1px solid var(--home-line);border-radius:22px;background:var(--home-panel);box-shadow:0 18px 46px #14201914}.web-download-shell .home-hero-copy{display:grid;gap:18px;max-width:570px}.web-download-shell .home-hero-copy>span,.web-download-shell .home-section-copy>span{color:var(--home-green);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.web-download-shell .home-hero h1,.web-download-shell .home-section h2,.web-download-shell .home-final h2{margin:0;color:var(--home-ink);font-weight:780;letter-spacing:0}.web-download-shell .home-hero h1{max-width:560px;font-size:clamp(3.25rem,6vw,5.2rem);line-height:1.02}.web-download-shell .home-hero p,.web-download-shell .home-section p,.web-download-shell .home-final p{margin:0;color:var(--home-muted);font-size:1.05rem;font-weight:520;line-height:1.56}.web-download-shell .home-hero-copy>p{max-width:500px;font-size:1.16rem}.web-download-shell .home-hero-actions{display:flex;align-items:center;margin-top:4px}.web-download-shell .home-store-badge{width:206px}.web-download-shell .home-note{color:#738077;font-size:.94rem;font-weight:650}.web-download-shell .home-hero-media{display:grid;place-items:center}.web-download-shell .home-hero-media figure,.web-download-shell .home-screen-row figure{margin:0}.web-download-shell .home-hero-media img{display:block;width:min(100%,360px);height:auto;filter:drop-shadow(0 24px 34px rgba(20,32,25,.15))}.web-download-shell .home-section{display:grid;gap:28px}.web-download-shell .home-section-copy{display:grid;gap:10px;max-width:680px}.web-download-shell .home-section h2,.web-download-shell .home-final h2{font-size:clamp(2rem,3.4vw,3.25rem);line-height:1.08}.web-download-shell .home-problem{grid-template-columns:minmax(0,.86fr) minmax(360px,1fr);align-items:start;gap:48px}.web-download-shell .home-problem-list{display:grid;gap:12px}.web-download-shell .home-problem-list p,.web-download-shell .home-feature-grid article{border:1px solid var(--home-line);border-radius:14px;background:#fff;box-shadow:0 10px 28px #1420190d}.web-download-shell .home-problem-list p{padding:18px;color:var(--home-ink);font-weight:760}.web-download-shell .home-loop-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.web-download-shell .home-loop-row div{display:grid;min-height:92px;place-items:center;border:1px solid rgba(31,111,58,.18);border-radius:14px;background:#f1f8ef;color:var(--home-green);font-size:1.18rem;font-weight:820}.web-download-shell .home-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.web-download-shell .home-feature-grid article{display:grid;align-content:start;gap:8px;min-height:154px;padding:20px}.web-download-shell .home-feature-grid h3{margin:0;color:var(--home-ink);font-size:1.05rem;font-weight:800}.web-download-shell .home-feature-grid p{font-size:.94rem;line-height:1.48}.web-download-shell .home-screen-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.web-download-shell .home-screen-row figure{display:grid;gap:12px}.web-download-shell .home-screen-row img{display:block;width:100%;height:auto;overflow:hidden;border:1px solid var(--home-line);border-radius:18px;background:#fff;box-shadow:0 12px 30px #14201912}.web-download-shell .home-screen-row figcaption{color:var(--home-ink);font-size:.94rem;font-weight:780}.web-download-shell .home-final{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:36px;border:1px solid var(--home-line);border-radius:20px;background:var(--home-panel)}.web-download-shell .home-final>div{display:grid;gap:8px}@media(max-width:1000px){.web-download-shell .home-page{gap:64px;padding-inline:18px}.web-download-shell .home-hero{grid-template-columns:minmax(0,1fr) minmax(220px,260px);gap:32px;min-height:0;padding:40px}.web-download-shell .home-hero h1{font-size:clamp(2.7rem,5.8vw,3.65rem)}.web-download-shell .home-hero-media img{width:min(100%,238px)}.web-download-shell .home-problem{grid-template-columns:1fr}.web-download-shell .home-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.web-download-shell .home-page{gap:48px;padding:14px 14px 54px}.web-download-shell .home-hero{grid-template-columns:1fr;gap:24px;padding:24px 18px 0;overflow:hidden;border-radius:18px}.web-download-shell .home-hero-copy{max-width:304px;gap:14px}.web-download-shell .home-hero h1{font-size:clamp(2.05rem,9vw,2.55rem);line-height:1.04}.web-download-shell .home-hero-copy>p,.web-download-shell .home-section p,.web-download-shell .home-final p{font-size:.95rem;line-height:1.46}.web-download-shell .home-store-badge{width:190px}.web-download-shell .home-note{display:none}.web-download-shell .home-hero-media{height:190px;align-items:start;overflow:hidden}.web-download-shell .home-hero-media img{width:min(68vw,210px)}.web-download-shell .home-section{gap:20px}.web-download-shell .home-section-copy{max-width:320px}.web-download-shell .home-section h2,.web-download-shell .home-final h2{font-size:clamp(1.55rem,6.8vw,2rem);overflow-wrap:break-word}.web-download-shell .home-loop-row,.web-download-shell .home-feature-grid,.web-download-shell .home-screen-row{grid-template-columns:1fr}.web-download-shell .home-loop-row div{min-height:64px}.web-download-shell .home-feature-grid article{min-height:0;padding:18px}.web-download-shell .home-screen-row figure{grid-template-columns:96px minmax(0,1fr);align-items:center}.web-download-shell .home-screen-row img{border-radius:12px}.web-download-shell .home-final{display:grid;padding:24px 18px;border-radius:16px}}.web-download-shell .landing-page-stripped{display:grid;width:min(100%,1120px);min-height:calc(100svh - 160px);margin:0 auto;padding:clamp(28px,5vw,64px) 20px 72px;color:#142019}.web-download-shell .landing-hero-stripped{display:grid;grid-template-columns:minmax(0,.95fr) minmax(260px,.72fr);align-items:center;gap:clamp(36px,7vw,92px);min-height:620px;padding:clamp(40px,6vw,72px);border:1px solid rgba(20,32,25,.08);border-radius:22px;background:#fbfcf7;box-shadow:0 18px 46px #14201914}.web-download-shell .landing-hero-copy-stripped{display:grid;gap:18px;max-width:560px;text-align:left}.web-download-shell .landing-hero-copy-stripped .landing-actions{display:flex;align-items:center;margin-top:6px}.web-download-shell .landing-hero-copy-stripped .landing-trust-line{color:#728077;font-size:.94rem;font-weight:650}.web-download-shell .landing-hero-visual-stripped{display:grid;place-items:center;min-width:0}@media(max-width:900px){.web-download-shell .landing-page-stripped{min-height:0;padding:28px 18px 60px}.web-download-shell .landing-hero-stripped{grid-template-columns:minmax(0,1fr) minmax(210px,260px);gap:28px;min-height:0;padding:38px}.web-download-shell .landing-hero-copy-stripped h1{font-size:clamp(2.7rem,6vw,3.6rem)}.web-download-shell .landing-hero-visual-stripped .landing-hero-device{width:min(100%,230px)}}@media(max-width:700px){.web-download-shell .landing-page-stripped{padding:14px 14px 42px}.web-download-shell .landing-hero-stripped{grid-template-columns:1fr;gap:24px;padding:24px 18px 0;overflow:hidden;border-radius:18px}.web-download-shell .landing-hero-copy-stripped{gap:14px;max-width:304px}.web-download-shell .landing-hero-copy-stripped h1{font-size:clamp(2.05rem,9vw,2.5rem);line-height:1.04}.web-download-shell .landing-hero-copy-stripped p{font-size:.96rem;line-height:1.45}.web-download-shell .landing-hero-copy-stripped .landing-store-badge{width:190px}.web-download-shell .landing-hero-copy-stripped .landing-trust-line{display:none}.web-download-shell .landing-hero-visual-stripped{height:190px;align-items:start;overflow:hidden}.web-download-shell .landing-hero-visual-stripped .landing-hero-device{width:min(68vw,210px)}}.web-download-shell .landing-page{--landing-ink: #142019;--landing-muted: #5f6f66;--landing-line: rgba(20, 32, 25, .1);--landing-panel: #ffffff;--landing-soft: #f4f8f1;--landing-warm: #fff8ea;--landing-green: #1f6f3a;--landing-shadow: 0 18px 44px rgba(40, 64, 47, .1);display:grid;gap:76px;width:min(100%,1168px);margin:0 auto;padding:42px 24px 96px;color:var(--landing-ink)}.web-download-shell .landing-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.78fr);align-items:center;gap:64px;min-height:0;padding:64px;border:1px solid rgba(31,111,58,.16);border-radius:24px;background:radial-gradient(circle at 88% 10%,rgba(255,243,191,.72),transparent 34%),linear-gradient(135deg,#fffef8,#f5faef 62%,#fff6e9);box-shadow:var(--landing-shadow)}.web-download-shell .landing-hero-copy,.web-download-shell .landing-section-copy,.web-download-shell .landing-cta>div{display:grid;gap:16px;min-width:0}.web-download-shell .landing-hero-copy{max-width:620px;text-align:left}.web-download-shell .landing-eyebrow,.web-download-shell .landing-section-copy>span,.web-download-shell .landing-preview-card>div>span,.web-download-shell .landing-cta span{color:var(--landing-green);font-size:.76rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.web-download-shell .landing-hero h1,.web-download-shell .landing-section-copy h2,.web-download-shell .landing-cta h2{margin:0;color:var(--landing-ink);font-weight:800;letter-spacing:0}.web-download-shell .landing-hero h1{max-width:620px;font-size:clamp(3.15rem,5.2vw,5rem);line-height:1.02;text-wrap:balance}.web-download-shell .landing-section-copy h2,.web-download-shell .landing-cta h2{font-size:clamp(2rem,3.4vw,3.35rem);line-height:1.08;text-wrap:balance}.web-download-shell .landing-hero p,.web-download-shell .landing-section-copy p,.web-download-shell .landing-cta p,.web-download-shell .landing-loop-card p,.web-download-shell .landing-feature-card p,.web-download-shell .landing-preview-card p,.web-download-shell .landing-use-case p{margin:0;color:var(--landing-muted);font-size:1rem;font-weight:520;line-height:1.58}.web-download-shell .landing-hero p{max-width:560px;font-size:1.14rem}.web-download-shell .landing-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:6px}.web-download-shell .landing-store-badge{width:190px}.web-download-shell .landing-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 18px;border-radius:999px;font-size:.94rem;font-weight:800;text-decoration:none}.web-download-shell .landing-button-secondary{border:1px solid rgba(20,32,25,.16);background:#ffffffdb;color:var(--landing-ink)}.web-download-shell .landing-trust-line{max-width:500px;color:#65736a;font-size:.92rem;font-weight:650}.web-download-shell .landing-hero-visual{position:relative;display:grid;min-height:0;place-items:center}.web-download-shell .landing-hero-device{width:min(100%,360px);margin:0;filter:drop-shadow(0 24px 34px rgba(20,32,25,.16))}.web-download-shell .landing-hero-device img{display:block;width:100%;height:auto}.web-download-shell .landing-hero-note{display:none}.web-download-shell .landing-band{display:grid;gap:28px}.web-download-shell .landing-section-copy{max-width:660px}.web-download-shell .landing-section-copy-centered{justify-self:center;max-width:760px;text-align:center}.web-download-shell .landing-problem,.web-download-shell .landing-use-cases{grid-template-columns:minmax(0,.84fr) minmax(360px,1fr);align-items:start;gap:48px}.web-download-shell .landing-problem-list,.web-download-shell .landing-principle-list,.web-download-shell .landing-use-case-grid,.web-download-shell .landing-feature-grid,.web-download-shell .landing-loop-list,.web-download-shell .landing-testimonial-list,.web-download-shell .landing-preview-grid{display:grid;gap:16px}.web-download-shell .landing-problem-list div,.web-download-shell .landing-principle-list div,.web-download-shell .landing-loop-card,.web-download-shell .landing-feature-card,.web-download-shell .landing-use-case,.web-download-shell .landing-testimonial-list figure,.web-download-shell .landing-preview-card{border:1px solid var(--landing-line);border-radius:14px;background:var(--landing-panel);box-shadow:0 10px 28px #28402f0f}.web-download-shell .landing-problem-list div,.web-download-shell .landing-principle-list div{padding:17px 18px;color:var(--landing-ink);font-weight:780}.web-download-shell .landing-loop-list{grid-template-columns:repeat(5,minmax(0,1fr))}.web-download-shell .landing-loop-card,.web-download-shell .landing-feature-card,.web-download-shell .landing-use-case{display:grid;align-content:start;gap:10px;min-height:154px;padding:20px}.web-download-shell .landing-loop-card span{display:inline-grid;width:32px;height:32px;place-items:center;border-radius:999px;background:#e8f4e6;color:var(--landing-green);font-size:.74rem;font-weight:850}.web-download-shell .landing-loop-card h3,.web-download-shell .landing-feature-card h3,.web-download-shell .landing-preview-card h3,.web-download-shell .landing-use-case h3{margin:0;color:var(--landing-ink);font-size:1.05rem;font-weight:800;line-height:1.24}.web-download-shell .landing-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.web-download-shell .landing-feature-card:nth-child(3n+2){background:var(--landing-warm)}.web-download-shell .landing-feature-card:nth-child(3n){background:var(--landing-soft)}.web-download-shell .landing-adhd-card{display:grid;grid-template-columns:minmax(0,.94fr) minmax(320px,.74fr);align-items:center;gap:48px;padding:44px;border:1px solid rgba(31,111,58,.14);border-radius:20px;background:linear-gradient(135deg,#f2f8ef,#fff8e7)}.web-download-shell .landing-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.web-download-shell .landing-preview-card{display:grid;gap:16px;overflow:hidden;padding:12px 12px 20px}.web-download-shell .landing-preview-card figure{margin:0;overflow:hidden;border:1px solid rgba(20,32,25,.08);border-radius:12px;background:#f8faf7}.web-download-shell .landing-preview-card img{display:block;width:100%;height:auto}.web-download-shell .landing-preview-card>div{display:grid;gap:7px;padding:0 4px}.web-download-shell .landing-use-case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.web-download-shell .landing-testimonial-list{grid-template-columns:repeat(3,minmax(0,1fr))}.web-download-shell .landing-testimonial-list figure{display:grid;gap:20px;align-content:space-between;min-height:178px;margin:0;padding:22px}.web-download-shell .landing-testimonial-list blockquote{margin:0;color:var(--landing-ink);font-size:1.08rem;font-weight:760;line-height:1.42}.web-download-shell .landing-testimonial-list figcaption{display:grid;gap:3px}.web-download-shell .landing-testimonial-list strong{color:var(--landing-ink);font-size:.86rem;font-weight:820}.web-download-shell .landing-testimonial-list span{color:var(--landing-muted);font-size:.82rem;font-weight:650}.web-download-shell .landing-cta{display:grid;justify-items:center;padding:52px;border:1px solid rgba(31,111,58,.14);border-radius:20px;background:linear-gradient(135deg,#fffef8,#f3f8ef);text-align:center;box-shadow:var(--landing-shadow)}.web-download-shell .landing-cta>div{justify-items:center;max-width:640px}.web-download-shell .landing-cta .landing-actions{justify-content:center}@media(max-width:1180px){.web-download-shell .landing-page{gap:64px;padding-inline:18px}.web-download-shell .landing-hero{grid-template-columns:minmax(0,1fr) minmax(190px,210px);justify-items:stretch;gap:28px;padding:40px;text-align:left}.web-download-shell .landing-hero-copy{justify-items:start;max-width:520px}.web-download-shell .landing-hero h1{max-width:520px;font-size:clamp(2.55rem,5.3vw,3.35rem)}.web-download-shell .landing-hero p{max-width:500px}.web-download-shell .landing-actions{justify-content:flex-start}.web-download-shell .landing-hero-device{width:min(100%,205px)}.web-download-shell .landing-problem,.web-download-shell .landing-use-cases,.web-download-shell .landing-adhd-card{grid-template-columns:1fr}.web-download-shell .landing-section-copy,.web-download-shell .landing-section-copy-centered{max-width:760px}.web-download-shell .landing-loop-list,.web-download-shell .landing-feature-grid,.web-download-shell .landing-use-case-grid,.web-download-shell .landing-testimonial-list{grid-template-columns:repeat(2,minmax(0,1fr))}.web-download-shell .landing-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.web-download-shell .landing-page{gap:46px;width:100%;padding:14px 0 56px}.web-download-shell .landing-hero{grid-template-columns:1fr;justify-items:start;width:min(100%,calc(100vw - 28px));gap:24px;padding:24px 18px 0;overflow:hidden;border-radius:18px;text-align:left}.web-download-shell .landing-hero-copy{justify-items:start;max-width:none;width:min(100%,300px)}.web-download-shell .landing-hero h1{font-size:clamp(2rem,8vw,2.35rem);line-height:1.04}.web-download-shell .landing-hero p,.web-download-shell .landing-section-copy p,.web-download-shell .landing-cta p{font-size:.95rem;line-height:1.48}.web-download-shell .landing-actions{display:grid;width:100%;justify-content:stretch}.web-download-shell .landing-store-badge{width:190px;justify-self:start}.web-download-shell .landing-button{width:100%}.web-download-shell .landing-trust-line{display:none}.web-download-shell .landing-hero-device{width:min(68vw,214px);margin-top:2px}.web-download-shell .landing-section-copy,.web-download-shell .landing-section-copy-centered{max-width:none;text-align:left}.web-download-shell .landing-section-copy h2,.web-download-shell .landing-cta h2{font-size:clamp(1.65rem,7.5vw,2.25rem)}.web-download-shell .landing-loop-list,.web-download-shell .landing-feature-grid,.web-download-shell .landing-preview-grid,.web-download-shell .landing-use-case-grid,.web-download-shell .landing-testimonial-list{grid-template-columns:1fr}.web-download-shell .landing-loop-card,.web-download-shell .landing-feature-card,.web-download-shell .landing-use-case,.web-download-shell .landing-testimonial-list figure{min-height:0;padding:18px;border-radius:12px}.web-download-shell .landing-adhd-card,.web-download-shell .landing-cta{padding:24px 18px;border-radius:16px}.web-download-shell .landing-preview-card{grid-template-columns:96px minmax(0,1fr);align-items:center;gap:14px;padding:12px;border-radius:12px}.web-download-shell .landing-preview-card>div{padding:0}.web-download-shell .landing-testimonial-list blockquote{font-size:1rem}}.web-download-shell .landing-page.landing-page-stripped{display:grid;width:min(100%,1120px);min-height:calc(100svh - 160px);margin:0 auto;padding:clamp(28px,5vw,64px) 20px 72px;color:#142019}.web-download-shell .landing-hero.landing-hero-stripped{display:grid;grid-template-columns:minmax(0,.95fr) minmax(260px,.72fr);align-items:center;gap:clamp(36px,7vw,92px);min-height:620px;padding:clamp(40px,6vw,72px);border:1px solid rgba(20,32,25,.08);border-radius:22px;background:#fbfcf7;box-shadow:0 18px 46px #14201914;text-align:left}.web-download-shell .landing-hero-copy.landing-hero-copy-stripped{display:grid;justify-items:start;gap:18px;max-width:560px;text-align:left}.web-download-shell .landing-hero-copy-stripped .landing-eyebrow{color:#1f6f3a;font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.web-download-shell .landing-hero-copy-stripped h1{max-width:560px;margin:0;color:#142019;font-size:clamp(3.1rem,6vw,5.25rem);font-weight:780;letter-spacing:0;line-height:1.02}.web-download-shell .landing-hero-copy-stripped p{max-width:500px;margin:0;color:#5e6d64;font-size:clamp(1.05rem,1.35vw,1.18rem);font-weight:520;line-height:1.55}.web-download-shell .landing-hero-copy-stripped .landing-actions{display:flex;align-items:center;justify-content:flex-start;margin-top:6px}.web-download-shell .landing-hero-copy-stripped .landing-store-badge{width:206px}.web-download-shell .landing-hero-copy-stripped .landing-trust-line{display:block;color:#728077;font-size:.94rem;font-weight:650}.web-download-shell .landing-hero-visual.landing-hero-visual-stripped{display:grid;min-height:0;min-width:0;place-items:center}.web-download-shell .landing-hero-visual-stripped .landing-hero-device{width:min(100%,360px);margin:0;filter:drop-shadow(0 22px 34px rgba(20,32,25,.14))}.web-download-shell .landing-hero-visual-stripped .landing-hero-device img{display:block;width:100%;height:auto}@media(max-width:900px){.web-download-shell .landing-page.landing-page-stripped{min-height:0;padding:28px 18px 60px}.web-download-shell .landing-hero.landing-hero-stripped{grid-template-columns:minmax(0,1fr) minmax(210px,260px);gap:28px;min-height:0;padding:38px}.web-download-shell .landing-hero-copy-stripped h1{font-size:clamp(2.7rem,6vw,3.6rem)}.web-download-shell .landing-hero-visual-stripped .landing-hero-device{width:min(100%,230px)}}@media(max-width:700px){.web-download-shell .landing-page.landing-page-stripped{padding:14px 14px 42px}.web-download-shell .landing-hero.landing-hero-stripped{grid-template-columns:1fr;gap:24px;padding:24px 18px 0;overflow:hidden;border-radius:18px}.web-download-shell .landing-hero-copy.landing-hero-copy-stripped{gap:14px;width:min(100%,304px);max-width:304px}.web-download-shell .landing-hero-copy-stripped h1{font-size:clamp(2.05rem,9vw,2.5rem);line-height:1.04}.web-download-shell .landing-hero-copy-stripped p{font-size:.96rem;line-height:1.45}.web-download-shell .landing-hero-copy-stripped .landing-store-badge{width:190px}.web-download-shell .landing-hero-copy-stripped .landing-trust-line{display:none}.web-download-shell .landing-hero-visual.landing-hero-visual-stripped{height:190px;align-items:start;overflow:hidden}.web-download-shell .landing-hero-visual-stripped .landing-hero-device{width:min(68vw,210px)}}.item-low-button{position:absolute;top:12px;left:12px;right:auto;z-index:2;display:inline-flex;min-width:54px;height:28px;align-items:center;justify-content:center;gap:4px;padding:0 8px;border-radius:7px;border:1px solid rgba(245,158,11,.45);background:#ffffffe6;color:var(--amber-strong);font-size:.85rem;font-weight:900;letter-spacing:0;line-height:1;cursor:pointer;transition:transform .12s ease,background .12s ease}.item-low-button:hover{transform:scale(1.05)}.item-low-button.active{background:var(--amber);color:#fff;border-color:var(--amber-strong)}.search-voice-button,.search-scan-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border, rgba(0, 0, 0, .12));background:var(--surface, #fff);border-radius:999px;width:36px;height:36px;margin-left:6px;padding:0;font-size:1rem;cursor:pointer;flex-shrink:0}.search-voice-button:hover,.search-scan-button:hover{background:var(--surface-2, rgba(0, 0, 0, .04))}.search-voice-button.listening{background:#ef4444;border-color:#b91c1c;color:#fff;animation:voice-pulse 1.1s ease-in-out infinite}@keyframes voice-pulse{0%,to{box-shadow:0 0 #ef44448c}50%{box-shadow:0 0 0 8px #ef444400}}.meal-ideas-actions{display:flex;gap:8px;flex-wrap:wrap}.meal-ideas-actions .secondary{background:transparent;border:1px solid var(--border, rgba(0, 0, 0, .18))}.meal-ideas-prefs{margin-top:4px;font-size:.62rem;line-height:1.25;color:var(--muted, #6b7280);display:flex;gap:8px;flex-wrap:wrap;opacity:.76}.meal-ideas-prefs strong{font-weight:720}.meal-ideas-prefs span{color:var(--muted, #6b7280);font-size:inherit;font-weight:560;letter-spacing:.01em;text-transform:none}.meal-ideas-prefs a{display:inline-flex;min-height:22px;align-items:center;color:var(--primary-action-bg);font-weight:760;text-decoration:underline;text-underline-offset:2px}.meal-idea-links{display:flex;min-height:34px;align-items:flex-end;align-self:end;gap:8px;flex-wrap:wrap}.meal-idea-links a{display:inline-flex;min-height:28px;align-items:center;font-size:.82rem;color:var(--primary-action-bg);font-weight:760;text-decoration:underline;text-underline-offset:2px}.meal-idea-links a:hover{color:var(--text)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;display:grid;place-items:center;padding:18px;background:var(--backdrop);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tool-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:58;display:flex;align-items:stretch;justify-content:flex-end;background:var(--backdrop);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tool-drawer{display:flex;width:min(960px,calc(100vw - 44px));height:100dvh;flex-direction:column;overflow:hidden;border-left:1px solid rgba(148,163,184,.24);background:var(--modal-bg);box-shadow:var(--heavy-shadow)}.tool-drawer-header{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:14px;padding:18px 18px 14px;border-bottom:1px solid var(--line)}.tool-drawer-header h2{margin:0;color:var(--text);font-size:1.22rem;line-height:1.1}.tool-drawer-header button{display:inline-grid;width:34px;height:34px;min-height:34px;flex:0 0 auto;place-items:center;padding:0;border:0;border-radius:999px;background:transparent;color:#475569;cursor:pointer;font-size:1.35rem;font-weight:760;line-height:1}.tool-drawer-body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:18px}.tool-drawer-body .store-map-panel,.tool-drawer-body .meal-ideas-panel{margin:0;padding:0;border:0;background:transparent;box-shadow:none}.tool-drawer-body .meal-ideas-head{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:14px;justify-items:start;text-align:left}.tool-drawer-body .meal-ideas-head h2{max-width:none;font-size:1.5rem;line-height:1.12;white-space:nowrap}.tool-drawer-body .meal-ideas-head p,.tool-drawer-body .meal-ideas-note{max-width:560px;font-size:.96rem;line-height:1.4;text-align:left}.tool-drawer-body .meal-ideas-actions{display:flex;gap:10px}.tool-drawer-body .meal-ideas-head button{min-height:44px;padding:0 14px;font-size:.9rem}.tool-drawer-body .meal-ideas-head button.secondary{background:var(--panel);color:var(--text)}.tool-drawer-body .meal-ideas-list{grid-template-columns:1fr}.tool-drawer-body .meal-idea-card{grid-template-columns:1fr;grid-template-rows:auto 1fr auto;align-items:stretch;gap:12px;min-height:0;padding:18px 20px}.tool-drawer-body .meal-idea-card-head,.tool-drawer-body .meal-idea-card-body,.tool-drawer-body .meal-idea-links{min-width:0}.tool-drawer-body .meal-idea-links{align-self:end;align-content:center;align-items:end;flex-direction:row;justify-content:flex-start;min-height:34px;padding-left:0}.tool-drawer-body .recipes-modal{width:100%;max-height:none;overflow:visible}.tool-drawer-body .saved-recipes-panel{margin:0}.recipes-drawer-content .recipes-section:first-of-type{padding-top:0}.modal{width:min(540px,100%);max-height:calc(100dvh - 36px);overflow-y:auto;overscroll-behavior:contain;padding:18px;border:1px solid rgba(148,163,184,.24);border-radius:8px;background:var(--modal-bg);box-shadow:var(--heavy-shadow)}.modal>header{display:flex;align-items:start;justify-content:space-between;gap:14px}.modal>header h2,.modal>header p{margin:0}.modal>header button{display:inline-grid;width:34px;height:34px;min-height:34px;flex:0 0 auto;place-items:center;padding:0;border:0;border-radius:999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:#475569;cursor:pointer;font-size:1.35rem;font-weight:760;line-height:1}.scanner-modal,.recipes-modal{width:min(540px,94vw);max-height:90vh;overflow-y:auto}.scanner-stage{position:relative;margin:12px 0;background:#000;border-radius:12px;overflow:hidden;aspect-ratio:4 / 3}.scanner-stage video{width:100%;height:100%;object-fit:cover;display:block}.scanner-frame{position:absolute;top:18%;right:12%;bottom:18%;left:12%;border:2px solid rgba(255,255,255,.85);border-radius:8px;box-shadow:0 0 0 9999px #00000059;pointer-events:none}.scanner-error{margin-top:8px;color:#b91c1c;font-size:.9rem}.scanner-manual{display:flex;flex-direction:column;gap:6px;margin-top:10px}.scanner-manual label{font-size:.85rem;color:var(--muted, #6b7280)}.scanner-manual>div{display:flex;gap:8px}.scanner-manual input{flex:1;padding:8px 10px;border-radius:8px;border:1px solid var(--border, rgba(0, 0, 0, .16))}.recipes-section{margin-top:16px;padding-top:12px;border-top:1px solid var(--border, rgba(0, 0, 0, .08))}.recipes-section:first-of-type{border-top:0;padding-top:0}.recipes-section h3{margin:0 0 4px;font-size:1rem}.recipes-help{margin:0 0 10px;font-size:.85rem;color:var(--muted, #6b7280)}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px;min-width:0}.checkbox-tile{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-width:0;min-height:48px;padding:8px 10px;border:1px solid var(--border, rgba(0, 0, 0, .14));border-radius:8px;cursor:pointer;font-size:.9rem;background:var(--surface, #fff)}.checkbox-tile input{width:18px;height:18px;min-height:0;margin:0;accent-color:var(--primary-action-bg);flex-shrink:0}.checkbox-tile>span{display:inline-flex;min-width:0;align-items:center;gap:5px;color:var(--text);font-size:.86rem;font-weight:760;line-height:1.2;overflow-wrap:anywhere;word-break:normal}.checkbox-tile>span>span{flex:0 0 auto;color:inherit;font-size:1rem;line-height:1}.checkbox-tile:has(input:checked){border-color:color-mix(in srgb,var(--primary-action-bg) 28%,var(--line));background:color-mix(in srgb,var(--primary-action-bg) 6%,var(--surface, #fff))}.recipes-add-form{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.recipes-add-form.stacked{display:grid;gap:10px}.recipes-add-form input{flex:1 1 140px;width:100%;padding:8px 10px;border-radius:8px;border:1px solid var(--border, rgba(0, 0, 0, .16))}.recipes-add-trigger,.recipes-add-actions button{min-height:42px;border-radius:8px;font-weight:800}.recipes-add-trigger{display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid var(--primary-action-border);background:var(--primary-action-bg);color:var(--primary-action-text);cursor:pointer}.recipes-add-actions{display:flex;gap:8px;flex-wrap:wrap}.saved-recipes-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.saved-recipes-list li{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;background:var(--surface-2, rgba(0, 0, 0, .03));border-radius:8px;gap:10px}.saved-recipes-list li>div{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.saved-recipes-list li strong{font-size:.92rem;overflow-wrap:anywhere}.saved-recipes-list li a{font-size:.92rem;font-weight:800;color:var(--accent, #2563eb);overflow-wrap:anywhere;text-decoration:underline}.saved-recipes-list .ghost{background:transparent;border:1px solid var(--border, rgba(0, 0, 0, .16));font-size:.82rem;padding:4px 10px;border-radius:8px;cursor:pointer}.saved-recipes-pagination{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}.saved-recipes-pagination span{color:var(--muted);font-size:.84rem;font-weight:700}.saved-recipes-panel{display:grid;gap:16px}.saved-recipes-panel-head{display:flex;justify-content:space-between;gap:14px}.saved-recipes-panel-head span{display:block;margin-bottom:5px;color:var(--muted-strong);font-size:.78rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.saved-recipes-panel-head h3{margin:0;color:var(--text);font-size:1.08rem;font-weight:760;line-height:1.24;white-space:normal}.saved-recipes-panel-head p{max-width:560px;margin:6px 0 0;color:var(--muted);font-size:.92rem;line-height:1.42}.saved-recipes-add-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:10px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.saved-recipes-add-card input{min-width:0;min-height:44px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text);font:inherit}.saved-recipes-add-card button,.saved-recipes-load-more{min-height:44px;border-radius:8px;font-weight:760}.saved-recipes-count{color:var(--muted);font-size:.86rem;font-weight:760}.saved-recipes-list-large{gap:8px}.saved-recipes-list-large li{min-height:68px;padding:12px;border:1px solid var(--line);background:var(--surface)}.saved-recipes-list-large li small{display:block;max-width:100%;margin-top:3px;color:var(--muted);font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.saved-recipes-load-more{width:100%;border:1px solid var(--line);background:var(--surface);color:var(--text);cursor:pointer}.saved-recipes-empty{display:grid;min-height:240px;place-items:center;align-content:center;gap:8px;padding:28px;border:1px solid var(--line);border-radius:8px;background:var(--surface);text-align:center}.saved-recipes-empty>span{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--line);border-radius:999px;color:var(--muted)}.saved-recipes-empty strong{color:var(--text);font-size:1.08rem}.saved-recipes-empty p{max-width:360px;margin:0;color:var(--muted);font-size:.9rem;line-height:1.4}.recipes-empty{font-size:.85rem;color:var(--muted, #6b7280)}.paste-list-modal{width:min(560px,100%)}.paste-list-modal textarea{width:100%;min-height:190px;resize:vertical;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--text);font:inherit;font-weight:720;line-height:1.45;padding:12px}.checkbox-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.product-found-note a{color:var(--primary-action-bg);font-weight:900}.store-map-panel{display:grid;gap:14px;margin-bottom:18px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.store-map-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.store-map-head>div:first-child{display:grid;gap:5px}.store-map-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.store-map-head span{color:var(--muted-strong);font-size:.76rem;font-weight:950;text-transform:uppercase}.store-map-head h2,.store-map-head p{margin:0}.store-map-head h2{color:var(--text);font-size:1.28rem}.store-map-head p{color:var(--muted-strong);font-size:.9rem;font-weight:720}.store-map-head button{min-height:42px;padding:0 16px;border:1px solid var(--text);border-radius:8px;background:var(--text);color:var(--panel);cursor:pointer;font-weight:950}.store-map-head button.secondary{border-color:var(--line);background:var(--panel);color:var(--text)}.store-run-summary{display:grid;justify-items:center;gap:8px;padding:22px;border:1px solid rgba(34,197,94,.24);border-radius:8px;background:#22c55e17;text-align:center}.store-run-summary>span{font-size:1.8rem;line-height:1}.store-run-summary strong{color:var(--text);font-size:1.1rem;font-weight:850}.store-run-summary p{max-width:440px;margin:0;color:var(--muted-strong);font-size:.9rem;font-weight:560;line-height:1.4}.store-map-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:12px}.store-zone{display:grid;align-content:start;justify-items:center;gap:10px;width:100%;min-height:132px;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--panel-2);text-align:center}.store-zone header{display:grid;justify-items:center;gap:6px;width:100%;min-width:0}.store-zone header>span{font-size:1.45rem;line-height:1}.store-zone header strong{color:var(--text);font-weight:950}.store-zone-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,92px),1fr));gap:8px;width:100%}.store-zone-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;min-height:48px;padding:8px;border-radius:8px;font-size:.82rem;font-weight:850;line-height:1.15;overflow-wrap:anywhere;text-align:left}.store-zone-item.store-run-item{grid-template-columns:minmax(0,1fr);gap:9px}.store-zone-item-main{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px}.store-zone-item-emoji{font-size:1.45rem;line-height:1}.store-zone-item-name{min-width:0;overflow-wrap:anywhere}.store-zone-bought{min-width:84px;min-height:32px;padding:0 12px;border:1px solid rgba(22,101,52,.22);border-radius:999px;background:#f0fdf4;color:var(--green-text);cursor:pointer;font-size:.76rem;font-weight:760;white-space:nowrap}.store-run-outcomes{display:flex;flex-wrap:wrap;gap:7px}.store-run-outcomes .store-zone-bought{flex:1 1 92px}.store-zone-bought.active{border-color:#0284c752;background:#e0f2fe;color:#075985}.store-zone-bought.active.bought{border-color:#1665343d;background:#dcfce7;color:var(--green-text)}.store-zone-bought:focus-visible{outline:2px solid var(--primary-action-bg);outline-offset:2px}.store-zone-item.need{background:var(--red-soft);color:var(--red-text)}.store-zone-item.have{background:var(--green-soft);color:var(--green-text)}.store-zone-item.low{background:#fef3c7;color:#92400e}.modal-footer{display:flex;justify-content:flex-end;margin-top:14px}.modal-footer button,.done-button{min-height:42px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:var(--panel-2);color:var(--text);cursor:pointer;font-weight:800}@media(max-width:1180px),(hover:none)and (pointer:coarse){.tool-drawer-backdrop{align-items:flex-end;justify-content:stretch}.tool-drawer{width:100%;height:100dvh;max-height:100dvh;border-top:1px solid rgba(148,163,184,.24);border-left:0;border-radius:0}.tool-drawer-header{padding:18px 18px 14px}.tool-drawer-body{padding:20px 18px calc(26px + env(safe-area-inset-bottom))}.pricing-modal{width:100%;max-height:min(96dvh,calc(100dvh - 8px))}.tool-drawer-body .meal-ideas-head{display:grid;gap:16px;justify-items:start;text-align:left}.tool-drawer-body .meal-ideas-actions{width:100%;gap:10px}.meal-idea-filter-select{width:100%}.tool-drawer-body .meal-ideas-head h2{font-size:1.34rem;white-space:normal}.tool-drawer-body .meal-ideas-list{grid-template-columns:1fr}.tool-drawer-body .meal-idea-card{grid-template-columns:1fr;grid-template-rows:auto 1fr auto;gap:10px;padding:16px}.tool-drawer-body .meal-idea-card-head{grid-template-columns:auto auto minmax(0,1fr);justify-content:start}.tool-drawer-body .meal-idea-card-head h3{grid-column:1 / -1;grid-row:1}.tool-drawer-body .meal-idea-card-head>span{grid-row:2}.tool-drawer-body .meal-idea-links{flex-direction:row;min-height:34px;padding-left:0}.tool-drawer-body .meal-ideas-head p,.tool-drawer-body .meal-ideas-note{font-size:.9rem;text-align:left}.saved-recipes-add-card{grid-template-columns:1fr}.saved-recipes-panel-head h3{font-size:1.02rem}.saved-recipes-list-large li{align-items:flex-start}.modal-overlay{align-items:end;padding:0}.modal{width:100%;max-height:min(88dvh,calc(100dvh - 28px));border-radius:8px 8px 0 0}.checkbox-grid.compact,.recipes-modal .checkbox-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.checkbox-grid.compact .checkbox-tile,.recipes-modal .checkbox-tile{align-items:center;min-height:48px;padding:9px 8px}.checkbox-grid.compact .checkbox-tile>span,.recipes-modal .checkbox-tile>span{display:inline-flex;align-items:center;min-width:0;overflow:hidden;font-size:clamp(.76rem,2.8vw,.86rem);line-height:1;white-space:nowrap;text-overflow:ellipsis}.store-map-grid{grid-template-columns:1fr}.info-form-embed iframe{min-height:760px}}@media(max-width:700px){.today-command-grid{grid-template-columns:1fr}.orientation-card{gap:5px;padding:10px 12px}.orientation-card strong,.orientation-card span{font-size:clamp(.66rem,2.55vw,.82rem);line-height:1.2}.pricing-modal{width:100%;max-height:min(96dvh,calc(100dvh - 8px));overflow-y:auto;padding:18px;padding-bottom:calc(18px + env(safe-area-inset-bottom));border-radius:8px 8px 0 0}.pricing-modal .pricing-cta{min-width:0;width:auto;max-width:100%}}.landing-editorial{--le-ink: #0f172a;--le-muted: #64748b;--le-subtle: #94a3b8;--le-green: #1a5c2f;--le-green-mid: #2d7d47;--le-green-light: #e8f5ec;--le-line: rgba(15, 23, 42, .07);--le-bg: #ffffff;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;color:var(--le-ink);background:var(--le-bg);max-width:1140px;margin:0 auto;padding:0 32px 120px;display:flex;flex-direction:column}.marketing-topbar{position:sticky!important;top:0!important;z-index:30!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;width:100vw!important;min-height:64px!important;padding:0 max(32px,calc((100vw - 1140px)/2 + 32px))!important;border:none!important;border-bottom:1px solid var(--le-line)!important;background:#ffffffeb!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;margin:0 calc(50% - 50vw)!important}.marketing-topbar .brand{display:flex!important;align-items:center!important;gap:12px!important;text-decoration:none!important}.marketing-topbar .brand-mark{width:52px!important;height:52px!important;padding:0!important;border-radius:8px!important;border:0!important;background:transparent!important;object-fit:contain!important}.marketing-topbar .le-brand-name{font-family:Outfit,sans-serif;font-size:1rem;font-weight:680;color:var(--le-ink);letter-spacing:-.01em}.marketing-nav{display:flex!important;align-items:center!important;gap:4px!important}.marketing-nav a{display:inline-flex;align-items:center;padding:7px 14px;border-radius:8px;font-family:Plus Jakarta Sans,sans-serif;font-size:.84rem;font-weight:650;color:var(--le-muted);text-decoration:none;transition:color .15s ease,background .15s ease}.marketing-nav a:hover{color:var(--le-ink);background:#0f172a0a}.primary-marketing-link{color:var(--le-ink)!important;font-weight:750!important}.marketing-menu-trigger,.marketing-drawer-backdrop{display:none}.landing-editorial h1,.landing-editorial h2,.landing-editorial h3{font-family:Outfit,sans-serif;letter-spacing:-.03em;margin:0;line-height:1.08}.landing-editorial p{margin:0;line-height:1.65;color:var(--le-muted)}.le-label{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--le-green);margin-bottom:20px}.le-hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:80px 0 100px}.le-hero-copy{display:flex;flex-direction:column;align-items:flex-start;gap:0}.le-hero-copy h1{font-size:clamp(2.6rem,4.2vw,4rem);line-height:1.06;color:var(--le-ink);margin-bottom:24px}.le-hero-copy h1 em{font-style:normal;color:var(--le-green)}.le-hero-copy .le-hero-desc{font-size:1.1rem;line-height:1.65;color:var(--le-muted);max-width:420px;margin-bottom:40px}.le-hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.le-hero-actions .google-play-badge-link img,.le-hero-actions .google-play-badge-link,.le-hero-actions .app-store-badge-link,.le-hero-actions .app-store-badge-link img{width:auto;height:52px}.le-hero-note{margin-top:20px!important;font-size:.82rem;color:var(--le-subtle);font-weight:500}.le-hero-visual{position:relative;display:flex;justify-content:center;align-items:flex-start;min-width:0}.le-hero-img{display:block;width:min(100%,540px);aspect-ratio:1122 / 1402;height:auto;object-fit:contain;filter:drop-shadow(0 28px 48px rgba(15,23,42,.12));border-radius:0}.le-float{position:absolute;display:flex;align-items:center;gap:7px;padding:7px 13px;background:#fffffff5;border:1px solid rgba(15,23,42,.08);border-radius:100px;box-shadow:0 8px 24px #0f172a14;font-size:.8rem;font-weight:700;color:var(--le-ink);pointer-events:none;white-space:nowrap;animation:le-float 7s ease-in-out infinite}.le-float-1{top:14%;left:-18px;animation-delay:0s}.le-float-2{top:42%;left:-32px;animation-delay:1.8s}.le-float-3{top:20%;right:-14px;animation-delay:3.4s}.le-float-4{bottom:18%;right:-24px;animation-delay:5s}@keyframes le-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(prefers-reduced-motion:reduce){.le-float{animation:none}}.le-divider{width:100%;height:1px;background:var(--le-line);border:none;margin:0}.le-why{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;padding:96px 0}.le-why-left h2{font-size:clamp(1.9rem,2.8vw,2.6rem);color:var(--le-ink);margin-bottom:16px}.le-why-left h2 em,.le-switcher-left h2 em,.le-features-head h2 em,.le-testimonials h2 em{color:var(--le-green);font-style:normal}.le-why-left p{font-size:.95rem;max-width:340px}.le-why-right{display:flex;flex-direction:column;gap:0}.le-why-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:28px 0;border-bottom:1px solid var(--le-line)}.le-why-row:first-child{padding-top:0}.le-why-row:last-child{padding-bottom:0;border-bottom:0}.le-why-cell{display:flex;flex-direction:column;gap:6px}.le-why-cell-label{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}.le-why-cell.before .le-why-cell-label{color:#b45309}.le-why-cell.after .le-why-cell-label{color:var(--le-green)}.le-why-cell strong{font-size:.94rem;font-weight:750;color:var(--le-ink)}.le-why-cell p{font-size:.85rem;line-height:1.5}.le-switcher{display:grid;grid-template-columns:minmax(0,.86fr) minmax(480px,1.08fr);gap:64px;align-items:stretch;padding:96px 0}.le-switcher-left{display:flex;flex-direction:column;gap:0}.le-switcher-left h2{font-size:clamp(1.9rem,2.8vw,2.6rem);color:var(--le-ink);margin-bottom:10px}.le-switcher-left .le-switcher-sub{font-size:.95rem;margin-bottom:40px;max-width:360px}.le-step-list{display:flex;flex-direction:column;border-top:0}.le-step-btn{display:flex;align-items:flex-start;gap:16px;padding:22px 0;border:none;border-bottom:1px solid var(--le-line);background:transparent;cursor:pointer;text-align:left;width:100%;transition:none}.le-step-btn:last-child{border-bottom:0}.le-step-indicator{width:3px;height:48px;border-radius:4px;background:var(--le-line);flex-shrink:0;margin-top:3px;transition:background .2s ease,height .2s ease}.le-step-btn.active .le-step-indicator{background:var(--le-green)}.le-step-text{display:flex;flex-direction:column;gap:4px}.le-step-text strong{font-family:Outfit,sans-serif;font-size:1rem;font-weight:700;letter-spacing:-.01em;color:var(--le-ink);transition:color .15s ease}.le-step-btn:not(.active) .le-step-text strong{color:var(--le-muted)}.le-step-text p{font-size:.84rem;max-width:280px;transition:opacity .15s ease}.le-step-btn:not(.active) .le-step-text p{opacity:0;height:0;overflow:hidden;margin:0}.le-step-btn.active .le-step-text p{opacity:1;height:auto}.le-switcher-right{position:relative;display:flex;align-items:center;justify-content:center;min-height:630px;padding:24px 0}.le-switcher-right:before{content:"";position:absolute;top:12%;right:4%;bottom:6%;left:4%;border-radius:999px;background:radial-gradient(circle at 52% 42%,rgba(74,222,128,.28),transparent 44%),radial-gradient(circle at 60% 72%,rgba(250,204,21,.16),transparent 38%);filter:blur(34px);opacity:.86;pointer-events:none}.le-mock-device{position:relative;z-index:1;width:100%;max-width:500px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(15,23,42,.11);border-radius:34px;overflow:hidden;box-shadow:0 34px 90px #0f172a24,0 0 0 10px #ffffffb8}.le-mock-bar{display:flex;align-items:center;justify-content:space-between;padding:22px 26px 18px;background:#fff;border-bottom:1px solid rgba(15,23,42,.06)}.le-mock-bar-title{font-family:Outfit,sans-serif;font-size:1.14rem;font-weight:700;color:var(--le-ink)}.le-mock-bar-pill{font-size:.8rem;font-weight:750;padding:5px 12px;border-radius:100px}.le-mock-list{display:flex;flex-direction:column;padding:18px;gap:12px}.le-mock-row{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-radius:16px;background:#fff;border:1px solid transparent;transition:border-color .25s ease,box-shadow .25s ease,opacity .25s ease}.le-mock-row.active{border-color:var(--le-row-border, rgba(15, 23, 42, .1));box-shadow:0 14px 34px var(--le-row-shadow, rgba(15, 23, 42, .04)),inset 0 1px #fffc}.le-mock-row:not(.active){opacity:.42}.le-mock-row-left{display:flex;align-items:center;gap:10px}.le-mock-row-emoji{font-size:1.55rem;line-height:1}.le-mock-row-info{display:flex;flex-direction:column;gap:1px}.le-mock-row-name{font-size:1rem;font-weight:700;color:var(--le-ink)}.le-mock-row-cat{font-size:.82rem;color:var(--le-subtle)}.le-mock-badge{font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:3px 9px;border-radius:6px}.le-features{padding:96px 0}.le-features-head{margin-bottom:56px}.le-features-head h2{font-size:clamp(1.9rem,2.8vw,2.6rem);color:var(--le-ink);margin-bottom:12px}.le-features-head p{font-size:.95rem;max-width:440px}.le-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.le-feature-item{padding:32px 32px 32px 0;border-bottom:1px solid var(--le-line);display:flex;flex-direction:column;gap:10px}.le-feature-item:nth-child(3n+1),.le-feature-item:nth-child(3n+2){border-right:1px solid var(--le-line);padding-right:32px}.le-feature-item:nth-child(3n+2){padding-left:32px}.le-feature-item:nth-child(3n){padding-left:32px}.le-feature-item:nth-last-child(-n+3){border-bottom:none}.le-feature-icon{font-size:1.4rem;line-height:1;margin-bottom:4px}.le-feature-item h3{font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700;letter-spacing:-.01em;color:var(--le-ink)}.le-feature-item p{font-size:.88rem;line-height:1.58}.le-testimonials{padding:96px 0}.le-testimonials h2{font-size:clamp(1.9rem,2.8vw,2.6rem);color:var(--le-ink);margin-bottom:56px}.le-test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.le-test-card{display:grid;grid-template-rows:minmax(152px,auto) auto;gap:0}.le-test-quote{font-size:1rem;font-weight:500;color:var(--le-ink);line-height:1.6;font-style:italic}.le-test-author{display:flex;flex-direction:column;gap:3px;padding-top:16px;border-top:1px solid var(--le-line)}.le-test-name{font-size:.84rem;font-weight:750;color:var(--le-ink)}.le-test-meta{font-size:.78rem;color:var(--le-subtle)}.le-cta{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:64px;background:var(--le-ink);border-radius:24px;margin-bottom:0}.le-cta-copy{display:flex;flex-direction:column;gap:0}.le-cta-copy .le-label{color:#4ade80;margin-bottom:16px}.le-cta-copy h2{font-size:clamp(1.8rem,2.6vw,2.4rem);color:#fff;margin-bottom:12px}.le-cta-copy p,.le-cta-copy .le-cta-lead{font-size:.95rem;color:#ffffff8c;max-width:420px}.le-cta-copy .le-cta-lead{margin:0;font-size:clamp(1.05rem,2.4vw,1.25rem);line-height:1.45;color:#ffffffd1;font-weight:560}.le-cta-action{display:flex;flex-direction:column;align-items:center;gap:10px;flex-shrink:0}.le-cta-action .google-play-badge-link img{width:auto;height:54px}.le-cta-action .download-badges{justify-content:center}.le-cta-action .google-play-badge-link,.le-cta-action .app-store-badge-link,.le-cta-action .app-store-badge-link img{width:auto;height:54px}@media(max-width:960px){.le-hero{grid-template-columns:1fr;gap:32px;padding:56px 0 80px}.le-hero-copy{order:1}.le-hero-visual{order:2;margin-top:-10px}.le-hero-img{width:min(82vw,520px)}.le-why,.le-switcher{grid-template-columns:1fr;gap:48px}.le-why-left p{max-width:100%}.le-feature-grid{grid-template-columns:1fr 1fr}.le-feature-item:nth-child(3n+1),.le-feature-item:nth-child(3n+2),.le-feature-item:nth-child(3n){border-right:none;border-bottom:1px solid var(--le-line);padding:28px 0}.le-feature-item:nth-child(odd){border-right:1px solid var(--le-line);padding-right:28px}.le-feature-item:nth-child(2n){padding-left:28px}.le-feature-item:nth-last-child(-n+2){border-bottom:none}.le-test-grid{grid-template-columns:1fr 1fr}.le-cta{flex-direction:column;padding:48px;text-align:center}.le-cta-copy p{max-width:100%}}@media(max-width:640px){.marketing-topbar{min-height:60px!important;padding:0 24px!important}.marketing-topbar .brand{gap:0!important}.marketing-topbar .brand-mark{width:36px!important;height:36px!important}.web-download-shell .marketing-nav{display:none!important}.web-download-shell .marketing-menu-trigger{display:grid!important}.web-download-shell .marketing-topbar .le-brand-name{display:none}.landing-editorial{padding:0 24px 76px}.le-hero{gap:24px;min-height:calc(100svh - 60px);padding:30px 0 34px;align-content:start}.le-hero-copy{order:1;align-items:center;text-align:center}.le-hero-visual{order:2;justify-content:center}.le-label{margin-bottom:12px;font-size:.64rem;letter-spacing:.11em}.le-hero-copy h1{max-width:360px;margin-bottom:16px;font-size:clamp(2.25rem,10.1vw,2.75rem);line-height:1.03}.le-hero-copy .le-hero-desc{max-width:340px;margin-bottom:22px;font-size:.94rem;line-height:1.52}.le-hero-actions .google-play-badge-link img,.le-hero-actions .google-play-badge-link,.le-hero-actions .app-store-badge-link,.le-hero-actions .app-store-badge-link img{width:auto;height:46px}.le-hero-actions{width:100%;justify-content:center}.le-hero-actions .download-badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,300px);gap:10px;justify-items:center}.le-hero-actions .google-play-badge-link,.le-hero-actions .app-store-badge-link{width:100%;max-width:148px;height:auto}.le-hero-actions .google-play-badge-link img,.le-hero-actions .app-store-badge-link img{width:100%;height:auto;max-height:46px;object-fit:contain}.le-hero-img{width:min(100%,390px);max-height:none}.le-why,.le-switcher,.le-features,.le-testimonials{padding:48px 0}.le-why-row,.le-feature-grid,.le-test-grid{grid-template-columns:1fr}.le-feature-item{border-right:none!important;padding:24px 0!important}.le-feature-item:nth-last-child(-n+3){border-bottom:1px solid var(--le-line)}.le-feature-item:last-child{border-bottom:none}.le-cta{padding:36px 28px;border-radius:16px}.le-switcher-right{display:none}}.landing-rebuild{--green-primary: #1f6f3a;--green-hover: #16522a;--green-bg-light: #f2f8ef;--green-glow: rgba(31, 111, 58, .15);--amber-primary: #f59e0b;--amber-bg-light: #fffaf0;--amber-glow: rgba(245, 158, 11, .12);--red-primary: #ef4444;--red-bg-light: #fef2f2;--red-glow: rgba(239, 68, 68, .12);--ink-dark: #0b0f19;--ink-muted: #4e5d53;--line-color: rgba(15, 23, 42, .08);--panel-bg: #ffffff;font-family:Plus Jakarta Sans,system-ui,sans-serif;color:var(--ink-dark);line-height:1.6;max-width:1200px;margin:0 auto;padding:40px 24px 100px;display:flex;flex-direction:column;gap:100px}.marketing-topbar{border-bottom:1px solid var(--line-color)!important;background:#fffc!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}.marketing-topbar .brand{display:flex;align-items:center;gap:12px;text-decoration:none}.marketing-topbar .brand-text{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;color:var(--ink-dark)}.marketing-nav a{font-family:Plus Jakarta Sans,sans-serif;font-weight:700;font-size:.95rem;color:var(--ink-dark);padding:8px 16px;border-radius:99px;transition:all .2s ease}.marketing-nav a:hover{background:var(--green-bg-light);color:var(--green-primary)}.landing-rebuild h1,.landing-rebuild h2,.landing-rebuild h3{font-family:Outfit,sans-serif;font-weight:800;letter-spacing:-.02em;margin:0}.landing-rebuild p{font-family:Plus Jakarta Sans,sans-serif;color:var(--ink-muted)}.landing-rebuild-hero{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:60px;padding:60px;border-radius:32px;background:radial-gradient(circle at 90% 10%,rgba(255,243,191,.5),transparent 45%),radial-gradient(circle at 10% 90%,rgba(226,242,229,.6),transparent 45%),linear-gradient(135deg,#fff,#fafcfa,#fffbf5);border:1px solid var(--line-color);box-shadow:0 20px 50px #0b0f190a}.landing-rebuild-hero-copy{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.landing-rebuild-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:var(--green-bg-light);border:1px solid rgba(31,111,58,.15);border-radius:99px;font-size:.8rem;font-weight:800;color:var(--green-primary);text-transform:uppercase;letter-spacing:.05em}.landing-rebuild-hero h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.05;color:var(--ink-dark)}.landing-rebuild-hero h1 span{background:linear-gradient(135deg,var(--green-primary) 0%,#16522a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.landing-rebuild-hero .hero-desc{font-size:clamp(1rem,1.2vw,1.25rem);line-height:1.6;max-width:520px}.landing-rebuild-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px}.landing-rebuild-btn-play{transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}.landing-rebuild-btn-play:hover{transform:scale(1.03)}.landing-rebuild-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;background:#fff;border:1px solid var(--line-color);border-radius:99px;font-weight:700;font-size:.95rem;color:var(--ink-dark);text-decoration:none;box-shadow:0 4px 12px #00000005;transition:all .2s ease}.landing-rebuild-btn-secondary:hover{background:#fafafa;border-color:#d1d5db;transform:translateY(-1px)}.landing-rebuild-hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.landing-rebuild-phone-shadow-glow{position:absolute;width:70%;height:70%;border-radius:50%;background:radial-gradient(circle,var(--green-glow) 0%,transparent 70%);filter:blur(20px);z-index:1}.landing-rebuild-phone-frame{position:relative;z-index:2;width:100%;max-width:280px;border:8px solid var(--ink-dark);border-radius:40px;box-shadow:0 25px 50px -12px #00000040;background:#fff;overflow:hidden}.landing-rebuild-phone-frame img{display:block;width:100%;height:auto}.landing-rebuild-float{position:absolute;z-index:3;padding:8px 14px;border-radius:20px;background:#ffffffe6;border:1px solid rgba(255,255,255,.6);box-shadow:0 10px 25px #0b0f1914,inset 0 0 0 1px #fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:800;pointer-events:none;animation:float 6s ease-in-out infinite}.float-badge-1{top:15%;left:-20px;animation-delay:0s}.float-badge-2{bottom:25%;left:-40px;animation-delay:1.5s}.float-badge-3{top:25%;right:-30px;animation-delay:3s}.float-badge-4{bottom:15%;right:-20px;animation-delay:4.5s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(2deg)}}.landing-rebuild-comparison{display:flex;flex-direction:column;gap:40px}.landing-rebuild-section-head{text-align:center;max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.landing-rebuild-section-head h2{font-size:clamp(2rem,3vw,2.75rem);line-height:1.15}.landing-rebuild-comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.landing-rebuild-comp-box{padding:40px;border-radius:24px;border:1px solid var(--line-color);display:flex;flex-direction:column;gap:24px}.landing-rebuild-comp-box.before{background:linear-gradient(135deg,#fffcfc,#fff7f7);border-color:#ef44441a}.landing-rebuild-comp-box.after{background:linear-gradient(135deg,#fbfdfa,#f4faf4);border-color:#1f6f3a1f}.landing-rebuild-comp-box h3{font-size:1.5rem}.landing-rebuild-comp-box.before h3{color:#c2410c}.landing-rebuild-comp-box.after h3{color:var(--green-primary)}.landing-rebuild-comp-list{display:flex;flex-direction:column;gap:16px}.landing-rebuild-comp-item{display:flex;align-items:flex-start;gap:14px;padding:16px;border-radius:16px;background:#fff;box-shadow:0 4px 12px #0b0f1905;border:1px solid var(--line-color)}.landing-rebuild-comp-item span.icon{font-size:1.25rem;line-height:1}.landing-rebuild-comp-item div{display:flex;flex-direction:column;gap:4px}.landing-rebuild-comp-item strong{font-weight:750;font-size:.95rem}.landing-rebuild-comp-item p{margin:0;font-size:.88rem}.landing-rebuild-switcher{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:80px;padding:60px;background:#fafcfa;border:1px solid rgba(31,111,58,.1);border-radius:32px}.landing-rebuild-switcher-left{display:flex;flex-direction:column;gap:30px}.landing-rebuild-switcher-title span{color:var(--green-primary);font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:8px}.landing-rebuild-switcher-title h2{font-size:2.25rem;line-height:1.15}.landing-rebuild-switcher-steps{display:flex;flex-direction:column;gap:12px}.landing-rebuild-step-btn{display:flex;align-items:center;gap:16px;padding:16px 20px;background:transparent;border:1px solid transparent;border-radius:18px;cursor:pointer;text-align:left;width:100%;transition:all .25s cubic-bezier(.4,0,.2,1)}.landing-rebuild-step-btn:hover{background:#fff;border-color:var(--line-color)}.landing-rebuild-step-num{width:32px;height:32px;border-radius:50%;background:#eaebea;color:var(--ink-dark);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;flex-shrink:0;transition:all .25s ease}.landing-rebuild-step-btn.active{background:#fff;border-color:#1f6f3a33;box-shadow:0 10px 25px #1f6f3a0f}.landing-rebuild-step-btn.active .landing-rebuild-step-num{background:var(--green-primary);color:#fff}.landing-rebuild-step-info{display:flex;flex-direction:column;gap:2px}.landing-rebuild-step-info strong{font-weight:800;font-size:1.05rem;color:var(--ink-dark)}.landing-rebuild-step-info p{margin:0;font-size:.88rem;color:var(--ink-muted)}.landing-rebuild-switcher-right{display:flex;justify-content:center;position:relative}.landing-rebuild-screen-frame{width:100%;max-width:290px;border:10px solid var(--ink-dark);border-radius:42px;box-shadow:0 30px 60px #0b0f1926;background:#f6f8fb;overflow:hidden;position:relative}.landing-rebuild-screen-inner{aspect-ratio:9 / 19.5;display:flex;flex-direction:column;background:#f6f8fb}.landing-rebuild-screen-header{padding:18px 16px 12px;background:#fff;border-bottom:1px solid var(--line-color);display:flex;justify-content:space-between;align-items:center}.landing-rebuild-screen-header strong{font-size:1rem;font-weight:800}.landing-rebuild-screen-header span{font-size:.8rem;font-weight:700;padding:3px 8px;border-radius:99px}.landing-rebuild-screen-content{flex:1;padding:16px;display:flex;flex-direction:column;gap:12px;overflow-y:auto}.landing-rebuild-mock-card{background:#fff;border:1px solid var(--line-color);border-radius:14px;padding:14px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 10px #00000005;transition:all .3s ease}.landing-rebuild-mock-card.highlighted{border-color:var(--card-border-color);box-shadow:0 8px 20px var(--card-shadow-color);transform:scale(1.02)}.landing-rebuild-mock-card-left{display:flex;align-items:center;gap:10px}.landing-rebuild-mock-emoji{font-size:1.4rem}.landing-rebuild-mock-details{display:flex;flex-direction:column}.landing-rebuild-mock-name{font-weight:750;font-size:.9rem}.landing-rebuild-mock-cat{font-size:.72rem;color:var(--ink-muted)}.landing-rebuild-mock-badge{font-size:.75rem;font-weight:850;padding:4px 10px;border-radius:6px;border:1px solid transparent}.landing-rebuild-features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.landing-rebuild-feature-card{padding:36px 28px;background:#fff;border:1px solid var(--line-color);border-radius:24px;box-shadow:0 10px 30px #0b0f1908;display:flex;flex-direction:column;align-items:flex-start;gap:20px;transition:all .3s cubic-bezier(.175,.885,.32,1.15)}.landing-rebuild-feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #1f6f3a14;border-color:#1f6f3a33}.landing-rebuild-feature-icon-wrapper{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.6rem;background:var(--green-bg-light);border:1px solid rgba(31,111,58,.1)}.landing-rebuild-feature-card:nth-child(2) .landing-rebuild-feature-icon-wrapper{background:var(--amber-bg-light);border-color:#f59e0b1a}.landing-rebuild-feature-card:nth-child(3) .landing-rebuild-feature-icon-wrapper{background:var(--red-bg-light);border-color:#ef44441a}.landing-rebuild-feature-card:nth-child(4) .landing-rebuild-feature-icon-wrapper{background:#eef2ff;border-color:#6366f11a}.landing-rebuild-feature-card:nth-child(5) .landing-rebuild-feature-icon-wrapper{background:#faf5ff;border-color:#a855f71a}.landing-rebuild-feature-card:nth-child(6) .landing-rebuild-feature-icon-wrapper{background:#fdf2f8;border-color:#ec48991a}.landing-rebuild-feature-card h3{font-size:1.25rem}.landing-rebuild-feature-card p{margin:0;font-size:.94rem}.landing-rebuild-testimonials-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.landing-rebuild-test-card{padding:30px;background:#fff;border:1px solid var(--line-color);border-radius:24px;box-shadow:0 10px 30px #0b0f1905;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.landing-rebuild-test-text{font-size:.96rem;font-weight:600;color:var(--ink-dark);line-height:1.5;margin:0;font-style:italic}.landing-rebuild-test-user{display:flex;align-items:center;gap:12px}.landing-rebuild-test-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#e2f2e5,#fff8eb);border:1px solid var(--line-color);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;color:var(--green-primary)}.landing-rebuild-test-details{display:flex;flex-direction:column}.landing-rebuild-test-name{font-weight:800;font-size:.88rem;color:var(--ink-dark)}.landing-rebuild-test-meta{font-size:.76rem;color:var(--ink-muted)}.landing-rebuild-cta{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;padding:60px;border-radius:32px;background:radial-gradient(circle at 10% 20%,rgba(31,111,58,.08),transparent 40%),linear-gradient(135deg,#101622,#152019);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 50px #00000026;color:#fff}.landing-rebuild-cta-copy{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.landing-rebuild-cta h2{font-size:clamp(2rem,3.2vw,2.75rem);line-height:1.15;color:#fff}.landing-rebuild-cta p{color:#ffffffb3;font-size:clamp(.95rem,1.1vw,1.1rem);max-width:480px;margin:0}.landing-rebuild-cta-badge{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff}.landing-rebuild-cta-right{display:flex;flex-direction:column;align-items:center;gap:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);padding:30px;border-radius:24px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-rebuild-cta-right strong{font-size:.95rem;font-weight:700;text-align:center}@media(max-width:1024px){.landing-rebuild{gap:70px}.landing-rebuild-hero{grid-template-columns:1fr;padding:40px;gap:40px}.landing-rebuild-hero-visual{order:-1}.landing-rebuild-comparison-grid{grid-template-columns:1fr}.landing-rebuild-switcher{grid-template-columns:1fr;padding:40px;gap:40px}.landing-rebuild-features-grid,.landing-rebuild-testimonials-grid{grid-template-columns:1fr 1fr}.landing-rebuild-cta{grid-template-columns:1fr;padding:40px;gap:40px}}@media(max-width:680px){.landing-rebuild{padding:24px 16px 60px;gap:60px}.landing-rebuild-hero{padding:30px 20px}.landing-rebuild-hero-copy{align-items:center;text-align:center}.landing-rebuild-hero-actions{justify-content:center}.landing-rebuild-comp-box{padding:24px 16px}.landing-rebuild-switcher{padding:30px 20px}.landing-rebuild-switcher-title{text-align:center}.landing-rebuild-features-grid,.landing-rebuild-testimonials-grid{grid-template-columns:1fr}.landing-rebuild-feature-card{padding:24px}.landing-rebuild-cta{padding:30px 20px;text-align:center}.landing-rebuild-cta-copy{align-items:center}.landing-rebuild-cta-right{padding:20px}}.web-download-shell .marketing-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;justify-content:flex-end;background:#0f172a38;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.web-download-shell .marketing-drawer{display:grid;align-content:start;gap:18px;width:min(340px,calc(100vw - 34px));min-height:100%;overflow-y:auto;padding:calc(18px + env(safe-area-inset-top)) 20px calc(24px + env(safe-area-inset-bottom));background:#fff;box-shadow:-24px 0 64px #0f172a2e}.web-download-shell .marketing-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:8px;border-bottom:1px solid var(--le-line)}.web-download-shell .marketing-drawer-brand{display:flex;align-items:center;gap:10px;min-width:0}.web-download-shell .marketing-drawer-brand img{width:48px;height:48px;object-fit:contain}.web-download-shell .marketing-drawer-brand div{display:grid;gap:2px;min-width:0}.web-download-shell .marketing-drawer-brand strong{color:var(--le-ink);font-family:Outfit,sans-serif;font-size:.88rem;font-weight:720}.web-download-shell .marketing-drawer-brand span,.web-download-shell .marketing-drawer-copyright{color:var(--le-muted);font-size:.7rem;font-weight:580;line-height:1.35}.web-download-shell .marketing-drawer-head button{display:grid;width:34px;height:34px;place-items:center;padding:0;border:0;border-radius:999px;background:transparent;color:var(--le-ink);cursor:pointer;font-size:1.35rem;line-height:1}.web-download-shell .marketing-drawer-links{display:grid;gap:0}.web-download-shell .marketing-drawer-group{display:grid;gap:9px;padding:15px 0;border-bottom:1px solid var(--le-line)}.web-download-shell .marketing-drawer-group>div{display:grid;gap:2px}.web-download-shell .marketing-drawer-label{color:var(--le-green);font-size:.76rem;font-weight:760;letter-spacing:.04em;text-transform:uppercase}.web-download-shell .marketing-drawer-group a{display:flex;min-height:34px;align-items:center;border-radius:8px;color:var(--le-ink);font-size:.8rem;font-weight:560;text-decoration:none}.web-download-shell .marketing-drawer-social{display:flex;gap:12px;padding-top:2px}.web-download-shell .marketing-drawer-social a{display:grid;width:34px;height:34px;place-items:center;border-radius:999px;background:#0f172a0a;color:var(--le-ink)}.web-download-shell .marketing-drawer-social a span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.web-download-shell .download-badges{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.web-download-shell .download-badges .google-play-badge-link,.web-download-shell .download-badges .app-store-badge-link{width:auto;height:52px}.web-download-shell .download-badges .google-play-badge-link img,.web-download-shell .download-badges .app-store-badge-link img{display:block;width:auto;height:52px}.web-download-shell .le-cta-action .download-badges .google-play-badge-link,.web-download-shell .le-cta-action .download-badges .app-store-badge-link,.web-download-shell .le-cta-action .download-badges img{height:54px}@media(max-width:1180px){.web-download-shell .marketing-topbar{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;min-height:56px;padding:0 22px}.web-download-shell .marketing-topbar .brand-mark{width:46px;height:46px}.web-download-shell .marketing-nav,.web-download-shell .marketing-nav a{display:none!important}.web-download-shell .marketing-menu-trigger{display:grid;width:38px;height:38px;place-items:center;padding:0;border:0;border-radius:10px;background:transparent;color:var(--le-ink);cursor:pointer}.web-download-shell .marketing-menu-trigger span{display:block;width:23px;height:16px;border-radius:3px;background:linear-gradient(currentColor,currentColor) 0 0 / 23px 2.5px no-repeat,linear-gradient(currentColor,currentColor) 0 6.75px / 23px 2.5px no-repeat,linear-gradient(currentColor,currentColor) 0 13.5px / 23px 2.5px no-repeat}.web-download-shell .landing-editorial{padding:0 22px 56px}.web-download-shell .le-hero{gap:24px;padding:32px 0 40px}.web-download-shell .le-hero-copy{align-items:flex-start;text-align:left}.web-download-shell .le-cta{align-items:flex-start;gap:22px;padding:32px 28px;text-align:left}.web-download-shell .le-cta-copy,.web-download-shell .le-cta-action{align-items:flex-start}.web-download-shell .le-cta-lead{text-align:left}.web-download-shell>.site-footer{display:flex;justify-content:center;margin-top:0;padding:22px 0 calc(24px + env(safe-area-inset-bottom));border-top:1px solid var(--le-line);text-align:center}.web-download-shell>.site-footer .site-footer-brand{max-width:none;justify-items:center}.web-download-shell>.site-footer strong,.web-download-shell>.site-footer .social-links,.web-download-shell>.site-footer .site-footer-links{display:none}.web-download-shell>.site-footer .site-footer-copyright{display:block;margin:0;color:var(--le-muted);font-size:.78rem;font-weight:650}}@media(max-width:640px){.web-download-shell .marketing-topbar{min-height:56px;padding:0 20px}.web-download-shell .marketing-topbar .le-brand-name{display:none}.web-download-shell .landing-editorial{padding:0 20px 48px}.web-download-shell .le-hero{gap:20px;padding:24px 0 28px}.web-download-shell .le-hero-copy{align-items:center;text-align:center}.web-download-shell .le-hero-img{width:min(100%,360px)}.web-download-shell .le-hero-actions,.web-download-shell .le-cta-action{width:100%;align-items:center}.web-download-shell .le-hero-actions .download-badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:min(100%,300px);gap:10px;justify-items:center}.web-download-shell .le-hero-actions .google-play-badge-link,.web-download-shell .le-hero-actions .app-store-badge-link{width:100%;max-width:148px;height:auto}.web-download-shell .le-hero-actions img{width:100%;height:auto;max-height:46px;object-fit:contain}.web-download-shell .le-cta-action .download-badges{display:flex;flex-direction:column;align-items:center;width:min(100%,200px);gap:12px}.web-download-shell .le-cta-action .google-play-badge-link,.web-download-shell .le-cta-action .app-store-badge-link{width:100%;max-width:180px;height:auto}.web-download-shell .le-cta-action img{width:100%;height:auto;max-height:50px;object-fit:contain}.web-download-shell .le-cta{align-items:center;padding:28px 22px;text-align:center}.web-download-shell .le-cta-copy,.web-download-shell .le-cta-action{align-items:center;width:100%}.web-download-shell .le-cta-lead{text-align:center;max-width:280px}.web-download-shell .le-switcher{display:flex;flex-direction:column;gap:16px;padding:34px 0 36px}.web-download-shell .le-switcher-left{display:contents}.web-download-shell .le-switcher-left>.le-label{order:1}.web-download-shell .le-switcher-left>h2{order:2}.web-download-shell .le-switcher-left>.le-switcher-sub{order:3;margin-bottom:8px}.web-download-shell .le-switcher-right{order:4;display:flex;justify-content:center;margin:4px 0 10px}.web-download-shell .le-step-list{order:5;border-top:0}.web-download-shell .le-mock-device{max-width:min(100%,300px)}}@media(max-width:480px){.web-download-shell .le-switcher-right{display:none}}@media(min-width:1181px)and (hover:none)and (pointer:coarse){.web-download-shell .marketing-nav,.web-download-shell .marketing-nav a{display:none!important}.web-download-shell .marketing-menu-trigger{display:grid;width:38px;height:38px;place-items:center;padding:0;border:0;border-radius:10px;background:transparent;color:var(--le-ink);cursor:pointer}.web-download-shell .marketing-menu-trigger span{display:block;width:23px;height:16px;border-radius:3px;background:linear-gradient(currentColor,currentColor) 0 0 / 23px 2.5px no-repeat,linear-gradient(currentColor,currentColor) 0 6.75px / 23px 2.5px no-repeat,linear-gradient(currentColor,currentColor) 0 13.5px / 23px 2.5px no-repeat}.web-download-shell>.site-footer strong,.web-download-shell>.site-footer .social-links,.web-download-shell>.site-footer .site-footer-links{display:none}.web-download-shell>.site-footer{display:flex;justify-content:center;padding:22px 0 calc(24px + env(safe-area-inset-bottom));border-top:1px solid var(--le-line);text-align:center}}
