:root{--bg: #04080c;--surface: #070e16;--card: #0a1520;--card-hover: #0d1a28;--border: #0d2640;--border-bright: #1a5070;--cyan: #00d4f5;--cyan-dim: rgba(0,212,245,.12);--teal: #00a8b8;--green: #00ff9d;--green-dim: rgba(0,255,157,.1);--amber: #ffa500;--amber-dim: rgba(255,165,0,.1);--red: #ff2d55;--red-dim: rgba(255,45,85,.08);--gold: #d4a843;--gold-dim: rgba(212,168,67,.1);--white: #ddeef8;--dim: #4a7a9b;--dimmer: #263e52;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px);--ease: cubic-bezier(.22,1,.36,1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--white);font-family:IBM Plex Mono,monospace;font-weight:400;font-size:14px;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(to bottom,transparent 0px,transparent 2px,rgba(0,0,0,.06) 2px,rgba(0,0,0,.06) 3px);pointer-events:none;z-index:9999}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(0,212,245,.012) 1px,transparent 1px),linear-gradient(90deg,rgba(0,212,245,.012) 1px,transparent 1px);background-size:40px 40px;pointer-events:none;z-index:0}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;background:none;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}input{font-family:inherit;-webkit-tap-highlight-color:transparent}@keyframes gPulse{0%{opacity:.6;transform:translate(-50%) scale(1)}to{opacity:1;transform:translate(-50%) scale(1.06)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes subtleBounce{0%,to{transform:translate(-50%) translateY(0);opacity:.4}50%{transform:translate(-50%) translateY(-7px);opacity:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
