@tailwind base;@tailwind components;@tailwind utilities;::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#333}::-webkit-scrollbar-thumb:hover{background:#f33}html,body{min-height:100%;background-color:#0a0a0a;color:#f5f5f5;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}::selection{background:#f33;color:#0a0a0a}.text-outline{-webkit-text-stroke:1px #F5F5F5;color:transparent}.glitch-text{position:relative}.glitch-text:before,.glitch-text:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;background:#0a0a0a}.glitch-text:before{left:2px;text-shadow:-1px 0 #FF3333;clip:rect(44px,450px,56px,0);animation:glitch-anim 5s infinite linear alternate-reverse}.glitch-text:after{left:-2px;text-shadow:-1px 0 #FFFFFF;clip:rect(44px,450px,56px,0);animation:glitch-anim-2 5s infinite linear alternate-reverse}@keyframes glitch-anim{0%{clip:rect(33px,9999px,11px,0)}20%{clip:rect(87px,9999px,96px,0)}40%{clip:rect(15px,9999px,63px,0)}60%{clip:rect(62px,9999px,24px,0)}80%{clip:rect(9px,9999px,78px,0)}to{clip:rect(54px,9999px,32px,0)}}@keyframes glitch-anim-2{0%{clip:rect(66px,9999px,22px,0)}20%{clip:rect(21px,9999px,85px,0)}40%{clip:rect(93px,9999px,14px,0)}60%{clip:rect(45px,9999px,58px,0)}80%{clip:rect(12px,9999px,39px,0)}to{clip:rect(76px,9999px,91px,0)}}
