:root{color-scheme:light;--bg:#f7f7f4;--surface:#ffffff;--ink:#1e2228;--muted:#667085;--line:#e5e5df;--line-soft:#efefe9;--accent:#1d4ed8;--accent-ink:#1e40af;--ok:#ecfdf3;--ok-ink:#067647;--warn:#fffaeb;--warn-ink:#b54708;--bad:#fef3f2;--bad-ink:#b42318;--row-hover:#fbfbf8;--placeholder:#98a2b3;--line-hover:#c9c9c1;--chart-ok:#067647;--radius:8px;--shadow:0 1px 2px rgba(30,34,40,0.05),0 1px 3px rgba(30,34,40,0.04)}*{box-sizing:border-box}body{margin:0;font:15px/1.5 system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}nav{display:flex;align-items:flex-end;flex-wrap:wrap;gap:0 .2rem;padding:.65rem 1.5rem 0;background:var(--surface);border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:10}nav .brand{font-weight:700;letter-spacing:-.01em;margin-right:1rem;padding-bottom:.55rem;white-space:nowrap}nav a{color:var(--muted);text-decoration:none;font-weight:500;padding:.4rem .85rem .5rem;margin-bottom:-1px;border:1px solid transparent;border-bottom:none;border-radius:8px 8px 0 0;transition:color .12s ease-out,background .12s ease-out}nav a:hover{color:var(--ink);background:var(--line-soft)}nav a[aria-current=page]{color:var(--ink);background:var(--bg);border-color:var(--line);box-shadow:inset 0 2px 0 var(--accent)}nav .nav-end{margin-left:auto;padding-bottom:.45rem;display:flex;flex:none;align-items:center;gap:.1rem}.badge{display:inline-block;margin-left:.35rem;padding:0 .45rem;border-radius:999px;background:var(--bad-ink);color:#fff;font-size:.72rem;font-weight:600;vertical-align:1px}main{max-width:72rem;margin:0 auto;padding:1.75rem 1.5rem 3rem;position:relative}main>*{animation:arrive .22s cubic-bezier(.16,1,.3,1) both}h1{font-size:1.45rem;letter-spacing:-.015em;margin:0 0 .4rem}h2{font-size:1.02rem;letter-spacing:-.01em;margin:1.9rem 0 .5rem}.stats{color:var(--muted);margin-top:0}.stats strong{color:var(--ink);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.statrow{display:flex;flex-wrap:wrap;margin:.25rem 0 1.25rem}.stat{display:flex;flex-direction:column;padding:.25rem 1.75rem .25rem 0}.stat+.stat{border-left:1px solid var(--line);padding-left:1.75rem}.stat-n{font-size:1.15rem;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.01em}.stat-l{font-size:.78rem}.doc-link,.stat-l{color:var(--muted)}.doc-link{margin-left:.4rem;vertical-align:-2px}.doc-link:hover{color:var(--accent)}.hint{color:var(--muted);font-size:.85rem;max-width:65ch}.allclear{display:inline-block;font-weight:600;padding:.15rem .6rem;margin-left:-.6rem;border-radius:6px;animation:stamp .52s cubic-bezier(.16,1,.3,1) 1.05s both;transform-origin:30% center}.allclear,.stamp{color:var(--ok-ink)}.stamp{position:absolute;top:1.5rem;right:2.25rem;display:flex;flex-direction:column;align-items:center;gap:.1rem;padding:.55rem 1.1rem;border:2.5px solid var(--ok-ink);border-radius:12px;box-shadow:inset 0 0 0 1.5px var(--surface),inset 0 0 0 2.5px var(--ok-ink);mix-blend-mode:multiply;opacity:.88;animation:stamp-land .56s cubic-bezier(.16,1,.3,1) 1.05s both;pointer-events:none;z-index:1}.stamp-word{font-size:1.15rem;font-weight:800;letter-spacing:.22em;padding-left:.22em}.stamp-sub,.stamp-word{text-transform:uppercase}.stamp-sub{font-size:.65rem;letter-spacing:.08em}.stamp-date{font-size:.65rem;font-weight:700;letter-spacing:.14em;border-top:1.5px solid var(--ok-ink);padding-top:.15rem;margin-top:.1rem}@keyframes stamp-land{0%{opacity:0;transform:scale(1.7) rotate(3deg)}55%{opacity:.92;transform:scale(.94) rotate(-6deg)}75%{transform:scale(1.03) rotate(-3.5deg)}to{opacity:.88;transform:scale(1) rotate(-4deg)}}@media (max-width:900px){.stamp{position:static;margin:.5rem 0 .75rem;width:-moz-fit-content;width:fit-content;transform:rotate(-2deg)}}.error{color:var(--bad-ink)}.msg{color:var(--ok-ink);font-weight:600}.table-wrap{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow-x:auto}table{width:100%;border-collapse:collapse;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}td,th{padding:.5rem .8rem;border-bottom:1px solid var(--line-soft);text-align:left;vertical-align:middle}tbody tr:last-child td{border-bottom:none}th{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);border-bottom:1px solid var(--line);white-space:nowrap}tbody tr{transition:background .1s ease-out}tbody tr:hover{background:var(--row-hover)}tbody tr.warn:hover{background:var(--warn)}tbody tr.bad:hover{background:var(--bad)}.num{text-align:right}.num,tbody td:first-child,td.date{white-space:nowrap}.file{font-size:.85rem;color:var(--muted);overflow-wrap:anywhere}tfoot td{font-weight:600;border-top:1px solid var(--line)}tr.bad td:first-child:before,tr.master td:first-child:before,tr.ok td:first-child:before,tr.warn td:first-child:before{content:"";display:inline-block;width:7px;height:7px;border-radius:999px;margin-right:.55rem;vertical-align:1px}tr.ok td:first-child:before{background:var(--ok-ink)}tr.bad td:first-child:before,tr.ok td:first-child:before,tr.warn td:first-child:before{animation:tick .26s cubic-bezier(.16,1,.3,1) both}tbody tr:first-child td:first-child:before{animation-delay:60ms}tbody tr:nth-child(2) td:first-child:before{animation-delay:105ms}tbody tr:nth-child(3) td:first-child:before{animation-delay:.15s}tbody tr:nth-child(4) td:first-child:before{animation-delay:195ms}tbody tr:nth-child(5) td:first-child:before{animation-delay:.24s}tbody tr:nth-child(6) td:first-child:before{animation-delay:285ms}tbody tr:nth-child(7) td:first-child:before{animation-delay:.33s}tbody tr:nth-child(8) td:first-child:before{animation-delay:375ms}tbody tr:nth-child(9) td:first-child:before{animation-delay:.42s}tbody tr:nth-child(n+10) td:first-child:before{animation-delay:.46s}.parity tbody tr{animation:walk-in .32s cubic-bezier(.16,1,.3,1) both}.parity tbody tr td:first-child:before{animation:tick-ring .48s cubic-bezier(.16,1,.3,1) both}.parity tbody tr:first-child,.parity tbody tr:first-child td:first-child:before{animation-delay:90ms}.parity tbody tr:nth-child(2),.parity tbody tr:nth-child(2) td:first-child:before{animation-delay:.18s}.parity tbody tr:nth-child(3),.parity tbody tr:nth-child(3) td:first-child:before{animation-delay:.27s}.parity tbody tr:nth-child(4),.parity tbody tr:nth-child(4) td:first-child:before{animation-delay:.36s}.parity tbody tr:nth-child(5),.parity tbody tr:nth-child(5) td:first-child:before{animation-delay:.45s}.parity tbody tr:nth-child(6),.parity tbody tr:nth-child(6) td:first-child:before{animation-delay:.54s}.parity tbody tr:nth-child(7),.parity tbody tr:nth-child(7) td:first-child:before{animation-delay:.63s}.parity tbody tr:nth-child(8),.parity tbody tr:nth-child(8) td:first-child:before{animation-delay:.72s}.parity tbody tr:nth-child(9),.parity tbody tr:nth-child(9) td:first-child:before{animation-delay:.81s}.parity tbody tr:nth-child(n+10),.parity tbody tr:nth-child(n+10) td:first-child:before{animation-delay:.88s}.statrow .stat{animation:arrive .26s cubic-bezier(.16,1,.3,1) both}.statrow .stat:nth-child(2){animation-delay:70ms}.statrow .stat:nth-child(3){animation-delay:.14s}.statrow .stat:nth-child(4){animation-delay:.21s}tr.warn{background:var(--warn)}tr.warn td:first-child:before{background:var(--warn-ink)}tr.bad{background:var(--bad)}tr.bad td:first-child:before{background:var(--bad-ink)}tr.bad .num{color:var(--bad-ink);font-weight:600}tr.master{background:var(--ok)}tr.master td:first-child:before{background:var(--ok-ink)}.filters{display:flex;flex-wrap:wrap;gap:.5rem}.filters a{padding:.22rem .75rem;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);text-decoration:none;font-size:.85rem;font-weight:500;transition:color .12s ease-out,border-color .12s ease-out}.filters a:hover{color:var(--ink);border-color:var(--muted)}.filters a.active{background:var(--accent);border-color:var(--accent);color:#fff}button,input,select{font:inherit;padding:.35rem .6rem;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--ink)}input::placeholder{color:var(--placeholder)}input:hover,select:hover{border-color:var(--line-hover)}:focus-visible{outline:2px solid var(--accent);outline-offset:1px}button{cursor:pointer;background:var(--accent);border-color:var(--accent);color:#fff;font-weight:500;transition:background .1s ease-out}button:hover{background:var(--accent-ink)}button:active{transform:translateY(1px)}button:disabled{opacity:.55;cursor:default;transform:none}button.secondary{background:var(--surface);color:var(--bad-ink);border-color:var(--line)}button.secondary:hover{background:var(--bad);border-color:var(--bad-ink)}form.inline{display:flex;gap:.4rem;align-items:center}form.inline input[type=text]{flex:1 1;min-width:8rem}form.add{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-end}form.add label{display:flex;flex-direction:column;font-size:.78rem;color:var(--muted);gap:.15rem}.budget-cat{margin-top:2.2rem}.budget-cat-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.budget-cat-head h2{margin:0 0 .4rem}.budget-cat-totals{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600;white-space:nowrap}.budget-cat-totals .of{color:var(--muted);font-weight:400}.bar{height:6px;background:var(--line);margin-bottom:.6rem;overflow:hidden}.bar,.bar-fill{border-radius:999px}.bar-fill{height:100%;background:var(--ok-ink);transform-origin:left center;animation:draw-bar .5s cubic-bezier(.16,1,.3,1) .12s both}.bar-fill.over{background:var(--bad-ink)}.tag-count{display:inline-block;margin-left:.4rem;padding:0 .4rem;border-radius:999px;background:var(--line-soft);color:var(--muted);font-size:.65rem;font-weight:600;vertical-align:middle}input.qty{width:7rem}.staged{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:.85rem 1.1rem;margin-bottom:.85rem}.staged>p{margin:0 0 .6rem}.staged-actions{display:flex;gap:1rem;margin-top:.6rem;flex-wrap:wrap}.progress-list{list-style:none;margin:1rem 0 0;padding:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.progress-row{display:flex;align-items:baseline;gap:.6rem;padding:.55rem .9rem;border-bottom:1px solid var(--line-soft);animation:arrive .22s cubic-bezier(.16,1,.3,1) both}.progress-row:last-child{border-bottom:none}.progress-dot{flex:none;width:8px;height:8px;border-radius:999px;background:var(--line);align-self:center}.progress-dot.diff,.progress-dot.drive,.progress-dot.gemini,.progress-dot.parsing,.progress-dot.reading,.progress-dot.uploading{background:var(--accent);animation:pulse 1s cubic-bezier(.16,1,.3,1) infinite}.progress-dot.done{background:var(--ok-ink);animation:tick .26s cubic-bezier(.16,1,.3,1) both}.progress-dot.error{background:var(--bad-ink)}.progress-name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:16rem}.progress-detail{color:var(--muted);font-size:.85rem;overflow-wrap:anywhere}.progress-row.done .progress-detail{color:var(--ink)}.progress-row.error .progress-detail{color:var(--bad-ink)}.peek-wrap{position:relative;display:inline-block}.peek{position:fixed;z-index:40;background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.12),0 12px 32px rgba(0,0,0,.14);padding:4px;animation:arrive .14s ease-out both;pointer-events:none}.peek img{display:block;width:240px;max-height:320px;object-fit:contain;border-radius:6px}.peek-loading{display:grid;place-items:center;width:240px;height:140px;color:var(--muted);font-size:.78rem}@media (hover:none){.peek{display:none}}.ribbon{margin:0 0 1.25rem}.ribbon-title{font-size:.78rem;color:var(--muted);margin-bottom:.25rem}.ribbon-total{color:var(--ink);font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.ribbon-plot{position:relative}.ribbon svg{display:block;width:100%;height:84px}.ribbon-base{stroke:var(--line);stroke-width:1}.ribbon-area{fill:var(--chart-ok);opacity:.12}.ribbon-line{stroke:var(--chart-ok);stroke-width:2;fill:none}.ribbon-dot{fill:var(--chart-ok);stroke:var(--surface);stroke-width:2;transition:r .1s ease-out}.ribbon-crosshair{stroke:var(--muted);stroke-width:1;stroke-dasharray:3 3}.ribbon-tip{position:absolute;bottom:calc(100% + 2px);transform:translateX(-50%);background:var(--surface);border:1px solid var(--line);border-radius:6px;box-shadow:var(--shadow);padding:.3rem .6rem;font-size:.78rem;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;pointer-events:none;z-index:5}.ribbon-axis{display:flex;justify-content:space-between;font-size:.65rem;color:var(--muted);margin-top:.15rem}::view-transition-old(root){animation:vt-out .14s ease-in both}::view-transition-new(root){animation:vt-in .22s cubic-bezier(.16,1,.3,1) both}@keyframes vt-out{to{opacity:0}}@keyframes vt-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}nav{view-transition-name:binder-nav}@media (prefers-reduced-motion:reduce){::view-transition-new(root),::view-transition-old(root){animation-duration:1ms}}.palette-veil{position:fixed;inset:0;z-index:60;background:rgba(20,23,28,.4);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:center;padding-top:14vh;animation:arrive .14s ease-out both}.palette{width:min(36rem,92vw);height:-moz-fit-content;height:fit-content;border:1px solid var(--line);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.12),0 16px 48px rgba(0,0,0,.18);overflow:hidden}.palette,.palette input{background:var(--surface)}.palette input{width:100%;border:none;border-bottom:1px solid var(--line);border-radius:0;padding:.85rem 1rem;font-size:1rem}.palette input:focus-visible{outline:none}.palette ul{list-style:none;margin:0;padding:.35rem;max-height:50vh;overflow-y:auto}.palette-item{display:flex;align-items:baseline;gap:.6rem;width:100%;text-align:left;border:none;color:var(--ink);padding:.5rem .65rem;border-radius:6px;font-weight:400}.palette-item,.palette-item:hover{background:transparent}.palette-item.selected,.palette-kind{background:var(--line-soft)}.palette-kind{flex:none;font-size:.65rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);border-radius:999px;padding:.05rem .5rem;min-width:3.6rem;text-align:center}.palette-item.selected .palette-kind{background:var(--surface)}.palette-label{font-weight:500}.palette-detail{color:var(--muted);font-size:.78rem;margin-left:auto;white-space:nowrap}.palette-empty{color:var(--muted);padding:.75rem;text-align:center}.palette-hint{margin:0;padding:.45rem 1rem;border-top:1px solid var(--line-soft);color:var(--muted);font-size:.72rem}.drop-veil{position:fixed;inset:0;z-index:50;display:grid;place-items:center;background:rgba(30,34,40,.35);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:arrive .16s ease-out both}.drop-veil.armed{background:rgba(29,78,216,.18)}.drop-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:0 2px 6px rgba(30,34,40,.08),0 12px 32px rgba(30,34,40,.12);padding:1.5rem;min-width:min(34rem,90vw);max-height:70vh;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;align-items:center}.drop-veil.armed .drop-card{border:2px dashed var(--accent);box-shadow:none}.drop-cta{margin:1.5rem 2rem;font-size:1.15rem;font-weight:600;color:var(--accent)}.drop-card .progress-list{width:100%;border:none;box-shadow:none;margin:0}.loading{display:flex;gap:.4rem;justify-content:center;padding:4rem 0}.loading-dot{width:8px;height:8px;border-radius:999px;background:var(--muted);animation:pulse 1s cubic-bezier(.16,1,.3,1) infinite}.loading-dot:nth-child(2){animation-delay:.15s}.loading-dot:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@keyframes arrive{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes tick{0%{opacity:0;transform:scale(.2)}60%{transform:scale(1.35)}to{opacity:1;transform:scale(1)}}@keyframes stamp{0%{opacity:0;transform:scale(1.45) rotate(-2deg);background:transparent}55%{opacity:1;transform:scale(.97) rotate(.3deg);background:var(--ok)}75%{transform:scale(1.015) rotate(0deg);background:var(--ok)}to{opacity:1;transform:scale(1) rotate(0deg);background:transparent}}@keyframes walk-in{0%{opacity:0;transform:translateX(-6px)}to{opacity:1;transform:translateX(0)}}@keyframes tick-ring{0%{opacity:0;transform:scale(.2);box-shadow:0 0 0 0 rgba(6,118,71,.35)}45%{opacity:1;transform:scale(1.6)}70%{box-shadow:0 0 0 7px rgba(6,118,71,0)}to{opacity:1;transform:scale(1);box-shadow:0 0 0 0 rgba(6,118,71,0)}}@keyframes draw-bar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){main>*{animation:arrive .18s ease-out both}.allclear,.bar-fill,.parity tbody tr,.parity tbody tr td:first-child:before,.stamp,.statrow .stat,tr.bad td:first-child:before,tr.ok td:first-child:before,tr.warn td:first-child:before{animation:none}.stamp{transform:rotate(-4deg)}@keyframes arrive{0%{opacity:0}to{opacity:1}}.loading-dot{animation:pulse 1.4s ease-in-out infinite}}.chip-status{display:inline-block;padding:.05rem .55rem;border-radius:999px;background:var(--line-soft);color:var(--muted);font-size:.78rem;font-weight:600}.chip-status.master{background:var(--ok);color:var(--ok-ink)}.clean-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:2.5rem 2rem;text-align:center;max-width:28rem;margin:2rem auto}.clean-panel .clean-check{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:999px;background:var(--ok);color:var(--ok-ink);font-size:1.45rem;font-weight:700;margin-bottom:.75rem}.clean-panel .allclear{margin:0 0 .35rem;animation-delay:.25s}.clean-panel .hint{margin:0 auto}.login{display:grid;place-items:center;min-height:100vh}.login .login-mark{color:var(--accent)}.login form{animation:arrive .3s cubic-bezier(.16,1,.3,1) both;display:flex;flex-direction:column;gap:.75rem;width:20rem;padding:2rem;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:0 2px 6px rgba(30,34,40,.06),0 8px 24px rgba(30,34,40,.05)}.login h1{margin:0}.login p{margin:0;color:var(--muted)}.login .error{color:var(--bad-ink)}html[data-theme=dark]{color-scheme:dark;--bg:#14171c;--surface:#1b1f26;--ink:#e7e9ee;--muted:#9aa3b2;--line:#2b313b;--line-soft:#232833;--accent:#6d8aff;--accent-ink:#8ba4ff;--ok:#0d2b1f;--ok-ink:#4ade80;--warn:#2b2010;--warn-ink:#fbbf24;--bad:#2d1512;--bad-ink:#f87171;--row-hover:#20252d;--placeholder:#667085;--line-hover:#3a4250;--chart-ok:#16a34a;--shadow:0 1px 2px rgba(0,0,0,0.4),0 1px 3px rgba(0,0,0,0.3)}html[data-theme=dark] button{color:#0d1117;font-weight:600}html[data-theme=dark] button.secondary{color:var(--bad-ink)}html[data-theme=dark] .badge,html[data-theme=dark] .filters a.active{color:#0d1117}html[data-theme=dark] .stamp{mix-blend-mode:screen;opacity:.95}html[data-theme=dark] .login form{box-shadow:0 2px 6px rgba(0,0,0,.4),0 8px 24px rgba(0,0,0,.35)}.nav-search{background:transparent;border:none;color:var(--muted);cursor:pointer;padding:.3rem;border-radius:6px;line-height:0}.nav-search:hover{color:var(--ink);background:var(--line-soft)}.theme-toggle{background:transparent;border:none;color:var(--muted);cursor:pointer;padding:.3rem;border-radius:6px;line-height:0}.theme-toggle:hover{color:var(--ink);background:var(--line-soft)}@media print{html[data-theme=dark]{--bg:#fff;--surface:#fff;--ink:#1e2228;--muted:#667085;--line:#e5e5df;--line-soft:#efefe9;--ok:#ecfdf3;--ok-ink:#067647;--warn:#fffaeb;--warn-ink:#b54708;--bad:#fef3f2;--bad-ink:#b42318}.filters,.hint,.loading,button,form,nav{display:none!important}body{background:#fff}main{max-width:none;padding:0}.staged,.table-wrap{box-shadow:none;border-color:var(--line)}a{color:inherit;text-decoration:none}.badge{display:none}}@media (max-width:900px){nav{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}nav::-webkit-scrollbar{display:none}nav a{white-space:nowrap}nav .nav-end{position:-webkit-sticky;position:sticky;right:0;background:var(--surface);padding-left:.4rem}}@media (max-width:640px){nav{padding:.55rem 1rem 0}nav .brand{display:none}main{padding:1.25rem 1rem 2.5rem}form.inline{flex-wrap:wrap}.stat+.stat{border-left:none;padding-left:0}.stat{padding-right:1.5rem}}@media (pointer:coarse){button,input,select{font-size:16px;padding:.55rem .75rem;min-height:44px}nav a{padding:.65rem .95rem .7rem}.nav-search,.theme-toggle{min-height:44px;min-width:44px}.filters a{padding:.45rem .95rem}td,th{padding:.65rem .8rem}}main,nav{padding-left:max(1.5rem,env(safe-area-inset-left));padding-right:max(1.5rem,env(safe-area-inset-right))}main{padding-bottom:max(3rem,env(safe-area-inset-bottom))}@media (max-width:640px){main,nav{padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right))}}