@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary:#8a2be2;--primary-hover:#9d4edd;--bg-top:#0f0c29;--bg-mid:#302b63;--bg-bottom:#24243e;--text-main:#fff;--text-muted:#a0a0b0;--card-bg:#19192399;--card-border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-main);background:linear-gradient(135deg, var(--bg-top), var(--bg-mid), var(--bg-bottom));-webkit-font-smoothing:antialiased;background-attachment:fixed;min-height:100vh;font-family:Outfit,sans-serif}.app-container{flex-direction:column;max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem;display:flex}.header{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:2rem;display:flex}.logo{background:linear-gradient(90deg,#e0c3fc,#8ec5fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;align-items:center;gap:.5rem;font-size:1.8rem;font-weight:700;display:flex}.main-content{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.hero{text-align:center;margin-bottom:3rem}.hero h1{margin-bottom:1rem;font-size:3.5rem;font-weight:700;line-height:1.2}.hero p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.2rem}.glass-card{background:var(--card-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--card-border);border-radius:24px;width:100%;max-width:500px;padding:3rem;transition:transform .3s,box-shadow .3s;box-shadow:0 25px 50px -12px #00000080}.glass-card:hover{transform:translateY(-5px);box-shadow:0 35px 60px -15px #0009}.stats-container{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.stat-row{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.stat-label{color:var(--text-muted);font-size:.95rem}.stat-value{color:#fff;font-size:1.2rem;font-weight:600}.btn-primary{color:#fff;background:linear-gradient(90deg, var(--primary), #a252f4);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600;transition:all .2s;display:flex;position:relative;overflow:hidden}.btn-primary:hover:not(:disabled){transform:scale(1.02);box-shadow:0 0 20px #8a2be280}.btn-primary:active:not(:disabled){transform:scale(.98)}.btn-primary:disabled{color:#888;cursor:not-allowed;box-shadow:none;background:#4a4a5a;transform:none}.message-box{text-align:center;border-radius:8px;margin-top:1.5rem;padding:1rem;font-size:.9rem;animation:.3s fadeIn}.message-success{color:#2ecc71;background:#2ecc711a;border:1px solid #2ecc714d}.message-error{color:#e74c3c;background:#e74c3c1a;border:1px solid #e74c3c4d}.pulse{animation:2s infinite pulse}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
