@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700;800&display=swap");@tailwind base;@tailwind components;@tailwind utilities;@keyframes cyber-eye-pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.25)}}@keyframes eye-blink{0%{transform:scaleY(0);opacity:0}78%{transform:scaleY(0);opacity:0}82%{transform:scaleY(1);opacity:1}88%{transform:scaleY(1);opacity:1}92%{transform:scaleY(0);opacity:0}to{transform:scaleY(0);opacity:0}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes neon-pulse{0%,to{opacity:1;box-shadow:0 0 6px rgba(0,229,255,.9)}50%{opacity:.5;box-shadow:0 0 2px rgba(0,229,255,.4)}}.hero-eye-pulse{animation:cyber-eye-pulse 2.1s ease-in-out infinite}.hero-eye-blink{animation:eye-blink 4.5s linear infinite}@layer base{:root{--background:0 0% 0%;--foreground:0 0% 97%;--card:240 5% 7%;--card-foreground:0 0% 97%;--popover:240 5% 5%;--popover-foreground:0 0% 97%;--primary:187 100% 50%;--primary-foreground:0 0% 0%;--secondary:240 5% 10%;--secondary-foreground:0 0% 97%;--muted:240 5% 9%;--muted-foreground:240 4% 46%;--accent:250 100% 69%;--accent-foreground:0 0% 0%;--destructive:0 84% 60%;--destructive-foreground:0 0% 97%;--border:240 5% 12%;--input:240 5% 9%;--ring:187 100% 50%;--radius:0rem}*{@apply border-border;box-sizing:border-box}body,html{font-family:JetBrains Mono,monospace}body{@apply bg-void text-foreground antialiased;background-color:#000;min-height:100vh}a,button,h1,h2,h3,h4,h5,h6,input,label,li,p,span{font-family:JetBrains Mono,monospace}}@layer base{::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:rgba(0,229,255,.18)}::-webkit-scrollbar-thumb:hover{background:rgba(0,229,255,.35)}}@layer components{.nav-link-hover{color:hsla(0,0%,100%,.38);transition:color .15s}.nav-link-hover:hover{color:#fff}.nav-cta-hover{background-color:#00e5ff;color:#000;transition:background-color .15s,box-shadow .15s}.nav-cta-hover:hover{background-color:rgba(0,229,255,.85);box-shadow:0 0 24px rgba(0,229,255,.5)}.footer-link-hover{color:hsla(0,0%,100%,.28);transition:color .15s}.footer-link-hover:hover{color:#00e5ff}.glass{border:1px solid rgba(0,229,255,.15);border-radius:16px}.glass,.glass-feature{background:hsla(0,0%,100%,.03);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.glass-feature{border:1px solid rgba(0,229,255,.12);border-left:2px solid rgba(0,229,255,.55);border-radius:16px}.glass-feature:hover{background:rgba(0,229,255,.04);border-color:rgba(0,229,255,.22) rgba(0,229,255,.22) rgba(0,229,255,.22) rgba(0,229,255,.8);box-shadow:0 0 24px rgba(0,229,255,.07)}.glass-pricing{background:rgba(0,229,255,.03);border:1px solid rgba(0,229,255,.2);border-radius:16px}.glass-pricing,.glass-pricing-featured{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.glass-pricing-featured{background:rgba(0,229,255,.08);border:2px solid rgba(0,229,255,.5);border-radius:16px;box-shadow:0 0 50px rgba(0,229,255,.14),inset 0 0 40px rgba(0,229,255,.04)}.cyber-card{background:hsla(0,0%,100%,.03);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,229,255,.15);border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.4)}.cyber-card-hover{@apply cyber-card transition-all duration-200 cursor-pointer}.cyber-card-hover:hover{background:rgba(0,229,255,.04);border-color:rgba(0,229,255,.3);box-shadow:0 0 28px rgba(0,229,255,.09)}.btn-cyber{@apply relative px-6 py-3 font-mono font-semibold text-sm uppercase tracking-widest
           bg-transparent border border-[#00e5ff]/50 text-[#00e5ff]
           transition-all duration-150 cursor-pointer rounded-none
           hover:bg-[#00e5ff]/8 hover:border-[#00e5ff]
           focus:outline-none focus:ring-1 focus:ring-[#00e5ff]/40
           active:scale-95}.btn-cyber:hover{box-shadow:0 0 16px rgba(0,229,255,.25)}.btn-cyber-solid{@apply relative px-6 py-3 font-mono font-semibold text-sm uppercase tracking-widest
           bg-[#00e5ff] text-black
           transition-all duration-150 cursor-pointer rounded-none
           hover:bg-[#00e5ff]/90
           focus:outline-none focus:ring-1 focus:ring-[#00e5ff]/60
           active:scale-95}.btn-cyber-solid:hover{box-shadow:0 0 24px rgba(0,229,255,.4)}.btn-ghost{@apply relative px-6 py-3 font-mono font-semibold text-sm uppercase tracking-widest
           bg-transparent border border-white/10 text-white/60
           transition-all duration-150 cursor-pointer rounded-none
           hover:border-white/25 hover:text-white
           focus:outline-none active:scale-95}.neon-text-cyan{color:#00e5ff;text-shadow:0 0 12px rgba(0,229,255,.9),0 0 40px rgba(0,229,255,.4)}.neon-text-purple{color:#7b61ff;text-shadow:0 0 12px rgba(123,97,255,.9),0 0 40px rgba(123,97,255,.4)}.gradient-cyan-purple{background:linear-gradient(135deg,#00e5ff,#7b61ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.scanlines:after{content:"";position:fixed;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(0,0,0,.03) 0,rgba(0,0,0,.03) 4px);pointer-events:none;z-index:9999}.label-caps,.pill,.pill-amber,.pill-cyan,.pill-green,.pill-purple{@apply pill bg-green-500/10 text-green-400 border border-green-500/20}}