@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--bg:#f4f4f6;--surface:#fff;--surface-2:#f8f8fa;--fg:#161619;--fg-2:#5c5c66;--line:#1414191f;--line-2:#14141912;--primary:#7c5cff;--primary-soft:#7c5cff1a;--warn:#9a5a00;--warn-soft:#9a5a001a;--ok:#158a4a}@media (prefers-color-scheme:dark){:root{--bg:#0b0b0d;--surface:#141418;--surface-2:#1b1b21;--fg:#f1f1f4;--fg-2:#9a9aa6;--line:#ffffff1f;--line-2:#ffffff0f;--primary:#9179ff;--primary-soft:#9179ff29;--warn:#e6b34a;--warn-soft:#e6b34a1f;--ok:#4fd18a}}:root[data-theme=dark]{--bg:#0b0b0d;--surface:#141418;--surface-2:#1b1b21;--fg:#f1f1f4;--fg-2:#9a9aa6;--line:#ffffff1f;--line-2:#ffffff0f;--primary:#9179ff;--primary-soft:#9179ff29;--warn:#e6b34a;--warn-soft:#e6b34a1f;--ok:#4fd18a}:root[data-theme=light]{--bg:#f4f4f6;--surface:#fff;--surface-2:#f8f8fa;--fg:#161619;--fg-2:#5c5c66;--line:#1414191f;--line-2:#14141912;--primary:#7c5cff;--primary-soft:#7c5cff1a;--warn:#9a5a00;--warn-soft:#9a5a001a;--ok:#158a4a}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;background:var(--bg);color:var(--fg);margin:0;font-family:Space Grotesk,system-ui,sans-serif}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}input,textarea,select{font:inherit;color:inherit}textarea{resize:none}a{color:var(--primary,#7c5cff);text-decoration:none}a:hover{opacity:.8}.mono{font-family:JetBrains Mono,ui-monospace,monospace}:focus-visible{outline:2px solid var(--primary,#7c5cff);outline-offset:2px}button:focus:not(:focus-visible),input:focus:not(:focus-visible),select:focus:not(:focus-visible){outline:none}select{appearance:none}::selection{background:#7c5cff47}@keyframes fr{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes pop{0%{opacity:0;transform:scale(.7)}60%{transform:scale(1.06)}to{opacity:1;transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-160% 0}to{background-position:260% 0}}@keyframes pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes drawc{to{stroke-dashoffset:0}}@keyframes shine{0%{transform:translate(-120%)}60%,to{transform:translate(240%)}}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes barflow{0%{background-position:0 0}to{background-position:36px 0}}.anim{animation:.34s cubic-bezier(.2,.7,.3,1) both fr}@media (prefers-reduced-motion:reduce){*{transition-duration:1ms!important;animation-duration:1ms!important}}.app-shell{justify-content:center;min-height:100vh;padding:40px 20px 70px;display:flex}.app-card{flex-direction:column;width:100%;max-width:720px;display:flex}.app-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.brand{align-items:center;gap:10px;display:flex}.brand-mark{object-fit:contain;width:28px;height:28px;display:block}.brand-name{letter-spacing:-.02em;color:var(--fg);font-size:17px;font-weight:600}.brand-badge{color:var(--fg-2);align-items:center;gap:6px;font-size:11.5px;display:inline-flex}.dot{border-radius:50%;width:6px;height:6px}.dot-ok{background:var(--ok)}.app-main{flex-direction:column;flex:1;justify-content:center;padding:26px 0;display:flex}.app-footer{border-top:1px solid var(--line-2);color:var(--fg-2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:20px;font-size:11.5px;line-height:1.5;display:flex}.lang-toggle{border:1px solid var(--line);color:var(--fg-2);letter-spacing:.04em;border-radius:999px;flex:none;padding:4px 10px;font-size:11px;font-weight:600}.lang-toggle:hover{color:var(--fg)}.hero-title{letter-spacing:-.03em;color:var(--fg);margin:0 0 6px;font-size:26px;font-weight:600;line-height:1.15}.hero-sub{color:var(--fg-2);margin:0;font-size:14.5px;line-height:1.5}.hero-sub em{color:var(--fg);font-style:normal}
