@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
.Header-module__hT6xWG__header{z-index:100;height:var(--header-height);transition:all var(--transition-base);border-bottom:1px solid #0000;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__hT6xWG__header.Header-module__hT6xWG__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-backdrop);border-bottom-color:var(--color-border)}.Header-module__hT6xWG__container{width:100%;max-width:var(--max-width);padding:0 var(--space-6);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__hT6xWG__logo{align-items:center;gap:var(--space-2);color:var(--color-text-primary);font-weight:var(--weight-bold);font-size:var(--text-xl);text-decoration:none;display:flex}.Header-module__hT6xWG__logoIcon{color:var(--color-accent);flex-shrink:0}.Header-module__hT6xWG__logoText{letter-spacing:-.01em;background:linear-gradient(135deg,#09090b 0%,#27272a 35%,#52525b 50%,#27272a 65%,#09090b 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}[data-theme=dark] .Header-module__hT6xWG__logoText{background:linear-gradient(135deg,#f4f4f5 0%,#d4d4d8 35%,#a1a1aa 50%,#d4d4d8 65%,#f4f4f5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Header-module__hT6xWG__desktopNav{align-items:center;gap:var(--space-1);display:flex}.Header-module__hT6xWG__navLink{color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:var(--weight-medium);padding:var(--space-2)var(--space-4);border-radius:var(--radius-md);transition:all var(--transition-fast);text-decoration:none}.Header-module__hT6xWG__navLink:hover{color:var(--color-text-primary);background:var(--color-bg-elevated)}.Header-module__hT6xWG__navLinkActive{background:var(--color-accent-subtle);color:var(--color-accent)!important}.Header-module__hT6xWG__mobileToggle{color:var(--color-text-primary);cursor:pointer;padding:var(--space-2);border-radius:var(--radius-md);transition:background var(--transition-fast);background:0 0;border:none;display:none}.Header-module__hT6xWG__mobileToggle:hover{background:var(--color-bg-elevated)}.Header-module__hT6xWG__mobileMenu{top:var(--header-height);background:var(--color-bg-primary);transition:transform var(--transition-base);z-index:99;position:fixed;bottom:0;left:0;right:0;transform:translate(100%)}.Header-module__hT6xWG__mobileMenuOpen{transform:translate(0)}.Header-module__hT6xWG__mobileNav{padding:var(--space-6);gap:var(--space-2);flex-direction:column;display:flex}.Header-module__hT6xWG__mobileNavLink{color:var(--color-text-secondary);font-size:var(--text-lg);font-weight:var(--weight-medium);padding:var(--space-4)var(--space-4);border-radius:var(--radius-md);transition:all var(--transition-fast);text-decoration:none}.Header-module__hT6xWG__mobileNavLink:hover{color:var(--color-text-primary);background:var(--color-bg-elevated)}.Header-module__hT6xWG__themeToggle{border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;padding:var(--space-2);border-radius:var(--radius-full);transition:all var(--transition-fast);margin-left:var(--space-2);background:0 0;justify-content:center;align-items:center;display:flex}.Header-module__hT6xWG__themeToggle:hover{color:var(--color-text-primary);background:var(--color-bg-elevated);border-color:var(--color-border-hover)}.Header-module__hT6xWG__mobileThemeToggle{align-items:center;gap:var(--space-3);border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;padding:var(--space-4);border-radius:var(--radius-md);font-size:var(--text-lg);font-weight:var(--weight-medium);transition:all var(--transition-fast);margin-top:var(--space-4);background:0 0;display:flex}.Header-module__hT6xWG__mobileThemeToggle:hover{color:var(--color-text-primary);background:var(--color-bg-elevated)}@media (max-width:768px){.Header-module__hT6xWG__desktopNav,.Header-module__hT6xWG__themeToggle{display:none}.Header-module__hT6xWG__mobileToggle{display:flex}}
.Footer-module__Milv3W__footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border);padding:var(--space-16)0 var(--space-8);margin-top:auto}.Footer-module__Milv3W__container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.Footer-module__Milv3W__grid{gap:var(--space-10);margin-bottom:var(--space-12);grid-template-columns:2fr 1fr 1fr 1.2fr;display:grid}.Footer-module__Milv3W__brand{gap:var(--space-4);flex-direction:column;display:flex}.Footer-module__Milv3W__logo{align-items:center;gap:var(--space-2);color:var(--color-text-primary);font-weight:var(--weight-bold);font-size:var(--text-xl);text-decoration:none;display:flex}.Footer-module__Milv3W__logoIcon{color:var(--color-accent);font-size:var(--text-2xl)}.Footer-module__Milv3W__brandDescription{color:var(--color-text-muted);font-size:var(--text-sm);line-height:var(--leading-relaxed);max-width:300px}.Footer-module__Milv3W__column{gap:var(--space-4);flex-direction:column;display:flex}.Footer-module__Milv3W__columnTitle{color:var(--color-text-primary);font-size:var(--text-sm);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.06em}.Footer-module__Milv3W__columnNav{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__Milv3W__columnNav a{color:var(--color-text-muted);font-size:var(--text-sm);transition:color var(--transition-fast);text-decoration:none}.Footer-module__Milv3W__columnNav a:hover{color:var(--color-text-primary)}.Footer-module__Milv3W__contactInfo{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__Milv3W__contactLink{align-items:center;gap:var(--space-2);color:var(--color-text-muted);font-size:var(--text-sm);transition:color var(--transition-fast);text-decoration:none;display:flex}.Footer-module__Milv3W__contactLink:hover{color:var(--color-accent)}.Footer-module__Milv3W__bottom{border-top:1px solid var(--color-border);padding-top:var(--space-8);justify-content:center;align-items:center;display:flex}.Footer-module__Milv3W__copyright{color:var(--color-text-muted);font-size:var(--text-xs)}@media (max-width:768px){.Footer-module__Milv3W__grid{gap:var(--space-8);grid-template-columns:1fr 1fr}.Footer-module__Milv3W__brand{grid-column:1/-1}}@media (max-width:480px){.Footer-module__Milv3W__grid{grid-template-columns:1fr}}
:root{--color-bg-primary:#fff;--color-bg-secondary:#f4f4f5;--color-bg-tertiary:#e4e4e7;--color-bg-card:#fff;--color-bg-card-hover:#fafafa;--color-bg-elevated:#0000000a;--color-border:#e4e4e7;--color-border-hover:#d4d4d8;--color-text-primary:#18181b;--color-text-secondary:#52525b;--color-text-muted:#71717a;--color-accent:#000;--color-accent-hover:#27272a;--color-accent-subtle:#0000000d;--color-accent-glow:#0000001a;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-mono:"JetBrains Mono","Fira Code",monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--leading-tight:1.15;--leading-normal:1.5;--leading-relaxed:1.7;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--max-width:1200px;--header-height:80px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 12px 30px #0000001f;--shadow-glow:0 0 40px #0000000d;--transition-fast:.15s ease;--transition-base:.25s cubic-bezier(.16,1,.3,1);--transition-slow:.4s cubic-bezier(.16,1,.3,1);--glass-bg:#ffffffd9;--glass-backdrop:blur(24px)saturate(180%)}[data-theme=dark]{--color-bg-primary:#050505;--color-bg-secondary:#0a0a0a;--color-bg-tertiary:#121212;--color-bg-card:#0e0e0e;--color-bg-card-hover:#141414;--color-bg-elevated:#ffffff0a;--color-border:#ffffff14;--color-border-hover:#ffffff29;--color-text-primary:#fff;--color-text-secondary:#a1a1aa;--color-text-muted:#71717a;--color-accent:#fff;--color-accent-hover:#e4e4e7;--color-accent-subtle:#ffffff1a;--color-accent-glow:#ffffff26;--shadow-sm:0 1px 2px #0006;--shadow-md:0 4px 12px #00000080;--shadow-lg:0 12px 40px #000c;--shadow-glow:0 0 40px #ffffff0d;--glass-bg:#050505d9}
@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px var(--color-accent-glow)}50%{box-shadow:0 0 40px var(--color-accent-glow)}}.animate-fade-in{animation:fadeIn var(--transition-base)ease forwards}.animate-fade-up{animation:.6s forwards fadeUp}.animate-slide-in-left{animation:.5s forwards slideInLeft}.animate-slide-in-right{animation:.5s forwards slideInRight}.animate-scale-in{animation:.4s forwards scaleIn}.animate-float{animation:3s ease-in-out infinite float}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text-primary);background-color:var(--color-bg-primary);min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit}.page-container{flex-direction:column;min-height:100vh;display:flex}.main-content{padding-top:var(--header-height);flex:1}html.webview header,html.webview footer{display:none!important}html.webview .main-content{padding-top:0!important}.section{padding:var(--space-20)0}.container{max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.page-header{padding:var(--space-20)0 var(--space-12);text-align:center}.page-header h1{font-size:var(--text-5xl);font-weight:var(--weight-bold);letter-spacing:-.03em;line-height:var(--leading-tight);margin-bottom:var(--space-4);background:linear-gradient(135deg,var(--color-text-primary)0%,var(--color-accent)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-header p{font-size:var(--text-lg);color:var(--color-text-secondary);max-width:600px;margin:0 auto}.card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-8);transition:all var(--transition-base)}.card:hover{border-color:var(--color-border-hover);background:var(--color-bg-card-hover);box-shadow:var(--shadow-lg);transform:translateY(-2px)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}@media (max-width:768px){.page-header h1{font-size:var(--text-3xl)}.section{padding:var(--space-12)0}}
