.admin-dashboard{width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden;padding:16px;box-sizing:border-box;background:linear-gradient(135deg,#f5f7fa,#e8ecf1)}.admin-dashboard *{max-width:100%;box-sizing:border-box}.admin-header{margin-bottom:16px;width:100%}.admin-header h1{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:4px}.admin-subtitle{font-size:.875rem;color:#64748b;margin:0}.admin-tabs{display:flex;gap:4px;margin-bottom:16px;border-bottom:2px solid #e2e8f0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;width:100%}.admin-tabs::-webkit-scrollbar{display:none}.tab-btn{padding:10px 14px;border:none;background:transparent;color:#64748b;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;border-bottom:3px solid transparent;position:relative;bottom:-2px;white-space:nowrap;flex-shrink:0}.admin-stats-grid{display:flex;flex-wrap:wrap;gap:12px;width:100%;margin-bottom:16px}.stat-card-modern{flex:1 1 45%;min-width:140px;max-width:100%;background:#fff;border-radius:12px;padding:12px;display:flex;align-items:center;gap:10px;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0}@media (min-width: 768px){.stat-card-modern{flex:1 1 22%}}.no-data-card{background:#fff;border-radius:12px;padding:2rem 1rem;text-align:center;color:#64748b;border:1px solid #e2e8f0;width:100%}.stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}@media (min-width: 768px){.stat-icon{width:50px;height:50px;font-size:1.5rem}}.matches-icon{background:linear-gradient(135deg,#f093fb,#f5576c)}.bets-icon{background:linear-gradient(135deg,#4facfe,#00f2fe)}.stat-content{flex:1;min-width:0;overflow:hidden}.stat-label{font-size:.7rem;color:#64748b;margin-bottom:.25rem;font-weight:500}.stat-number{font-size:1.1rem;font-weight:700;color:#1a202c;word-break:break-word}@media (min-width: 768px){.stat-label{font-size:.8rem;margin-bottom:.4rem}.stat-number{font-size:1.4rem}}.admin-actions-section{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.action-btn{padding:.625rem 1rem;border-radius:10px;font-size:.85rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #0000001a}.action-btn:disabled{opacity:.6;cursor:not-allowed}.action-btn-primary{background:linear-gradient(135deg,#5f259f,#7b3db8);color:#fff}.action-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #5f259f4d}.action-btn-cancel{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.action-btn-cancel:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.action-btn-sync{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.action-btn-sync:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.action-btn-auto{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.action-btn-auto:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b4d}.add-match-card{background:#fff;border-radius:16px;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0;width:100%}.add-match-card h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem}.match-form{display:flex;flex-direction:column;gap:1.5rem}.form-grid{display:flex;flex-wrap:wrap;gap:1rem;width:100%}.form-grid .form-field{flex:1 1 100%;min-width:0}@media (min-width: 600px){.form-grid .form-field{flex:1 1 45%}}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-size:.875rem;font-weight:600;color:#374151}.form-field input,.form-field select{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;transition:all .2s ease;background:#fff;color:#1a202c}.form-field input:focus,.form-field select:focus{outline:none;border-color:#5f259f;box-shadow:0 0 0 3px #5f259f1a}.form-field input::placeholder{color:#94a3b8}.submit-btn{padding:.875rem 2rem;background:linear-gradient(135deg,#5f259f,#7b3db8);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #5f259f33;align-self:flex-start}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #5f259f4d}.matches-section{margin-top:1rem;width:100%}.matches-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.section-title{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0}.filter-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.filter-btn{padding:.625rem 1.25rem;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.filter-btn:hover{border-color:#5f259f;color:#5f259f;transform:translateY(-2px)}.filter-btn.filter-active{background:linear-gradient(135deg,#5f259f,#7b3db8);color:#fff;border-color:#5f259f;box-shadow:0 4px 12px #5f259f4d}.matches-grid{display:flex;flex-direction:column;gap:1rem;width:100%}.match-card-admin{background:#fff;border-radius:16px;padding:1rem;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0;transition:all .3s ease;width:100%}.match-card-admin:hover{box-shadow:0 4px 16px #0000001a;border-color:#cbd5e1}.match-card-header-admin{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;gap:1rem}.match-teams-admin h3{font-size:1.25rem;font-weight:700;color:#1a202c;margin-bottom:.75rem}.match-meta{display:flex;flex-direction:column;gap:.5rem}.match-time-admin,.match-venue-admin{font-size:.875rem;color:#64748b}.match-status-badge{flex-shrink:0}.badge-live{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;animation:pulse 2s ease-in-out infinite}.badge-ended{background:#f1f5f9;color:#64748b;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600}.badge-upcoming{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600}.match-betting-stats{display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem;background:#f8fafc;border-radius:12px;margin-bottom:1rem;width:100%}.betting-stat{flex:1 1 45%;min-width:80px;text-align:center}.stat-label-small{font-size:.75rem;color:#64748b;margin-bottom:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-value-small{font-size:1.125rem;font-weight:700;color:#1a202c}.match-card-footer-admin{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.betting-status{flex:1}.status-pill{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.status-active{background:#d1fae5;color:#065f46}.status-inactive{background:#fee2e2;color:#991b1b}.match-actions-admin{display:flex;gap:.75rem;align-items:center}.declare-btn{padding:.625rem 1.25rem;background:linear-gradient(135deg,#5f259f,#7b3db8);color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #5f259f33}.declare-btn:hover{transform:translateY(-2px);box-shadow:0 4px 10px #5f259f4d}.winner-badge{padding:.625rem 1.25rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#78350f;border-radius:10px;font-size:.875rem;font-weight:700}@media (max-width: 768px){.admin-dashboard{padding:12px}.admin-header h1{font-size:1.25rem}.stat-card-modern{padding:10px;gap:8px}.add-match-card{padding:12px}.match-card-header-admin{flex-direction:column}.match-status-badge{align-self:flex-start}.match-card-footer-admin{flex-direction:column;align-items:stretch}.betting-status{text-align:center}.match-actions-admin{justify-content:center;flex-wrap:wrap}.action-btn,.declare-btn{font-size:.8rem;padding:.5rem .75rem}}.modal-content{background:#fff;border-radius:16px;padding:1.5rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;padding:.25rem}.modal-close:hover{color:#1a202c}.agent-dashboard{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8ecf1);padding:2rem}.loading-state{text-align:center;padding:4rem;font-size:1.25rem;color:#64748b}.agent-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;padding:1.5rem 0;flex-wrap:wrap;gap:1.5rem}.agent-header h1{font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.5rem}.agent-subtitle{font-size:.95rem;color:#64748b;margin:0}.wallet-display{display:flex;flex-direction:column;align-items:flex-end;background:linear-gradient(135deg,#5f259f,#7b3db8);padding:1.25rem 2rem;border-radius:16px;box-shadow:0 4px 12px #5f259f4d}.wallet-label{font-size:.875rem;color:#ffffffe6;margin-bottom:.5rem;font-weight:500}.wallet-amount{font-size:2rem;font-weight:700;color:#fff}.agent-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem}.stat-card-agent{background:#fff;border-radius:16px;padding:1.75rem;display:flex;align-items:center;gap:1.25rem;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0;transition:all .3s ease}.stat-card-agent:hover{transform:translateY(-4px);box-shadow:0 8px 20px #5f259f1f;border-color:#5f259f}.stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0}.users-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.distributed-icon{background:linear-gradient(135deg,#f093fb,#f5576c)}.commission-icon{background:linear-gradient(135deg,#43e97b,#38f9d7)}.pending-icon{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.stat-content{flex:1}.stat-label{font-size:.875rem;color:#64748b;margin-bottom:.5rem;font-weight:500}.stat-number{font-size:1.75rem;font-weight:700;color:#1a202c}.agent-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e2e8f0}.tab-btn{padding:.875rem 1.5rem;border:none;background:transparent;color:#64748b;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent;position:relative;bottom:-2px}.tab-btn:hover{color:#5f259f;background:#5f259f0d}.tab-btn.tab-active{color:#5f259f;border-bottom-color:#5f259f}.tab-content{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.overview-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0}.overview-section h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem}.recent-commissions{display:flex;flex-direction:column;gap:1rem}.commission-item{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .2s ease}.commission-item:hover{border-color:#cbd5e1;background:#f1f5f9}.commission-info{flex:1}.commission-user{font-size:.95rem;font-weight:600;color:#1a202c;margin-bottom:.25rem}.commission-match{font-size:.875rem;color:#64748b}.commission-amounts{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;margin-right:1rem}.bet-amount{font-size:.875rem;color:#64748b}.commission-earned{font-size:1.125rem;font-weight:700;color:#10b981}.commission-status{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.commission-status.settled{background:#d1fae5;color:#065f46}.commission-status.pending{background:#fef3c7;color:#92400e}.users-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0}.section-header{margin-bottom:1.5rem}.section-header h2{font-size:1.5rem;font-weight:700;color:#1a202c}.users-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.user-card{background:#f8fafc;border-radius:16px;padding:1.75rem;border:2px solid #e2e8f0;transition:all .3s ease}.user-card:hover{border-color:#5f259f;box-shadow:0 4px 12px #5f259f26}.user-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.user-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#5f259f,#7b3db8);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.user-info h3{font-size:1.125rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.user-info p{font-size:.875rem;color:#64748b;margin:0}.user-stats{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem;padding:1rem;background:#fff;border-radius:10px}.user-stat-item{display:flex;justify-content:space-between;align-items:center}.user-stat-label{font-size:.875rem;color:#64748b;font-weight:500}.user-stat-value{font-size:1rem;font-weight:700;color:#1a202c}.transfer-btn{width:100%;padding:.875rem;background:linear-gradient(135deg,#5f259f,#7b3db8);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #5f259f33}.transfer-btn:hover{transform:translateY(-2px);box-shadow:0 4px 10px #5f259f4d}.commissions-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0}.commissions-section h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin-bottom:1.5rem}.commissions-table{display:flex;flex-direction:column;gap:.5rem}.table-header{display:grid;grid-template-columns:1fr .8fr .8fr 1fr 1fr .8fr;gap:1rem;padding:1rem 1.5rem;background:#f8fafc;border-radius:10px;font-size:.875rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.table-row{display:grid;grid-template-columns:1fr .8fr .8fr 1fr 1fr .8fr;gap:1rem;padding:1.25rem 1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;transition:all .2s ease}.table-row:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000d}.commission-amount{font-weight:700;color:#10b981}.status-badge{display:inline-block;padding:.375rem .875rem;border-radius:20px;font-size:.875rem;font-weight:600}.status-badge.settled{background:#d1fae5;color:#065f46}.status-badge.pending{background:#fef3c7;color:#92400e}.empty-state{text-align:center;padding:3rem 2rem;color:#64748b}.empty-state p{font-size:1rem;margin-bottom:.5rem}.empty-hint{font-size:.875rem;color:#94a3b8}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:500px;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0}.close-btn{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.close-btn:hover{background:#f1f5f9;color:#1a202c}.transfer-user-info{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.user-avatar-large{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#5f259f,#7b3db8);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.transfer-user-info h3{font-size:1.125rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.transfer-user-info p{font-size:.875rem;color:#64748b;margin:.25rem 0}.user-balance{font-weight:600;color:#5f259f}.modal-content form{padding:2rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;transition:all .2s ease;background:#fff;color:#1a202c;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#5f259f;box-shadow:0 0 0 3px #5f259f1a}.form-group small{display:block;margin-top:.5rem;font-size:.875rem;color:#64748b}.modal-actions{display:flex;gap:1rem;margin-top:2rem}.btn-cancel,.btn-submit{flex:1;padding:.875rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.btn-cancel{background:#f1f5f9;color:#64748b}.btn-cancel:hover{background:#e2e8f0;color:#475569}.btn-submit{background:linear-gradient(135deg,#5f259f,#7b3db8);color:#fff;box-shadow:0 2px 6px #5f259f33}.btn-submit:hover{transform:translateY(-2px);box-shadow:0 4px 10px #5f259f4d}@media (max-width: 768px){.agent-dashboard{padding:1rem}.agent-header{flex-direction:column;align-items:stretch}.wallet-display{align-items:center}.agent-stats-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.stat-card-agent{padding:1.25rem;gap:1rem}.stat-icon{width:48px;height:48px;font-size:1.5rem}.stat-number{font-size:1.5rem}.users-grid{grid-template-columns:1fr}.commission-item{flex-direction:column;align-items:stretch;gap:1rem}.commission-amounts{align-items:flex-start;margin-right:0}.table-header,.table-row{grid-template-columns:1fr;gap:.5rem}.table-header{display:none}.table-row{padding:1rem}.table-row>div{display:flex;justify-content:space-between;align-items:center}.table-row>div:before{content:attr(data-label);font-weight:600;color:#64748b;font-size:.875rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f4f4f4;min-height:100vh;color:#1a1a1a}.app{min-height:100vh;display:flex;flex-direction:column}.app-layout{display:flex;flex:1;min-height:calc(100vh - 70px)}.main-content{flex:1;padding:20px 20px 80px}@media (min-width: 769px){.main-content{margin-left:250px;padding-bottom:20px}}.navbar{background:#5f259f;box-shadow:0 2px 8px #0000001a;padding:1rem 0}@media (min-width: 769px){.navbar{display:none}}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 1rem}.nav-left{display:flex;align-items:center;gap:.8rem}.hamburger-btn{background:none;border:none;cursor:pointer;padding:.3rem;display:flex;flex-direction:column;gap:.25rem;z-index:1}.hamburger-line{width:22px;height:2.5px;background:#fff;border-radius:2px;transition:all .3s}.hamburger-btn:active .hamburger-line{background:#e0e0e0}.nav-logo{font-size:1.3rem;font-weight:700;color:#fff;text-decoration:none}.nav-menu{display:flex;gap:.8rem;align-items:center;flex-wrap:wrap}.nav-link{text-decoration:none;color:#fff;font-weight:500;transition:opacity .3s;font-size:.9rem;display:none}@media (min-width: 769px){.nav-link{display:inline-block}}.nav-link:hover{opacity:.8}.nav-link.admin{color:#ffeb3b}.wallet-display{background:#fff;color:#5f259f;padding:.4rem .8rem;border-radius:20px;font-weight:700;font-size:.85rem}.nav-profile-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:50%;font-size:1.3rem;text-decoration:none;transition:all .3s}.nav-profile-btn:hover{background:#60a5fa4d;border-color:#60a5fa;transform:scale(1.1);box-shadow:0 0 15px #60a5fa66}@media (max-width: 768px){.nav-container{padding:0 .5rem}.nav-logo{font-size:1rem}.nav-menu{gap:.4rem}.wallet-display{font-size:.7rem;padding:.3rem .6rem}.nav-profile-btn{width:32px;height:32px;font-size:1rem}.btn{padding:.4rem .8rem;font-size:.75rem}.btn-logout-mobile{padding:.35rem .6rem;font-size:.7rem}}@media (max-width: 400px){.nav-container{padding:0 .4rem}.nav-logo{font-size:.9rem}.nav-menu{gap:.3rem}.wallet-display{font-size:.65rem;padding:.25rem .5rem}.nav-profile-btn{width:30px;height:30px;font-size:.9rem}.btn{padding:.35rem .6rem;font-size:.7rem}.btn-logout-mobile{padding:.3rem .5rem;font-size:.65rem}}.sidebar{position:fixed;left:0;top:0;width:250px;height:100vh;background:#1e3a8af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:2px solid rgba(96,165,250,.5);box-shadow:4px 0 30px #3b82f666;z-index:100;display:none;flex-direction:column}@media (min-width: 769px){.sidebar{display:flex}}.sidebar-header{padding:1.5rem;border-bottom:2px solid rgba(96,165,250,.3)}.sidebar-logo{font-size:1.5rem;font-weight:700;color:#60a5fa;text-decoration:none;text-shadow:0 0 15px rgba(96,165,250,.6);display:block;margin-bottom:1rem}.sidebar-user-info{margin-top:1rem;padding:1rem;background:#60a5fa1a;border-radius:10px;border:1px solid rgba(96,165,250,.3)}.sidebar-username{color:#e2e8f0;font-weight:600;font-size:.95rem;margin-bottom:.5rem}.sidebar-wallet{color:#10b981;font-weight:700;font-size:1.1rem;text-shadow:0 0 10px rgba(16,185,129,.3)}.sidebar-nav{padding:1.5rem 0;flex:1;overflow-y:auto}.sidebar-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;color:#cbd5e1;text-decoration:none;transition:all .3s;border-left:3px solid transparent}.sidebar-link:hover{background:#60a5fa1a;color:#60a5fa;border-left-color:#60a5fa}.sidebar-link.active{background:#60a5fa33;color:#93c5fd;border-left-color:#93c5fd;box-shadow:0 0 20px #60a5fa4d}.sidebar-icon{font-size:1.5rem}.sidebar-footer{padding:1.5rem;border-top:2px solid rgba(96,165,250,.3);margin-top:auto}.sidebar-logout-btn{width:100%;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#ef444433;border:2px solid rgba(239,68,68,.4);border-radius:10px;color:#fca5a5;font-weight:600;cursor:pointer;transition:all .3s}.sidebar-logout-btn:hover{background:#ef44444d;border-color:#ef4444;color:#ef4444;transform:translate(5px);box-shadow:0 0 20px #ef44444d}.mobile-sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:999;animation:fadeIn .3s ease}.mobile-sidebar{position:fixed;left:-100%;top:0;width:280px;height:100vh;background:#1e3a8afa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:2px solid rgba(96,165,250,.5);box-shadow:4px 0 30px #3b82f680;z-index:1000;display:flex;flex-direction:column;transition:left .3s ease;overflow-y:auto}.mobile-sidebar.open{left:0}@media (min-width: 769px){.mobile-sidebar,.mobile-sidebar-overlay{display:none}}.mobile-sidebar-header{padding:1rem;border-bottom:2px solid rgba(96,165,250,.3);position:relative}.mobile-sidebar-close{position:absolute;top:1rem;right:1rem;background:#ef444433;border:2px solid rgba(239,68,68,.4);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#fca5a5;font-size:1.3rem;cursor:pointer;transition:all .3s}.mobile-sidebar-close:active{background:#ef444466;border-color:#ef4444;color:#fff;transform:scale(.95)}.mobile-sidebar-logo{font-size:1.5rem;font-weight:700;color:#60a5fa;text-decoration:none;text-shadow:0 0 15px rgba(96,165,250,.6);display:block;margin-bottom:1rem}.mobile-sidebar-user-info{display:flex;align-items:center;gap:1rem;margin-top:1rem;padding:1rem;background:#60a5fa26;border-radius:12px;border:1px solid rgba(96,165,250,.3)}.mobile-sidebar-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#60a5fa,#3b82f6);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;box-shadow:0 4px 15px #60a5fa80}.mobile-sidebar-user-details{flex:1}.mobile-sidebar-username{color:#e2e8f0;font-weight:600;font-size:1rem;margin-bottom:.3rem}.mobile-sidebar-wallet{color:#10b981;font-weight:700;font-size:1.1rem;text-shadow:0 0 10px rgba(16,185,129,.4)}.mobile-sidebar-nav{padding:1rem 0;flex:1;overflow-y:auto}.mobile-sidebar-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;color:#cbd5e1;text-decoration:none;transition:all .3s;border-left:3px solid transparent;font-size:1rem}.mobile-sidebar-link:active{background:#60a5fa33;color:#93c5fd}.mobile-sidebar-link.active{background:#60a5fa40;color:#93c5fd;border-left-color:#93c5fd;box-shadow:inset 0 0 20px #60a5fa33}.mobile-sidebar-icon{font-size:1.5rem}.mobile-sidebar-footer{padding:1rem;border-top:2px solid rgba(96,165,250,.3);margin-top:auto}.mobile-sidebar-logout-btn{width:100%;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#ef444433;border:2px solid rgba(239,68,68,.4);border-radius:12px;color:#fca5a5;font-weight:600;cursor:pointer;transition:all .3s;font-size:1rem}.mobile-sidebar-logout-btn:active{background:#ef444466;border-color:#ef4444;color:#fff;transform:scale(.98)}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e0e0e0;box-shadow:0 -2px 10px #00000014;display:flex;justify-content:space-around;align-items:center;padding:.8rem 0;z-index:100}@media (min-width: 769px){.bottom-nav{display:none}}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.6rem 1rem;color:#666;text-decoration:none;transition:all .3s;border-radius:8px;min-width:70px}.bottom-nav-item:hover,.bottom-nav-item.active{color:#5f259f}.bottom-nav-item.active .bottom-nav-label{font-weight:700}.bottom-nav-icon{width:24px;height:24px;stroke-width:2}.bottom-nav-label{font-size:.75rem;font-weight:500}.container{max-width:1200px;margin:0 auto;padding:2rem}.page-header{text-align:center;margin-bottom:1.5rem;color:#1a1a1a}.page-header h1{font-size:1.8rem;margin-bottom:.3rem;font-weight:700;color:#1a1a1a}.page-header p{color:#666;font-size:.85rem}.btn{padding:.7rem 1.5rem;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block}.btn-primary{background:#5f259f;color:#fff}.btn-primary:hover{background:#4a1d7a;transform:translateY(-2px);box-shadow:0 4px 12px #5f259f4d}.btn-secondary{background:#f5f5f5;color:#1a1a1a;border:1px solid #e0e0e0}.btn-success{background:#10b981;color:#fff}.btn-success:hover:not(:disabled){background:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.btn-success:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.btn-warning{background:#f59e0b;color:#fff}.btn-warning:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b4d}.btn-logout{background:#ef4444;color:#fff}.btn-full{width:100%}.btn-sm{padding:.4rem .8rem;font-size:.85rem}.matches-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.match-card{background:#2563eb40;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(96,165,250,.4);border-radius:15px;padding:1.5rem;box-shadow:0 8px 32px #3b82f64d;transition:all .3s}.match-card:hover{transform:translateY(-5px);border-color:#93c5fd99;box-shadow:0 12px 40px #60a5fa80}.match-header{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.85rem;color:#7f8c8d}.match-type{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;padding:.3rem .8rem;border-radius:15px;box-shadow:0 2px 10px #3b82f666}.match-teams{display:flex;justify-content:space-around;align-items:center;gap:1rem;margin:1.5rem 0}.team{text-align:center;flex:1}.team h3{color:#e2e8f0;margin-bottom:.5rem}.odds{font-size:1.2rem;font-weight:700;color:#27ae60;margin:.5rem 0}.vs{font-weight:700;color:#95a5a6;font-size:1.2rem}.btn-bet{width:100%;margin-top:.5rem;background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;box-shadow:0 4px 15px #3b82f666;transition:all .3s}.btn-bet:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 6px 20px #3b82f699;transform:translateY(-2px)}.btn-bet:disabled{background:#bdc3c7;cursor:not-allowed;transform:none}.betting-stats{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #ecf0f1}.stats-header{text-align:center;font-weight:700;margin-bottom:.5rem;color:#cbd5e1}.stat-bar{background:#ecf0f1;height:30px;border-radius:15px;overflow:hidden;margin-bottom:.5rem}.stat-fill{height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;transition:width .5s}.team-a-fill{background:linear-gradient(90deg,#3498db,#2980b9)}.stat-amounts{display:flex;justify-content:space-between;font-size:.9rem;color:#7f8c8d}.match-venue{text-align:center;margin-top:1rem;color:#95a5a6;font-size:.9rem}.match-closed{text-align:center;margin-top:1rem;padding:.5rem;background:#f39c12;color:#fff;border-radius:5px;font-weight:700}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#1e3a8af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(96,165,250,.5);padding:2rem;border-radius:20px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #3b82f680}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h2{color:#e2e8f0}.modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#64748b;transition:color .3s}.modal-close:hover{color:#ef4444}.bet-info{background:#2563eb33;border:1px solid rgba(96,165,250,.4);padding:1rem;border-radius:10px;margin-bottom:1.5rem}.bet-match{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:#e2e8f0}.bet-input-group{margin-bottom:1rem}.bet-input-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#cbd5e1}.bet-input-group input,.bet-input-group select{width:100%;padding:.8rem;background:#1e3a8a80;border:2px solid rgba(96,165,250,.4);border-radius:8px;font-size:1rem;color:#e2e8f0;transition:all .3s}.bet-input-group input:focus,.bet-input-group select:focus{outline:none;border-color:#60a5fa;background:#1e3a8ab3;box-shadow:0 0 15px #60a5fa4d}.quick-amounts{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin:1rem 0}.quick-amounts button{padding:.5rem;background:#2563eb4d;border:2px solid rgba(96,165,250,.5);border-radius:8px;cursor:pointer;color:#e0f2fe;font-weight:600;transition:all .3s}.quick-amounts button:hover{background:linear-gradient(135deg,#3b82f6,#60a5fa);border-color:#93c5fd;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #60a5fa66}.potential-win{background:#27ae60;color:#fff;padding:1rem;border-radius:10px;text-align:center;margin:1.5rem 0}.win-amount{font-size:1.8rem;font-weight:700;margin-top:.5rem}.modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.modal-actions .btn{flex:1}.auth-container{display:flex;justify-content:center;align-items:center;min-height:80vh}.auth-card{background:#2563eb4d;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(96,165,250,.5);padding:2.5rem;border-radius:20px;box-shadow:0 20px 60px #3b82f666;width:100%;max-width:450px}.auth-card h1{text-align:center;margin-bottom:2rem;color:#e2e8f0}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#cbd5e1}.form-group input{width:100%;padding:.8rem;background:#1e3a8a80;border:2px solid rgba(96,165,250,.4);border-radius:8px;font-size:1rem;color:#e2e8f0;transition:all .3s}.form-group input:focus{outline:none;border-color:#60a5fa;background:#1e3a8ab3;box-shadow:0 0 15px #60a5fa4d}.auth-footer{text-align:center;margin-top:1.5rem;color:#94a3b8}.auth-footer a{color:#60a5fa;text-decoration:none;font-weight:600}.auth-footer a:hover{color:#93c5fd;text-shadow:0 0 10px rgba(96,165,250,.5)}.profile-card{background:#2563eb40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(96,165,250,.5);border-radius:15px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px #0000004d}.profile-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.profile-header h2{color:#e2e8f0}.profile-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;box-shadow:0 4px 20px #60a5fa99}.wallet-balance-large{background:linear-gradient(135deg,#22c55e4d,#16a34a4d);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(34,197,94,.3);color:#fff;padding:2rem;border-radius:15px;text-align:center;margin-bottom:1.5rem;box-shadow:0 8px 32px #0000004d}.wallet-balance-large .label{display:block;font-size:.9rem;margin-bottom:.5rem;color:#a7f3d0}.wallet-balance-large .amount{display:block;font-size:3rem;font-weight:700}.wallet-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.stat{text-align:center;padding:1rem;background:#2563eb40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(96,165,250,.5);border-radius:10px;box-shadow:0 4px 15px #0003}.stat-label{display:block;font-size:.85rem;color:#94a3b8;margin-bottom:.5rem}.stat-value{display:block;font-size:1.8rem;font-weight:700;color:#e2e8f0}.recharge-form{display:flex;gap:1rem;margin:1rem 0}.recharge-form input{flex:1;padding:.8rem;background:#1e3a8a80;border:2px solid rgba(96,165,250,.4);border-radius:8px;color:#e2e8f0;transition:all .3s}.recharge-form input:focus{outline:none;border-color:#60a5fa;background:#1e3a8ab3;box-shadow:0 0 15px #60a5fa4d}.quick-recharge{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.quick-recharge button{padding:.6rem;background:#2563eb40;border:1px solid rgba(59,130,246,.3);border-radius:8px;cursor:pointer;color:#cbd5e1;font-weight:600;transition:all .3s}.quick-recharge button:hover{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;transform:translateY(-2px)}.transactions-section{background:#2563eb40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(96,165,250,.5);border-radius:15px;padding:2rem;box-shadow:0 8px 32px #0000004d}.transactions-section h2{color:#e2e8f0}.transaction-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid rgba(59,130,246,.1)}.transaction-item .txn-desc{color:#cbd5e1}.transaction-item .txn-date{color:#94a3b8}.txn-amount.credit{color:#10b981;font-weight:700}.txn-amount.debit{color:#ef4444;font-weight:700}.bet-card{background:#2563eb40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(96,165,250,.5);padding:1.5rem;border-radius:10px;margin-bottom:1rem;box-shadow:0 8px 32px #0000004d;transition:all .3s}.bet-card:hover{border-color:#3b82f666;transform:translateY(-2px)}.bet-card h3,.bet-card h4{color:#e2e8f0}.bet-card p{color:#cbd5e1}.bet-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.badge{padding:.3rem .8rem;border-radius:15px;font-size:.85rem;font-weight:700}.badge.pending{background:#f39c12;color:#fff}.badge.won{background:#27ae60;color:#fff}.badge.lost{background:#e74c3c;color:#fff}.bet-result{margin-top:1rem;padding:1rem;border-radius:5px;text-align:center;font-weight:700}.bet-result.won{background:#d5f4e6;color:#27ae60}.bet-result.lost{background:#fadbd8;color:#e74c3c}.leaderboard-table{background:#2563eb40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(96,165,250,.5);border-radius:15px;overflow:hidden;box-shadow:0 8px 32px #0000004d}.leaderboard-table table{width:100%;border-collapse:collapse}.leaderboard-table th{background:#3b82f680;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:1rem;text-align:left;font-weight:600;border-bottom:2px solid rgba(96,165,250,.6)}.leaderboard-table td{padding:1rem;border-bottom:1px solid rgba(59,130,246,.1);color:#cbd5e1}.rank{font-size:1.5rem;color:#e2e8f0;font-weight:700}.loading{text-align:center;padding:3rem;font-size:1.2rem;color:#fff}.no-data{text-align:center;padding:3rem;background:#2563eb40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(96,165,250,.5);border-radius:15px;color:#94a3b8;box-shadow:0 8px 32px #0000004d}.no-data h2{color:#cbd5e1}.no-matches{text-align:center;padding:3rem;background:#2563eb40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(96,165,250,.5);border-radius:15px;box-shadow:0 8px 32px #0000004d}.no-matches h2{color:#cbd5e1;margin-bottom:.5rem}.no-matches p{color:#94a3b8}.subtitle{text-align:center;color:#ffffffe6;margin-bottom:2rem}.profile-main-card{background:#fff;border-radius:10px;padding:1rem;margin-bottom:1rem;box-shadow:0 1px 4px #00000014}.profile-user-section{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.profile-avatar-large{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#5f259f,#7c3aed);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:#fff;box-shadow:0 2px 8px #5f259f4d}.profile-user-info h2{color:#1a1a1a;font-size:1.1rem;margin-bottom:.15rem;font-weight:600}.user-email{color:#999;font-size:.75rem}.profile-wallet-highlight{display:flex;align-items:center;gap:.8rem;background:#f0f9ff;padding:.8rem;border-radius:8px;border:1px solid #e0f2fe;margin-bottom:1rem}.wallet-info{display:flex;flex-direction:column;gap:.15rem}.wallet-label{color:#999;font-size:.65rem;text-transform:uppercase;letter-spacing:.3px}.wallet-amount-big{color:#5f259f;font-size:1.6rem;font-weight:700;line-height:1}.profile-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.profile-stat-card{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;padding:.7rem;display:flex;align-items:center;gap:.6rem;transition:all .2s}.profile-stat-card:active{background:#f5f5f5;transform:scale(.98)}.stat-content{display:flex;flex-direction:column;gap:.1rem}.stat-value-lg{color:#1a1a1a;font-size:1.3rem;font-weight:700;line-height:1}.stat-label-sm{color:#999;font-size:.65rem;text-transform:uppercase;letter-spacing:.3px}.recharge-card{background:#fff;border-radius:10px;padding:1rem;margin-bottom:1rem;box-shadow:0 1px 4px #00000014}.recharge-card h3{color:#1a1a1a;font-size:1rem;margin-bottom:.8rem;font-weight:600}.quick-recharge-buttons{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;margin-bottom:.8rem}.quick-amount-btn{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;padding:.6rem;color:#1a1a1a;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.quick-amount-btn:active{background:#5f259f;border-color:#5f259f;color:#fff;transform:scale(.96)}.custom-recharge-form{display:flex;gap:.6rem}.recharge-input{flex:1;padding:.7rem;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;color:#1a1a1a;font-size:.9rem;transition:all .2s}.recharge-input:focus{outline:none;border-color:#5f259f;background:#fff}.recharge-btn{padding:.7rem 1.2rem;white-space:nowrap;font-size:.9rem}.transactions-card{background:#fff;border-radius:10px;padding:1rem;box-shadow:0 1px 4px #00000014}.transactions-card h3{color:#1a1a1a;font-size:1rem;margin-bottom:.8rem;font-weight:600}.no-transactions{text-align:center;padding:1.5rem;color:#999;font-size:.85rem}.transaction-item-modern{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.7rem;background:#fafafa;border:1px solid #f0f0f0;border-radius:6px;margin-bottom:.5rem;transition:all .2s}.transaction-item-modern:active{background:#f5f5f5;transform:scale(.98)}.txn-icon{font-size:1.2rem}.txn-info{flex:1;display:flex;flex-direction:column;gap:.15rem}.txn-desc{color:#1a1a1a;font-weight:600;line-height:1.2;font-size:.85rem}.txn-time{color:#999;font-size:.7rem}.txn-amount-modern{font-size:1rem;font-weight:700;white-space:nowrap}.txn-amount-modern.credit{color:#10b981}.txn-amount-modern.debit{color:#ef4444}.match-card-modern{background:#fff;border-radius:12px;padding:1.2rem;box-shadow:0 2px 8px #0000001a;transition:all .3s}.match-card-modern:hover{transform:translateY(-3px);box-shadow:0 4px 16px #00000026}.match-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.match-type-badge{background:#5f259f;color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:600}.match-status{font-size:.85rem;font-weight:600;padding:.25rem .7rem;border-radius:12px;background:#f0f9ff;color:#1a1a1a}.match-date-time{display:flex;align-items:center;gap:.4rem;color:#666;font-size:.9rem;margin-bottom:.6rem}.date-icon{font-size:1.1rem}.match-venue-modern{display:flex;align-items:center;gap:.4rem;color:#666;font-size:.85rem;margin-bottom:1rem}.venue-icon{font-size:1rem}.teams-container{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center;margin:1rem 0}.team-section{text-align:center}.team-name{color:#1a1a1a;font-size:1.1rem;margin-bottom:.8rem;line-height:1.2}.odds-display{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;padding:.6rem;margin-bottom:.8rem;display:flex;flex-direction:column;gap:.15rem}.odds-label{color:#666;font-size:.75rem}.odds-value{color:#10b981;font-size:1.3rem;font-weight:700;line-height:1}.bet-button{width:100%;padding:.7rem 1.2rem;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s}.team-a-btn{background:#5f259f;color:#fff}.team-b-btn{background:#8b5cf6;color:#fff}.bet-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #5f259f4d}.bet-button:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.vs-divider{font-weight:700;color:#60a5fa;font-size:1.2rem;text-shadow:0 0 10px rgba(96,165,250,.5)}.pool-stats-modern{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(96,165,250,.2)}.pool-header{display:flex;justify-content:space-between;margin-bottom:.6rem}.pool-label{color:#cbd5e1;font-weight:600;font-size:.9rem}.pool-amount{color:#10b981;font-weight:700;font-size:1rem}.pool-bar{display:flex;height:30px;border-radius:15px;overflow:hidden;margin-bottom:.4rem;box-shadow:inset 0 2px 8px #0000004d}.pool-fill{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.85rem;transition:width .5s ease}.team-a-pool{background:linear-gradient(90deg,#3b82f6,#2563eb)}.team-b-pool{background:linear-gradient(90deg,#8b5cf6,#7c3aed)}.pool-amounts{display:flex;justify-content:space-between;color:#94a3b8;font-size:.85rem}.match-result-banner{margin-top:.8rem;padding:.6rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;text-align:center;border-radius:8px;font-weight:600;font-size:.9rem;box-shadow:0 4px 15px #10b98166}.bets-list{display:flex;flex-direction:column;gap:.8rem}.bet-card-modern{background:#fff;border-radius:10px;padding:.9rem;box-shadow:0 1px 4px #00000014;transition:all .2s}.bet-card-modern:active{transform:scale(.98)}.bet-header-modern{display:flex;justify-content:space-between;align-items:center;margin-bottom:.7rem;padding-bottom:.7rem;border-bottom:1px solid #f0f0f0}.match-info-modern h3{color:#1a1a1a;font-size:.95rem;margin-bottom:.2rem;line-height:1.2;font-weight:600}.vs-text{color:#999;font-weight:400;font-size:.85rem;margin:0 .2rem}.bet-on-team{color:#666;font-size:.75rem;margin-top:.2rem}.bet-on-team strong{color:#5f259f;font-weight:600}.badge{padding:.25rem .6rem;border-radius:12px;font-size:.7rem;font-weight:600;white-space:nowrap}.badge.pending{background:#fff3cd;color:#856404}.badge.won{background:#d4edda;color:#155724}.badge.lost{background:#f8d7da;color:#721c24}.bet-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;margin-bottom:0}.bet-detail-item{display:flex;flex-direction:column;gap:.2rem;background:#fafafa;padding:.6rem;border-radius:6px;border:1px solid #f0f0f0}.detail-label{color:#999;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.detail-value{color:#1a1a1a;font-size:1rem;font-weight:600;line-height:1}.detail-value.win-amount{color:#10b981}.detail-value-small{color:#1a1a1a;font-size:.75rem;font-weight:500}.bet-result-modern{margin-top:.7rem;padding:.6rem;text-align:center;border-radius:6px;font-weight:600;font-size:.85rem}.bet-result-modern.won{background:#d4edda;color:#155724}.bet-result-modern.lost{background:#f8d7da;color:#721c24}.bets-list{display:flex;flex-direction:column;gap:1.2rem}.bet-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.match-title h3{color:#e2e8f0;font-size:1.2rem;margin-bottom:.3rem;line-height:1.2}.vs-small{color:#94a3b8;font-weight:400;font-size:.85rem}.bet-team{color:#cbd5e1;font-size:.9rem;line-height:1.3}.bet-team strong{color:#60a5fa}.bet-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-bottom:.8rem}.bet-stat-item{display:flex;align-items:center;gap:.6rem;background:#60a5fa1a;padding:.8rem;border-radius:8px;border:1px solid rgba(96,165,250,.2)}.bet-stat-item .stat-icon{font-size:1.5rem}.bet-stat-item .stat-info{display:flex;flex-direction:column;gap:.15rem}.bet-stat-item .stat-label{color:#94a3b8;font-size:.75rem}.bet-stat-item .stat-value{color:#e2e8f0;font-size:1rem;font-weight:600;line-height:1.1}.potential-win-highlight{color:#10b981!important}.stat-value-small{color:#cbd5e1;font-size:.8rem}.leaderboard-container{background:transparent;border-radius:0;padding:0}.leaderboard-list{display:flex;flex-direction:column;gap:.6rem}.leaderboard-item{display:flex;align-items:center;gap:.8rem;background:#fff;border:1px solid #f0f0f0;border-radius:10px;padding:.8rem;transition:all .2s}.leaderboard-item:active{transform:scale(.98)}.leaderboard-item.top-three{border-width:2px}.leaderboard-item.rank-1{background:linear-gradient(135deg,#fff9e6,#fffbf0);border-color:gold}.leaderboard-item.rank-2{background:linear-gradient(135deg,#f8f8f8,#fafafa);border-color:silver}.leaderboard-item.rank-3{background:linear-gradient(135deg,#fff3e6,#fff8f0);border-color:#cd7f32}.rank-badge{min-width:35px;text-align:center}.rank-number{font-size:1.4rem;font-weight:700;color:#1a1a1a}.player-info{display:flex;align-items:center;gap:.7rem;flex:1}.player-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#5f259f,#7c3aed);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#fff;box-shadow:0 2px 8px #5f259f4d}.player-details{display:flex;flex-direction:column;gap:.1rem}.player-name{color:#1a1a1a;font-size:.95rem;font-weight:600;line-height:1.2}.player-stats{color:#999;font-size:.7rem}.player-metrics{display:flex;gap:1rem;align-items:center}.balance-display{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem}.balance-label{color:#999;font-size:.65rem;text-transform:uppercase;letter-spacing:.3px}.balance-amount{color:#10b981;font-size:1.1rem;font-weight:700;line-height:1}.win-rate-display{display:flex;flex-direction:column;align-items:center;background:#f5f5f5;padding:.5rem .7rem;border-radius:6px;border:1px solid #e0e0e0;gap:.1rem}.win-rate-value{color:#5f259f;font-size:1rem;font-weight:700;line-height:1}.win-rate-label{color:#999;font-size:.65rem;text-transform:uppercase;letter-spacing:.3px}@media (max-width: 768px){.container,.main-content{padding:.8rem}.page-header{margin-bottom:1rem}.page-header h1{font-size:1.5rem}.page-header p{font-size:.8rem}.matches-grid{grid-template-columns:1fr;gap:1.5rem}.match-card{padding:1.2rem}.page-header h1{font-size:2rem}.nav-menu{flex-wrap:wrap;gap:.5rem}.form-row,.wallet-stats{grid-template-columns:1fr}.modal-content{width:95%;padding:1.5rem}.auth-card{padding:2rem;margin:1rem}.quick-amounts{grid-template-columns:repeat(2,1fr)}.bottom-nav-item{min-width:60px;padding:.4rem .8rem}.profile-stats-grid{grid-template-columns:1fr}.quick-recharge-buttons{grid-template-columns:repeat(2,1fr)}.bet-stats-grid,.bet-details-grid{grid-template-columns:1fr}.player-metrics{flex-direction:column;gap:1rem}.teams-container{grid-template-columns:1fr;gap:1rem}.vs-divider{margin:.5rem 0}}@media (max-width: 500px){.container{padding:.8rem}.main-content{padding:.8rem;padding-bottom:70px}.page-header h1{font-size:1.8rem}.page-header{margin-bottom:1.5rem}.match-card{padding:1rem;border-radius:12px}.match-teams{gap:.8rem;margin:1.2rem 0}.team h3{font-size:1rem}.odds,.vs{font-size:1.1rem}.btn{padding:.6rem 1.2rem;font-size:.9rem}.btn-sm{padding:.35rem .7rem;font-size:.8rem}.auth-card{padding:1.5rem}.auth-card h1{font-size:1.8rem}.modal-content{padding:1.2rem}.modal-header h2{font-size:1.5rem}.profile-header{flex-direction:column;text-align:center}.profile-avatar{width:70px;height:70px;font-size:2rem}.wallet-balance-large .amount{font-size:2.5rem}.stat-value{font-size:1.5rem}.leaderboard-table th,.leaderboard-table td{padding:.8rem;font-size:.9rem}.rank{font-size:1.3rem}.bottom-nav{padding:.4rem 0}.bottom-nav-item{min-width:55px;padding:.3rem .5rem;gap:.2rem}.bottom-nav-icon{font-size:1.3rem}.bottom-nav-label{font-size:.7rem}.mobile-sidebar{width:260px}.profile-main-card,.recharge-card,.transactions-card,.match-card-modern,.leaderboard-container{padding:1.2rem;border-radius:15px}.profile-user-section{gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.profile-avatar-large{width:70px;height:70px;font-size:2rem}.profile-user-info h2{font-size:1.5rem}.wallet-icon{font-size:2.5rem}.wallet-amount-big{font-size:2rem}.profile-stat-card{padding:1rem;gap:.8rem}.stat-icon-bg,.stat-value-lg{font-size:1.5rem}.recharge-card h3,.transactions-card h3{font-size:1.3rem}.quick-amount-btn{padding:.8rem;font-size:1rem}.custom-recharge-form{flex-direction:column}.recharge-input{padding:.8rem}.recharge-btn{width:100%;padding:.8rem}.team-name{font-size:1.1rem}.odds-value{font-size:1.3rem}.bet-button{padding:.7rem 1.2rem;font-size:.9rem}.pool-bar{height:30px}.leaderboard-item{padding:1.2rem;gap:1rem}.player-avatar{width:50px;height:50px;font-size:1.3rem}.player-name{font-size:1.1rem}.balance-amount{font-size:1.3rem}.win-rate-value{font-size:1.1rem}}@media (max-width: 400px){.container{padding:.6rem}.main-content{padding:.6rem;padding-bottom:65px}.page-header h1{font-size:1.5rem}.page-header{margin-bottom:1rem}.subtitle{font-size:.9rem}.match-card{padding:.8rem;border-radius:10px}.match-header{font-size:.75rem;flex-wrap:wrap;gap:.3rem}.match-type{padding:.25rem .6rem;font-size:.75rem}.match-teams{gap:.5rem;margin:1rem 0}.team h3{font-size:.9rem;margin-bottom:.3rem}.odds{font-size:1rem;margin:.3rem 0}.vs{font-size:1rem}.btn{padding:.5rem 1rem;font-size:.85rem}.btn-bet{padding:.6rem 1rem;font-size:.85rem}.btn-sm{padding:.3rem .6rem;font-size:.75rem}.match-venue{font-size:.8rem}.betting-stats{margin-top:1rem}.stats-header{font-size:.85rem}.stat-amounts{font-size:.8rem}.auth-card{padding:1.2rem}.auth-card h1{font-size:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.2rem}.form-group label{font-size:.9rem}.form-group input{padding:.7rem;font-size:.9rem}.auth-footer{font-size:.85rem}.modal-content{padding:1rem;width:96%}.modal-header{margin-bottom:1rem}.modal-header h2{font-size:1.3rem}.modal-close{font-size:1.5rem}.bet-match{font-size:1rem}.bet-input-group input,.bet-input-group select{padding:.7rem;font-size:.9rem}.quick-amounts{grid-template-columns:repeat(2,1fr);gap:.4rem}.quick-amounts button{padding:.4rem;font-size:.85rem}.potential-win{padding:.8rem}.win-amount{font-size:1.5rem}.profile-card{padding:1.2rem}.profile-avatar{width:60px;height:60px;font-size:1.8rem}.profile-header h2{font-size:1.3rem}.wallet-balance-large{padding:1.5rem}.wallet-balance-large .amount{font-size:2rem}.stat{padding:.8rem}.stat-value{font-size:1.3rem}.stat-label{font-size:.8rem}.recharge-form input{padding:.7rem;font-size:.9rem}.quick-recharge{grid-template-columns:repeat(2,1fr)}.quick-recharge button{padding:.5rem;font-size:.85rem}.bet-card{padding:1rem}.bet-card h3{font-size:1.1rem}.bet-card h4{font-size:1rem}.bet-card p{font-size:.9rem}.badge{padding:.25rem .6rem;font-size:.75rem}.leaderboard-table th,.leaderboard-table td{padding:.6rem;font-size:.85rem}.rank{font-size:1.1rem}.bottom-nav{padding:.3rem 0}.bottom-nav-item{min-width:50px;padding:.25rem .3rem;gap:.15rem}.bottom-nav-icon{font-size:1.2rem}.bottom-nav-label{font-size:.65rem}.mobile-sidebar{width:240px}.mobile-sidebar-header{padding:.8rem}.mobile-sidebar-logo{font-size:1.3rem}.mobile-sidebar-user-info{padding:.8rem}.mobile-sidebar-avatar{width:45px;height:45px;font-size:1.3rem}.mobile-sidebar-username{font-size:.9rem}.mobile-sidebar-wallet{font-size:1rem}.mobile-sidebar-link{padding:.8rem 1.2rem;font-size:.95rem}.mobile-sidebar-icon{font-size:1.3rem}.mobile-sidebar-logout-btn{padding:.8rem 1.2rem;font-size:.95rem}.hamburger-line{width:20px;height:2px}.profile-main-card,.recharge-card,.transactions-card,.match-card-modern,.leaderboard-container{padding:1rem;border-radius:12px}.profile-user-section{flex-direction:column;text-align:center;gap:.8rem;margin-bottom:1.2rem;padding-bottom:1.2rem}.profile-avatar-large{width:60px;height:60px;font-size:1.8rem}.profile-user-info h2{font-size:1.3rem}.user-email{font-size:.9rem}.profile-wallet-highlight{flex-direction:column;text-align:center;gap:.8rem;padding:1.2rem}.wallet-icon{font-size:2rem}.wallet-amount-big{font-size:1.8rem}.profile-stat-card{padding:.8rem;gap:.6rem}.stat-icon-bg,.stat-value-lg{font-size:1.3rem}.stat-label-sm{font-size:.75rem}.recharge-card h3,.transactions-card h3{font-size:1.1rem;margin-bottom:1rem}.quick-recharge-buttons{gap:.6rem;margin-bottom:1rem}.quick-amount-btn,.recharge-input,.recharge-btn{padding:.7rem;font-size:.9rem}.transaction-item-modern{padding:.8rem;gap:.8rem}.txn-icon{font-size:1.5rem}.txn-desc{font-size:.9rem}.txn-time{font-size:.75rem}.txn-amount-modern{font-size:1rem}.match-card-modern{padding:1rem}.match-type-badge{padding:.3rem .8rem;font-size:.75rem}.match-status{padding:.25rem .6rem;font-size:.8rem}.match-date-time{font-size:.85rem;margin-bottom:.6rem}.match-venue-modern{font-size:.8rem;margin-bottom:1rem}.team-name{font-size:1rem;margin-bottom:.8rem}.odds-display{padding:.6rem;margin-bottom:.8rem}.odds-label{font-size:.75rem}.odds-value{font-size:1.2rem}.bet-button{padding:.6rem 1rem;font-size:.85rem}.vs-divider{font-size:1.1rem}.pool-stats-modern{margin-top:1rem;padding-top:1rem}.pool-header{margin-bottom:.6rem}.pool-label,.pool-amount{font-size:.9rem}.pool-bar{height:28px}.pool-fill,.pool-amounts{font-size:.8rem}.match-result-banner{padding:.6rem;font-size:.9rem}.bet-stats-grid{gap:.8rem}.bet-stat-item{padding:.8rem;gap:.6rem}.bet-stat-item .stat-icon{font-size:1.5rem}.bet-stat-item .stat-label{font-size:.75rem}.bet-stat-item .stat-value{font-size:1rem}.match-title h3{font-size:1.1rem}.vs-small,.bet-team{font-size:.85rem}.leaderboard-item{padding:1rem;gap:.8rem;flex-wrap:wrap}.rank-badge{min-width:40px}.rank-number{font-size:1.5rem}.player-avatar{width:45px;height:45px;font-size:1.2rem}.player-name{font-size:1rem}.player-stats{font-size:.8rem}.balance-label{font-size:.75rem}.balance-amount{font-size:1.1rem}.win-rate-display{padding:.6rem 1rem}.win-rate-value{font-size:1rem}.win-rate-label{font-size:.7rem}}@media (max-width: 350px){.nav-logo{font-size:.85rem}.hamburger-line{width:18px}.wallet-display{font-size:.6rem;padding:.2rem .4rem}.nav-profile-btn{width:28px;height:28px;font-size:.85rem}.mobile-sidebar{width:220px}.page-header h1{font-size:1.3rem}.match-card{padding:.6rem}.bottom-nav-item{min-width:45px}.bottom-nav-icon{font-size:1.1rem}.bottom-nav-label{font-size:.6rem}.profile-main-card,.recharge-card,.transactions-card,.match-card-modern,.leaderboard-container{padding:.8rem;border-radius:10px}.profile-avatar-large{width:50px;height:50px;font-size:1.5rem}.profile-user-info h2{font-size:1.1rem}.user-email{font-size:.8rem}.wallet-icon{font-size:1.8rem}.wallet-amount-big{font-size:1.5rem}.wallet-label{font-size:.8rem}.stat-value-lg{font-size:1.1rem}.stat-label-sm{font-size:.7rem}.quick-amount-btn{padding:.6rem;font-size:.85rem}.team-name{font-size:.95rem}.odds-value{font-size:1.1rem}.bet-button{padding:.5rem .8rem;font-size:.8rem}.player-name{font-size:.95rem}.balance-amount{font-size:1rem}}.disclaimer{margin-top:2rem;padding:1rem;background:#5f259f0d;border-left:4px solid #5f259f;border-radius:8px;text-align:center}.disclaimer p{color:#64748b;font-size:.85rem;line-height:1.5;margin:0}@media (max-width: 768px){.disclaimer{margin-top:1.5rem;padding:.75rem;font-size:.8rem}.disclaimer p{font-size:.75rem}}.match-card-simple{background:#fff;border-radius:12px;padding:1.2rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #00000014;border:1px solid #f0f0f0;position:relative}.match-card-simple:hover{transform:translateY(-4px);box-shadow:0 8px 24px #5f259f26;border-color:#5f259f}.match-card-simple:active{transform:translateY(-2px)}.match-card-header-simple{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.status-live-badge{background:#f44;color:#fff;padding:.3rem .7rem;border-radius:20px;font-size:.75rem;font-weight:600;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.match-teams-simple{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.team-simple{flex:1;text-align:center}.team-simple h3{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.3rem}.score-simple{font-size:.9rem;color:#5f259f;font-weight:600;margin-top:.3rem}.vs-simple{font-size:.8rem;font-weight:600;color:#999;padding:0 .5rem}.match-time-simple{text-align:center;font-size:.9rem;color:#666;margin-bottom:.5rem;font-weight:500}.match-venue-simple{text-align:center;font-size:.85rem;color:#888;margin-bottom:.8rem}.tap-to-bet{text-align:center;font-size:.8rem;color:#5f259f;font-weight:600;padding:.5rem;background:#5f259f0d;border-radius:6px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content-large{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:1rem;right:1rem;background:#f5f5f5;border:none;font-size:2rem;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s;z-index:1}.modal-close:hover{background:#e0e0e0;color:#333;transform:rotate(90deg)}.match-detail-header{padding:2rem;background:linear-gradient(135deg,#5f259f,#7c3db5);color:#fff;border-radius:16px 16px 0 0}.match-detail-badges{display:flex;gap:.5rem;margin-bottom:1rem}.status-live-badge-large{background:#f44;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;animation:pulse 2s infinite}.match-detail-header h2{font-size:1.3rem;margin-bottom:.5rem}.match-datetime,.match-venue{font-size:.9rem;opacity:.9;margin:.3rem 0}.live-status-banner{background:#fff3cd;color:#856404;padding:.8rem;text-align:center;font-weight:500;border-left:4px solid #ffc107;margin:1rem;border-radius:6px}.live-scores-section{padding:1.5rem;border-bottom:1px solid #f0f0f0}.live-scores-section h3{font-size:1.1rem;margin-bottom:1rem;color:#333}.scores-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.score-card{background:#f8f9fa;padding:1rem;border-radius:10px;text-align:center;border:2px solid #e9ecef}.score-card h4{font-size:.9rem;color:#666;margin-bottom:.5rem}.score-large{font-size:1.8rem;font-weight:700;color:#5f259f}.score-large .overs{display:block;font-size:.8rem;color:#888;font-weight:500;margin-top:.3rem}.score-pending{font-size:.9rem;color:#999;font-style:italic}.win-probability-section{padding:1.5rem;border-bottom:1px solid #f0f0f0}.win-probability-section h3{font-size:1.1rem;margin-bottom:1rem;color:#333}.probability-bar-container{display:flex;height:40px;border-radius:10px;overflow:hidden;margin-bottom:.5rem;box-shadow:inset 0 2px 4px #0000001a}.probability-bar{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.9rem;transition:width .5s ease}.team-a-prob{background:linear-gradient(90deg,#5f259f,#7c3db5)}.team-b-prob{background:linear-gradient(90deg,#ff6b6b,#ee5a6f)}.probability-labels{display:flex;justify-content:space-between;font-size:.85rem;color:#666;font-weight:500}.betting-section{padding:1.5rem;border-bottom:1px solid #f0f0f0}.betting-section h3{font-size:1.1rem;margin-bottom:1rem;color:#333}.teams-betting-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.team-bet-card{background:#f8f9fa;padding:1.2rem;border-radius:10px;text-align:center;border:2px solid #e9ecef;transition:all .3s}.team-bet-card:hover{border-color:#5f259f;transform:translateY(-2px);box-shadow:0 4px 12px #5f259f26}.team-bet-card h4{font-size:1rem;margin-bottom:.8rem;color:#333}.odds-display-large{margin-bottom:1rem}.odds-display-large .odds-label{display:block;font-size:.75rem;color:#888;margin-bottom:.3rem}.odds-display-large .odds-value{display:block;font-size:1.5rem;font-weight:700;color:#5f259f}.bet-button-large{width:100%;padding:.8rem;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s}.bet-button-large.team-a-btn{background:linear-gradient(135deg,#5f259f,#7c3db5);color:#fff}.bet-button-large.team-a-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #5f259f4d}.bet-button-large.team-b-btn{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff}.bet-button-large.team-b-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #ff6b6b4d}.bet-button-large:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.match-result-section{background:linear-gradient(135deg,#fbbf24,#f59e0b);padding:2rem;border-radius:12px;margin-top:1.5rem;text-align:center;border-bottom:1px solid #f0f0f0}.match-result-section h3{font-size:1rem;color:#78350f;margin-bottom:.75rem;font-weight:600}.result-banner{font-size:1.75rem;font-weight:700;color:#78350f}.pool-stats-detail{padding:1.5rem;border-bottom:1px solid #f0f0f0}.pool-stats-detail h3{font-size:1.1rem;margin-bottom:1rem;color:#333}.pool-total{font-size:1.2rem;font-weight:600;color:#5f259f;margin-bottom:1rem;text-align:center}.pool-distribution{background:#f8f9fa;padding:1rem;border-radius:10px}.pool-bar-detail{display:flex;height:30px;border-radius:8px;overflow:hidden;margin-bottom:.5rem}.pool-fill-detail{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.85rem;transition:width .5s ease}.pool-fill-detail.team-a-pool{background:#5f259f}.pool-fill-detail.team-b-pool{background:#ff6b6b}.pool-amounts-detail{display:flex;justify-content:space-between;font-size:.85rem;color:#666;font-weight:500}.match-result-banner-large{background:#d4edda;color:#155724;padding:1rem;text-align:center;font-weight:600;border-radius:0 0 16px 16px;font-size:1rem}@media (max-width: 768px){.modal-content-large{max-height:95vh;border-radius:16px 16px 0 0}.match-detail-header{padding:1.5rem}.scores-grid,.teams-betting-grid{grid-template-columns:1fr;gap:.8rem}.probability-bar-container{height:35px}}
