*{box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-height:100vh}#root{min-height:100vh}.loading{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#5574e5,#e24375)}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.2);border-left-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.landing-container{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#5574e5,#e24375);color:#fff;position:relative;overflow-x:hidden}.glow-container{position:absolute;top:5%;left:50%;transform:translate(-50%);width:300px;height:300px;pointer-events:none}.glow{width:100%;height:100%;border-radius:50%;background:radial-gradient(circle,#ffffff4d,#fff0 70%);animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.hero{flex:1;display:flex;flex-direction:column;align-items:center;padding:3rem 2rem 2rem;text-align:center;position:relative;z-index:1}.app-icon{width:120px;height:120px;border-radius:28px;overflow:hidden;margin-bottom:1rem;box-shadow:0 10px 40px #0000004d}.app-icon img{width:100%;height:100%;object-fit:cover}h1{font-size:48px;font-weight:900;color:#fff;letter-spacing:2px;margin:0 0 .25rem;text-shadow:0 4px 10px rgba(0,0,0,.3)}.subtitle{font-size:18px;color:#ffffffe6;margin:0 0 1rem;font-weight:500;letter-spacing:.5px}.description{font-size:16px;color:#ffffffd9;margin:0 0 1.5rem;max-width:400px;line-height:1.5}.download-buttons{display:flex;flex-direction:row;gap:1rem;align-items:center;flex-wrap:wrap;justify-content:center}.store-badge{display:inline-flex;align-items:center;gap:.6rem;padding:8px 16px 8px 12px;background:#000;color:#fff;text-decoration:none;border-radius:10px;border:1px solid #a6a6a6;transition:transform .2s,opacity .2s;cursor:pointer}.store-badge:hover{transform:scale(1.05)}.store-icon{width:28px;height:28px}.store-icon.play{width:24px;height:24px}.store-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.store-subtitle{font-size:10px;font-weight:400;letter-spacing:.02em}.store-title{font-size:18px;font-weight:600;letter-spacing:-.01em}.store-badge.coming-soon{opacity:.7;cursor:not-allowed}.store-badge.coming-soon:hover{transform:none}.store-badge.coming-soon .store-subtitle{font-weight:600;font-size:9px;letter-spacing:.05em}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:600px;margin-top:2rem;width:100%}.feature{background:#ffffff1a;padding:1.25rem 1rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);display:flex;flex-direction:column;align-items:center;text-align:center}.feature-icon-wrapper{width:50px;height:50px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;box-shadow:0 4px 12px #0003}.feature-icon-wrapper.purple{background:linear-gradient(135deg,#6a11cb,#2575fc)}.feature-icon-wrapper.pink{background:linear-gradient(135deg,#f093fb,#f5576c)}.feature-icon{font-size:24px}.feature h3{font-size:14px;font-weight:800;margin:0 0 .35rem;color:#fff;letter-spacing:.5px}.feature p{font-size:12px;color:#ffffffd9;margin:0;line-height:1.4;font-weight:500}.how-to-play{margin-top:2.5rem;width:100%;max-width:500px}.how-to-play h2{font-size:24px;font-weight:900;color:#fff;letter-spacing:1px;margin:0 0 1.25rem;text-shadow:0 2px 8px rgba(0,0,0,.3)}.steps{display:flex;flex-direction:column;gap:1rem}.step{background:#ffffff26;border-radius:16px;padding:1rem 1.25rem;display:flex;align-items:flex-start;gap:1rem;border:1px solid rgba(255,255,255,.2)}.step-number{width:32px;height:32px;min-width:32px;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;color:#fff;box-shadow:0 4px 10px #0003}.step p{margin:0;font-size:14px;color:#fffffff2;line-height:1.5;font-weight:500;text-align:left;padding-top:4px}footer{padding:1.5rem 2rem 2rem;text-align:center;position:relative;z-index:1}.footer-cta{display:inline-block;padding:14px 28px;background:linear-gradient(90deg,#f093fb,#f5576c);color:#fff;text-decoration:none;border-radius:16px;font-weight:700;font-size:16px;font-family:inherit;margin-bottom:1rem;box-shadow:0 6px 12px #0000004d,inset 0 1px #ffffff4d;border:none;border-bottom:3px solid rgba(0,0,0,.2);transition:transform .2s;cursor:pointer}.footer-cta:hover{transform:translateY(-2px)}.copyright{margin:0;color:#ffffff80;font-size:13px;font-weight:500}@media(max-width:600px){.hero{padding:2rem 1.5rem 1.5rem}h1{font-size:40px}.subtitle{font-size:16px}.app-icon{width:100px;height:100px;border-radius:24px}.features{grid-template-columns:repeat(2,1fr);gap:.75rem}.feature{padding:1rem .75rem}.feature-icon-wrapper{width:44px;height:44px;border-radius:12px}.feature-icon{font-size:20px}.feature h3{font-size:12px}.feature p{font-size:11px}.store-badge{padding:6px 12px 6px 10px}.store-icon{width:24px;height:24px}.store-icon.play{width:20px;height:20px}.store-title{font-size:16px}.store-subtitle{font-size:9px}.glow-container{width:200px;height:200px}.how-to-play h2{font-size:20px}.step{padding:.875rem 1rem}.step-number{width:28px;height:28px;min-width:28px;font-size:14px}.step p{font-size:13px}}@media(max-width:380px){.features{grid-template-columns:1fr}.feature{flex-direction:row;text-align:left;gap:1rem}.feature-icon-wrapper{margin-bottom:0}.feature h3{margin-bottom:.25rem}}.dashboard{min-height:100vh;background:#0f172a;color:#f1f5f9;padding:2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-header h1{font-size:2rem;font-weight:700;color:#fff;margin:0}.refresh-btn{padding:.5rem 1rem;background:#6366f1;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:background .2s}.refresh-btn:hover{background:#4f46e5}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b)}.login-form{background:#1e293b;padding:3rem;border-radius:16px;text-align:center;box-shadow:0 25px 50px -12px #00000080}.login-form h1{color:#fff;margin:0 0 2rem;font-size:1.75rem}.login-form input{width:100%;padding:1rem;border:2px solid #374151;border-radius:8px;background:#0f172a;color:#fff;font-size:1rem;margin-bottom:1rem;outline:none;transition:border-color .2s}.login-form input:focus{border-color:#6366f1}.login-form button{width:100%;padding:1rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.login-form button:hover{background:#4f46e5}.login-form .error{color:#ef4444;margin-top:1rem;margin-bottom:0}.loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f172a;color:#fff;font-size:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#1e293b;padding:1.5rem;border-radius:12px;border:1px solid #334155}.stat-card h3{font-size:.875rem;color:#94a3b8;margin:0 0 .5rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:2rem;font-weight:700;color:#fff;margin:0}.stat-change{font-size:.875rem;margin:.5rem 0 0}.stat-change.positive{color:#22c55e}.stat-change.negative{color:#ef4444}.section{margin-bottom:2rem}.section h2{font-size:1.25rem;color:#fff;margin:0 0 1rem;font-weight:600}.chart-container{background:#1e293b;padding:1.5rem;border-radius:12px;border:1px solid #334155;margin-bottom:1rem}.chart-container h3{font-size:1rem;color:#94a3b8;margin:0 0 1rem;font-weight:500}.chart-row{display:flex;gap:1rem}.chart-container.half{flex:1;min-width:0}.platform-stats{display:flex;flex-direction:column;gap:.75rem}.platform-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.75rem;background:#0f172a;border-radius:8px}.platform-label{font-weight:600;color:#fff;min-width:100px}.platform-total{font-weight:700;color:#6366f1;min-width:60px}.platform-breakdown{display:flex;gap:1rem;flex-wrap:wrap;font-size:.875rem}.platform-breakdown .ios{color:#007aff}.platform-breakdown .android{color:#3ddc84}.platform-breakdown .web{color:#6366f1}.table-container{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #334155}th{background:#0f172a;font-weight:600;color:#94a3b8;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}td{color:#e2e8f0;font-size:.875rem}tr:hover td{background:#1e3a5f}.platform-badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.platform-badge.ios{background:#007aff33;color:#007aff}.platform-badge.android{background:#3ddc8433;color:#3ddc84}.platform-badge.web{background:#6366f133;color:#6366f1}.dashboard-footer{text-align:center;padding-top:2rem;border-top:1px solid #334155;margin-top:2rem}.dashboard-footer p{color:#64748b;font-size:.875rem;margin:0}@media(max-width:768px){.dashboard{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.chart-row{flex-direction:column}.chart-container.half{width:100%}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-value{font-size:1.5rem}.platform-row{flex-direction:column;align-items:flex-start}.platform-breakdown{flex-direction:column;gap:.25rem}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}}
