@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--background:#0f111a;--foreground:#e2e8f0;--card:#1e2130;--card-foreground:#f8fafc;--border:#2e334d;--primary:#3b82f6;--primary-foreground:#fff;--success:#10b981;--danger:#ef4444;--warning:#f59e0b;--down:#ef4444;--up:#10b981;--font-sans:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.page-title{background:linear-gradient(90deg,#60a5fa,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.page-description{color:#94a3b8;margin-bottom:2rem;font-size:1.125rem}
.Navigation-module__eB08ka__navContainer{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem 0;display:flex;position:relative}.Navigation-module__eB08ka__brand{color:var(--foreground);font-size:1.5rem;font-weight:600}.Navigation-module__eB08ka__desktopNav{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.Navigation-module__eB08ka__navLinks,.Navigation-module__eB08ka__navGroup{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.Navigation-module__eB08ka__navLink{color:var(--foreground);font-size:.95rem;font-weight:500;transition:color .2s}.Navigation-module__eB08ka__navLink:hover{color:var(--primary)}.Navigation-module__eB08ka__divider{background-color:var(--border);width:1px;height:1.5rem;margin:0 .5rem}.Navigation-module__eB08ka__hamburger{color:var(--foreground);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;display:none}.Navigation-module__eB08ka__mobileMenu{display:none}@media (max-width:900px){.Navigation-module__eB08ka__hamburger{display:block}.Navigation-module__eB08ka__desktopNav{display:none}.Navigation-module__eB08ka__mobileMenu{background-color:var(--background);border-bottom:1px solid var(--border);z-index:50;flex-direction:column;padding:1rem;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 6px -1px #0000001a}.Navigation-module__eB08ka__mobileMenu.Navigation-module__eB08ka__open{display:flex}.Navigation-module__eB08ka__mobileMenu.Navigation-module__eB08ka__closed{display:none}.Navigation-module__eB08ka__mobileNavLinks{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.Navigation-module__eB08ka__mobileNavGroup{border-bottom:1px solid var(--border);flex-direction:column;gap:.75rem;padding-bottom:1rem;display:flex}.Navigation-module__eB08ka__mobileNavGroup:last-child{border-bottom:none;padding-bottom:0}}
