:root{--vt-c-white:#fff;--vt-c-white-soft:#f8f8f8;--vt-c-white-mute:#f2f2f2;--vt-c-black:#181818;--vt-c-black-soft:#222;--vt-c-black-mute:#282828;--vt-c-indigo:#2c3e50;--vt-c-divider-light-1:#3c3c3c4a;--vt-c-divider-light-2:#3c3c3c1f;--vt-c-divider-dark-1:#545454a6;--vt-c-divider-dark-2:#5454547a;--vt-c-text-light-1:var(--vt-c-indigo);--vt-c-text-light-2:#3c3c3ca8;--vt-c-text-dark-1:var(--vt-c-white);--vt-c-text-dark-2:#ebebeba3;--color-background:var(--vt-c-white);--color-background-soft:var(--vt-c-white-soft);--color-background-mute:var(--vt-c-white-mute);--color-border:var(--vt-c-divider-light-2);--color-border-hover:var(--vt-c-divider-light-1);--color-heading:var(--vt-c-text-light-1);--color-text:var(--vt-c-text-light-1);--section-gap:160px}@media (prefers-color-scheme:dark){:root{--color-background:var(--vt-c-black);--color-background-soft:var(--vt-c-black-soft);--color-background-mute:var(--vt-c-black-mute);--color-border:var(--vt-c-divider-dark-2);--color-border-hover:var(--vt-c-divider-dark-1);--color-heading:var(--vt-c-text-dark-1);--color-text:var(--vt-c-text-dark-2)}}*,:before,:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;line-height:1.6;transition:color .5s,background-color .5s}:root{--site-bg:#f4f5f7;--site-surface:#fff;--site-border:#0f172a14;--site-text:#111827;--site-text-muted:#6b7280;--site-accent:#3b82f6;--site-accent-soft:#3b82f61a;--site-radius-xl:24px;--site-radius-lg:18px;--site-radius-md:14px;--site-radius-pill:999px;--site-shadow:0 1px 2px #0f172a0a, 0 10px 30px #0f172a0f;--site-shadow-hover:0 4px 12px #0f172a0f, 0 16px 40px #0f172a14;--site-ease:cubic-bezier(.22, 1, .36, 1)}@keyframes site-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes site-fade-in{0%{opacity:0}to{opacity:1}}@keyframes site-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.site-page{min-height:100dvh;padding:max(20px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));background:radial-gradient(circle at top, #3b82f60f, transparent 42%), var(--site-bg);color:var(--site-text);-webkit-tap-highlight-color:transparent}.site-shell{width:100%;max-width:960px;animation:site-fade-up .55s var(--site-ease) both;gap:24px;margin:0 auto;display:grid}.site-header{gap:8px;display:grid}.site-header-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.site-title{letter-spacing:-.02em;margin:0;font-size:clamp(1.5rem,4.8vw,2rem);font-weight:700;line-height:1.2}.site-subtitle{color:var(--site-text-muted);margin:0;font-size:.92rem}.site-home-link{border:1px solid var(--site-border);border-radius:var(--site-radius-pill);background:var(--site-surface);min-height:36px;color:var(--site-text-muted);transition:transform .2s var(--site-ease), border-color .2s var(--site-ease), color .2s var(--site-ease), box-shadow .2s var(--site-ease);justify-content:center;align-items:center;padding:0 14px;font-size:.85rem;text-decoration:none;display:inline-flex}.site-home-link:active{transform:scale(.97)}@media (hover:hover){.site-home-link:hover{color:var(--site-accent);box-shadow:var(--site-shadow);border-color:#3b82f640}}.site-section{gap:12px;display:grid}.site-section-title{letter-spacing:.06em;text-transform:uppercase;color:var(--site-text-muted);margin:0;font-size:.78rem;font-weight:600}.site-card{border:1px solid var(--site-border);border-radius:var(--site-radius-lg);background:var(--site-surface);box-shadow:var(--site-shadow)}.site-button{border-radius:var(--site-radius-pill);min-height:44px;font:inherit;background:var(--site-accent);color:#fff;cursor:pointer;transition:transform .2s var(--site-ease), box-shadow .2s var(--site-ease), background-color .2s var(--site-ease), opacity .2s var(--site-ease);border:0;padding:0 20px;font-size:.92rem;font-weight:600;box-shadow:0 8px 20px #3b82f638}.site-button:active{transform:scale(.98)}.site-button:disabled{cursor:progress;opacity:.72}@media (hover:hover){.site-button:not(:disabled):hover{background:#2563eb;box-shadow:0 12px 28px #3b82f647}}@media (width>=640px){.site-page{padding:max(28px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(32px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left))}.site-shell{gap:28px}}@media (prefers-reduced-motion:reduce){.site-shell,.nav-card,.site-home-link,.site-button{transition:none!important;animation:none!important}}#app{min-height:100vh;font-weight:400}a{color:inherit;text-decoration:none;transition:color .2s cubic-bezier(.22,1,.36,1)}
