@charset "UTF-8";:root{--ground: #03251e;--ground-raised: #073d2d;--ground-border: rgb(255 255 255 / 12%);--on-ground: #fcfdf9;--on-ground-muted: #8fa79b;--surface: #ffffff;--surface-sunken: #f7faf1;--border: #e3e8dc;--border-strong: #d2dac8;--ink: #03251e;--ink-title: #073d2d;--ink-muted: #4a6459;--accent: #87b918;--accent-soft: #afd063;--danger-ink: #a3231b;--danger-bg: #fbe9e7;--radius: 1rem;--radius-sm: .625rem;--tabbar-height: 3.75rem}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--ground);color:var(--on-ground);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.5;-webkit-font-smoothing:antialiased;overscroll-behavior-y:none}h1,h2,h3{margin:0;font-weight:650;letter-spacing:-.015em}a{color:var(--accent-soft);text-decoration:none}:focus-visible{outline:2px solid var(--accent-soft);outline-offset:2px;border-radius:var(--radius-sm)}button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.75rem;padding:.6875rem 1.25rem;border:1px solid transparent;border-radius:var(--radius-sm);background:var(--accent-soft);color:var(--ground);font:inherit;font-size:1rem;font-weight:650;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .15s ease,opacity .15s ease}button:active:not(:disabled){background:var(--accent)}button:disabled{opacity:.45;cursor:not-allowed}button.ghost{border-color:var(--ground-border);background:transparent;color:var(--on-ground)}button.ghost:active:not(:disabled){background:#ffffff14}button.block{width:100%}.card button.ghost{border-color:var(--border-strong);color:var(--ink-title)}.card button.ghost:active:not(:disabled){background:var(--surface-sunken)}label{display:block;color:var(--on-ground-muted);font-size:.875rem;font-weight:600}input[type=email],input[type=text]{width:100%;min-height:2.75rem;padding:.625rem .875rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font:inherit;font-size:1rem}input[type=email]::placeholder,input[type=text]::placeholder{color:var(--ink-muted)}.card{border-radius:var(--radius);background:var(--surface);color:var(--ink)}.card-dark{border:1px solid var(--ground-border);border-radius:var(--radius);background:var(--ground-raised);color:var(--on-ground)}.empty{padding:2.5rem 1.25rem;color:var(--on-ground-muted);text-align:center}.error-banner{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:var(--radius-sm);background:var(--danger-bg);color:var(--danger-ink);font-size:.9375rem}.num{font-variant-numeric:tabular-nums}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@media(prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important}}
