*{box-sizing:border-box;margin:0;padding:0}body{overflow-x:clip;width:100%;background-color:var(--bg-dark);color:var(--text-light);font-family:'Hind Siliguri',sans-serif;font-size:16px;line-height:1.8}a{color:var(--primary);text-decoration:none}a:hover{color:var(--secondary)}.breadcrumb-wrap{background:#011a14;border-bottom:1px solid var(--border-green);padding:12px 0}.breadcrumb{margin:0;background:transparent;padding:0}.breadcrumb-item a{color:var(--primary);font-size:0.88rem}.breadcrumb-item.active{color:var(--text-muted-custom);font-size:0.88rem}.breadcrumb-item + .breadcrumb-item::before{color:var(--text-muted-custom)}.page-hero{background:linear-gradient(135deg,#011a14 0%,#020617 50%,#1a0000 100%);padding:72px 0 56px;position:relative;overflow:hidden}.hero-glow-red{position:absolute;top:-80px;right:-60px;width:440px;height:440px;background:radial-gradient(circle,#ef444418 0%,transparent 65%);border-radius:50%;pointer-events:none}.hero-glow-green{position:absolute;bottom:-60px;left:-60px;width:380px;height:380px;background:radial-gradient(circle,#22c55e18 0%,transparent 65%);border-radius:50%;pointer-events:none}@keyframes pingpong{0%{transform:translateX(0) translateY(0) rotate(0deg)}25%{transform:translateX(40px) translateY(-20px) rotate(90deg)}50%{transform:translateX(80px) translateY(0) rotate(180deg)}75%{transform:translateX(40px) translateY(20px) rotate(270deg)}100%{transform:translateX(0) translateY(0) rotate(360deg)}}.pp-ball{position:absolute;width:14px;height:14px;background:radial-gradient(circle at 35% 35%,var(--text-light),#ef4444);border-radius:50%;animation:pingpong 6s infinite linear;opacity:0.25}.hero-badge{display:inline-block;background:linear-gradient(90deg,#7f1d1d,#991b1b);color:#fca5a5;font-weight:700;font-size:0.78rem;padding:4px 14px;border-radius:20px;margin-bottom:16px;letter-spacing:1px;border:1px solid #ef444444}.page-hero h1{font-size:2.4rem;font-weight:700;color:var(--text-light);line-height:1.3;margin-bottom:18px}.page-hero h1 span{color:var(--primary)}.page-hero h1 em{color:#fca5a5;font-style:normal}.page-hero p{font-size:1.05rem;color:#a7f3d0;margin-bottom:30px;max-width:580px}.btn-red{background:linear-gradient(90deg,#dc2626,#b91c1c);color:var(--text-light);font-weight:700;border:none;padding:12px 30px;border-radius:30px;font-size:0.97rem;transition:transform 0.2s,box-shadow 0.2s;box-shadow:0 4px 20px #dc262644;display:inline-block}.btn-red:hover{transform:translateY(-2px);box-shadow:0 8px 28px #dc262666;color:var(--text-light)}.btn-outline-custom{background:transparent;color:var(--primary);font-weight:700;border:2px solid var(--primary);padding:10px 26px;border-radius:30px;font-size:0.97rem;transition:all 0.2s;display:inline-block}.btn-outline-custom:hover{background:var(--primary);color:#011a14}section{padding:65px 0}.section-title{font-size:1.85rem;font-weight:700;color:var(--text-light);margin-bottom:10px}.section-title span{color:var(--primary)}.section-title em{color:#fca5a5;font-style:normal}.section-sub{color:var(--text-muted-custom);font-size:0.97rem;margin-bottom:38px}.divider-green{width:55px;height:4px;background:linear-gradient(90deg,var(--secondary),#10b981);border-radius:2px;margin:12px 0 22px}.divider-red{width:55px;height:4px;background:linear-gradient(90deg,#ef4444,#f97316);border-radius:2px;margin:12px 0 22px}.badge-green{display:inline-block;background:#22c55e22;color:var(--primary);border:1px solid var(--primary);padding:4px 14px;border-radius:20px;font-size:0.78rem;font-weight:600}.badge-red{display:inline-block;background:#ef444422;color:#fca5a5;border:1px solid #ef444466;padding:4px 14px;border-radius:20px;font-size:0.78rem;font-weight:600}.img-rounded{border-radius:16px;overflow:hidden;box-shadow:0 6px 32px #22c55e22;border:1px solid var(--border-green)}.img-red{border-radius:16px;overflow:hidden;box-shadow:0 6px 32px #ef444422;border:1px solid #ef444444}.img-rounded img,.img-red img{width:100%;display:block}.content-rich{color:#c6f6e0;line-height:1.9}.content-rich h3{color:var(--primary);font-weight:700;margin:26px 0 12px;font-size:1.2rem}.content-rich h3.red{color:#fca5a5}.content-rich p{margin-bottom:16px;color:#c6f6e0}.content-rich ul{padding-left:22px}.content-rich ul li{margin-bottom:8px;color:#b6f5d8}.highlight-box{background:#0a3d2e;border-left:4px solid var(--primary);border-radius:0 12px 12px 0;padding:16px 20px;margin:22px 0;color:#d1fae5;font-size:0.95rem}.red-box{background:#1a0505;border-left:4px solid #ef4444;border-radius:0 12px 12px 0;padding:16px 20px;margin:22px 0;color:#fecaca;font-size:0.95rem}.scoreboard{background:linear-gradient(160deg,#1a0505,#0d0d0d);border:1px solid #ef444444;border-radius:18px;overflow:hidden;margin-bottom:16px;transition:box-shadow 0.2s}.scoreboard:hover{box-shadow:0 6px 24px #ef444418}.sb-header{background:linear-gradient(90deg,#450a0a,#1a0505);padding:11px 18px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ef444433}.sb-event{color:#fca5a5;font-weight:600;font-size:0.82rem;letter-spacing:0.5px}.sb-status{display:flex;align-items:center;gap:6px;font-size:0.8rem;color:#a7f3d0}.live-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:blink 1s infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:0.2}}.sb-body{overflow-x:clip;width:100%;padding:14px 18px}.sb-match{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.sb-player{color:var(--text-light);font-weight:600;font-size:0.93rem}.sb-score{color:var(--primary);font-weight:700;font-size:1.2rem}.sb-vs{color:#6ee7b7;font-size:0.78rem;font-weight:700;background:#22c55e22;padding:2px 10px;border-radius:8px;border:1px solid var(--border-green)}.sb-odds{display:flex;gap:8px}.odd-pill{flex:1;background:#1a0505;border:1px solid #ef444433;border-radius:10px;padding:8px 6px;text-align:center;transition:background 0.2s;cursor:pointer}.odd-pill:hover{background:#450a0a;border-color:#ef4444}.odd-pill.active{background:linear-gradient(90deg,var(--secondary),#10b981);border-color:var(--primary)}.odd-pill .ol{display:block;font-size:0.7rem;color:#fca5a5aa;margin-bottom:2px}.odd-pill.active .ol{color:#011a14cc}.odd-pill .ov{font-weight:700;font-size:0.97rem;color:var(--text-light)}.odd-pill.active .ov{color:#011a14}.player-card{background:var(--card-bg2);border:1px solid var(--border-green);border-radius:18px;padding:24px 18px;text-align:center;height:100%;transition:transform 0.2s,border-color 0.2s,box-shadow 0.2s;position:relative;overflow:hidden}.player-card::after{content:'';position:absolute;bottom:-30px;right:-30px;width:100px;height:100px;background:var(--primary);opacity:0.04;border-radius:50%}.player-card:hover{transform:translateY(-5px);border-color:var(--primary);box-shadow:0 10px 28px #22c55e1a}.player-avatar{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,var(--secondary),#10b981);display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin:0 auto 14px;border:3px solid var(--border-green)}.player-name{color:var(--text-light);font-weight:700;font-size:0.97rem;margin-bottom:4px}.player-country{color:var(--text-muted-custom);font-size:0.8rem;margin-bottom:12px}.player-rank{display:inline-block;background:#22c55e22;color:var(--primary);border:1px solid var(--primary);padding:3px 12px;border-radius:10px;font-size:0.75rem;font-weight:600;margin-bottom:12px}.player-stat{display:flex;justify-content:space-between;font-size:0.82rem;padding:6px 0;border-bottom:1px solid var(--border-green)}.player-stat:last-child{border-bottom:none}.player-stat span:first-child{color:#6ee7b7}.player-stat span:last-child{color:var(--text-light);font-weight:600}.market-card{background:var(--card-bg2);border:1px solid var(--border-green);border-radius:14px;padding:18px 16px;display:flex;gap:14px;align-items:flex-start;height:100%;transition:border-color 0.2s,transform 0.2s}.market-card:hover{border-color:var(--primary);transform:translateY(-3px)}.market-num{flex-shrink:0;width:36px;height:36px;background:linear-gradient(135deg,var(--secondary),#10b981);color:#011a14;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.88rem}.market-body h6{color:var(--text-light);font-weight:600;margin-bottom:5px;font-size:0.93rem}.market-body p{color:#a7f3d0;font-size:0.85rem;margin:0}.stats-strip{background:linear-gradient(90deg,#10b981,var(--secondary));padding:18px 0}.stat-item{text-align:center}.stat-num{font-size:1.8rem;font-weight:700;color:#011a14;line-height:1}.stat-lbl{font-size:0.82rem;color:#01260f;font-weight:500;margin-top:3px}.tourn-table{width:100%;border-collapse:collapse}.tourn-table thead tr{background:linear-gradient(90deg,#ef444418,#22c55e11)}.tourn-table thead th{color:var(--primary);font-weight:600;padding:12px 15px;font-size:0.88rem;border-bottom:1px solid var(--border-green)}.tourn-table tbody tr{border-bottom:1px solid #22c55e11;transition:background 0.2s}.tourn-table tbody tr:hover{background:#22c55e07}.tourn-table tbody td{padding:12px 15px;color:#c6f6e0;font-size:0.88rem}.status-live{background:#ef444422;color:#fca5a5;border:1px solid #ef444466;padding:2px 10px;border-radius:8px;font-size:0.75rem;font-weight:700}.status-upcoming{background:#22c55e22;color:var(--primary);border:1px solid var(--primary);padding:2px 10px;border-radius:8px;font-size:0.75rem;font-weight:600}.status-completed{background:#94a3b822;color:var(--generated-muted);border:1px solid #94a3b844;padding:2px 10px;border-radius:8px;font-size:0.75px;font-size:0.75rem;font-weight:600}.tip-row{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid var(--border-green);align-items:flex-start}.tip-row:last-child{border-bottom:none}.tip-icon{flex-shrink:0;width:44px;height:44px;background:linear-gradient(135deg,#22c55e22,#10b98122);border:1px solid var(--border-green);color:var(--primary);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.tip-content h6{color:var(--text-light);font-weight:600;margin-bottom:4px;font-size:0.95rem}.tip-content p{color:#a7f3d0;font-size:0.87rem;margin:0}.promo-box{background:linear-gradient(135deg,#0a3d2e 0%,#1a0505 100%);border:1px solid var(--primary);border-radius:22px;padding:44px 36px;position:relative;overflow:hidden;text-align:center}.promo-box::before{content:'🏓';position:absolute;right:24px;top:16px;font-size:7rem;opacity:0.06;pointer-events:none}.promo-box h3{color:var(--text-light);font-weight:700;font-size:1.5rem;margin-bottom:10px;position:relative;z-index:1}.promo-box h3 span{color:var(--primary)}.promo-box p{color:#a7f3d0;font-size:0.95rem;max-width:560px;margin:0 auto 24px;position:relative;z-index:1}.accordion-item{background:var(--card-bg2) !important;border:1px solid var(--border-green) !important;border-radius:12px !important;margin-bottom:10px;overflow:hidden}.accordion-button{background:var(--card-bg2) !important;color:var(--text-light) !important;font-weight:600 !important;font-size:0.93rem !important;box-shadow:none !important}.accordion-button:not(.collapsed){color:var(--primary) !important;background:#0a3d2e !important}.accordion-button::after{filter:invert(70%) sepia(60%) saturate(400%) hue-rotate(100deg)}.accordion-body{overflow-x:clip;width:100%;background:#0a3d2e;color:#a7f3d0;font-size:0.91rem;line-height:1.75}.sidebar-box{background:var(--card-bg2);border:1px solid var(--border-green);border-radius:16px;padding:22px;margin-bottom:20px}.sidebar-box h5{color:var(--primary);font-weight:700;margin-bottom:14px;font-size:0.97rem}.nav-tabs-custom{border-bottom:1px solid var(--border-green);margin-bottom:24px;gap:6px}.nav-tabs-custom .nav-link-custom{background:transparent;color:#a7f3d0;border:1px solid transparent;border-radius:10px 10px 0 0;padding:9px 18px;font-size:0.88rem;font-weight:500;cursor:pointer;transition:all 0.2s;border-bottom:none}.nav-tabs-custom .nav-link-custom:hover{color:var(--primary)}.nav-tabs-custom .nav-link-custom.active{background:#0a3d2e;color:var(--primary);border-color:var(--border-green);border-bottom-color:#0a3d2e;font-weight:700}.tab-pane-custom{display:none}.tab-pane-custom.active{display:block}.counter-val{font-size:2.2rem;font-weight:700;color:var(--primary);line-height:1}.counter-lbl{color:#a7f3d0;font-size:0.85rem;margin-top:4px}@media (max-width:768px){.page-hero h1{font-size:1.65rem}.section-title{font-size:1.45rem}.sb-odds{flex-wrap:wrap}}
