@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap";:root{color-scheme:dark}.color-bends-container{width:100%;height:100%;position:absolute;top:0;left:0}.target-cursor-wrapper{position:fixed;top:0;left:0;pointer-events:none;z-index:99999;will-change:transform}.target-cursor-dot{position:absolute;width:8px;height:8px;background:#fff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px #ffffff80}.target-cursor-corner{position:absolute;width:12px;height:12px;border:3px solid #fff;box-shadow:0 0 8px #fff6}.corner-tl{border-right:none;border-bottom:none;transform:translate(-18px,-18px)}.corner-tr{border-left:none;border-bottom:none;transform:translate(6px,-18px)}.corner-br{border-left:none;border-top:none;transform:translate(6px,6px)}.corner-bl{border-right:none;border-top:none;transform:translate(-18px,6px)}.performance-card{position:relative;display:flex;flex-direction:column;width:320px;padding:1rem;border-radius:.75rem;background:#020617e6;box-shadow:0 15px 40px -10px #00000080;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(99,102,241,.2)}.performance-card:hover{transform:scale(1.02);box-shadow:0 20px 50px -10px #6366f14d;border-color:#6366f166}.card-glow{position:absolute;inset:0;border-radius:.75rem;background:linear-gradient(to right,#6366f1,#a855f7,#ec4899);opacity:.1;filter:blur(4px);transition:opacity .3s ease}.performance-card:hover .card-glow{opacity:.2}.card-bg{position:absolute;inset:1px;border-radius:calc(.75rem - 1px);background:#0f172af2}.card-content{position:relative;z-index:1}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.header-left{display:flex;align-items:center;gap:.5rem}.icon-wrapper{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:.375rem;background:linear-gradient(to bottom right,#6366f1,#a855f7)}.chart-icon{width:.875rem;height:.875rem;color:#fff}.header-text{display:flex;flex-direction:column}.card-title{font-size:.75rem;font-weight:600;color:#fff;margin:0;line-height:1.2}.card-subtitle{font-size:.625rem;color:#64748b}.live-badge{display:flex;align-items:center;gap:.25rem;padding:.2rem .4rem;border-radius:9999px;background:#10b9811a;font-size:.65rem;font-weight:500;color:#10b981}.live-dot{width:.3rem;height:.3rem;border-radius:50%;background:#10b981;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.stat-box{padding:.5rem;border-radius:.375rem;background:#0f172a99;border:1px solid rgba(255,255,255,.05)}.stat-label{font-size:.55rem;font-weight:600;color:#64748b;margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 .125rem}.stat-change{font-size:.65rem;font-weight:500}.stat-change.positive{color:#10b981}.stat-change.negative{color:#ef4444}.stat-period{font-size:.55rem;color:#475569;margin:.125rem 0 0}.countup-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:#050510;display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .5s ease;cursor:none}.countup-loader.fade-out{opacity:0;pointer-events:none}.countup-content{display:flex;align-items:baseline;gap:.25rem}.countup-number{font-family:Orbitron,sans-serif;font-size:clamp(2rem,7.5vw,5rem);font-weight:700;color:#fff;letter-spacing:-.02em}.countup-percent{font-family:Orbitron,sans-serif;font-size:clamp(2rem,8vw,5rem);font-weight:400;color:#ffffff80}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}body{font-family:Orbitron,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#050510;color:#fff}.app{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.background-layer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;background:radial-gradient(ellipse at center,#0a0a20,#050510)}.widget-container{position:fixed;top:1.5rem;right:1.5rem;z-index:20}.hero-section{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;width:100%;max-width:1200px}.hero-content{width:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.hero-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(ellipse at center,rgba(82,39,255,.15) 0%,rgba(255,159,252,.1) 30%,transparent 70%);pointer-events:none;z-index:-1;animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.1)}}@media(max-width:768px){.widget-container{top:1rem;right:1rem}.hero-content{padding:.75rem 1rem}}@media(max-width:400px){.widget-container{right:.5rem;left:.5rem}}
