@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--bg-primary:#000;--bg-secondary:#0a0a0a;--bg-tertiary:#171717;--border-color:#262626;--border-hover:#404040;--text-primary:#ededed;--text-secondary:#a3a3a3;--text-muted:#737373;--accent-primary:#fff;--accent-primary-invert:#000;--accent-blue:#3291ff;--accent-purple:#7928ca;--accent-error:#e00;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-glow:0 0 0 1px #ffffff1a,0 4px 24px #0006;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--transition-fast:.15s ease;--transition-smooth:.3s ease}[data-theme=light]{--bg-primary:#fff;--bg-secondary:#fafafa;--bg-tertiary:#f5f5f5;--border-color:#eaeaea;--border-hover:#ccc;--text-primary:#171717;--text-secondary:#666;--text-muted:#888;--accent-primary:#000;--accent-primary-invert:#fff;--shadow-glow:0 2px 8px #0000000a,0 1px 2px #00000005}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);max-width:100vw;color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color var(--transition-fast),color var(--transition-fast);line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:600;line-height:1.2}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.text-gradient{background:linear-gradient(180deg,var(--text-primary)0%,var(--text-muted)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.panel{background:var(--bg-primary);border:1px solid var(--border-color);transition:border-color var(--transition-fast);border-radius:8px}.panel:hover{border-color:var(--border-hover)}
.layout-module__L5FxyW__header{background:var(--bg-primary);border-bottom:1px solid var(--border-color);z-index:100;height:64px;transition:background-color var(--transition-fast),border-color var(--transition-fast);position:fixed;top:0;left:0;right:0}.layout-module__L5FxyW__headerInner{justify-content:space-between;align-items:center;height:100%;display:flex}.layout-module__L5FxyW__brand{color:var(--text-primary);letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;display:flex}.layout-module__L5FxyW__brand span{color:var(--text-secondary);font-weight:400}.layout-module__L5FxyW__nav{align-items:center;gap:1.5rem;display:flex}.layout-module__L5FxyW__navLink{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.875rem;font-weight:500}.layout-module__L5FxyW__navLink:hover,.layout-module__L5FxyW__navLink[data-active=true]{color:var(--text-primary)}.layout-module__L5FxyW__themeToggle{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:.375rem;display:flex}.layout-module__L5FxyW__themeToggle:hover{background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-hover)}.layout-module__L5FxyW__footer{border-top:1px solid var(--border-color);background:var(--bg-secondary);margin-top:6rem;padding:4rem 0 2rem}.layout-module__L5FxyW__footerInner{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:4rem;display:grid}.layout-module__L5FxyW__footerSection h3{color:var(--text-primary);margin-bottom:1rem;font-size:1rem}.layout-module__L5FxyW__footerSection h4{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:600}.layout-module__L5FxyW__footerText{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.layout-module__L5FxyW__footerLinks{flex-direction:column;gap:.75rem;display:flex}.layout-module__L5FxyW__footerLinks a{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.875rem}.layout-module__L5FxyW__footerLinks a:hover{color:var(--text-primary)}.layout-module__L5FxyW__footerBottom{border-top:1px solid var(--border-color);text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;font-size:.875rem;display:flex}@media (min-width:768px){.layout-module__L5FxyW__footerBottom{text-align:left;flex-direction:row;justify-content:space-between}}
