:root{--border-radius:4px;--border-radius2x:8px;--default:#ffffff;--primary:#1F3A5F;--primary-100:#1B3354;--primary-200:#172C49;--primary-300:#2f4560;--primary--100:#25466F;--primary--200:#2B5280;--primary--300:#315E91;--secondary:#3FBFB5;--secondary-100:#39ACA3;--secondary-200:#339991;--secondary-300:#2D867F;--secondary--100:#52C5BC;--secondary--200:#65CBC3;--secondary--300:#78D1CA;--tertiary:#00A89C;--tertiary-100:#00978C;--tertiary-200:#00867C;--tertiary-300:#00756C;--tertiary--100:#00B9AC;--tertiary--200:#00CABC;--tertiary--300:#00DBCC;--quaternary:#0E2036;--quaternary-100:#0C1C30;--quaternary-200:#0A1829;--quaternary-300:#081423;--quaternary--100:#10243C;--quaternary--200:#122842;--quaternary--300:#142C48;--primary-rgba-0:rgba(31,58,95,0);--primary-rgba-10:rgba(31,58,95,0.1);--primary-rgba-20:rgba(31,58,95,0.2);--primary-rgba-30:rgba(31,58,95,0.3);--primary-rgba-40:rgba(31,58,95,0.4);--primary-rgba-50:rgba(31,58,95,0.5);--primary-rgba-60:rgba(31,58,95,0.6);--primary-rgba-70:rgba(31,58,95,0.7);--primary-rgba-80:rgba(31,58,95,0.8);--primary-rgba-90:rgba(31,58,95,0.9);--secondary-rgba-0:rgba(63,191,181,0);--secondary-rgba-10:rgba(63,191,181,0.1);--secondary-rgba-20:rgba(63,191,181,0.2);--secondary-rgba-30:rgba(63,191,181,0.3);--secondary-rgba-40:rgba(63,191,181,0.4);--secondary-rgba-50:rgba(63,191,181,0.5);--secondary-rgba-60:rgba(63,191,181,0.6);--secondary-rgba-70:rgba(63,191,181,0.7);--secondary-rgba-80:rgba(63,191,181,0.8);--secondary-rgba-90:rgba(63,191,181,0.9);--dark:#212529;--dark-100:#16181b;--dark-200:#101214;--dark-300:#0a0c0d;--dark--100:#2c3237;--dark--200:#32383e;--dark--300:#383f45;--dark-rgba-0:rgba(33,37,41,0);--dark-rgba-10:rgba(33,37,41,0.1);--dark-rgba-20:rgba(33,37,41,0.2);--dark-rgba-30:rgba(33,37,41,0.3);--dark-rgba-40:rgba(33,37,41,0.4);--dark-rgba-50:rgba(33,37,41,0.5);--dark-rgba-60:rgba(33,37,41,0.6);--dark-rgba-70:rgba(33,37,41,0.7);--dark-rgba-80:rgba(33,37,41,0.8);--dark-rgba-90:rgba(33,37,41,0.9);--light:#FFF;--light-100:#f2f2f2;--light-200:#ececec;--light-300:#e6e6e6;--light--100:#ffffff;--light--200:#ffffff;--light--300:#ffffff;--light-rgba-0:rgba(255,255,255,0);--light-rgba-10:rgba(255,255,255,0.1);--light-rgba-20:rgba(255,255,255,0.2);--light-rgba-30:rgba(255,255,255,0.3);--light-rgba-40:rgba(255,255,255,0.4);--light-rgba-50:rgba(255,255,255,0.5);--light-rgba-60:rgba(255,255,255,0.6);--light-rgba-70:rgba(255,255,255,0.7);--light-rgba-80:rgba(255,255,255,0.8);--light-rgba-90:rgba(255,255,255,0.9)}.cyber-glow{box-shadow:0 0 30px rgba(63,191,181,.4),0 0 60px rgba(63,191,181,.3),0 0 90px rgba(63,191,181,.2),inset 0 0 30px rgba(63,191,181,.15);border:1px solid rgba(63,191,181,.3)}.cyber-border{position:relative;overflow:hidden;border:1px solid rgba(63,191,181,.2)}.cyber-border:before{top:0;left:-100%;animation:scan 2s linear infinite}.cyber-border:after,.cyber-border:before{content:"";position:absolute;width:100%;height:2px;background:linear-gradient(90deg,transparent,#3FBFB5,transparent)}.cyber-border:after{bottom:0;right:-100%;animation:scan-reverse 2s linear infinite;animation-delay:1s}@keyframes scan{0%{left:-100%}to{left:100%}}@keyframes scan-reverse{0%{right:-100%}to{right:100%}}.hologram-text{background:linear-gradient(45deg,#3FBFB5,#ffffff,#3FBFB5,#ffffff);background-size:400% 400%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:hologram 4s ease-in-out infinite;text-shadow:0 0 30px rgba(63,191,181,.5)}@keyframes hologram{0%,to{background-position:0 50%}25%{background-position:100% 50%}50%{background-position:100% 100%}75%{background-position:0 100%}}.floating-element{animation:float 8s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-15px) rotate(1deg)}50%{transform:translateY(-25px) rotate(0deg)}75%{transform:translateY(-10px) rotate(-1deg)}}.pulse-ring{animation:pulse-ring 3s cubic-bezier(.455,.03,.515,.955) infinite}@keyframes pulse-ring{0%{transform:scale(.8);opacity:1}to{transform:scale(3);opacity:0}}.neo-card{background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.05));backdrop-filter:blur(20px);border:1px solid rgba(63,191,181,.2);position:relative;overflow:hidden}.neo-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(63,191,181,.1),transparent);transition:left .5s}.neo-card:hover:before{left:100%}.data-stream{position:absolute;top:0;right:0;width:2px;height:100%;background:linear-gradient(180deg,transparent,#3FBFB5,transparent);animation:data-flow 2s linear infinite}@keyframes data-flow{0%{transform:translateY(-100%);opacity:0}50%{opacity:1}to{transform:translateY(100%);opacity:0}}.matrix-bg{position:absolute;inset:0;opacity:.05;background-image:linear-gradient(90deg,#3FBFB5 1px,transparent 0),linear-gradient(#3FBFB5 1px,transparent 0);background-size:20px 20px;animation:matrix-scroll 20s linear infinite}@keyframes matrix-scroll{0%{transform:translate(0)}to{transform:translate(20px,20px)}}.glitch-text{position:relative}.glitch-text:after,.glitch-text:before{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.glitch-text:hover:before{animation:glitch-1 .3s ease-in-out;color:#ff0080;opacity:.8}.glitch-text:hover:after{animation:glitch-2 .3s ease-in-out;color:#00ff80;opacity:.8}@keyframes glitch-1{0%,to{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}}@keyframes glitch-2{0%,to{transform:translate(0)}20%{transform:translate(2px,-2px)}40%{transform:translate(2px,2px)}60%{transform:translate(-2px,-2px)}80%{transform:translate(-2px,2px)}}