:root{--bg-deep: #080810;--bg-panel: #0f0f0f;--bg-card: #050509;--bg-input: #080810;--green: #00FF88;--green-dim: #00FF8822;--green-mid: #00FF8844;--blue: #00C8FF;--purple: #CC00FF;--purple-dim: #CC00FF33;--orange: #FF8C00;--red: #FF4444;--text-primary: #eeeeee;--text-secondary: #aaaaaa;--text-muted: #555555;--text-faint: #333333;--border-subtle: #1c1c1c;--border-faint: #222222;--r-sm: 6px;--r-md: 10px;--r-lg: 14px;--font-ui: "Segoe UI", system-ui, sans-serif;--font-mono: "Cascadia Code", "Fira Code", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg-deep);color:var(--text-secondary);font-family:var(--font-ui);-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}input,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0f84}.glow-green{box-shadow:0 0 12px #0f86}.glow-purple{box-shadow:0 0 12px #c0f6}.glow-blue{box-shadow:0 0 12px #00c8ff66}.glow-orange{box-shadow:0 0 12px #ff8c0066}.text-glow-green{text-shadow:0 0 10px #00FF88}.text-glow-purple{text-shadow:0 0 10px #CC00FF}@keyframes pulse-green{0%,to{box-shadow:0 0 6px #0f84}50%{box-shadow:0 0 20px #0f89}}@keyframes pulse-purple{0%,to{box-shadow:0 0 8px #c0f2}50%{box-shadow:0 0 24px #c0f6}}.pulse-green{animation:pulse-green 2s ease-in-out infinite}.pulse-purple{animation:pulse-purple 2.2s ease-in-out infinite}@keyframes border-sweep{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.holo-card{transform-style:preserve-3d;transition:transform .2s ease,box-shadow .2s ease}.holo-card:hover{transform:perspective(600px) rotateY(6deg) rotateX(-3deg) scale(1.03)}.holo-scan:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(0,255,136,.03) 3px,rgba(0,255,136,.03) 4px);pointer-events:none;border-radius:inherit}@keyframes holo-shimmer{0%{background-position:-200% center}to{background-position:200% center}}.holo-shimmer{background:linear-gradient(105deg,transparent 40%,rgba(0,255,136,.12) 50%,rgba(0,200,255,.1) 55%,transparent 60%);background-size:200% auto;animation:holo-shimmer 3s linear infinite}
