:root{--primary: #008fcc;--bg: #000000;--text: #ffffff;--subtext: #8a96a3;--border: #38444d;--card-bg: #15181c;--header-bg: rgba(21, 24, 28, .8);--hero-bg: radial-gradient(circle at center, #15181c 0%, #000000 100%);--font-main: "Inter", system-ui, -apple-system, sans-serif;--transition: .3s cubic-bezier(.4, 0, .2, 1)}:root[data-theme=light]{--bg: #ffffff;--text: #0f1419;--subtext: #536471;--border: #eff3f4;--card-bg: #f7f9f9;--header-bg: rgba(255, 255, 255, .8);--hero-bg: radial-gradient(circle at center, #f7f9f9 0%, #eff3f4 100%)}@media(prefers-color-scheme:light){:root:not([data-theme=dark]){--bg: #ffffff;--text: #0f1419;--subtext: #536471;--border: #eff3f4;--card-bg: #f7f9f9;--header-bg: rgba(255, 255, 255, .8);--hero-bg: radial-gradient(circle at center, #f7f9f9 0%, #eff3f4 100%)}}body{background-color:var(--bg);color:var(--text);font-family:var(--font-main);margin:0;padding:0;overflow-x:hidden}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.premium-container{max-width:1200px;margin:0 auto;padding:0 1rem}.glass{background:var(--header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-content.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;height:60px}.logo.svelte-12qhfyh{font-size:1.5rem;font-weight:900;letter-spacing:-1px;text-transform:uppercase}.forbin.svelte-12qhfyh{color:var(--text)}.feet.svelte-12qhfyh{color:var(--primary)}.nav-link.svelte-12qhfyh{margin-left:1.5rem;font-size:.9rem;font-weight:500;color:var(--subtext);transition:color .2s}.nav-link.svelte-12qhfyh:hover{color:var(--text)}main.svelte-12qhfyh{min-height:calc(100vh - 120px)}footer.svelte-12qhfyh{padding:2rem 0;border-top:1px solid var(--border);text-align:center;color:var(--subtext);font-size:.8rem}
