:root{color-scheme:light;--color-gold: #b8862b;--color-gold-strong: #96691d;--color-blue: #33477c;--color-blue-soft: #5c72ab;--color-bg: #ffffff;--color-bg-alt: #f6f5f2;--color-surface: #ffffff;--color-border: #e6e3dc;--color-text: #191a23;--color-text-muted: #55586b;--shadow-card: 0 1px 2px rgba(25, 26, 35, .04), 0 8px 24px rgba(25, 26, 35, .06);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--container-width: 1120px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--color-gold: #dbb04d;--color-gold-strong: #efc866;--color-blue-soft: #8aa0e0;--color-bg: #101018;--color-bg-alt: #16161f;--color-surface: #1a1a26;--color-border: #2b2b3a;--color-text: #f2f1ea;--color-text-muted: #a8a9bd;--shadow-card: 0 1px 2px rgba(0, 0, 0, .3), 0 8px 30px rgba(0, 0, 0, .35)}}:root[data-theme=dark]{color-scheme:dark;--color-gold: #dbb04d;--color-gold-strong: #efc866;--color-blue-soft: #8aa0e0;--color-bg: #101018;--color-bg-alt: #16161f;--color-surface: #1a1a26;--color-border: #2b2b3a;--color-text: #f2f1ea;--color-text-muted: #a8a9bd;--shadow-card: 0 1px 2px rgba(0, 0, 0, .3), 0 8px 30px rgba(0, 0, 0, .35)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .2s ease,color .2s ease}h1,h2,h3,h4{font-weight:650;line-height:1.15;letter-spacing:-.02em;margin:0}p{margin:0;color:var(--color-text-muted);line-height:1.6}a{color:inherit}button{font-family:inherit}.container{width:100%;max-width:var(--container-width);margin-inline:auto;padding-inline:1.5rem}.section{padding-block:clamp(3rem,6vw,6rem)}.section--alt{background:var(--color-bg-alt)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-sm);border:1px solid transparent;font-size:.95rem;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--color-gold);color:#191a23}.btn-primary:hover{background:var(--color-gold-strong)}.btn-secondary{background:transparent;border-color:var(--color-border);color:var(--color-text)}.btn-secondary:hover{border-color:var(--color-gold)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.legal-content{max-width:720px;display:flex;flex-direction:column;gap:2rem}.legal-content h2{font-size:1.2rem;margin-bottom:.75rem}.legal-content h3{font-size:1.02rem;margin:1.25rem 0 .5rem}.legal-content h3:first-child{margin-top:0}.legal-content p,.legal-content li{font-size:.98rem}.legal-content ul{padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem}.legal-placeholder{padding:1rem 1.25rem;border:1px dashed var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg-alt);font-style:italic}.changelog-empty{padding:2rem;border:1px dashed var(--color-border);border-radius:var(--radius-md);text-align:center}.docs-layout{display:grid;grid-template-columns:220px minmax(0,680px);gap:3rem}@media(max-width:860px){.docs-layout{grid-template-columns:1fr;gap:1.5rem}}.docs-article{display:flex;flex-direction:column;gap:1.5rem;min-width:0}.docs-article h1{font-size:1.85rem}.docs-article h2{font-size:1.15rem;margin-bottom:.6rem}.docs-article h3{font-size:1rem;margin:1rem 0 .4rem}.docs-article p,.docs-article li{font-size:.98rem}.docs-article ul,.docs-article ol{padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem}.docs-article section+section{margin-top:.5rem}.docs-article section{display:flow-root}.docs-article code{background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:4px;padding:.1rem .4rem;font-size:.88em}.docs-screenshots{float:right;display:flex;flex-wrap:wrap;gap:1rem;max-width:320px;margin:0 0 1rem 1.5rem}.docs-screenshots .screenshot-card{width:150px;flex:none}.docs-screenshots .screenshot-card__frame{aspect-ratio:9 / 18}.docs-screenshots .screenshot-card__title{padding:.6rem .7rem .15rem;font-size:.85rem}.docs-screenshots .screenshot-card__description{padding:0 .7rem .75rem;font-size:.78rem;line-height:1.4}@media(max-width:600px){.docs-screenshots{float:none;max-width:none;justify-content:center;margin:1rem 0}}.docs-next{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid var(--color-border)}.docs-next a{font-size:.95rem;font-weight:600;color:var(--color-gold-strong);text-decoration:none}.docs-next a:hover{text-decoration:underline}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}
