:root{--background:#0a0a0a;--foreground:#ededed;--primary:#fff;--primary-foreground:#000;--secondary:#1a1a1a;--secondary-foreground:#a1a1a1;--accent:#333;--accent-foreground:#fff;--border:#262626;--input:#171717;--ring:#404040;--glass-bg:#ffffff08;--glass-border:#ffffff14;--glass-blur:12px;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-full:9999px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);width:100%;color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;overflow-x:hidden}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full);box-shadow:0 10px 40px -10px #0000004d}::-webkit-scrollbar-thumb:hover{background:var(--accent)}@media (pointer:fine){*{cursor:none!important}}::selection{color:#000;background-color:#fff}::selection{color:#000;background-color:#fff}
.layout-module__CUj6aG__container{background:radial-gradient(circle at 50% 0%,#1a1a1a 0%,var(--background)50%);flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}.layout-module__CUj6aG__main{flex-direction:column;flex:1;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:flex;overflow-x:hidden}@media (max-width:768px){.layout-module__CUj6aG__main{padding:4rem 1rem 8rem}}
.Header-module__Af2_WG__header{z-index:50;border-bottom:1px solid var(--glass-border);width:100%;-webkit-backdrop-filter:blur(var(--glass-blur));background:#0a0a0a99;position:sticky;top:0}.Header-module__Af2_WG__inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 2rem;display:flex}.Header-module__Af2_WG__logo{letter-spacing:-.025em;color:var(--foreground);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.Header-module__Af2_WG__logo span{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#fff,#a1a1a1);-webkit-background-clip:text;background-clip:text}.Header-module__Af2_WG__nav{align-items:center;gap:1.5rem;display:flex}.Header-module__Af2_WG__link{color:#666;padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.Header-module__Af2_WG__link:hover,.Header-module__Af2_WG__link.Header-module__Af2_WG__active{color:#fff}.Header-module__Af2_WG__moreContainer{padding:.5rem 0;position:relative}.Header-module__Af2_WG__moreTrigger{color:#666;cursor:pointer;align-items:center;gap:.25rem;font-size:.95rem;font-weight:500;transition:color .2s;display:flex}.Header-module__Af2_WG__moreContainer:hover .Header-module__Af2_WG__moreTrigger{color:#fff}.Header-module__Af2_WG__dropdown{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden;z-index:100;background:#fffffff2;border:1px solid #0000001a;border-radius:16px;flex-direction:column;gap:.25rem;min-width:240px;padding:.5rem;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:100%;right:0;transform:translateY(10px);box-shadow:0 10px 40px -10px #0000001a}.Header-module__Af2_WG__moreContainer:hover .Header-module__Af2_WG__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__Af2_WG__dropdownItem{color:#333;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.95rem;text-decoration:none;transition:all .2s;display:flex}.Header-module__Af2_WG__dropdownItem:hover{color:#000;background:#0000000d}.Header-module__Af2_WG__dropdownItem.Header-module__Af2_WG__active{color:#fff;background:#000}@media (max-width:768px){.Header-module__Af2_WG__header{-webkit-backdrop-filter:none;background:0 0;border-bottom:none}.Header-module__Af2_WG__inner{justify-content:center}.Header-module__Af2_WG__nav{display:none}}
.Footer-module__EZoWya__footer{border-top:1px solid var(--border);background:var(--background);padding:2rem}.Footer-module__EZoWya__inner{max-width:1200px;color:var(--secondary-foreground);justify-content:space-between;align-items:center;margin:0 auto;font-size:.875rem;display:flex}.Footer-module__EZoWya__copyright{opacity:.8}@media (max-width:768px){.Footer-module__EZoWya__footer{display:none}}
.CustomCursor-module__IN7vAW__cursorDot,.CustomCursor-module__IN7vAW__cursorRing{z-index:9999;pointer-events:none;will-change:transform;border-radius:50%;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.CustomCursor-module__IN7vAW__cursorDot{background-color:var(--primary);width:8px;height:8px}.CustomCursor-module__IN7vAW__cursorRing{border:1px solid var(--primary);width:32px;height:32px;transition:width .2s,height .2s,background-color .2s}.CustomCursor-module__IN7vAW__cursorRing.CustomCursor-module__IN7vAW__hovering{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#ffffff1a;border-color:#ffffff80;width:48px;height:48px}.CustomCursor-module__IN7vAW__cursorDot.CustomCursor-module__IN7vAW__hovering{background-color:#0000}.CustomCursor-module__IN7vAW__cursorDot.CustomCursor-module__IN7vAW__text{background-color:var(--primary);border-radius:0;width:2px;height:24px}.CustomCursor-module__IN7vAW__cursorRing.CustomCursor-module__IN7vAW__text{opacity:0;width:4px;height:24px}@media (pointer:coarse){.CustomCursor-module__IN7vAW__cursorDot,.CustomCursor-module__IN7vAW__cursorRing{display:none}}
.MobileNav-module__lB7WuW__mobileNav{-webkit-backdrop-filter:blur(12px);z-index:50;width:100%;padding:0 1.5rem .75rem;padding-bottom:calc(env(safe-area-inset-bottom,1rem) + .5rem);background:#0a0a0af2;border-top-left-radius:24px;border-top-right-radius:24px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:none;position:fixed;bottom:0;left:0;transform:translateY(0);box-shadow:0 -4px 20px #0003}.MobileNav-module__lB7WuW__handleContainer{cursor:pointer;touch-action:none;justify-content:center;align-items:center;width:100%;height:24px;margin-bottom:.5rem;display:flex}.MobileNav-module__lB7WuW__handle{background:#fff3;border-radius:2px;width:40px;height:4px;transition:background .2s}.MobileNav-module__lB7WuW__handleContainer:hover .MobileNav-module__lB7WuW__handle{background:#fff6}.MobileNav-module__lB7WuW__navInner{z-index:2;justify-content:space-between;align-items:center;width:100%;max-width:500px;margin:0 auto;display:flex;position:relative}.MobileNav-module__lB7WuW__expandedMenu{opacity:0;width:100%;max-width:500px;max-height:0;margin:0 auto;transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .3s;overflow:hidden}.MobileNav-module__lB7WuW__mobileNav.MobileNav-module__lB7WuW__expanded .MobileNav-module__lB7WuW__expandedMenu{opacity:1;max-height:500px;margin-bottom:1.5rem;overflow-y:auto}.MobileNav-module__lB7WuW__menuGrid{border-top:1px solid #ffffff1a;grid-template-columns:1fr;gap:1rem;padding-top:1rem;display:grid}.MobileNav-module__lB7WuW__menuItem{border-radius:var(--radius-md);color:var(--foreground);background:#ffffff0d;align-items:center;gap:.75rem;padding:1rem;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.MobileNav-module__lB7WuW__menuItem:hover{background:#ffffff1a}.MobileNav-module__lB7WuW__navLink{color:var(--secondary-foreground);border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:60px;height:60px;padding:.5rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:color .2s,transform .2s;display:flex}.MobileNav-module__lB7WuW__navLink:hover{color:var(--foreground)}.MobileNav-module__lB7WuW__navLink.MobileNav-module__lB7WuW__active{color:var(--primary);background:#ffffff1a;font-weight:600;transform:scale(1.05)}.MobileNav-module__lB7WuW__navLink.MobileNav-module__lB7WuW__active svg{filter:drop-shadow(0 0 8px #ffffff80)}.MobileNav-module__lB7WuW__navLink svg{width:24px;height:24px}@media (max-width:768px){.MobileNav-module__lB7WuW__mobileNav{display:block}}.MobileNav-module__lB7WuW__backdrop{z-index:45;opacity:0;pointer-events:none;background:#00000080;width:100%;height:100%;transition:opacity .3s;position:fixed;top:0;left:0}.MobileNav-module__lB7WuW__backdrop.MobileNav-module__lB7WuW__active{opacity:1;pointer-events:auto}
.TopBanner-module__czT8Ta__banner{color:#000;text-align:center;z-index:60;background-color:#b9b0ff;width:100%;padding:.5rem 1rem;font-size:.875rem;font-weight:300;position:relative}.TopBanner-module__czT8Ta__text{max-width:1200px;margin:0 auto}
