@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";
:root{--color-bg:#000;--color-bg-2:#080808;--color-surface:#0f0f0f;--color-border:#ffffff14;--color-border-hover:#ffffff26;--color-signal:#3d7eff;--color-signal-glow:#3d7eff40;--color-amber:#ff9f3d;--color-amber-glow:#ff9f3d33;--color-text-primary:#f0f0f4;--color-text-secondary:#f0f0f48c;--color-text-muted:#f0f0f447;--glass-bg:#000000ad;--glass-bg-light:#0a0a0ac7;--glass-blur:20px;--glass-border:1px solid #ffffff12;--font-display:"Satoshi", "Inter", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"JetBrains Mono", monospace;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:32px;--space-xl:64px;--space-2xl:128px;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.45, 0, .55, 1);--duration-fast:.2s;--duration-med:.4s;--duration-slow:.7s;--z-bg:0;--z-content:10;--z-ui:20;--z-nav:30;--z-overlay:40;--z-cursor:100}*,:before,:after{box-sizing:border-box;margin:0;padding:0;cursor:none!important}html{background:var(--color-bg);color:var(--color-text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:none;font-size:16px;overflow:hidden}body{background:var(--color-bg);width:100%;height:100dvh;overflow:hidden}body.hide-custom-cursor *{cursor:auto!important}body.hide-custom-cursor #custom-cursor{visibility:hidden;opacity:0!important}a{color:inherit;text-decoration:none}button{cursor:none;color:inherit;background:0 0;border:none;font-family:inherit}img,video{max-width:100%;display:block}.text-display-xl{font-family:var(--font-display);letter-spacing:-.03em;font-size:clamp(4rem,10vw,9rem);font-weight:700;line-height:.9}.text-display-lg{font-family:var(--font-display);letter-spacing:-.025em;font-size:clamp(2.5rem,6vw,5.5rem);font-weight:700;line-height:1}.text-display{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:600;line-height:1.1}.text-label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);font-size:.6875rem;font-weight:500}.text-body{font-family:var(--font-body);color:var(--color-text-secondary);font-size:.9375rem;font-weight:400;line-height:1.65}.text-mono{font-family:var(--font-mono);font-size:.75rem;font-weight:400}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:var(--glass-border)}.glass-light{background:var(--glass-bg-light);-webkit-backdrop-filter:blur(var(--glass-blur));border:var(--glass-border)}.tag{border:1px solid var(--color-border);font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-secondary);white-space:nowrap;transition:border-color var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out);background:#ffffff0a;border-radius:100px;align-items:center;padding:4px 10px;font-size:.625rem;display:inline-flex}.tag:hover{border-color:var(--color-border-hover);color:var(--color-text-primary)}.tag--signal{color:var(--color-signal);background:#3d7eff14;border-color:#3d7eff4d}.tag--amber{color:var(--color-amber);background:#ff9f3d14;border-color:#ff9f3d4d}.cursor{pointer-events:none;z-index:var(--z-cursor);transition:opacity .3s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor__dot{background:var(--color-text-primary);width:8px;height:8px;transition:transform .15s var(--ease-out), background .2s ease;border-radius:50%}.cursor__ring{width:36px;height:36px;transition:transform .35s var(--ease-out), border-color .2s ease, width .3s var(--ease-out), height .3s var(--ease-out);border:1px solid #ffffff59;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}.cursor__label{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;color:var(--color-text-primary);opacity:0;font-size:.5625rem;transition:opacity .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cursor[data-state=watch] .cursor__ring{border-color:#3d7eff99;width:90px;height:90px}.cursor[data-state=watch] .cursor__dot{background:var(--color-signal);transform:scale(.5)}.cursor[data-state=watch] .cursor__label{opacity:1;color:var(--color-signal)}.cursor[data-state=preview] .cursor__ring{border-color:#ff9f3d99;width:72px;height:72px}.cursor[data-state=preview] .cursor__dot{background:var(--color-amber);transform:scale(.5)}.cursor[data-state=preview] .cursor__label{opacity:1;color:var(--color-amber)}.cursor[data-state=link] .cursor__ring{width:48px;height:48px}.cursor[data-state=link] .cursor__dot{transform:scale(1.5)}::-webkit-scrollbar{display:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInSlow{0%{opacity:0}to{opacity:1}}@keyframes pulse-glow{0%,to{box-shadow:0 0 0 0 var(--color-signal-glow)}50%{box-shadow:0 0 24px 6px var(--color-signal-glow)}}.animate-fade-in{animation:fadeIn .8s var(--ease-out) forwards}.animate-fade-in-slow{animation:1.2s forwards fadeInSlow}.noise-overlay{pointer-events:none;z-index:1;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px 200px;position:fixed;inset:0}
.CustomCursor-module__8EfPFq__cursor{pointer-events:none;z-index:9999;will-change:transform;position:fixed;top:0;left:0}.CustomCursor-module__8EfPFq__glow{pointer-events:none;background:radial-gradient(circle,#ffffff0e 0%,#ffffff06 35%,#0000 70%);border-radius:50%;width:320px;height:320px;transition:background .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CustomCursor-module__8EfPFq__cursor[data-state=watch] .CustomCursor-module__8EfPFq__glow{background:radial-gradient(circle,#3d7eff1f 0%,#3d7eff0d 35%,#0000 70%)}.CustomCursor-module__8EfPFq__cursor[data-state=preview] .CustomCursor-module__8EfPFq__glow{background:radial-gradient(circle,#ff9f3d1f 0%,#ff9f3d0d 35%,#0000 70%)}.CustomCursor-module__8EfPFq__cursor[data-state=link] .CustomCursor-module__8EfPFq__glow{background:radial-gradient(circle,#ffffff12 0%,#ffffff08 35%,#0000 70%)}.CustomCursor-module__8EfPFq__dot{background:var(--color-text-primary);width:7px;height:7px;transition:background .2s ease, transform .15s var(--ease-out);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}.CustomCursor-module__8EfPFq__ring{width:36px;height:36px;transition:width .35s var(--ease-out), height .35s var(--ease-out), border-color .2s ease;border:1px solid #ffffff4d;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CustomCursor-module__8EfPFq__label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;color:var(--color-text-primary);font-size:.5625rem;font-weight:500;transition:opacity .2s,color .2s;animation:.2s forwards CustomCursor-module__8EfPFq__fadeIn;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CustomCursor-module__8EfPFq__cursor[data-state=watch] .CustomCursor-module__8EfPFq__dot{background:#fff;transform:translate(-50%,-50%)scale(.35)}.CustomCursor-module__8EfPFq__cursor[data-state=watch] .CustomCursor-module__8EfPFq__ring{border-width:1.5px;border-color:#ffffffe6;width:96px;height:96px}.CustomCursor-module__8EfPFq__cursor[data-state=watch] .CustomCursor-module__8EfPFq__label{color:#fff;letter-spacing:.16em;text-shadow:0 0 8px #000000e6,0 1px 3px #000c,0 0 24px #0009;font-size:.625rem}.CustomCursor-module__8EfPFq__cursor[data-state=text] .CustomCursor-module__8EfPFq__dot{background:#fff;transform:translate(-50%,-50%)scale(.35)}.CustomCursor-module__8EfPFq__cursor[data-state=text] .CustomCursor-module__8EfPFq__ring{border-width:1.5px;border-color:#ffffffe6;width:110px;height:110px}.CustomCursor-module__8EfPFq__cursor[data-state=text] .CustomCursor-module__8EfPFq__label{color:#fff;letter-spacing:.16em;text-shadow:0 0 8px #000000e6,0 1px 3px #000c,0 0 24px #0009;font-size:.625rem}.CustomCursor-module__8EfPFq__cursor[data-state=preview] .CustomCursor-module__8EfPFq__dot{background:var(--color-amber);transform:translate(-50%,-50%)scale(.4)}.CustomCursor-module__8EfPFq__cursor[data-state=preview] .CustomCursor-module__8EfPFq__ring{border-color:#ff9f3d8c;width:72px;height:72px}.CustomCursor-module__8EfPFq__cursor[data-state=preview] .CustomCursor-module__8EfPFq__label{color:var(--color-amber)}.CustomCursor-module__8EfPFq__cursor[data-state=link] .CustomCursor-module__8EfPFq__dot{transform:translate(-50%,-50%)scale(1.6)}.CustomCursor-module__8EfPFq__cursor[data-state=link] .CustomCursor-module__8EfPFq__ring{border-color:#ffffff80;width:48px;height:48px}@keyframes CustomCursor-module__8EfPFq__fadeIn{0%{opacity:0}to{opacity:1}}
.MobileBottomNav-module__E7Z25a__nav{display:none}@media (max-width:768px){.MobileBottomNav-module__E7Z25a__nav{height:64px;padding-bottom:env(safe-area-inset-bottom,0px);-webkit-backdrop-filter:blur(24px);z-index:300;background:#060606eb;border-top:1px solid #ffffff12;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.MobileBottomNav-module__E7Z25a__tab{color:#ffffff59;font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;flex-direction:column;flex:1;align-items:center;gap:5px;padding:8px 0;font-size:.48rem;transition:color .2s;display:flex}.MobileBottomNav-module__E7Z25a__tab:hover{color:#ffffffa6}.MobileBottomNav-module__E7Z25a__tab.MobileBottomNav-module__E7Z25a__active{color:#fff}}
