@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary:#ff4141;--primary-glow:#ff414133;--secondary:#41c3ff;--secondary-glow:#41c3ff33;--background:#f5f5f5;--surface:#fff;--surface-dark:#1e1e1e;--text:#1e1e1e;--text-light:#fff;--text-muted:#757575;--glass:#ffffffd9;--glass-border:#fff3;--glass-blur:blur(12px);--success:#00e676;--error:#ff5252;--font-family:"Outfit", "Inter", sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0;font-family:inherit}body{font-family:var(--font-family);background-color:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.5;overflow-x:hidden}.glass{background:var(--glass);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:20px}.dark-header{background-color:var(--surface-dark);color:var(--text-light);border-bottom-right-radius:40px;border-bottom-left-radius:40px;padding:40px 24px 60px}.white-card{background-color:var(--surface);border-radius:20px;padding:20px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 24px #0000000a}.white-card:active{transform:scale(.98);box-shadow:0 2px 12px #00000008}.pill-button{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:99px;padding:10px 24px;font-weight:600}.pill-button-outline{color:var(--primary);border:1.5px solid var(--primary);cursor:pointer;background-color:#0000;border-radius:99px;padding:10px 24px;font-weight:600}.grid-3-cols{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.flex{display:flex}.flex-col{flex-direction:column;display:flex}.flex-row{flex-direction:row;display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.relative{position:relative}.absolute{position:absolute}.w-full{width:100%}.h-full{height:100%}.w-4{width:16px}.h-4{height:16px}.w-7{width:28px}.h-7{height:28px}.w-8{width:32px}.h-8{height:32px}.w-10{width:40px}.h-10{height:40px}.w-12{width:48px}.h-12{height:48px}.w-14{width:56px}.h-14{height:56px}.h-32{height:128px}.h-44{height:176px}.sparing-card{background-color:var(--surface);border:1px solid #f0f0f0;border-radius:20px;flex-direction:column;align-items:center;min-width:150px;padding:16px;transition:all .3s;display:flex}.arena-card{background-color:var(--surface);border-radius:24px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000000d}.pill-button{background:linear-gradient(135deg, var(--primary) 0%, #ff6b6b 100%);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;justify-content:center;align-items:center;padding:12px 24px;font-size:15px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #ff414133}.pill-button:active{transform:scale(.96);box-shadow:0 2px 6px #ff41411a}.pill-button-sm{background:linear-gradient(135deg, var(--primary) 0%, #ff6b6b 100%);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .3s;box-shadow:0 4px 10px #ff414126}.pill-button-sm:active{transform:scale(.96)}.btn-outline{color:var(--primary);border:1.5px solid var(--primary);cursor:pointer;background:0 0;border-radius:12px;padding:10px 24px;font-size:15px;font-weight:700;transition:all .3s}.btn-outline:hover{background:#ff41410d}.btn-ghost{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}.btn-ghost.active{color:var(--primary);background:#ff41411a}.bottom-nav{background-color:var(--surface-dark);z-index:100;border-top:1px solid #ffffff0d;justify-content:space-around;align-items:center;height:64px;padding:0 10px;display:flex;position:fixed;bottom:0;left:0;right:0}.nav-item{flex-direction:column;align-items:center;gap:4px;width:60px;text-decoration:none;display:flex}.nav-icon-wrapper{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.nav-label{text-transform:uppercase;letter-spacing:.5px;text-align:center;max-width:100%;font-size:10px;font-weight:700;line-height:1.1}.container{max-width:480px;min-height:100vh;margin:0 auto;padding-bottom:72px;position:relative}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #00e676b3}70%{transform:scale(1);box-shadow:0 0 0 10px #00e67600}to{transform:scale(.95);box-shadow:0 0 #00e67600}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:.6s cubic-bezier(.4,0,.2,1) forwards slideUpFade}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.spinner{border:4px solid #ff41411a;border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
