@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&family=Noto+Sans+Arabic:wght@400;500;600;700&display=swap");:root{--bg-primary:#050514;--bg-secondary:#101028;--text-primary:#fff;--text-secondary:#88a;--card-bg:#1a1a35;--card-border:rgba(90,70,200,.5);--glow-purple:rgba(140,80,255,.35);--glow-blue:rgba(60,100,255,.25);--positive-color:#4caf50;--negative-color:#f44336}*{box-sizing:border-box;margin:0;padding:0}*,body,html{-ms-overflow-style:none!important;scrollbar-width:none!important}::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}body{font-family:Noto Sans Arabic,sans-serif;background:url(/background.png) no-repeat 50% fixed;background-size:cover;color:var(--text-primary);min-height:100vh;position:relative;overflow-x:hidden}body:before{background:radial-gradient(circle at 50% 0,rgba(0,0,0,.7) 0,transparent 60%),radial-gradient(circle at 0 100%,rgba(0,0,0,.8) 0,transparent 60%),radial-gradient(circle at 100% 100%,rgba(0,0,0,.8) 0,transparent 60%)}body:after,body:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none}body:after{background:radial-gradient(circle at 10% 0,hsla(0,0%,100%,.04) 0,transparent 55%),radial-gradient(circle at 90% 100%,hsla(0,0%,100%,.03) 0,transparent 55%)}.container{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:30px 40px;width:100%}@media (max-width:600px){body{background:url(/background.png) no-repeat top;background-size:cover;background-attachment:scroll}.container{padding:10px}}