.hopp-sports{ --yellow:#FFED00; --bg:#0B0B0B; --surface:#242420; --white:#ffffff; --ink-soft:#c2c2bc; --ink-mute:#8a8a83; --line:#3a3a33; --radius:16px; font-family:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Arial,sans-serif; } .hopp-sports *{box-sizing:border-box;} .hopp-sports p:empty{display:none;} .hopp-sports{margin:0;background:var(--bg);color:var(--white);line-height:1.7;} .hopp-sports a{color:inherit;text-decoration:none;} .hopp-sports img{max-width:100%;display:block;border-radius:12px;} .hopp-sports .note{ max-width:860px;margin:0 auto;padding:14px 20px;background:var(--surface);border:1px solid var(--line); border-radius:10px;font-size:13px;color:var(--ink-soft);margin-top:16px; } .hopp-sports header.site{position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--line);} .hopp-sports .nav-wrap{max-width:1160px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:12px 24px;} .hopp-sports .logo{display:inline-flex;align-items:center;} .hopp-sports .logo img{height:40px;width:auto;border-radius:0;} .hopp-sports nav.links{display:flex;align-items:center;gap:24px;font-size:15px;font-weight:700;letter-spacing:.3px;color:#ffffff;} .hopp-sports nav.links a:hover{color:var(--yellow);} .hopp-sports nav.links .mon-test{background:var(--yellow);color:#141400;padding:9px 16px;border-radius:999px;font-weight:700;} .hopp-sports .crumbs{max-width:860px;margin:22px auto 0;padding:0 24px;font-size:12.5px;color:var(--ink-mute);} .hopp-sports .crumbs a{color:var(--ink-mute);} .hopp-sports .crumbs a:hover{color:var(--yellow);} .hopp-sports .hero{max-width:860px;margin:0 auto;padding:18px 24px 0;} .hopp-sports h1.title{font-size:38px;line-height:1.2;margin:0 0 14px;color:var(--yellow);font-weight:800;} .hopp-sports .dek{font-size:17px;color:var(--ink-soft);margin:0 0 20px;max-width:420px;} .hopp-sports .hero-photo-row{display:flex;gap:28px;align-items:center;margin:8px 0 0;} .hopp-sports .hero-photo-row>div:first-child{flex:1 1 340px;} .hopp-sports .hero-photo-row figure{flex:0 0 260px;max-width:260px;margin:0;position:relative;} .hopp-sports .hero-photo-row figure::after{content:"";position:absolute;top:50%;left:50%;width:220px;height:220px;transform:translate(-50%,-50%);background:var(--yellow);filter:blur(75px);opacity:.3;border-radius:50%;z-index:-1;} .hopp-sports .hero-photo-row figure img{width:100%;height:330px;object-fit:cover;border-radius:20px;} @media (max-width:640px){.hopp-sports .hero-photo-row{flex-direction:column;} .hopp-sports .hero-photo-row figure{max-width:100%;flex:none;}} .hopp-sports .cta{border-radius:var(--radius);padding:22px 28px;margin:16px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;} .hopp-sports .cta-primary{background:var(--yellow);color:var(--bg);} .hopp-sports .cta-primary .cta-title, .hopp-sports .cta-primary .cta-sub{color:var(--bg);} .hopp-sports .cta-primary .cta-sub{color:#3a3600;} .hopp-sports .cta-title{font-size:17px;font-weight:800;margin:0 0 4px;} .hopp-sports .cta-sub{font-size:13.5px;margin:0;max-width:420px;} .hopp-sports .cta-btn{white-space:nowrap;padding:12px 22px;border-radius:999px;font-weight:800;font-size:14px;} .hopp-sports .cta-primary .cta-btn{background:var(--bg);color:var(--yellow);} .hopp-sports .badge-time{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;flex:none;padding:7px 14px;background:#0B0B0B;color:var(--yellow);border-radius:10px;font-weight:800;font-size:11.5px;white-space:nowrap;line-height:1.1;} .hopp-sports .sport-select-wrap{position:relative;max-width:420px;margin:4px 0 24px;} .hopp-sports .sport-select{width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:var(--surface);border:1.5px solid var(--yellow);border-radius:12px;padding:14px 44px 14px 18px;font-family:inherit;font-size:15px;font-weight:700;color:var(--white);cursor:pointer;} .hopp-sports .sport-select:focus{outline:none;border-color:var(--white);} .hopp-sports .sport-select-wrap::after{content:"";position:absolute;top:50%;right:18px;width:9px;height:9px;border-right:2px solid var(--yellow);border-bottom:2px solid var(--yellow);transform:translateY(-65%) rotate(45deg);pointer-events:none;} .hopp-sports .layout{max-width:860px;margin:0 auto;padding:36px 24px 0;display:grid;grid-template-columns:1fr;gap:0;} .hopp-sports article p{font-size:15.5px;color:var(--ink-soft);margin:0 0 16px;} .hopp-sports .stat-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:8px 0 34px;} .hopp-sports .stat-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 10px;text-align:center;} .hopp-sports .stat-num{font-size:22px;font-weight:800;color:var(--yellow);display:block;} .hopp-sports .stat-label{font-size:14px;font-weight:700;color:var(--white);margin-top:6px;line-height:1.3;} @media (max-width:640px){.hopp-sports .stat-strip{grid-template-columns:1fr 1fr;}} .hopp-sports .divider{border:none;border-top:1px solid var(--line);margin:0 0 32px;}.hopp-sports .divider{display:none;} .hopp-sports .callout{background:var(--surface);border-left:4px solid var(--yellow);border-radius:0 12px 12px 0;padding:16px 20px;margin:22px 0;font-size:14.5px;color:var(--ink-soft);} .hopp-sports .callout b{color:var(--yellow);font-size:16.5px;} .hopp-sports footer.site{background:var(--bg);color:var(--ink-mute);margin-top:60px;border-top:1px solid var(--line);} .hopp-sports .footer-wrap{max-width:1120px;margin:0 auto;padding:30px 24px 40px;font-size:12.5px;} @media (max-width:720px){.hopp-sports h1.title{font-size:26px;} .hopp-sports .cta{flex-direction:column;align-items:flex-start;} .hopp-sports nav.links{display:none;}}.hopp-sports{overflow-x:clip;}.hopp-sports .layout{grid-template-columns:minmax(0,1fr);}@media (max-width:720px){.hopp-sports h1.title{font-size:30px;}.hopp-sports .cta-btn{align-self:center;margin:14px auto 0;width:fit-content;}.hopp-sports .cta-top{margin:20px 0 16px !important;}}@media (max-width:640px){.hopp-sports .hero-photo-row{gap:10px;}.hopp-sports .team-photo img{width:88% !important;}.hopp-sports .divider{display:none;}}@media (max-width:720px){.hopp-sports .cta-top{margin-top:8px !important;}}@media (max-width:640px){.hopp-sports .hero-photo-row{gap:2px;}}@media (max-width:720px){.hopp-sports .cta-top{margin-top:0 !important;}}@media (max-width:640px){.hopp-sports .hero-photo-row figure{margin-top:-20px;}}@media (max-width:640px){.hopp-sports .hero-photo-row figure{margin-top:-60px;margin-bottom:20px;}}