@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300..900&display=swap");:root{--bg:#faf9f7;--bg-1:#ffffff;--surface:#f5f4f1;--border:#e8e6e1;--border-hi:#d4d0c9;--accent:#d97706;--accent-lo:#fef3c7;--text:#1a1916;--muted:#78716c;--muted-2:#a8a29e;--success:#16a34a;--danger:#dc2626;--r-sm:6px;--r:10px;--r-lg:14px;--max-w:1060px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.6}.site{max-width:var(--max-w);margin:0 auto;padding:0 24px}.page{padding:40px 0 80px}.site-header{border-bottom:1px solid var(--border);background:rgba(250,249,247,.92);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);position:-webkit-sticky;position:sticky;top:0;z-index:100}.site-header-inner{max-width:var(--max-w);margin:0 auto;padding:14px 24px;justify-content:space-between;gap:16px}.brand,.site-header-inner{display:flex;align-items:center}.brand{gap:8px;font-weight:700;font-size:16px;color:var(--text);text-decoration:none;letter-spacing:-.2px}.brand .logo{width:28px;height:28px;background:var(--text);border-radius:7px;display:grid;place-items:center;font-size:14px;flex-shrink:0}nav{display:flex;align-items:center;gap:4px}.nav-link{color:var(--muted);text-decoration:none;font-size:14px;font-weight:500;padding:5px 10px;border-radius:var(--r-sm);transition:color .12s,background .12s}.nav-link:hover{color:var(--text);background:var(--surface)}@media (max-width:480px){.nav-link{display:none}}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:var(--r-sm);font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;border:none;text-decoration:none;transition:background .12s,opacity .12s,transform .1s;white-space:nowrap;line-height:1}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.btn-primary{background:var(--text);color:#fff}.btn-primary:hover:not(:disabled){background:#2d2b27}.btn-ghost{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-ghost:hover:not(:disabled){background:var(--border)}.btn-sm{padding:5px 10px;font-size:13px}.btn-lg{padding:10px 22px;font-size:15px;font-weight:600}.btn-block{width:100%;justify-content:center}.card{background:var(--bg-1);border:1px solid var(--border);border-radius:var(--r-lg);padding:24px}.grid-main{display:grid;grid-template-columns:1fr 280px;grid-gap:20px;gap:20px;align-items:start}@media (max-width:800px){.grid-main{grid-template-columns:1fr}}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}@media (max-width:640px){.grid-3{grid-template-columns:1fr}}.stat-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:12px;gap:12px}.chart-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:768px){.chart-grid-2{grid-template-columns:1fr}}.hero{padding:72px 0 56px}.hero-label{font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--accent);margin-bottom:16px}.hero h1{font-size:clamp(32px,5vw,52px);font-weight:800;letter-spacing:-1.5px;line-height:1.1;margin-bottom:18px;color:var(--text)}.hero p{font-size:17px;color:var(--muted);max-width:460px;margin-bottom:32px;line-height:1.75}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.section{margin-top:24px}.section-label{font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--muted-2);margin-bottom:14px}.divider{height:1px;background:var(--border);margin:48px 0}.feature-card{padding:20px}.feature-card h3{font-size:14px;font-weight:600;margin-bottom:6px}.feature-card p{font-size:13px;color:var(--muted);line-height:1.65}.feature-icon{font-size:20px;margin-bottom:12px;display:block}.pricing-card{max-width:340px}.price-amount{font-size:44px;font-weight:800;letter-spacing:-2px;line-height:1;margin:16px 0 2px}.price-amount sup{font-size:20px;font-weight:600;vertical-align:top;margin-top:8px;display:inline-block}.price-period{color:var(--muted);font-size:13px;margin-bottom:20px}.price-features{list-style:none;margin:0 0 24px;display:flex;flex-direction:column;gap:9px}.price-features li{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted)}.price-features li:before{content:"\2713";color:var(--success);font-weight:700}.badge{display:inline-flex;align-items:center;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:2px 8px;border-radius:99px}.badge-pro{background:var(--accent-lo);border:1px solid #fcd34d;color:#92400e}.badge-neutral{background:var(--surface);border:1px solid var(--border-hi);color:var(--muted)}table{width:100%;border-collapse:collapse;font-size:13px}th{text-align:left;padding:8px 12px;font-weight:600;font-size:11px;letter-spacing:.05em;text-transform:uppercase;background:var(--surface)}td,th{color:var(--muted);border-bottom:1px solid var(--border)}td{padding:9px 12px}tbody tr:hover td{background:var(--surface);color:var(--text)}tbody tr:last-child td{border-bottom:none}.scroll{max-height:320px;overflow:auto;border-radius:var(--r);border:1px solid var(--border)}.upload-zone{border:1.5px dashed var(--border-hi);border-radius:var(--r);padding:36px 24px;text-align:center;cursor:pointer;transition:border-color .15s,background .15s;position:relative;background:var(--bg)}.upload-zone:focus-within,.upload-zone:hover{border-color:var(--text);background:var(--surface)}.upload-zone input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.upload-icon{font-size:24px;display:block;margin-bottom:10px}.upload-zone p{color:var(--muted);font-size:14px}.upload-zone strong{color:var(--text)}.upload-guide{margin-top:10px;text-align:center}.upload-steps{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}.upload-steps-item{font-size:11px;color:var(--muted)}.upload-steps-arrow{font-size:11px;color:var(--muted-2)}.upload-guide-link{font-size:12px;color:var(--accent);text-decoration:none}.upload-guide-link:hover{text-decoration:underline}.onboarding-tip{display:flex;align-items:flex-start;gap:10px;margin-top:10px;padding:11px 14px;background:var(--accent-lo);border:1px solid #fde68a;border-radius:var(--r);font-size:13px;color:#78350f;line-height:1.5}.onboarding-tip-text{flex:1 1}.last-file-reload{display:flex;align-items:center;gap:8px;width:100%;margin-bottom:10px;padding:9px 14px;background:#f0fdf4;border:1px solid #86efac;border-radius:var(--r);cursor:pointer;text-align:left;font-size:13px;color:#166534;font-family:inherit}.last-file-reload:hover{background:#dcfce7}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));grid-gap:10px;gap:10px;margin-top:14px}.stat-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:12px 14px}.stat-tile .label{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-2);font-weight:600;margin-bottom:4px}.stat-tile .value{font-size:19px;font-weight:700;letter-spacing:-.5px;color:var(--text)}.stat-tile .sub{font-size:11px;color:var(--muted-2);margin-top:3px}.guide-list{display:flex;flex-direction:column;gap:2px}.guide-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-radius:var(--r);text-decoration:none;color:var(--text);transition:background .12s;border:1px solid transparent}.guide-item:hover{background:var(--surface);border-color:var(--border)}.guide-item-title{font-weight:500;font-size:14px}.guide-item-meta{font-size:12px;color:var(--muted-2);margin-top:2px}.guide-item-arrow{color:var(--muted-2);flex-shrink:0}.guide-content{max-width:680px}.guide-content h2{font-size:18px;font-weight:700;margin:32px 0 10px}.guide-content h3{font-size:15px;font-weight:600;margin:24px 0 8px}.guide-content p{font-size:15px;color:var(--muted);line-height:1.75;margin-bottom:14px}.guide-content ol,.guide-content ul{padding-left:20px;margin-bottom:14px}.guide-content li{font-size:15px;color:var(--muted);line-height:1.75;margin-bottom:4px}.guide-content code{font-size:13px;background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:1px 6px;font-family:ui-monospace,Cascadia Code,monospace;color:var(--text)}.guide-content a{color:var(--text);text-decoration:underline;text-underline-offset:3px}.guide-tip{background:var(--accent-lo);border:1px solid #fcd34d;border-radius:var(--r);padding:14px 18px;margin:20px 0;font-size:14px;color:#78350f}h1{font-size:24px;letter-spacing:-.4px}h1,h2{font-weight:700}h2{font-size:19px;letter-spacing:-.2px}h3{font-weight:600}.muted,h3{font-size:14px}.muted{color:var(--muted)}.text-sm{font-size:13px}.text-success{color:var(--success)}.site-footer{border-top:1px solid var(--border);padding:20px 24px;text-align:center;color:var(--muted-2);font-size:13px}.lp-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center;padding:80px 0 72px}@media (max-width:800px){.lp-hero{grid-template-columns:1fr;padding:52px 0 40px}.lp-hero-visual{display:none}}.lp-hero-copy{max-width:480px}.lp-h1{font-size:clamp(32px,5vw,54px);font-weight:800;letter-spacing:-2px;line-height:1.05;margin-bottom:20px;color:var(--text)}.lp-sub{font-size:16px;color:var(--muted);line-height:1.8;margin-bottom:32px;max-width:420px}.lp-trust-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:16px;font-size:12px;color:var(--muted-2)}.lp-trust-line--center{justify-content:center}.lp-trust-sep{color:var(--border-hi)}.lp-hero-visual{display:flex;flex-direction:column;gap:10px}.lp-card{background:var(--bg-1);border:1px solid var(--border);border-radius:var(--r-lg);padding:16px 18px;box-shadow:0 1px 6px rgba(0,0,0,.05)}.lp-card--warn{background:#fffbeb;border-color:#fcd34d}.lp-card-label{font-size:10px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--muted-2);margin-bottom:6px}.lp-card-value{font-size:18px;font-weight:700;letter-spacing:-.3px;color:var(--text);margin-bottom:4px}.lp-card-meta{font-size:12px;color:var(--muted)}.lp-bars{gap:8px;height:64px;margin:10px 0 4px}.lp-bar,.lp-bars{display:flex;align-items:flex-end}.lp-bar{flex:1 1;background:var(--border);border-radius:4px 4px 0 0;justify-content:center;padding-bottom:4px}.lp-bar span{font-size:9px;color:var(--muted-2);white-space:nowrap}.lp-bar--hi{background:var(--accent)}.lp-bar--hi span{color:rgba(255,255,255,.9)}.lp-steps-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:32px 36px;margin:0 0 48px}.lp-steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;grid-gap:12px;gap:12px;align-items:start}@media (max-width:700px){.lp-steps{grid-template-columns:1fr}.lp-step-arrow{display:none}}.lp-step{display:flex;gap:14px;align-items:flex-start}.lp-step-num{width:30px;height:30px;border-radius:50%;background:var(--text);color:#fff;font-weight:700;font-size:13px;display:grid;place-items:center;flex-shrink:0}.lp-step h3{font-size:13px;font-weight:600;margin-bottom:5px}.lp-step p{font-size:13px;color:var(--muted);line-height:1.65}.lp-step-arrow{color:var(--muted-2);font-size:18px;padding-top:6px;align-self:start}.lp-features{padding-bottom:56px}.lp-feature-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center;padding:52px 0;border-top:1px solid var(--border)}.lp-features .lp-feature-row:first-of-type{border-top:none;padding-top:28px}@media (max-width:700px){.lp-feature-row{grid-template-columns:1fr;gap:24px;padding:36px 0}.lp-feature-row--flip .lp-feature-text{order:1}.lp-feature-row--flip .lp-feature-visual{order:0}}.lp-feature-row--flip .lp-feature-text{order:2}.lp-feature-row--flip .lp-feature-visual{order:1}.lp-feature-text h2{font-size:22px;font-weight:700;letter-spacing:-.5px;line-height:1.25;margin-bottom:12px}.lp-feature-text p{font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:18px}.lp-check-list{list-style:none;display:flex;flex-direction:column;gap:8px}.lp-check-list li{font-size:13px;color:var(--muted);display:flex;align-items:flex-start;gap:9px;line-height:1.5}.lp-check-list li:before{content:"✓";color:var(--success);font-weight:700;font-size:12px;flex-shrink:0;margin-top:1px}.lp-feature-visual{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:20px}.lp-fv-title{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-2);margin-bottom:14px}.lp-fv-chart{display:flex;flex-direction:column;gap:10px}.lp-fv-row{display:flex;align-items:center;gap:10px}.lp-fv-label{font-size:11px;color:var(--text);width:106px;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-fv-track{flex:1 1;height:10px;background:var(--border);border-radius:5px;overflow:hidden}.lp-fv-fill{height:100%;border-radius:5px;transition:width .3s}.lp-schedule{display:flex;flex-direction:column;gap:5px}.lp-sch-header{display:flex;align-items:center;gap:5px;margin-bottom:2px}.lp-sch-spacer{width:28px;flex-shrink:0}.lp-sch-slot-label{flex:1 1;font-size:10px;color:var(--muted-2);text-align:center}.lp-sch-row{display:flex;align-items:center;gap:5px}.lp-sch-day{font-size:11px;color:var(--muted);font-weight:600;width:28px;flex-shrink:0}.lp-sch-cell{flex:1 1;height:28px;border-radius:5px}.lp-fc-chart{display:flex;flex-direction:column;gap:10px}.lp-fc-row{display:flex;align-items:center;gap:10px}.lp-fc-label{font-size:12px;color:var(--text);width:64px;flex-shrink:0}.lp-fc-track{flex:1 1;height:14px;background:var(--border);border-radius:7px;overflow:hidden}.lp-fc-fill{height:100%;border-radius:7px;background:#93c5fd}.lp-fc-fill--hi{background:var(--accent)}.lp-fc-note{font-size:11px;font-weight:700;color:var(--accent);width:38px;text-align:right;flex-shrink:0}.lp-pricing-section{padding-bottom:72px}.lp-pricing-headline{font-size:22px;font-weight:700;letter-spacing:-.4px;margin-bottom:8px}.lp-pricing-sub{font-size:14px;color:var(--muted);line-height:1.7;margin-bottom:32px;max-width:500px}.lp-pricing-grid{display:flex;gap:16px;flex-wrap:wrap;align-items:stretch}.lp-price-card{flex:1 1;min-width:240px;max-width:360px;display:flex;flex-direction:column}@media (max-width:600px){.lp-pricing-grid{flex-direction:column}.lp-price-card{min-width:unset;max-width:unset}}.lp-price-card--pro{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.lp-price-top{margin-bottom:20px}.lp-price-note{font-size:11px;color:var(--muted-2);text-align:center;margin-top:12px;line-height:1.5}.price-features{flex:1 1}.lp-cta{text-align:center;padding:72px 0 88px;border-top:1px solid var(--border)}.lp-cta h2{font-size:clamp(20px,3vw,26px);font-weight:700;letter-spacing:-.4px;margin-bottom:12px;max-width:500px;margin-inline:auto;line-height:1.3}.lp-cta>p{font-size:15px;color:var(--muted);margin-bottom:28px}.lp-cta-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;max-width:780px;margin:40px auto 0;text-align:left}@media (max-width:640px){.lp-cta-cards{grid-template-columns:1fr}}.lp-cta-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:20px 18px}.lp-cta-card-icon{font-size:22px;display:block;margin-bottom:10px}.lp-cta-card h4{font-size:13px;font-weight:700;margin-bottom:6px}.lp-cta-card p{font-size:12px;color:var(--muted);line-height:1.65;margin:0}.tab-badge{display:inline-flex;align-items:center;font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:1px 5px;border-radius:4px;margin-left:5px;vertical-align:middle}.tab-badge--account{background:#dbeafe;color:#1d4ed8}.tab-badge--pro{background:var(--accent-lo);color:#92400e;border:1px solid #fcd34d}.pro-gate{border:1px solid #fcd34d;border-radius:var(--r-lg);background:#fffbeb;overflow:hidden}.pro-gate-preview{padding:20px 24px 0;opacity:.45;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(1.5px)}.pro-gate-body{display:flex;align-items:flex-start;gap:24px;padding:24px;flex-wrap:wrap}.pro-gate-copy{flex:1 1;min-width:200px}.pro-gate-title{font-size:16px;font-weight:700;margin-bottom:6px}.pro-gate-desc{font-size:13px;color:var(--muted);margin-bottom:14px;line-height:1.65}.pro-gate-bullets{list-style:none;display:flex;flex-direction:column;gap:6px}.pro-gate-bullets li{font-size:12px;color:var(--muted);display:flex;align-items:flex-start;gap:7px}.pro-gate-bullets li:before{content:"✓";color:var(--accent);font-weight:700;flex-shrink:0}.pro-gate-cta{min-width:180px;flex-shrink:0}.pro-gate-price{font-size:11px;color:var(--muted-2);text-align:center;margin-top:8px}.account-gate{border:1px solid #bfdbfe;border-radius:var(--r-lg);background:#eff6ff;overflow:hidden}.account-gate-preview{padding:20px 24px 0;opacity:.4;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(1.5px)}.account-gate-body{display:flex;align-items:flex-start;gap:24px;padding:24px;flex-wrap:wrap}.account-gate-copy{flex:1 1;min-width:200px}.account-gate-icon{font-size:22px;display:block;margin-bottom:8px}.account-gate-title{font-size:16px;font-weight:700;margin-bottom:6px}.account-gate-desc{font-size:13px;color:#1e40af;line-height:1.65}.account-gate-cta{min-width:180px;flex-shrink:0}.account-gate-note{font-size:11px;color:#93c5fd;text-align:center;margin-top:10px}.size-gate{margin-top:16px;border:1px solid #bfdbfe;border-radius:var(--r-lg);background:#eff6ff;padding:28px 24px;text-align:center}.size-gate-icon{font-size:28px;margin-bottom:10px}.size-gate h3{font-size:16px;font-weight:700;margin-bottom:8px}.size-gate p{font-size:13px;color:#1e40af;margin-bottom:20px;line-height:1.7;max-width:380px;margin-inline:auto}.size-gate-actions{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.tier-nudge-bar{justify-content:space-between;flex-wrap:wrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:var(--r);padding:12px 16px;color:#1e40af}.feature-nudge,.tier-nudge-bar{display:flex;align-items:center;gap:12px;font-size:13px}.feature-nudge{padding:14px 16px;border:1px dashed var(--border-hi);border-radius:var(--r);margin-top:12px}.feature-nudge-icon{font-size:20px;flex-shrink:0}.feature-nudge>div{flex:1 1}.feature-nudge>div p{font-size:12px;color:var(--muted);margin-top:2px}.grocery-list-panel{background:var(--card);border:1px solid var(--border);border-radius:var(--r);padding:20px 22px}.grocery-list-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.grocery-list-title{font-size:15px;font-weight:700;margin:0 0 4px}.grocery-list-subtitle{font-size:12px;color:var(--muted);margin:0}.grocery-list-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.grocery-window-label{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.grocery-window-select{padding:3px 6px}.grocery-export-btn,.grocery-print-btn,.grocery-window-select{font-size:12px;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--fg);cursor:pointer}.grocery-export-btn,.grocery-print-btn{padding:5px 10px;transition:border-color .15s}.grocery-export-btn:hover,.grocery-print-btn:hover{border-color:var(--accent);color:var(--accent)}.grocery-sort-bar{display:flex;align-items:center;gap:6px;margin-bottom:10px;flex-wrap:wrap}.grocery-sort-label{font-size:11px;color:var(--muted);margin-right:2px}.grocery-sort-btn{font-size:11px;padding:3px 8px;border:1px solid var(--border);border-radius:20px;background:transparent;color:var(--muted);cursor:pointer;transition:border-color .15s,color .15s}.grocery-sort-btn.active,.grocery-sort-btn:hover{border-color:var(--accent);color:var(--accent)}.grocery-table-wrap{overflow-x:auto}.grocery-table{width:100%;border-collapse:collapse;font-size:13px}.grocery-th{text-align:left;font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;padding:6px 10px 6px 0;border-bottom:1px solid var(--border);white-space:nowrap}.grocery-th-num{text-align:right}.grocery-td{padding:8px 10px 8px 0;border-bottom:1px solid var(--border-lo,#f0ede8);vertical-align:middle}.grocery-td-item{font-weight:500;max-width:260px}.grocery-td-num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.grocery-est{font-weight:700;font-size:14px;color:var(--fg)}.grocery-tfoot-row td{border-top:2px solid var(--border);border-bottom:none;padding-top:10px}.grocery-print-header{display:none;font-size:15px;font-weight:700;margin-bottom:12px}@media print{body>*{display:none!important}.grocery-list-panel,.grocery-list-panel *{display:revert!important}.print-only{display:block!important}.no-print{display:none!important}.grocery-list-panel{border:none;padding:0;box-shadow:none}.grocery-table{font-size:11pt}.grocery-td,.grocery-th{padding:5px 8px 5px 0}}