:root{--black:#0a0a0a;--yellow:#ffd400;--yellow-dark:#e6bf00;--live-red:#ee2737;--ink:#1a1a1a;--muted:#8a8a8a;--row-bg:#f3f4f6;--row-bg-alt:#f7e9ec;--card-radius:12px;--maxw:1180px}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Poppins,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}img{display:block;max-width:100%}.page{position:relative;display:flex;flex-direction:column;min-height:100vh;background-color:#f4f5fa}.page:before{inset:-40px;background-image:url(/live/We88-Desktop-Wepredict-Livestream-BG-1440x1700px.jpg);background-size:cover;background-position:top;filter:blur(22px) saturate(1);opacity:.9}.page:after,.page:before{content:"";position:fixed;z-index:-1}.page:after{inset:0;background:hsla(0,0%,100%,.18)}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 16px}.header{background:var(--black);position:-webkit-sticky;position:sticky;top:0;z-index:50}.header__inner{justify-content:space-between;height:72px;gap:16px}.header__brand,.header__inner{display:flex;align-items:center}.header__brand{gap:14px}.header__logo{height:34px;width:auto;cursor:pointer}.header__divider{width:1px;height:34px;background:#3a3a3a}.header__fifa{height:34px;width:auto}.btn-visit{background:var(--yellow);color:#000;font-weight:600;font-size:14px;padding:10px 22px;border-radius:8px;white-space:nowrap;cursor:pointer;transition:background .15s,filter .2s;animation:ctaBlink 2s cubic-bezier(.16,1,.3,1) infinite}.btn-visit:hover{background:var(--yellow-dark)}.btn-visit:active{filter:brightness(.88)}.header__actions{display:flex;align-items:center;gap:12px}.lang{position:relative}.lang__btn{display:flex;align-items:center;gap:6px;color:#fff;font-size:13px;font-weight:600;padding:8px 10px;border:1px solid #3a3a3a;border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s}.lang__btn:hover{border-color:#5a5a5a;background:hsla(0,0%,100%,.06)}.lang__chev{transition:transform .2s ease;opacity:.7}.lang__chev--open{transform:rotate(180deg)}.lang__menu{position:absolute;top:calc(100% + 8px);right:0;min-width:150px;background:#161616;border:1px solid #3a3a3a;border-radius:10px;padding:6px;z-index:60;box-shadow:0 10px 30px rgba(0,0,0,.45)}.lang__item{display:block;padding:9px 12px;font-size:13px;font-weight:500;color:#ddd;border-radius:7px;cursor:pointer}.lang__item:hover{background:#2a2a2a;color:#fff}.lang__item--active{color:var(--yellow);font-weight:700}@keyframes ctaBlink{0%{box-shadow:0 0 0 0 rgba(255,216,0,.8);filter:brightness(1)}70%{box-shadow:0 0 0 12px rgba(255,136,0,0);filter:brightness(1.15)}to{box-shadow:0 0 0 0 rgba(255,136,0,0);filter:brightness(1)}}@media (prefers-reduced-motion:reduce){.btn-visit{animation:none}}.main{flex:1 0 auto;padding:28px 0 48px}.page-title{font-size:26px;font-weight:800;margin:4px 0 6px}.tz-note{margin:0 0 14px;font-size:13px;color:var(--muted)}.tabs{display:flex;gap:28px;border-bottom:1px solid #d9d9d9;margin-bottom:22px;overflow-x:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{position:relative;padding:0 0 12px;font-size:15px;font-weight:600;color:var(--muted);white-space:nowrap}.tab--active{color:var(--ink)}.tab--active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--yellow);border-radius:3px}.tab:disabled{cursor:not-allowed;opacity:.55}.days{display:flex;flex-direction:column;gap:12px}.day{background:transparent;border-radius:var(--card-radius);overflow:hidden}.day__header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 18px;font-size:15px;font-weight:700;color:var(--ink);-webkit-text-fill-color:var(--ink);background:#eef0f4;border:1px solid rgba(0,0,0,.06);border-radius:var(--card-radius);box-shadow:0 1px 3px rgba(0,0,0,.06)}.day--today .day__header{background:var(--yellow);color:#000}.day__chev{transition:transform .2s ease;font-size:20px;opacity:.7;flex-shrink:0}.day--open .day__chev{transform:rotate(180deg)}.day__collapse{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.4,0,.2,1)}.day--open .day__collapse{grid-template-rows:1fr}.day__collapse-inner{overflow:hidden;min-height:0}.day__body{display:flex;flex-direction:column;gap:10px;padding:12px 0 4px;opacity:0;transform:translateY(-6px);transition:opacity .28s ease,transform .28s ease}.day--open .day__body{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.day__body,.day__collapse{transition:none}}.match{position:relative;display:grid;grid-template-columns:48px 1px 500px 130px 1fr;align-items:center;grid-gap:18px;gap:18px;min-height:72px;background:#eef0f6 url(/live/card-bg.jpeg) 50%/cover no-repeat;border-radius:var(--card-radius);padding:14px 16px;overflow:hidden;isolation:isolate}.match--live:before{content:"";position:absolute;inset:-30%;z-index:-2;background:url(/live/card-bg.jpeg) 50%/cover no-repeat;animation:cardDrift 7s ease-in-out infinite alternate}.match--live:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(105deg,transparent 38%,hsla(0,0%,100%,.4) 50%,transparent 62%);background-size:250% 100%;background-position:0 0;animation:cardSheen 4s ease-in-out infinite alternate}@keyframes cardDrift{0%{transform:translate3d(-3%,-2%,0) scale(1.08)}to{transform:translate3d(3%,2%,0) scale(1.12)}}@keyframes cardSheen{0%{background-position:0 0}to{background-position:100% 0}}.match--ended{background:#d7d9de;filter:saturate(.4)}@media (prefers-reduced-motion:reduce){.match--live:after,.match--live:before{animation:none}}.match--ended .match__names,.match--ended .match__time .d{color:#6d6f74}.match__badge{width:40px;height:40px;object-fit:contain}.match__divider{width:1px;height:38px;background:rgba(0,0,0,.12);align-self:center}.match--ended .match__divider{background:rgba(0,0,0,.16)}.match__teams{gap:12px;min-width:0}.match__flags,.match__teams{display:flex;align-items:center}.match__flags{gap:6px;flex-shrink:0}.match__flag{width:38px;height:38px;border-radius:50%;object-fit:cover}.match__flag--tbd{display:inline-block;background:rgba(0,0,0,.06);border:1px dashed rgba(0,0,0,.18)}.match__vs{font-size:12px;font-weight:700;color:var(--muted)}.match__names{display:flex;flex-direction:column;font-size:15px;font-weight:600;line-height:1.35;min-width:0}.match__names span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match__time{text-align:left;font-size:14px;line-height:1.35;white-space:nowrap;width:96px;flex-shrink:0}.match__time .d{font-weight:700}.match__time .t{color:var(--muted)}.match__cta{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:10px}.live-tag{display:inline-flex;align-items:center;height:19px}.live-tag img{height:19px;width:auto}.btn-watch,.pill-ended,.pill-soon{min-width:150px;box-sizing:border-box;text-align:center}.btn-watch{background:var(--yellow);color:#000;font-weight:700;font-size:13px;padding:8px 18px;border-radius:7px}.btn-watch:hover{background:var(--yellow-dark)}.pill-ended,.pill-soon{font-size:12px;font-weight:600;padding:8px 14px;border-radius:7px;line-height:1.3;white-space:nowrap}.pill-soon{background:#6b6e76;color:#fff}.pill-soon .cd{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700}.pill-ended{background:#8d9098;color:#fff}.footer{background:var(--black);color:#c9c9c9;margin-top:40px}.footer__inner{padding:30px 16px}.footer__row{display:flex;align-items:flex-start;gap:80px}.footer__col{flex:1 1;min-width:0}.footer__row>.footer__col--license{flex:2 1}.footer__pair{flex:2 1;display:flex;gap:40px}.footer__h{font-size:13px;font-weight:700;color:#fff;margin-bottom:12px}.footer__license{display:flex;gap:14px;align-items:flex-start}.footer__license img{width:56px;height:auto;flex-shrink:0}.footer__license p{font-size:12px;line-height:1.5;color:#9a9a9a;margin:0}.footer__divider--mobile{display:none}.footer__rg{display:flex;align-items:center;gap:10px}.footer__rg img{height:40px;width:auto}.footer__social{display:flex;gap:12px}.footer__social img{height:34px;width:34px}.footer__divider{border:none;border-top:1px dashed #3a3a3a;margin:22px 0}.footer__copy{text-align:center;font-size:12px;color:#7a7a7a;padding-bottom:26px}.footer__copy b{color:var(--yellow)}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.modal{background:#fff;border-radius:16px;max-width:360px;width:100%;padding:28px 24px;text-align:center}.modal h3{margin:0 0 8px;font-size:20px;font-weight:800}.modal p{margin:0 0 20px;font-size:14px;color:#555;line-height:1.5}.modal__actions{display:flex;flex-direction:column;gap:10px}.modal__login{background:var(--yellow);color:#000;font-weight:700;font-size:15px;padding:12px;border-radius:8px}.modal__login:hover{background:var(--yellow-dark)}.modal__cancel{color:var(--muted);font-size:14px;padding:8px}@media (max-width:640px){.header__inner{height:60px}.header__divider,.header__fifa,.header__logo{height:28px}.btn-visit{padding:8px 16px;font-size:13px}.header__actions{gap:8px}.lang__btn{padding:7px 8px;font-size:12px}.page-title{font-size:21px}.tz-note{font-size:11px}.tabs{gap:18px}.tab{font-size:13px}.match{grid-template-columns:auto 1px minmax(0,1fr) 64px 96px;gap:8px;padding:10px}.match__badge{width:26px;height:26px}.match__divider{height:28px}.match__teams{gap:6px}.match__flags{gap:3px}.match__flag{width:28px;height:28px}.match__vs{font-size:10px}.match__names{font-size:12px;line-height:1.25}.match__time{font-size:11px;line-height:1.25;width:64px}.match__cta{flex-direction:column;align-items:flex-end;justify-content:center;gap:3px;min-width:0}.match--live .match__cta{justify-content:flex-end;padding-top:8px}.live-tag{position:absolute;top:7px;right:9px}.live-tag,.live-tag img{height:13px}.btn-watch,.pill-ended,.pill-soon{min-width:0;width:84px}.btn-watch{font-size:11px;padding:6px 8px}.pill-ended,.pill-soon{font-size:10px;padding:6px 8px;white-space:normal}.pill-ended span,.pill-soon .pill-label{display:block}.footer__row{flex-direction:column;align-items:stretch;gap:0}.footer__divider--mobile{display:block;width:100%}.footer__pair{width:100%;gap:18px}.footer__pair .footer__col{flex:1 1}}