@font-face{font-family:Gotham;src:url(/fonts/GothamLight.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/GothamMedium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gotham;src:url(/fonts/GothamBold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--color-bg: #ffffff;--color-text: #080c25;--color-muted: #8e8e8e;--color-accent: #7e00f7;--color-border: #e5e5e3;--color-card: #ffffff;--color-surface-muted: #f4f4f5;--brand-yellow: #ffeb3b;--brand-red: #f44336;--max-width: 720px;--font-stack: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;color-scheme:light dark}:root[data-theme=dark]{--color-bg: #0e1528;--color-text: #ebeef5;--color-muted: #989898;--color-accent: #9a5eff;--color-border: #404758;--color-card: #1b2338;--color-surface-muted: #2c3342}@media(prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]){--color-bg: #0e1528;--color-text: #ebeef5;--color-muted: #989898;--color-accent: #9a5eff;--color-border: #404758;--color-card: #1b2338;--color-surface-muted: #2c3342}}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-stack);line-height:1.55;font-size:16px}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1;padding:2rem 1rem 4rem}.container{max-width:var(--max-width);margin:0 auto}.container--wide{max-width:1000px}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}.site-header{border-bottom:1px solid var(--color-border);padding:1.25rem 1rem;background:var(--color-card)}.site-header .container{max-width:1000px;display:flex;justify-content:space-between;align-items:center}.site-header .brand{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.35rem;font-weight:500;color:var(--color-text);font-size:1.05rem;line-height:1;min-width:0}.site-header .brand:hover{text-decoration:none}.site-header .brand-logo{display:inline-flex;align-items:center;height:30px}.site-header .brand-logo img{display:block;height:30px;width:auto}.site-header .brand-logo .logo-dark{display:none}:root[data-theme=dark] .site-header .brand-logo .logo-light{display:none}:root[data-theme=dark] .site-header .brand-logo .logo-dark{display:block}@media(prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]) .site-header .brand-logo .logo-light{display:none}:root:not([data-theme=light]):not([data-theme=dark]) .site-header .brand-logo .logo-dark{display:block}}.site-header .brand-suffix{color:var(--color-muted);font-size:.95rem}.site-header nav{display:flex;gap:1.25rem;font-size:.9rem;align-items:center}@media(max-width:480px){.site-header{padding:1rem}.site-header nav{gap:.9rem;font-size:.85rem}}.theme-menu{position:relative;display:inline-flex}.theme-menu-trigger{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid var(--color-border);background:var(--color-card);color:var(--color-text);border-radius:6px;cursor:pointer;transition:background-color .12s ease,color .12s ease,border-color .12s ease}.theme-menu-trigger:hover{background:var(--color-surface-muted)}.theme-menu-trigger:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.theme-menu-trigger svg{display:none}.theme-menu[data-theme=light] .theme-menu-trigger .icon-light,.theme-menu[data-theme=dark] .theme-menu-trigger .icon-dark,.theme-menu[data-theme=system] .theme-menu-trigger .icon-system{display:block}.theme-menu-content{position:absolute;top:calc(100% + 6px);right:0;min-width:140px;background:var(--color-card);color:var(--color-text);border:1px solid var(--color-border);border-radius:8px;padding:4px;box-shadow:0 6px 24px #0000002e;z-index:50}.theme-menu-content[hidden]{display:none}.theme-menu-content button{display:flex;align-items:center;gap:.6rem;width:100%;padding:.45rem .6rem;border:0;background:transparent;color:inherit;font:inherit;text-align:left;border-radius:4px;cursor:pointer}.theme-menu-content button:hover{background:var(--color-surface-muted)}.theme-menu-content button[aria-current=true]{color:var(--color-accent)}.theme-menu-content button svg{display:block;flex-shrink:0}.site-footer{border-top:1px solid var(--color-border);padding:1.5rem 1rem;color:var(--color-muted);font-size:.85rem}
