:root{--color-primary: #0038A8;--color-primary-light: #1A5FD4;--color-secondary: #CE1126;--color-accent: #FCD116;--color-bg: #0F1623;--color-surface: #1A2332;--color-surface-hover: #22304A;--color-text: #F0F0F0;--color-text-muted: #8899AA;--color-success: #22C55E;--color-warning: #F59E0B;--color-error: #EF4444;--color-border: rgba(255, 255, 255, .08);--color-border-hover: rgba(255, 255, 255, .15);--glass-bg: rgba(26, 35, 50, .7);--glass-border: rgba(255, 255, 255, .06);--glass-blur: 12px;--font-main: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;--font-display: "Outfit", "Inter", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.5rem;--font-size-2xl: 2rem;--font-size-3xl: 3rem;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .5);--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease;--z-base: 0;--z-dropdown: 100;--z-sticky: 200;--z-overlay: 300;--z-modal: 400;--z-toast: 500}:root{--md-sys-color-surface: #0c1320;--md-sys-color-surface-dim: #0c1320;--md-sys-color-surface-bright: #323948;--md-sys-color-surface-container-lowest: #070e1b;--md-sys-color-surface-container-low: #151c29;--md-sys-color-surface-container: #19202d;--md-sys-color-surface-container-high: #232a38;--md-sys-color-surface-container-highest: #2e3543;--md-sys-color-on-surface: #dce2f5;--md-sys-color-on-surface-variant: #c4c5d5;--md-sys-color-outline: #8e909f;--md-sys-color-outline-variant: #444653;--md-sys-color-primary: #b6c4ff;--md-sys-color-on-primary: #00287d;--md-sys-color-primary-container: #0038a8;--md-sys-color-on-primary-container: #96adff;--md-sys-color-secondary: #ffb3ae;--md-sys-color-on-secondary: #68000c;--md-sys-color-secondary-container: #c40220;--md-sys-color-on-secondary-container: #ffd2ce;--md-sys-color-tertiary: #ecc300;--md-sys-color-on-tertiary: #3b2f00;--md-sys-color-tertiary-container: #cca800;--md-sys-color-on-tertiary-container: #4d3e00;--md-sys-color-error: #ffb4ab;--md-sys-color-on-error: #690005;--font-main: "Inter", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-main);font-size:var(--font-size-base);color:var(--color-text);background-color:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);line-height:1.2;font-weight:700}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-accent)}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{cursor:pointer}ul,ol{list-style:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--space-md)}@media(min-width:768px){.container{padding:0 var(--space-xl)}}.drawer-checkbox{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.drawer-backdrop{display:none;position:fixed;inset:0;background:#0009;z-index:99;cursor:default}.drawer-panel{position:fixed;top:0;left:0;width:280px;height:100%;background-color:#0c1320;box-shadow:4px 0 24px #00000080;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:.25rem;font-family:Inter,sans-serif;z-index:100;transform:translate(-100%);transition:transform .3s ease}.drawer-checkbox:checked~.drawer-backdrop{display:block}.drawer-checkbox:checked~.drawer-panel{transform:translate(0)}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.drawer-logo{font-size:1.125rem;font-weight:900;background:linear-gradient(to right,#ecc300,#b6c4ff);-webkit-background-clip:text;color:transparent}.drawer-close-btn{background:transparent;border:none;color:#b6c4ff;padding:.5rem;cursor:pointer;display:flex;border-radius:50%}.drawer-link{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:.75rem;color:#dce2f5;text-decoration:none;font-size:.875rem;font-weight:500}.drawer-link:hover{background-color:#19202d}.drawer-link-icon{font-size:1.25rem;color:#b6c4ff}.drawer-divider{height:1px;background:#8e909f26;margin:1rem 0}.drawer-section-title{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#c4c5d580;padding:0 1rem;margin-bottom:.5rem}.top-app-bar[data-astro-cid-ilz4tapc]{position:sticky;top:0;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:0 1rem;height:4rem;width:100%;background-color:var(--md-sys-color-surface);border-bottom:1px solid rgba(255,255,255,.1)}.top-app-bar__left[data-astro-cid-ilz4tapc]{display:flex;align-items:center;gap:.75rem}.top-app-bar__title[data-astro-cid-ilz4tapc]{font-size:1.25rem;font-weight:900;background:linear-gradient(to bottom right,var(--md-sys-color-tertiary),var(--md-sys-color-primary));-webkit-background-clip:text;color:transparent;text-decoration:none}.icon-btn[data-astro-cid-ilz4tapc]{background:transparent;border:none;color:var(--md-sys-color-primary);padding:.5rem;display:flex;border-radius:50%;cursor:pointer;transition:background-color .2s}.icon-btn[data-astro-cid-ilz4tapc]:hover{background-color:var(--md-sys-color-surface-container)}.btn[data-astro-cid-ilz4tapc]{border:none;border-radius:9999px;padding:.375rem 1rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:transform .2s}.btn[data-astro-cid-ilz4tapc]:active{transform:scale(.95)}.btn--primary[data-astro-cid-ilz4tapc]{background-color:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container)}.bottom-nav[data-astro-cid-ctyu3udh]{display:flex;position:fixed;bottom:0;left:0;right:0;height:calc(4rem + env(safe-area-inset-bottom,0px));background-color:var(--md-sys-color-surface-container);border-top:1px solid rgba(255,255,255,.05);justify-content:space-around;align-items:center;padding:0 .5rem env(safe-area-inset-bottom,0px);z-index:40}@media(min-width:768px){.bottom-nav[data-astro-cid-ctyu3udh],.bottom-nav-spacer[data-astro-cid-ctyu3udh]{display:none}}.bottom-nav-spacer[data-astro-cid-ctyu3udh]{height:calc(4rem + env(safe-area-inset-bottom,0px))}.nav-item[data-astro-cid-ctyu3udh]{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:none;border:none;color:var(--md-sys-color-on-surface);opacity:.5;text-decoration:none;transition:opacity .2s;padding:.5rem;min-width:48px;min-height:48px;justify-content:center}.nav-item--active[data-astro-cid-ctyu3udh]{color:var(--md-sys-color-tertiary);font-weight:700;opacity:1}.nav-item[data-astro-cid-ctyu3udh]:hover,.nav-item[data-astro-cid-ctyu3udh]:focus{opacity:1}.nav-icon[data-astro-cid-ctyu3udh]{font-size:24px}.nav-label[data-astro-cid-ctyu3udh]{font-size:9px;font-weight:500}.nav-fab[data-astro-cid-ctyu3udh]{background-color:var(--md-sys-color-surface-container);padding:.375rem;border-radius:.75rem;border-top:2px solid var(--md-sys-color-tertiary)}.nav-fab-icon[data-astro-cid-ctyu3udh]{font-size:24px}.site-footer[data-astro-cid-mh6itkc3]{background-color:var(--md-sys-color-surface-container-low);border-top:1px solid rgba(46,53,67,.2);border-radius:.75rem .75rem 0 0;display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem;text-align:center;gap:1rem;margin-top:3rem;font-size:.625rem;line-height:1.625}.footer-links[data-astro-cid-mh6itkc3]{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.footer-links[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]{color:#dce2f599;text-decoration:none;min-height:48px;display:flex;align-items:center;transition:color .2s}.footer-links[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]:hover{color:var(--md-sys-color-primary)}.footer-copyright[data-astro-cid-mh6itkc3]{color:#dce2f566;font-weight:500}.footer-social[data-astro-cid-mh6itkc3]{display:flex;gap:1rem;margin-top:.5rem}.social-btn[data-astro-cid-mh6itkc3]{width:2rem;height:2rem;border-radius:50%;background-color:var(--md-sys-color-surface-container-highest);display:flex;align-items:center;justify-content:center;color:var(--md-sys-color-on-surface-variant);text-decoration:none;transition:background-color .2s}.social-btn[data-astro-cid-mh6itkc3]:hover{background-color:var(--md-sys-color-surface-bright)}.social-btn[data-astro-cid-mh6itkc3] .material-symbols-outlined[data-astro-cid-mh6itkc3]{font-size:14px}
