:root{color-scheme:dark;--text: #f7f8ff;--background: #171a2f;--accent: #8b9cf7;--button: #5a68dc;--button-hover: #6574ea;--button-border: rgb(255 255 255 / .12)}*{box-sizing:border-box;user-select:none;-webkit-user-select:none}html{min-width:320px;background:var(--background)}body{margin:0;min-width:320px;min-height:100dvh;color:var(--text);background:var(--background);font-family:Segoe UI,Aptos,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;pointer-events:none;-webkit-user-drag:none}.page{display:grid;place-items:center;align-content:center;gap:24px;min-height:100dvh;padding:24px;background:var(--background);text-align:center}.logo{width:clamp(104px,22vw,152px);height:clamp(104px,22vw,152px)}h1{width:100%;max-width:760px;margin:0;font-size:clamp(32px,9vw,72px);font-weight:800;letter-spacing:0;line-height:1;text-wrap:balance}.actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;width:100%}.link-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:152px;height:48px;padding:0 22px;border:1px solid var(--button-border);border-radius:8px;color:#fff;background:var(--button);font-size:15px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .12s ease}.link-button svg{flex:0 0 auto}.brand-icon{width:20px;height:20px;fill:currentColor}.link-button:focus-visible{outline:3px solid rgb(139 156 247 / .38);outline-offset:3px}.link-button:active{transform:scale(.98)}.link-button:hover{background:var(--button-hover)}@media(max-width:520px){h1{max-width:9ch;font-size:34px;line-height:1.05}.actions{max-width:320px;gap:10px}.link-button{flex:1 1 132px;min-width:0;height:46px;padding:0 16px}}
