:root,html[data-theme=night]{--bg-base: #09090B;--bg-surface: #111113;--bg-surface-2: #18181B;--bg-surface-hover: #1F1F23;--border-color: rgba(255, 255, 255, .07);--border-color-active: rgba(255, 255, 255, .18);--text-primary: #F4F4F5;--text-secondary: #A1A1AA;--text-muted: #52525B;--primary: #E4E4E7;--primary-hover: #FFFFFF;--accent: #C9A84C;--accent-light: rgba(201, 168, 76, .15);--accent-border: rgba(201, 168, 76, .3);--green: #22C55E;--green-light: rgba(34, 197, 94, .12);--header-bg: rgba(9, 9, 11, .92);--glow-color: rgba(201, 168, 76, .04);--grain-opacity: .4;--astro-code-color-text: #F4F4F5;--astro-code-color-background: #111113;--astro-code-token-constant: #79C0FF;--astro-code-token-string: #A5D6FF;--astro-code-token-comment: #8B949E;--astro-code-token-keyword: #FF7B72;--astro-code-token-parameter: #FFA657;--astro-code-token-function: #D2A8FF;--astro-code-token-string-expression: #A5D6FF;--astro-code-token-punctuation: #E1E4E8;--astro-code-token-link: #79C0FF;--astro-code-token-number: #79C0FF;--astro-code-token-type: #FFA657;--astro-code-token-variable: #FFA657;--astro-code-token-operator: #FF7B72}html[data-theme=morning]{--bg-base: #FFFFFF;--bg-surface: #F8F8FA;--bg-surface-2: #F0F0F3;--bg-surface-hover: #E8E8EB;--border-color: rgba(0, 0, 0, .06);--border-color-active: rgba(0, 0, 0, .15);--text-primary: #111113;--text-secondary: #52525B;--text-muted: #A1A1AA;--primary: #18181B;--primary-hover: #000000;--accent: #B8860B;--accent-light: rgba(184, 134, 11, .08);--accent-border: rgba(184, 134, 11, .2);--green: #16A34A;--green-light: rgba(22, 163, 74, .08);--header-bg: rgba(255, 255, 255, .95);--glow-color: rgba(184, 134, 11, .03);--grain-opacity: .12;--astro-code-color-text: #1C1917;--astro-code-color-background: #F0F0F3;--astro-code-token-constant: #0550AE;--astro-code-token-string: #0A3069;--astro-code-token-comment: #6E7681;--astro-code-token-keyword: #CF222E;--astro-code-token-parameter: #953800;--astro-code-token-function: #8250DF;--astro-code-token-string-expression: #0A3069;--astro-code-token-punctuation: #1F2328;--astro-code-token-link: #0550AE;--astro-code-token-number: #0550AE;--astro-code-token-type: #953800;--astro-code-token-variable: #953800;--astro-code-token-operator: #CF222E}html[data-theme=afternoon]{--bg-base: #FAF8F5;--bg-surface: #F3F0EB;--bg-surface-2: #ECE8E1;--bg-surface-hover: #E3DFD7;--border-color: rgba(0, 0, 0, .07);--border-color-active: rgba(0, 0, 0, .16);--text-primary: #1C1917;--text-secondary: #57534E;--text-muted: #A8A29E;--primary: #292524;--primary-hover: #0C0A09;--accent: #92400E;--accent-light: rgba(146, 64, 14, .08);--accent-border: rgba(146, 64, 14, .2);--green: #15803D;--green-light: rgba(21, 128, 61, .08);--header-bg: rgba(250, 248, 245, .95);--glow-color: rgba(146, 64, 14, .03);--grain-opacity: .2;--astro-code-color-text: #1C1917;--astro-code-color-background: #ECE8E1;--astro-code-token-constant: #0550AE;--astro-code-token-string: #0A3069;--astro-code-token-comment: #78716C;--astro-code-token-keyword: #AC3A1F;--astro-code-token-parameter: #7C2D12;--astro-code-token-function: #6D28D9;--astro-code-token-string-expression: #0A3069;--astro-code-token-punctuation: #292524;--astro-code-token-link: #0550AE;--astro-code-token-number: #0550AE;--astro-code-token-type: #7C2D12;--astro-code-token-variable: #7C2D12;--astro-code-token-operator: #AC3A1F}:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-serif: "Playfair Display", Georgia, serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--transition-smooth: all .35s cubic-bezier(.16, 1, .3, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{background-color:var(--bg-base);color:var(--text-primary);font-family:var(--font-sans);line-height:1.6;overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column;position:relative}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:0;opacity:var(--grain-opacity)}.interactive-glow{position:fixed;width:600px;height:600px;background:radial-gradient(circle,var(--glow-color) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0;transition:transform .15s cubic-bezier(.1,.8,.3,1)}.main-header{position:fixed;top:0;left:0;right:0;z-index:1000;transition:var(--transition-smooth)}.main-header.scrolled{background:var(--header-bg);backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color)}.header-container{max-width:1320px;height:72px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--text-primary);font-family:var(--font-serif);font-weight:700;font-size:1.4rem;letter-spacing:-.02em;position:relative;z-index:10}.logo-icon{width:26px;height:26px;color:var(--accent);transition:var(--transition-smooth)}.logo:hover .logo-icon{transform:rotate(15deg) scale(1.1)}.logo-accent{color:var(--accent)}.nav-links{display:flex;align-items:center;gap:.25rem}.nav-link{text-decoration:none;color:var(--text-secondary);font-weight:500;font-size:.875rem;transition:var(--transition-smooth);padding:.5rem .85rem;border-radius:6px;white-space:nowrap}.nav-link:hover{color:var(--text-primary);background:#ffffff0d}.nav-btn{background:var(--accent);color:#0a0a0b!important;font-weight:700;padding:.5rem 1.1rem;border-radius:9999px;margin-left:.5rem}.nav-btn:hover{background:#d4b060!important;transform:translateY(-1px);box-shadow:0 4px 20px #c9a84c4d}.compliance-ticker{height:28px;background:var(--accent-light);border-bottom:1px solid var(--accent-border);overflow:hidden;display:flex;align-items:center}.ticker-track{display:flex;align-items:center;gap:2rem;white-space:nowrap;animation:ticker 50s linear infinite;font-size:.7rem;font-weight:600;color:var(--accent);letter-spacing:.06em;text-transform:uppercase;padding-left:100%}.ticker-dot{opacity:.4;font-size:.5rem}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.mobile-menu-btn span{display:block;width:22px;height:2px;background:var(--text-secondary);border-radius:2px;transition:var(--transition-smooth)}.main-content{flex:1;margin-top:100px;position:relative;z-index:1}.main-footer{background:var(--bg-surface);border-top:1px solid var(--border-color);padding:5rem 2rem 2.5rem;position:relative;z-index:10;margin-top:auto}.footer-container{max-width:1260px;margin:0 auto 3.5rem;display:grid;grid-template-columns:1.4fr 2.6fr;gap:5rem}.footer-brand{display:flex;flex-direction:column;gap:1.25rem}.footer-desc{color:var(--text-secondary);font-size:.9rem;line-height:1.75;max-width:340px}.footer-trust-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.trust-badge{font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);border:1px solid var(--accent-border);background:var(--accent-light);padding:.2rem .6rem;border-radius:4px}.footer-links-group{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-col{display:flex;flex-direction:column;gap:.85rem}.footer-title{font-family:var(--font-sans);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.25rem}.footer-link{text-decoration:none;color:var(--text-secondary);font-size:.875rem;transition:var(--transition-smooth);width:fit-content}.footer-link:hover{color:var(--accent);transform:translate(3px)}.footer-bottom{max-width:1260px;margin:0 auto;padding-top:2rem;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:.8rem}.footer-status{display:flex;align-items:center;gap:.5rem;color:var(--green);font-weight:600;font-size:.75rem;letter-spacing:.04em}.status-indicator{width:7px;height:7px;background:var(--green);border-radius:50%;box-shadow:0 0 8px var(--green);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.section-label{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);display:block;margin-bottom:.75rem}.section-container{max-width:1260px;margin:0 auto;padding:0 2rem}@media(max-width:1024px){.footer-links-group{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.nav-links{display:none;position:fixed;top:100px;left:0;right:0;background:#09090bfa;flex-direction:column;padding:2rem;border-bottom:1px solid var(--border-color);gap:.25rem}.nav-links.nav-open{display:flex}.nav-link{width:100%;text-align:left;padding:.85rem 1rem}.nav-btn{text-align:center;margin-left:0;margin-top:.5rem}.mobile-menu-btn{display:flex}.footer-container{grid-template-columns:1fr;gap:3rem}.footer-links-group{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}
