@import url("https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500&family=Instrument+Serif:ital@0;1&display=swap");:root{--bg:#eef0f6;--card:#ffffff;--soft:#f3f6f8;--soft-2:#e7eaf1;--text:#0a0a0f;--muted:#9094a0;--muted-strong:#5a5d6b;--border:rgba(15,18,30,0.06);--border-strong:rgba(15,18,30,0.1);--primary:#1c232d;--primary-hover:#2a323e;--on-primary:#ffffff;--accent:#4b5a6f;--accent-soft:#e2e8f0;--success:#1f7a4d;--success-soft:#dcefe3;--warning:#b07a2e;--warning-soft:#f5ecda;--error:#b44a4a;--error-soft:#f5dede;--r-xs:8px;--r-sm:12px;--r-md:16px;--r-lg:22px;--r-xl:28px;--r-2xl:36px;--r-3xl:44px;--r-pill:999px;--sh-card:0 18px 40px rgba(30,34,50,0.06);--sh-card-hover:0 22px 50px rgba(30,34,50,0.1);--sh-shell:0 24px 58px rgba(30,34,50,0.08);--sh-pop:0 24px 60px -10px rgba(30,34,50,0.18),0 2px 6px rgba(30,34,50,0.04)}*{box-sizing:border-box}body,html{min-height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:Geist,ui-sans-serif,system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"cv11","ss01"}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.tapi-screen{min-height:100vh;background:var(--bg)}.mono{font-family:Geist Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-feature-settings:"tnum"}.display{font-size:clamp(46px,6vw,64px);line-height:1.02;letter-spacing:-.035em}.display,.h1,.h2,.h3{margin:0;font-weight:500}.h1,.h2,.h3{color:var(--text)}.h1{font-size:32px;line-height:1.1;letter-spacing:-.025em}.h2{font-size:22px;line-height:1.2;letter-spacing:-.015em}.h3{line-height:1.3;letter-spacing:-.02em}.h3,.lede{font-size:17px}.lede{color:var(--muted-strong);line-height:1.5}.muted{color:var(--muted)}.muted-strong{color:var(--muted-strong)}.label-cap{color:var(--muted);font-size:11.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase}.row{align-items:center}.col,.row{display:flex;gap:12px}.col{flex-direction:column}.app-shell{background:var(--card);border:1px solid var(--border);border-radius:var(--r-3xl);box-shadow:var(--sh-shell);overflow:hidden}.progress{height:6px;background:var(--soft-2);border-radius:var(--r-pill);overflow:hidden}.progress>i{display:block;height:100%;background:var(--primary);border-radius:inherit}.progress.warn>i{background:var(--warning)}.progress.danger>i{background:var(--error)}@media (max-width:760px){.desktop-only{display:none!important}.display{font-size:44px}}