:root{--bg:#f6f6f9;--surface:#fff;--surface-2:#f0f0f5;--border:#e3e3ea;--text:#1c1c28;--text-2:#55566a;--muted:#8a8b9c;--accent:#6d4aff;--accent-soft:#ece7ff;--gold:#e8a317;--danger:#d23c3c;--shadow:0 1px 2px #1414280d, 0 4px 16px #1414280d;--radius:14px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#111118;--surface:#1a1a24;--surface-2:#23232f;--border:#2e2e3c;--text:#ececf3;--text-2:#b0b1c3;--muted:#7d7e92;--accent:#8e74ff;--accent-soft:#2a2447;--shadow:0 1px 2px #0000004d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}:root[data-theme=dark]{--bg:#111118;--surface:#1a1a24;--surface-2:#23232f;--border:#2e2e3c;--text:#ececf3;--text-2:#b0b1c3;--muted:#7d7e92;--accent:#8e74ff;--accent-soft:#2a2447;--shadow:0 1px 2px #0000004d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font:15px/1.5 system-ui,-apple-system,sans-serif}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}h1,h2,p{margin:0}.loading{height:100vh;color:var(--muted);place-items:center;display:grid}.muted{color:var(--muted)}.small{font-size:.82rem}.spacer{flex:1}.link{color:var(--accent);background:0 0;border:0;padding:0;font-size:.88rem}.app{min-height:100vh}.header{z-index:20;padding:calc(env(safe-area-inset-top) + 12px) 20px 12px;background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:18px;display:flex;position:sticky;top:0}.brand{color:var(--text);align-items:center;gap:10px;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg,#2fb67c,#6d4aff);border-radius:9px;place-items:center;width:30px;height:30px;font-size:.95rem;display:grid}.tabs{gap:4px;display:flex}.tab{color:var(--text-2);border-radius:9px;align-items:center;gap:8px;padding:7px 12px;font-weight:500;text-decoration:none;display:flex}.tab:hover{background:var(--surface-2);color:var(--text)}.tab.active{background:var(--accent-soft);color:var(--accent)}.tab-icon{font-size:1rem}.header-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.icon-link{border:1px solid var(--border);background:var(--surface);width:34px;height:34px;color:var(--text-2);border-radius:50%;place-items:center;font-size:1.05rem;text-decoration:none;display:grid}.icon-link:hover,.icon-link.active{color:var(--accent);border-color:var(--accent)}.apps-link{border:1px solid var(--border);background:var(--surface);color:var(--text-2);white-space:nowrap;border-radius:99px;align-items:center;gap:6px;padding:7px 12px;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-flex}.apps-link:hover{color:var(--text);border-color:var(--accent)}.sync-warn{text-align:center;background:color-mix(in srgb, var(--gold) 16%, var(--surface));width:100%;color:var(--gold);border:0;padding:6px 16px;font-size:.82rem;text-decoration:none;display:block}.main{padding:28px 20px 80px}.view{flex-direction:column;gap:18px;max-width:720px;margin:0 auto;display:flex}.view-title{letter-spacing:-.02em;font-size:1.7rem}.section-title{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:8px;font-size:.78rem;font-weight:600}.section-sum{text-transform:none;letter-spacing:0;font-weight:500}.section-head{justify-content:space-between;align-items:baseline;display:flex}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:12px;padding:18px;display:flex}.card-title{font-size:1rem;font-weight:600}.empty{text-align:center;border:1px dashed var(--border);border-radius:var(--radius);color:var(--muted);flex-direction:column;align-items:center;gap:14px;padding:40px 20px;display:flex}.btn{border:1px solid var(--border);background:var(--surface);white-space:nowrap;border-radius:11px;padding:10px 16px;font-weight:500}.btn:hover{background:var(--surface-2)}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent);filter:brightness(1.08)}.btn-danger{background:var(--danger);border-color:var(--danger);color:#fff}.btn-danger:hover{background:var(--danger)}.btn-danger-ghost{color:var(--danger)}.chips{flex-wrap:wrap;gap:6px;display:flex}.chip{border:1px solid var(--border);background:var(--surface);color:var(--text-2);border-radius:99px;padding:6px 13px;font-size:.88rem;font-weight:500}.chip.on{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.place-picker{grid-template-columns:1fr 1fr;gap:12px;display:grid}.place-btn{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:18px;flex-direction:column;align-items:center;gap:10px;padding:34px 12px;font-size:1.1rem;font-weight:600;display:flex}.place-btn:hover,.place-btn:focus-visible{border-color:var(--accent)}.place-icon{font-size:2.6rem;line-height:1}.form-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;display:flex}.form label,.form fieldset{color:var(--muted);flex-direction:column;gap:6px;font-size:.8rem;font-weight:500;display:flex}.form fieldset{border:0;margin:0;padding:0}.form legend{margin-bottom:6px;padding:0}.optional{font-weight:400}.row-2{grid-template-columns:1fr 1fr;align-items:start;gap:12px;display:grid}.form label{white-space:nowrap}.row-3{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}input{border:1px solid var(--border);background:var(--surface-2);border-radius:11px;outline:none;width:100%;padding:11px 12px;font-size:16px}input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.unit-input{display:block;position:relative}.unit-input input{padding-right:46px;font-size:1.15rem;font-weight:600}.unit-input>span{color:var(--muted);pointer-events:none;font-size:.85rem;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.field-error{color:var(--danger);font-size:.8rem;font-weight:400}.live{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:8px;padding-top:6px;display:grid}.live>div{background:var(--surface-2);border-radius:11px;flex-direction:column;align-items:center;padding:8px 4px;display:flex}.live-label{color:var(--muted);font-size:.72rem}.live strong{letter-spacing:-.02em;font-size:1.3rem}.live-unit{color:var(--muted);font-size:.72rem}.form-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.runs{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.run{text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:13px;align-items:flex-start;gap:12px;width:100%;padding:12px 14px;display:flex}.run:hover{border-color:color-mix(in srgb, var(--accent) 40%, var(--border))}.run-icon{font-size:1.4rem;line-height:1.4}.run-main{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.run-top{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.run-km{letter-spacing:-.01em;font-size:1.15rem}.run-date{color:var(--muted);white-space:nowrap;font-size:.82rem}.run-stats{color:var(--text-2);font-variant-numeric:tabular-nums;flex-wrap:wrap;gap:4px 12px;font-size:.86rem;display:flex}.run-note{color:var(--muted);font-size:.82rem;font-style:italic}.tiles{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:2px;padding:14px;display:flex}.tile-label{color:var(--muted);font-size:.75rem;font-weight:500}.tile strong{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:1.4rem}.chart-readout{flex-direction:column;min-width:0;display:flex}.chart-readout strong{letter-spacing:-.02em;font-size:1.5rem}.chart-svg{width:100%;height:auto;display:block;overflow:visible}.axis{stroke:var(--border)}.grid{stroke:var(--border);stroke-dasharray:3 4}.axis-label{fill:var(--muted);font-variant-numeric:tabular-nums;font-size:11px}.axis-active{fill:var(--text);font-weight:600}:root{--c-outside:#c96a0a;--c-treadmill:#6d4aff}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--c-outside:#d0781f;--c-treadmill:#8e74ff}}:root[data-theme=dark]{--c-outside:#d0781f;--c-treadmill:#8e74ff}.bar{opacity:.55;transition:opacity .15s}.bar-active .bar{opacity:1}.bar-outside{fill:var(--c-outside)}.bar-treadmill{fill:var(--c-treadmill)}.target-line{stroke:var(--text-2);stroke-width:1.5px;stroke-dasharray:5 4}.target-label{fill:var(--text-2);font-weight:600}.trend-title-row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-top:10px;display:flex}.trend-title-row .trend-title{margin:0}.legend{color:var(--text-2);gap:10px;font-size:.75rem;display:flex}.legend-item{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.legend-swatch{border-radius:3px;width:10px;height:10px}.swatch-outside{background:var(--c-outside)}.swatch-treadmill{background:var(--c-treadmill)}.trends{flex-direction:column;gap:4px;display:flex}.trends-head{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:6px;display:flex}.trend-title{color:var(--text-2);margin:10px 0 0;font-size:.8rem;font-weight:600}.trend-title .muted{font-weight:400}.trend-empty{padding:12px 0}.line-pace{--series:#2f9e8f}.line-hr{--series:#d9486b}.line-vo2{--series:#2f8f5b}.line-rhr{--series:#b5487e}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .line-pace{--series:#4cc3b1}:root:not([data-theme=light]) .line-hr{--series:#f0708e}:root:not([data-theme=light]) .line-vo2{--series:#5cc98e}:root:not([data-theme=light]) .line-rhr{--series:#e07bb0}}:root[data-theme=dark] .line-pace{--series:#4cc3b1}:root[data-theme=dark] .line-hr{--series:#f0708e}:root[data-theme=dark] .line-vo2{--series:#5cc98e}:root[data-theme=dark] .line-rhr{--series:#e07bb0}.line{fill:none;stroke:var(--series);stroke-width:2px;stroke-linejoin:round;stroke-linecap:round}.dot{fill:var(--series);stroke:var(--surface);stroke-width:2px}.dot-active{stroke-width:2.5px}.crosshair{stroke:var(--border);stroke-width:1px}.point-label{fill:var(--text);font-variant-numeric:tabular-nums;font-size:12px;font-weight:600}.x-axis{margin-top:2px}.axis-year{fill:var(--muted);font-size:10px;font-weight:600}.axis-caption{text-align:center;color:var(--muted);margin:0;font-size:.72rem}.seg-small button{padding:4px 10px;font-size:.8rem}.trends-head .seg,.overview-head .seg{flex:none}.table-wrap{margin:0 -4px;overflow-x:auto}.table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;font-size:.88rem}.table th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);padding:6px 4px;font-size:.72rem;font-weight:600}.table td{border-bottom:1px solid var(--border);white-space:nowrap;padding:8px 4px}.table tr:last-child td{border-bottom:0}.table .num{text-align:right}.table .strong{font-weight:600}.hint{color:var(--text-2);white-space:normal;font-size:.78rem;font-weight:400}.overview-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.seg{border:1px solid var(--border);background:var(--surface);border-radius:99px;display:inline-flex;overflow:hidden}.seg button{color:var(--text-2);white-space:nowrap;background:0 0;border:0;padding:6px 12px;font-size:.85rem;font-weight:500}.seg button+button{border-left:1px solid var(--border)}.seg button.on{background:var(--accent-soft);color:var(--accent)}.trio{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.mini-tile{gap:8px;padding:14px}.mini-tile .goal-numbers strong{font-size:1.4rem}.mini-tile .goal-numbers{flex-wrap:wrap}.mini-tile .goal-more{margin-top:auto}.mini-tile .streak-weeks{grid-template-columns:repeat(12,1fr);gap:3px}.mini-tile .streak-box{border-width:1px;border-radius:3px}.tile-status{font-size:.82rem;font-weight:600}.card-head{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.goal-link{cursor:pointer;transition:border-color .15s}.goal-link:hover{border-color:color-mix(in srgb, var(--accent) 40%, var(--border))}.goal-more{color:var(--accent);font-size:.82rem;font-weight:500}.diff-ahead{fill:#1f9d6338}.diff-behind{fill:color-mix(in srgb, var(--gold) 26%, transparent)}.line-diff{--series:var(--text-2)}.zero-line{stroke:var(--text-2);stroke-width:1px}.goal-numbers{font-variant-numeric:tabular-nums;align-items:baseline;gap:2px;display:flex}.goal-numbers strong{letter-spacing:-.02em;font-size:1.6rem}.goal-pct{color:var(--text-2);margin-left:auto;font-weight:600}.goal-bar{background:var(--surface-2);border-radius:99px;height:12px;position:relative}.goal-fill{background:var(--accent);border-radius:99px;height:100%}.goal-plan{background:var(--text);border-radius:1px;width:2px;margin-left:-1px;position:absolute;top:-4px;bottom:-4px}.goal-status{font-size:.92rem;font-weight:600}.goal-status.good{color:#1f9d63}.goal-status.behind{color:var(--gold)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .goal-status.good{color:#4cc88a}}:root[data-theme=dark] .goal-status.good{color:#4cc88a}.streak-weeks{grid-template-columns:repeat(12,1fr);gap:4px;display:grid}.streak-week{flex-direction:column;align-items:center;gap:3px;display:flex}.streak-box{aspect-ratio:1;border:1.5px solid var(--border);background:var(--surface-2);border-radius:6px;width:100%;max-width:26px}.streak-box.on{background:var(--accent);border-color:var(--accent)}.streak-box.now{outline:2px solid var(--accent-soft);outline-offset:1px}.streak-label{color:var(--muted);font-variant-numeric:tabular-nums;font-size:10px}.records td{vertical-align:top}.record-label{color:var(--text-2);font-size:.84rem;white-space:normal!important}.record{text-align:left;background:0 0;border:0;flex-direction:column;align-items:flex-start;gap:0;padding:0;font-size:.88rem;display:flex}.record .muted{font-size:.75rem}button.record strong{color:var(--accent)}.trophy{font-size:.85rem}.steps p{font-size:.92rem}.steps code{background:var(--surface-2);border-radius:5px;padding:1px 5px;font-size:.85em}.file-btn{cursor:pointer;align-self:flex-start;display:inline-flex}.progress{background:var(--surface-2);border-radius:99px;height:10px;overflow:hidden}.progress>div{background:var(--accent);height:100%;transition:width .2s}.matches{flex-direction:column;gap:6px;display:flex}.match{border:1px solid var(--border);background:var(--surface-2);border-radius:11px;align-items:center;gap:10px;padding:8px 10px;display:flex}.match input[type=checkbox]{width:20px;height:20px;accent-color:var(--accent);flex:none}.match-unsure{flex-direction:column;align-items:stretch}.match-info{opacity:.8}.decision{align-self:flex-start}.bulk{align-self:flex-start;margin-bottom:4px}.pair{flex-direction:column;gap:2px;min-width:0;display:flex}.run-line{font-variant-numeric:tabular-nums;flex-wrap:wrap;gap:2px 10px;font-size:.86rem;display:flex}.run-line-date{min-width:92px;font-weight:500}.flash{z-index:40;background:var(--text);color:var(--bg);border-radius:99px;padding:10px 18px;font-weight:500;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #0003}@media (width<=700px){.header{padding:calc(env(safe-area-inset-top) + 10px) 16px 10px}.apps-link{padding:6px 11px}.tabs{z-index:30;padding:6px 8px calc(env(safe-area-inset-bottom) + 6px);background:var(--surface);border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:0;display:grid;position:fixed;bottom:0;left:0;right:0}.tab{flex-direction:column;justify-content:center;gap:2px;padding:5px 0;font-size:.7rem}.tab.active{background:0 0}.tab-icon{font-size:1.3rem;line-height:1.2}.tab-add .tab-icon{background:var(--accent);color:#fff;border-radius:50%;place-items:center;width:36px;height:36px;font-size:1.2rem;display:grid}.main{padding:18px 16px calc(96px + env(safe-area-inset-bottom))}.view-title{font-size:1.5rem}.tiles,.trio{grid-template-columns:1fr 1fr}.trio>:first-child:nth-last-child(3){grid-column:1/-1}.mini-tile .streak-weeks{grid-template-columns:repeat(6,1fr)}.flash{bottom:calc(84px + env(safe-area-inset-bottom))}.form-actions{bottom:calc(76px + env(safe-area-inset-bottom));background:var(--bg);padding:8px 0;position:sticky}}.text-good{color:#1f9d63}.text-behind{color:var(--gold)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .text-good{color:#4cc88a}}:root[data-theme=dark] .text-good{color:#4cc88a}.trend-line{stroke:var(--series);stroke-width:1.5px;stroke-dasharray:6 5;opacity:.7}.verdict{font-size:1.05rem;font-weight:700}.v-better{color:#1f9d63}.v-worse{color:var(--gold)}.v-stable{color:var(--text-2)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .v-better{color:#4cc88a}}:root[data-theme=dark] .v-better{color:#4cc88a}.fit-rows{flex-direction:column;gap:8px;display:flex}.fit-row{font-variant-numeric:tabular-nums;grid-template-columns:1fr auto auto;align-items:baseline;gap:4px 12px;display:grid}.fit-row .fit-label{color:var(--text-2);font-size:.88rem}.fit-row .fit-value{font-weight:600}.fit-row .fit-verdict{text-align:right;min-width:92px;font-size:.82rem;font-weight:600}.fit-metric{flex-direction:column;gap:2px;display:flex}.fit-metric+.fit-metric{border-top:1px solid var(--border);margin-top:8px;padding-top:12px}.fit-summary{color:var(--text-2);font-variant-numeric:tabular-nums;font-size:.88rem}.delta{margin-left:4px;font-size:.75rem;font-weight:600}.year-avg{stroke:var(--series);stroke-width:3px;opacity:.35;stroke-linecap:round}.year-tick{stroke:var(--border)}.fit-readout{color:var(--text-2);font-variant-numeric:tabular-nums;min-height:1.3em;font-size:.85rem}:root{--land:#e6e6ee;--sea:#f7f8fc}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--land:#393a4f;--sea:#14141b}}:root[data-theme=dark]{--land:#393a4f;--sea:#14141b}.map-sea{fill:var(--sea)}.map-land{fill:var(--land);stroke:var(--surface);stroke-width:.8px;stroke-linejoin:round}.map-reach{fill:color-mix(in srgb, var(--accent) 16%, transparent);stroke:var(--accent);stroke-width:2px}.map-goal{fill:none;stroke:var(--text-2);stroke-width:1.5px;stroke-dasharray:6 5}.city circle{fill:var(--muted)}.city text{fill:var(--muted);font-size:11px}.city.in circle{fill:var(--accent)}.city.in text{fill:var(--text);font-weight:600}.city text,.map-home-label{paint-order:stroke;stroke:var(--sea);stroke-width:3px;stroke-linejoin:round}.map-home{fill:var(--accent);stroke:var(--surface);stroke-width:2px}.map-home-label{fill:var(--text);font-size:13px;font-weight:700}.reach-facts{flex-direction:column;gap:2px;font-size:.9rem;display:flex}.city-pick{font:inherit;color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0}.city-pick span{opacity:.8;font-size:.8em}.city-edit{display:inline-block;position:relative}.city-edit input{border-radius:8px;width:11em;padding:3px 8px;font-size:16px;font-weight:600}.city-suggest{z-index:25;background:var(--surface);border:1px solid var(--border);border-radius:12px;min-width:260px;max-width:80vw;margin:0;padding:4px;font-size:.9rem;font-weight:400;list-style:none;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 8px 30px #00000040}.city-suggest li.muted{padding:8px 10px}.city-suggest button{text-align:left;background:0 0;border:0;border-radius:8px;width:100%;padding:8px 10px}.city-suggest button.on,.city-suggest button:hover{background:var(--accent-soft)}.radius line{stroke-width:2px}.radius-now line{stroke:var(--accent)}.radius-goal line{stroke:var(--text-2);stroke-dasharray:5 4}.radius-goal .radius-tick{stroke-dasharray:none}.radius text{paint-order:stroke;stroke:var(--sea);stroke-width:3px;stroke-linejoin:round;font-size:11px;font-weight:700}.radius-now text{fill:var(--accent)}.radius-goal text{fill:var(--text-2)}.tile-trend{font-weight:600}.tile-row .tile-trend{white-space:nowrap}.kbd-proxy{opacity:0;pointer-events:none;border:0;width:1px;height:1px;padding:0;font-size:16px;position:fixed;top:0;left:0}.kbd-bar{z-index:60;background:color-mix(in srgb, var(--surface) 92%, transparent);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:flex-end;padding:8px 12px;display:flex;position:fixed;left:0;right:0}.kbd-bar .btn{padding:10px 18px}.time-input input{letter-spacing:.02em;font-variant-numeric:tabular-nums;font-size:1.6rem}.optional-field{color:var(--muted)}.optional-field>span:first-child{color:color-mix(in srgb, var(--muted) 80%, transparent)}.optional-tag{color:var(--muted);opacity:.75;margin-left:4px;font-size:.72rem;font-weight:400}.optional-field input{background:0 0;border-style:dashed;font-weight:500}.optional-field input::placeholder{color:color-mix(in srgb, var(--muted) 60%, transparent)}.optional-field input:focus{background:var(--surface-2);border-style:solid}.form input{color:var(--text)}.lang-seg{align-self:flex-start}input[type=date]{box-sizing:border-box;appearance:none;width:100%;min-width:0;max-width:100%;display:block}.pad-host{z-index:90;padding:8px 10px calc(10px + env(safe-area-inset-bottom));background:color-mix(in srgb, var(--surface) 94%, transparent);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);touch-action:manipulation;position:fixed;bottom:0;left:0;right:0}.pad-host-bar{justify-content:flex-end;margin-bottom:8px;display:flex}.pad-host-bar .btn{padding:10px 18px}body.pad-open .main{padding-bottom:calc(var(--pad-h,300px) + 16px)}.numpad{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.numpad button{background:var(--surface-2);height:48px;color:var(--text);font-variant-numeric:tabular-nums;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border:0;border-radius:12px;font-size:1.35rem;font-weight:500}.numpad button:active{background:var(--accent-soft);color:var(--accent)}.field-error{white-space:normal}@media (width<=360px){.form-actions .spacer{display:none}.form-actions>.btn{flex:1}.form-actions>.btn-danger-ghost,.form-actions>.btn-danger{flex-basis:100%;order:3}}.guest-bar{background:var(--accent-soft);color:var(--text);text-align:center;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:2px 8px;padding:6px 16px;font-size:.8rem;display:flex}.guest-bar strong{color:var(--accent)}.ambient{z-index:-1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.ambient span{filter:blur(90px);opacity:.22;border-radius:50%;width:60vmax;height:60vmax;animation:26s ease-in-out infinite alternate drift;position:absolute}.ambient span:first-child{background:#6d4aff;top:-25vmax;left:-20vmax}.ambient span:nth-child(2){opacity:.14;background:#f29a38;animation-duration:32s;top:10vmax;right:-25vmax}.ambient span:nth-child(3){opacity:.14;background:#2fb67c;animation-duration:38s;bottom:-35vmax;left:10vmax}@keyframes drift{to{transform:translate(6vmax,4vmax)scale(1.08)}}@media (prefers-reduced-motion:reduce){.ambient span{animation:none}}.card .form-actions{background:0 0;padding:0;position:static}
