@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;900&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0a0f;color:#fff;font-family:Inter,sans-serif}.app{margin:0 auto;max-width:500px;min-height:100vh;padding:16px}header{justify-content:space-between;margin-bottom:20px}.logo,header{align-items:center;display:flex}.logo{gap:8px}.logo .bolt{font-size:28px}.logo h1{font-size:24px;font-weight:900}.clash{color:#f36}.signout{border:1px solid #333;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:8px 16px}.signout,.tabs{background:#1a1a2e}.tabs{border-radius:12px;display:flex;gap:8px;margin-bottom:20px;padding:4px}.tab{background:#0000;border:none;border-radius:8px;color:#888;cursor:pointer;flex:1 1;font-weight:600;padding:12px}.tab.active{background:#f36;color:#fff}.stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:24px}.stat{background:#1a1a2e;border-radius:12px;padding:16px 8px;text-align:center}.stat h2{font-size:24px;font-weight:900;margin-bottom:4px}.stat p{color:#888;font-size:10px;font-weight:600}.battle-section{background:#1a1a2e;border-radius:16px;padding:24px 16px}.subtitle{color:#888;font-size:12px;font-weight:600;margin-bottom:8px;text-align:center}.battle-title{font-size:28px;font-weight:900;margin-bottom:20px;text-align:center}.battle-title .num{color:#f36}.mode-toggle{display:flex;gap:8px;justify-content:center;margin-bottom:16px}.mode-toggle button{background:#0a0a0f;border:2px solid #333;border-radius:20px;color:#888;cursor:pointer;font-weight:700;padding:8px 24px}.mode-toggle button.active{background:#f36;border-color:#f36;color:#fff}.role-filters{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:20px}.role-filters button{background:#0a0a0f;border:1px solid #333;border-radius:16px;color:#888;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px}.role-filters button.active{background:#333;border-color:#f36;color:#f36}.arena{align-items:center;display:flex;gap:12px;margin-bottom:20px}.card{background:#0a0a0f;border:3px solid #0000;border-radius:16px;cursor:pointer;flex:1 1;padding:20px 12px;position:relative;text-align:center;transition:all .2s}.card:active{transform:scale(.95)}.card.blue{border-color:#3b82f6}.card.purple{border-color:#a855f7}.card .icon{font-size:48px;margin-bottom:12px}.role-badge{background:#333;border-radius:6px;font-size:10px;font-weight:700;left:8px;padding:4px 8px;position:absolute;top:8px}.captain-badge{align-items:center;background:#f36;border-radius:50%;display:flex;font-size:12px;font-weight:900;height:24px;justify-content:center;position:absolute;right:8px;top:8px;width:24px}.card h3{font-size:16px;font-weight:700;margin-bottom:8px}.card .votes{color:#888;font-size:12px;font-weight:600}.vs{color:#f36;font-size:20px;font-weight:900}.skip-btn{background:#333;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-bottom:16px;padding:14px;width:100%}.share-row{text-align:center}.share-btn{background:#0a0a0f;border:1px solid #333;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px}footer{color:#555;font-size:12px;padding:24px;text-align:center}.loading,.login-screen{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:100vh}.login-screen h1{font-size:36px;font-weight:900}.login-screen button{background:#f36;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:16px 32px}
/*# sourceMappingURL=main.187e7294.css.map*/