*{cursor:none!important}#custom-cursor{width:8px;height:8px;background-color:var(--neon-blue, #00d2ff);border-radius:50%;position:fixed;pointer-events:none;z-index:10010;transform:translate(-50%,-50%) scale(1);opacity:0;transition:opacity .2s ease,transform .2s cubic-bezier(.175,.885,.32,1.275),background-color .2s ease,box-shadow .2s ease}#cursor-outline{display:none}.cursor-hover-active{transform:translate(-50%,-50%) scale(3.5);background-color:#00d2ff40;box-shadow:0 0 12px #00d2ff66}@media (max-width: 768px),(hover: none),(pointer: coarse){#custom-cursor,#cursor-outline{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}}#fullscreen-toggle{position:fixed;bottom:20px;right:20px;z-index:10002;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#0d1219c7;border:1px solid rgba(0,210,255,.16);border-radius:50%;color:#00d2ff;font-size:1rem;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:.2s ease}#fullscreen-toggle:hover{background:#00d2ff24;border-color:#00d2ff73;box-shadow:0 0 20px #00d2ff4d}@media (max-width: 768px){#fullscreen-toggle{bottom:14px;right:14px;width:38px;height:38px;font-size:.9rem}}:root{--neon-blue: #00d2ff;--neon-blue-dim: rgba(0, 210, 255, .18);--neon-blue-glow: rgba(0, 210, 255, .35);--dark-bg: #080c12;--dark-surface: #0d1219;--glass: rgba(13, 18, 25, .75);--glass-border: rgba(0, 210, 255, .15);--text-muted: #4a5568;--text-dim: #8899aa}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body,html{width:100%;min-height:100vh;background-color:var(--dark-bg);font-family:JetBrains Mono,monospace;color:#fff;overflow-x:hidden;overflow-y:auto}.landing-page{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:2}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,210,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,210,255,.03) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;z-index:0}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 40%,rgba(4,6,10,.85) 100%);pointer-events:none;z-index:0}#particles-js{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1}#splash-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:var(--dark-bg);transition:opacity .7s ease,visibility .7s ease}.splash-inner{text-align:center;animation:systemBoot 1.2s ease-out both}.splash-title{font-size:clamp(2.6rem,6vw,4rem);font-weight:700;letter-spacing:12px;line-height:1.05;color:#fff;text-shadow:0 0 30px rgba(0,210,255,.2),0 0 60px rgba(0,210,255,.06);margin-bottom:48px}.name-accent{color:var(--neon-blue);text-shadow:0 0 20px rgba(0,210,255,.5),0 0 60px rgba(0,210,255,.2)}.splash-prompt{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.75rem;letter-spacing:3px;color:var(--text-dim);font-weight:300;animation:fadeInUp .8s ease-out 1.4s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.key-symbol{display:inline-block;padding:1px 8px 3px;border:1px solid rgba(0,210,255,.4);border-radius:4px;color:var(--neon-blue);font-size:1rem;line-height:1.4;background:#00d2ff0d;box-shadow:0 0 8px #00d2ff26}@keyframes systemBoot{0%{opacity:0;filter:blur(12px);transform:scale(.96)}to{opacity:1;filter:blur(0);transform:scale(1)}}.blink-cursor{color:var(--neon-blue);animation:blink 1.1s step-end infinite;font-weight:700}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width: 768px){body,html{align-items:flex-start}body:before,body:after{display:none}.splash-title{letter-spacing:6px;font-size:2rem}.splash-inner{animation:none;opacity:1}#custom-cursor,#cursor-outline{display:none}*{cursor:auto!important}}
