@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--bg-primary:#000;--bg-secondary:#0a0a0a;--bg-card:#111;--bg-card-hover:#1c1c1c;--bg-elevated:#161616;--bg-subtle:#262626;--bg-deep:#171717;--border-color:#1a1a1a;--border-secondary:#404040;--text-primary:#fff;--text-secondary:#999;--text-tertiary:#737373;--text-quaternary:#525252;--gray-200:#e5e5e5;--gray-300:#ccc;--scrollbar-track:#111;--scrollbar-thumb:#333;--surface-white:#fff;--surface-white-text:#111;--header-bg:#000000d9;--card-shadow:none;--card-shadow-hover:0 8px 32px #0006;--overlay-subtle:#ffffff0d;--overlay-medium:#ffffff1a}[data-theme=light]{--bg-primary:#fafafa;--bg-secondary:#f3f4f6;--bg-card:#fff;--bg-card-hover:#f9fafb;--bg-elevated:#fff;--bg-subtle:#f3f4f6;--bg-deep:#f9fafb;--border-color:#e5e7eb;--border-secondary:#d1d5db;--text-primary:#111827;--text-secondary:#6b7280;--text-tertiary:#9ca3af;--text-quaternary:#d1d5db;--gray-200:#374151;--gray-300:#4b5563;--scrollbar-track:#f3f4f6;--scrollbar-thumb:#d1d5db;--surface-white:#f3f4f6;--surface-white-text:#111827;--header-bg:#ffffffe6;--card-shadow:0 1px 3px #00000014, 0 1px 2px #0000000f;--card-shadow-hover:0 10px 25px #0000001a;--overlay-subtle:#00000008;--overlay-medium:#0000000f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}::selection{color:#fff;background-color:#e539354d}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;transition:background-color .3s,color .3s;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .2s,opacity .2s}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input{color:inherit;background:0 0;border:none;outline:none;font-family:inherit}ul,ol{list-style:none}img{max-width:100%;display:block}@keyframes pageEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}main{animation:.4s ease-out pageEnter}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}
.ScrollProgress-module-scss-module___9qgEG__bar{transform-origin:0;z-index:101;pointer-events:none;will-change:transform;background:linear-gradient(90deg,#e53935,#f87171);width:100%;height:2px;position:fixed;top:0;left:0;transform:scaleX(0);box-shadow:0 0 8px #e5393566}
.CustomCursor-module-scss-module__X2W2Cq__cursor{pointer-events:none;z-index:9999;mix-blend-mode:screen;opacity:0;will-change:transform;background:#e53935;border-radius:50%;width:10px;height:10px;transition:width .2s cubic-bezier(.16,1,.3,1),height .2s cubic-bezier(.16,1,.3,1),opacity .2s;position:fixed;top:-5px;left:-5px;box-shadow:0 0 12px #e5393580}.CustomCursor-module-scss-module__X2W2Cq__cursor.CustomCursor-module-scss-module__X2W2Cq__visible{opacity:1}.CustomCursor-module-scss-module__X2W2Cq__cursor.CustomCursor-module-scss-module__X2W2Cq__hovering{background:#e539354d;width:20px;height:20px;top:-10px;left:-10px;box-shadow:0 0 20px #e539354d}
