@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700;1,900&family=DM+Sans:wght@300;400;500;600;700&family=DM+Mono:wght@400;500&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--emerald:#10b981;--emerald-dark:#059669;--emerald-light:#6ee7b7;--emerald-xlight:#d1fae5;--slate-900:#0f172a;--slate-800:#1e293b;--slate-700:#334155;--slate-500:#64748b;--slate-400:#94a3b8;--slate-100:#f1f5f9;--slate-50:#f8fafc;--white:#fff;--black:#0a0a0f}html{scroll-behavior:smooth}body{background:var(--white);color:var(--black);cursor:none;font-family:DM Sans,sans-serif;overflow-x:hidden}.cursor{background:var(--emerald);pointer-events:none;z-index:99999;mix-blend-mode:multiply;border-radius:50%;width:12px;height:12px;transition:transform .1s,width .2s,height .2s,background .2s;position:fixed;transform:translate(-50%,-50%)}.cursor-ring{border:1.5px solid var(--emerald);pointer-events:none;z-index:99998;opacity:.5;border-radius:50%;width:36px;height:36px;transition:transform .18s,width .3s,height .3s,opacity .3s;position:fixed;transform:translate(-50%,-50%)}.cursor.hovered{background:var(--emerald-dark);width:8px;height:8px}.cursor-ring.hovered{opacity:.2;width:52px;height:52px}.noise{pointer-events:none;z-index:9999;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}nav{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffd9;border-bottom:1px solid #10b98114;justify-content:space-between;align-items:center;padding:1.25rem 3rem;transition:all .4s;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{letter-spacing:-.03em;color:var(--black);font-family:Playfair Display,serif;font-size:1.6rem;font-weight:900;text-decoration:none}.nav-logo span{color:var(--emerald);font-style:italic}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{letter-spacing:.08em;text-transform:uppercase;color:var(--slate-500);font-size:.82rem;font-weight:600;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--emerald-dark)}.nav-cta{background:var(--black);color:var(--white);letter-spacing:.05em;cursor:none;border:none;border-radius:50px;padding:.65rem 1.6rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s}.nav-cta:hover{background:var(--emerald-dark);transform:translateY(-1px)}.hero{background:linear-gradient(160deg,#f0fdf4 0%,#fff 50%,#ecfdf5 100%);grid-template-columns:1fr 1fr;justify-content:space-between;align-items:center;gap:4rem;min-height:100vh;padding:8rem 4rem 6rem;display:grid;position:relative;overflow:hidden}.hero-content{z-index:10;padding-left:2rem}.hero-visual{z-index:10;justify-content:center;align-items:center;width:100%;height:100%;min-height:500px;display:flex;position:relative}.hero-glow-1{pointer-events:none;background:radial-gradient(#10b9810f 0%,#0000 70%);width:900px;height:600px;position:absolute;top:20%;left:50%;transform:translate(-50%)}.hero-glow-2{pointer-events:none;background:radial-gradient(circle,#064e3b0a 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:0;right:-10%}.live-pill{background:var(--emerald-xlight);color:#065f46;letter-spacing:.1em;text-transform:uppercase;border:1px solid #10b98133;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.4rem 1rem;font-size:.72rem;font-weight:700;animation:.8s both fadeUp;display:inline-flex}.live-dot{background:var(--emerald);border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-title{letter-spacing:-.04em;color:var(--black);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(4rem,11vw,9rem);font-weight:900;line-height:.92;animation:.9s .1s both fadeUp}.hero-title em{color:var(--emerald);font-style:italic}.hero-title .outline{-webkit-text-stroke:2px var(--black);color:#0000}.hero-sub{color:var(--slate-500);max-width:520px;margin-bottom:2.8rem;font-size:1.15rem;font-weight:400;line-height:1.7;animation:1s .2s both fadeUp}.hero-btns{flex-wrap:wrap;justify-content:flex-start;gap:1rem;margin-bottom:3rem;animation:1s .3s both fadeUp;display:flex}.btn-primary{background:var(--emerald);color:var(--white);letter-spacing:.02em;cursor:none;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 8px 32px #10b98147}.btn-primary:hover{background:var(--emerald-dark);transform:translateY(-2px);box-shadow:0 16px 40px #10b98159}.btn-ghost{color:var(--black);cursor:none;background:0 0;border:1.5px solid #00000026;border-radius:50px;padding:1rem 2.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:border-color .2s,transform .2s}.btn-ghost:hover{border-color:var(--emerald);color:var(--emerald-dark);transform:translateY(-2px)}.hero-fixtures-card{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:5;background:#ffffffb3;border:1px solid #fff;border-radius:1.5rem;width:100%;max-width:440px;padding:2rem;position:relative;box-shadow:0 24px 64px #0000000f}.hf-header{text-align:center;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:800}.hf-list{flex-direction:column;gap:1.2rem;display:flex}.hf-item{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding-bottom:1.2rem;display:flex}.hf-item:last-child{border-bottom:none;padding-bottom:0}.hf-team{text-align:center;flex-direction:column;align-items:center;gap:.4rem;width:33%;font-size:.8rem;font-weight:700;display:flex}.hf-team img{object-fit:contain;width:38px;height:38px}.hf-center{text-align:center;width:34%}.hf-vs{letter-spacing:.15em;color:var(--slate-400);margin-bottom:.2rem;font-size:.65rem;font-weight:800;display:block}.hf-date{color:var(--emerald-dark);font-size:.7rem;font-weight:600}.float-player{object-fit:cover;object-position:center 15%;z-index:6;background:linear-gradient(to top, var(--slate-100), white);border:4px solid #fff;border-radius:50%;width:160px;height:160px;animation:6s ease-in-out infinite float;position:absolute;box-shadow:0 20px 40px #0000001f}.p-kohli{animation-delay:0s;top:-10px;right:20px}.p-dhoni{width:140px;height:140px;animation-delay:-2s;bottom:10px;left:0}.p-rohit{width:130px;height:130px;animation-delay:-4s;top:45%;right:5px}.ticker-wrap{background:#f0fdf499;border-top:1px solid #10b9811a;border-bottom:1px solid #10b9811a;width:100vw;padding:.75rem 0;animation:1s .4s both fadeUp;position:relative;overflow:hidden}.ticker-label{z-index:2;background:var(--emerald);color:#fff;letter-spacing:.15em;text-transform:uppercase;align-items:center;padding:0 1.2rem;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:0;bottom:0;left:0}.ticker-track{white-space:nowrap;gap:5rem;padding-left:130px;animation:28s linear infinite ticker;display:flex}.ticker-item{color:var(--slate-700);align-items:center;gap:1rem;font-size:.8rem;font-weight:600;display:inline-flex}.ticker-score{color:var(--black);font-family:DM Mono,monospace;font-weight:500}.ticker-live-badge{color:#dc2626;letter-spacing:.1em;text-transform:uppercase;background:#fef2f2;border:1px solid #fecaca;border-radius:3px;padding:.15rem .5rem;font-size:.6rem;font-weight:800}.ticker-end-badge{background:var(--emerald-xlight);color:#065f46;letter-spacing:.1em;text-transform:uppercase;border:1px solid #10b98133;border-radius:3px;padding:.15rem .5rem;font-size:.6rem;font-weight:800}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.stats-bar{border-top:1px solid #0000000f;border-bottom:1px solid #0000000f;grid-template-columns:repeat(5,1fr);max-width:900px;margin:0 auto;animation:1s .5s both fadeUp;display:grid}.stat-item{text-align:center;border-right:1px solid #0000000f;padding:1.8rem 1rem}.stat-item:last-child{border-right:none}.stat-val{color:var(--black);font-family:Playfair Display,serif;font-size:2rem;font-weight:900;display:block}.stat-lbl{letter-spacing:.12em;text-transform:uppercase;color:var(--slate-400);margin-top:.2rem;font-size:.65rem;font-weight:700;display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}section{position:relative}.section-tag{letter-spacing:.2em;text-transform:uppercase;color:var(--emerald-dark);margin-bottom:1rem;font-size:.68rem;font-weight:800;display:block}.section-title{letter-spacing:-.03em;color:var(--black);font-family:Playfair Display,serif;font-size:clamp(2.8rem,5vw,5.5rem);font-weight:900;line-height:1.05}.section-title em{color:var(--slate-400);font-style:italic}.section-body{color:var(--slate-500);max-width:580px;font-size:1.1rem;line-height:1.75}.observe{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(32px)}.observe.visible{opacity:1;transform:translateY(0)}.live-section{background:var(--white);padding:7rem 3rem}.live-inner{max-width:1200px;margin:0 auto}.live-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3.5rem;display:flex}.match-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:1.5rem;display:grid}.match-card{background:var(--white);cursor:none;border:1px solid #00000012;border-radius:1.75rem;padding:2rem;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000000a}.match-card:before{content:"";opacity:0;background:linear-gradient(135deg,#10b9810a 0%,#0000 60%);border-radius:1.75rem;transition:opacity .3s;position:absolute;inset:0}.match-card:hover{border-color:#10b98133;transform:translateY(-6px);box-shadow:0 20px 60px #10b9811f}.match-card:hover:before{opacity:1}.match-card-top{justify-content:space-between;align-items:center;margin-bottom:1.6rem;display:flex}.match-format{letter-spacing:.12em;text-transform:uppercase;color:var(--slate-400);font-size:.65rem;font-weight:800}.match-status-live{color:#dc2626;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:.4rem;font-size:.65rem;font-weight:800;display:flex}.status-dot{background:#dc2626;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite pulse}.match-status-done{color:var(--emerald-dark);letter-spacing:.1em;text-transform:uppercase;font-size:.65rem;font-weight:800}.match-status-upcoming{color:var(--slate-400);letter-spacing:.1em;text-transform:uppercase;font-size:.65rem;font-weight:800}.teams{flex-direction:column;gap:1.1rem;margin-bottom:1.5rem;display:flex}.team-row{justify-content:space-between;align-items:center;display:flex}.team-name{color:var(--black);align-items:center;gap:.6rem;font-size:1.1rem;font-weight:700;display:flex}.team-flag{justify-content:center;align-items:center;font-size:1.5rem;display:flex}.team-logo{object-fit:contain;width:32px;height:32px}.team-score{color:var(--black);font-family:DM Mono,monospace;font-size:1.05rem;font-weight:500}.team-overs{color:var(--slate-400);font-size:.7rem;font-weight:500}.team-row.batting .team-name{color:var(--black)}.team-row.batting .team-score{color:var(--emerald-dark);font-weight:700}.match-footer{color:var(--slate-500);border-top:1px solid #0000000d;padding-top:1rem;font-size:.78rem}.win-prob{align-items:center;gap:.6rem;margin-top:.9rem;display:flex}.prob-bar{background:var(--slate-100);border-radius:99px;flex:1;height:6px;overflow:hidden}.prob-fill{background:linear-gradient(90deg, var(--emerald), var(--emerald-light));border-radius:99px;height:100%;transition:width 1.2s}.prob-team{color:var(--slate-500);font-size:.65rem;font-weight:700}.prob-pct{color:var(--emerald-dark);font-family:DM Mono,monospace;font-size:.78rem;font-weight:600}.features-section{background:var(--slate-50);border-top:1px solid #0000000d;padding:7rem 3rem}.features-inner{max-width:1200px;margin:0 auto}.features-head{text-align:center;margin-bottom:4rem}.bento{grid-template-rows:auto;grid-template-columns:repeat(6,1fr);gap:1.25rem;display:grid}.bento-card{background:var(--white);cursor:none;border:1px solid #00000012;border-radius:2rem;padding:2.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden}.bento-card:hover{border-color:#10b9812e;transform:translateY(-4px);box-shadow:0 16px 48px #10b9811a}.bento-card.span2{grid-column:span 2}.bento-card.span3{grid-column:span 3}.bento-card.span4{grid-column:span 4}.bento-icon{background:var(--emerald-xlight);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.5rem;font-size:1.5rem;transition:transform .3s;display:flex}.bento-card:hover .bento-icon{transform:scale(1.1)rotate(-3deg)}.bento-title{color:var(--black);margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.bento-desc{color:var(--slate-500);font-size:.88rem;line-height:1.7}.player-headshot{object-fit:cover;background:#0003;border:2px solid #ffffff1a;border-radius:50%;width:44px;height:44px}.fantasy-pick{background:#ffffff0d;border:1px solid #ffffff14;border-radius:.75rem;align-items:center;gap:1rem;padding:.8rem 1.2rem;display:flex}.bento-tag{background:var(--emerald-xlight);letter-spacing:.1em;text-transform:uppercase;color:#065f46;border-radius:50px;margin-top:1.2rem;padding:.3rem .9rem;font-size:.65rem;font-weight:800;display:inline-block}.mini-chart{align-items:flex-end;gap:4px;height:52px;margin-top:1.2rem;display:flex}.mini-bar{background:var(--emerald-xlight);border-radius:4px 4px 0 0;flex:1;transition:height .8s,background .3s}.mini-bar.active{background:var(--emerald)}.bento-card:hover .mini-bar{background:#10b98133}.bento-card:hover .mini-bar.active{background:var(--emerald-dark)}.pred-meter{margin-top:1.5rem}.pred-row{align-items:center;gap:.8rem;margin-bottom:.8rem;display:flex}.pred-team-name{color:var(--slate-700);min-width:60px;font-size:.75rem;font-weight:700}.pred-track{background:var(--slate-100);border-radius:99px;flex:1;height:8px;overflow:hidden}.pred-fill{border-radius:99px;height:100%}.pred-fill.ind{background:linear-gradient(90deg,#f59e0b,#fbbf24);width:68%}.pred-fill.aus{background:linear-gradient(90deg, var(--emerald), var(--emerald-light));width:32%}.pred-pct-label{color:var(--slate-500);text-align:right;min-width:30px;font-family:DM Mono,monospace;font-size:.75rem;font-weight:600}.dark-section{background:var(--slate-900);color:var(--white);padding:7rem 3rem;position:relative;overflow:hidden}.dark-glow{pointer-events:none;background:radial-gradient(circle,#10b9811f 0%,#0000 65%);width:700px;height:700px;position:absolute;top:50%;right:-5%;transform:translateY(-50%)}.dark-inner{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;max-width:1200px;margin:0 auto;display:grid}.dark-section .section-title{color:var(--white)}.dark-section .section-body{color:#ffffff80}.dark-section .section-tag{color:var(--emerald-light)}.blog-stack{flex-direction:column;gap:1.2rem;display:flex}.blog-card{cursor:none;background:#ffffff0a;border:1px solid #ffffff14;border-radius:1.25rem;padding:1.5rem;transition:background .3s,border-color .3s,transform .3s}.blog-card:hover{background:#10b98114;border-color:#10b98133;transform:translate(6px)}.blog-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--emerald);margin-bottom:.6rem;font-size:.62rem;font-weight:800}.blog-headline{color:#ffffffe6;margin-bottom:.5rem;font-size:.95rem;font-weight:600;line-height:1.5}.blog-meta{color:#ffffff4d;font-size:.72rem}.blog-arrow{float:right;color:var(--emerald);font-size:1.1rem}.checklist{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.check-item{align-items:flex-start;gap:.8rem;display:flex}.check-icon{background:#10b98126;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:.1rem;display:flex}.check-icon svg{width:12px;height:12px;stroke:var(--emerald);fill:none;stroke-width:2.5px}.check-text{color:#fff9;font-size:.92rem;line-height:1.5}.pred-section{background:var(--white);padding:7rem 3rem}.pred-inner{max-width:1200px;margin:0 auto}.pred-header{text-align:center;margin-bottom:4rem}.pred-cards{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.pred-card{background:var(--white);cursor:none;opacity:0;border:1px solid #00000012;border-radius:2rem;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;transform:translateY(30px)}.pred-card.visible{opacity:1;transform:translateY(0)}.pred-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px #10b9811a}.pred-card:after{content:"";background:linear-gradient(90deg, var(--emerald), var(--emerald-light));height:5px;position:absolute;top:0;left:0;right:0}.pred-card-header{margin-bottom:1.5rem}.pred-teams{justify-content:space-between;align-items:center;margin-bottom:.8rem;display:flex}.pt-team{color:var(--black);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:800;display:flex}.pt-team img{object-fit:contain;filter:drop-shadow(0 4px 6px #0000001a);width:48px;height:48px}.pt-vs{flex-direction:column;align-items:center;display:flex}.pt-match-no{letter-spacing:.1em;color:var(--emerald-dark);background:var(--emerald-xlight);border-radius:6px;margin-bottom:.2rem;padding:.3rem .6rem;font-size:.65rem;font-weight:800}.pt-vs-text{color:var(--slate-400);font-size:.95rem;font-weight:800}.pred-meta{text-align:center;color:var(--slate-500);font-size:.82rem;font-weight:600}.pred-factors{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.8rem;display:flex}.pf-tag{color:var(--slate-700);background:#00000008;border:1px solid #0000000f;border-radius:50px;align-items:center;gap:.3rem;padding:.4rem .8rem;font-size:.75rem;font-weight:600;display:flex}.pred-win-meter{margin-bottom:1.5rem}.pwm-labels{color:var(--black);justify-content:space-between;margin-bottom:.5rem;font-size:.85rem;font-weight:800;display:flex}.pwm-bar{background:var(--slate-100);border-radius:6px;height:12px;display:flex;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d}.pwm-fill-a,.pwm-fill-b{height:100%;transition:width 1s cubic-bezier(.16,1,.3,1)}.pred-ai-insight{background:linear-gradient(145deg, var(--emerald-xlight), #fff);color:var(--slate-700);border:1px solid #10b98133;border-radius:1rem;margin-bottom:1.5rem;padding:1.25rem;font-size:.9rem;line-height:1.6;box-shadow:0 4px 12px #10b9810d}.pred-ai-insight strong{color:#064e3b;margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:800;display:block}.fixtures-section{background:var(--slate-50);border-top:1px solid #0000000d;padding:7rem 3rem}.fixtures-inner{max-width:1000px;margin:0 auto}.fixtures-header{text-align:center;margin-bottom:4rem}.fixture-list{flex-direction:column;gap:1rem;display:flex}.fixture-item{background:var(--white);cursor:none;border:1px solid #00000012;border-radius:1.25rem;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;padding:1.5rem 2rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:grid}.fixture-item:hover{border-color:#10b98129;transform:translate(4px);box-shadow:0 8px 32px #10b98117}.fixture-team-a{align-items:center;gap:.75rem;display:flex}.fixture-team-b{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.fix-team-logo{object-fit:contain;width:28px;height:28px}.fix-name{color:var(--black);font-size:.95rem;font-weight:700}.fix-center{text-align:center}.fix-vs{letter-spacing:.15em;text-transform:uppercase;color:var(--slate-400);margin-bottom:.3rem;font-size:.65rem;font-weight:800;display:block}.fix-date{color:var(--slate-700);font-size:.78rem;font-weight:600}.fix-time{color:var(--slate-400);font-size:.7rem}.fix-format-badge{letter-spacing:.1em;text-transform:uppercase;background:var(--emerald-xlight);color:#065f46;border-radius:4px;padding:.2rem .6rem;font-size:.6rem;font-weight:800}.cta-section{text-align:center;background:var(--white);padding:8rem 3rem;position:relative;overflow:hidden}.cta-bg{pointer-events:none;background:radial-gradient(#10b9810f 0%,#0000 65%);width:1000px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-title{letter-spacing:-.04em;color:var(--black);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(3.5rem,8vw,7.5rem);font-weight:900;line-height:.95}.cta-title em{color:var(--emerald);font-style:italic}.cta-body{color:var(--slate-500);max-width:440px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.7}.cta-quote{background:var(--slate-50);color:var(--slate-600);border:1px solid #0000000f;border-radius:1.25rem;max-width:500px;margin-top:3rem;padding:1.25rem 2.5rem;font-size:1rem;font-style:italic;font-weight:500;display:inline-block}footer{background:var(--black);color:#ffffff4d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:3rem 3rem 2rem;display:flex}.footer-logo{color:#ffffffd9;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:900}.footer-logo span{color:var(--emerald);font-style:italic}.footer-links{gap:2rem;display:flex}.footer-links a{color:#ffffff4d;letter-spacing:.06em;text-transform:uppercase;font-size:.8rem;font-weight:600;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--emerald)}.footer-copy{font-size:.75rem}.scroll-ind{letter-spacing:.15em;text-transform:uppercase;color:var(--slate-400);flex-direction:column;align-items:center;gap:.4rem;font-size:.62rem;font-weight:700;animation:2s ease-in-out infinite float;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(to bottom, var(--emerald), transparent);width:1px;height:40px}@keyframes float{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}@media (width<=900px){nav{padding:1rem 1.5rem}.nav-links{display:none}.hero{text-align:center;grid-template-columns:1fr;gap:2rem;padding:7rem 1.5rem 4rem}.hero-content{padding-left:0}.hero-btns{justify-content:center}.float-player{width:100px;height:100px}.p-kohli{top:-10px;right:0}.p-dhoni{width:90px;height:90px;bottom:-10px;left:-10px}.p-rohit{width:80px;height:80px;top:30%;right:-20px}.stats-bar{grid-template-columns:repeat(3,1fr)}.live-section,.features-section,.dark-section,.pred-section,.fixtures-section,.cta-section{padding:5rem 1.5rem}.dark-inner{grid-template-columns:1fr;gap:3rem}.bento{grid-template-columns:1fr 1fr}.bento-card.span3,.bento-card.span4,.bento-card.span2{grid-column:span 2}footer{text-align:center;flex-direction:column}.footer-links{justify-content:center}}.dash-layout{color:#1f2937;background:#fafbfc;min-height:100vh;padding:7rem 3rem 4rem}.dash-inner{max-width:1200px;margin:0 auto}.dash-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.dash-title-box h1{color:#111827;letter-spacing:-.02em;margin-bottom:.3rem;font-size:1.8rem;font-weight:800}.dash-title-box p{color:#6b7280;font-size:.85rem;font-weight:500}.dash-actions{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.dash-tip{color:#065f46;background:#ecfdf5;border:1px solid #10b98126;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:700;display:flex;box-shadow:0 2px 8px #10b9810d}.dash-btn{color:#fff;cursor:none;background:#059669;border:none;border-radius:8px;padding:.65rem 1.4rem;font-size:.85rem;font-weight:600;transition:background .2s,transform .2s;box-shadow:0 4px 12px #10b98126}.dash-btn:hover{background:#047857;transform:translateY(-1px)}.dash-grid-6{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.dash-card{cursor:none;background:#fff;border:1px solid #0000000a;border-radius:16px;padding:1.5rem 1.8rem;transition:transform .2s;position:relative;box-shadow:0 2px 14px #00000005}.dash-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0000000a}.dc-top{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.dc-icon{border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.2rem;display:flex}.dc-icon.blue{color:#3b82f6;background:#eff6ff}.dc-icon.green{color:#10b981;background:#ecfdf5}.dc-icon.red{color:#ef4444;background:#fef2f2}.dc-icon.yellow{color:#f59e0b;background:#fffbeb}.dc-icon.purple{color:#8b5cf6;background:#f5f3ff}.dc-icon.gray{color:#6b7280;background:#f3f4f6}.dc-tag{letter-spacing:.1em;text-transform:uppercase;color:#9ca3af;font-size:.62rem;font-weight:800}.dc-label{letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;margin-bottom:.3rem;font-size:.72rem;font-weight:800;display:block}.dc-value{color:#111827;font-family:DM Mono,monospace;font-size:1.8rem;font-weight:800}.dc-value.red{color:#ef4444}.dash-grid-2{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.chart-card{cursor:none;background:#fff;border:1px solid #0000000a;border-radius:16px;flex-direction:column;align-items:center;padding:2rem;display:flex;box-shadow:0 2px 14px #00000005}.chart-title{color:#111827;margin-bottom:2.5rem;font-size:1rem;font-weight:800}.donut-wrap{flex-direction:column;align-items:center;display:flex}.donut-chart{background:conic-gradient(#10b981 0% 55%,#3b82f6 55% 85%,#f59e0b 85% 100%);border-radius:50%;justify-content:center;align-items:center;width:220px;height:220px;margin-bottom:2.5rem;display:flex;position:relative}.donut-inner{color:#111827;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;font-size:1.2rem;font-weight:800;display:flex}.donut-legend{color:#6b7280;gap:1.5rem;font-size:.8rem;font-weight:600;display:flex}.dl-item{align-items:center;gap:.5rem;display:flex}.dl-dot{border-radius:50%;width:10px;height:10px}.bar-chart-wrap{width:100%;max-width:400px}.bar-chart{border-bottom:1px dashed #e5e7eb;justify-content:space-around;align-items:flex-end;width:100%;height:220px;margin-bottom:1.5rem;padding-bottom:1rem;display:flex;position:relative}.bc-y-axis{color:#9ca3af;text-align:right;flex-direction:column;justify-content:space-between;font-size:.7rem;display:flex;position:absolute;top:0;bottom:0;left:-20px}.bc-grid-line{z-index:1;border-bottom:1px dashed #f3f4f6;position:absolute;left:20px;right:0}.bc-col{z-index:5;flex-direction:column;flex:1;align-items:center;gap:.8rem;display:flex}.bc-bar-wrap{flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:100%;display:flex}.bc-bar{border-radius:6px 6px 0 0;width:50px;transition:opacity .3s;position:relative}.bc-bar:hover{opacity:.8}.bc-label{color:#6b7280;font-size:.8rem;font-weight:600}.dash-list-card{background:0 0}.dash-list-header{gap:1rem;margin-bottom:1.5rem;display:flex}.dash-search{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;flex:1;max-width:400px;padding:.75rem 1.2rem;font-size:.85rem}.dash-filter{color:#374151;cursor:none;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1.2rem;font-size:.8rem;font-weight:600}.dash-list{flex-direction:column;gap:.8rem;display:flex}.dl-row{cursor:none;background:#fff;border:1px solid #00000008;border-radius:12px;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;transition:transform .2s;display:flex;box-shadow:0 2px 10px #00000005}.dl-row:hover{border-color:#10b98133;transform:translate(4px)}.dl-left{align-items:center;gap:1.2rem;display:flex}.dl-icon-box{color:#ef4444;background:#fef2f2;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.dl-icon-box.green{color:#10b981;background:#ecfdf5}.dl-icon-box img{object-fit:cover;border:1px solid #0000000d;border-radius:8px;width:100%;height:100%}.dl-title{color:#111827;text-transform:uppercase;margin-bottom:.3rem;font-size:.95rem;font-weight:700}.dl-sub{color:#9ca3af;text-transform:uppercase;align-items:center;gap:.8rem;font-size:.72rem;font-weight:600;display:flex}.dl-pill{letter-spacing:.05em;color:#4b5563;background:#f3f4f6;border-radius:4px;padding:.25rem .5rem;font-size:.6rem}.dl-right{color:#6b7280;font-family:DM Mono,monospace;font-size:1rem;font-weight:700}.dl-right.red{color:#ef4444}.dl-right.green{color:#10b981}.dl-right-actions{color:#9ca3af;gap:.8rem;margin-left:1.5rem;font-size:.9rem;display:flex}
