*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body{overflow-x:hidden;width:100%;scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;background:#FBF8F8;color:#011932;line-height:1.6;overflow-wrap:anywhere;word-break:break-word}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}

/* ===== HEADER ===== */
.global-header{background:#920C0E;position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px rgba(0,0,0,.3)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;max-width:1400px;margin:0 auto}
.header-logo{display:flex;align-items:center}
.logo-img{height:48px;width:auto;max-width:220px;object-fit:contain}
.burger-btn{background:none;border:none;color:#FBF8F8;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;font-weight:600;padding:8px 4px}
.burger-icon{display:flex;flex-direction:column;gap:4px;width:22px}
.burger-icon::before,.burger-icon::after{content:'';display:block;height:2px;background:#FBF8F8;border-radius:2px;transition:transform .3s}
.burger-icon::before{box-shadow:0 6px 0 #FBF8F8}
.burger-label{font-family:inherit}
.login-link{display:flex;align-items:center;gap:6px;color:#FBF8F8;font-weight:600;font-size:14px;transition:opacity .2s}
.login-link:hover{opacity:.8}
.login-text{display:inline}

/* ===== MOBILE MENU ===== */
.mobile-menu{position:fixed;top:0;left:-100%;width:280px;height:100vh;background:#920C0E;z-index:1100;display:flex;flex-direction:column;padding:80px 24px 24px;transition:left .3s ease;box-shadow:4px 0 20px rgba(0,0,0,.4)}
.mobile-menu.open{left:0}
.mobile-menu-link{color:#FBF8F8;font-size:18px;font-weight:500;padding:14px 0;border-bottom:1px solid rgba(251,248,248,.15);transition:padding-left .2s}
.mobile-menu-link:hover{padding-left:8px}
.mobile-menu-cta{margin-top:20px;text-align:center}
.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1050;display:none}
.menu-overlay.show{display:block}

/* ===== PRODUCT NAV ===== */
.product-nav{background:#7a0a0c;border-bottom:1px solid rgba(251,248,248,.1)}
.product-nav-inner{display:flex;justify-content:center;gap:32px;padding:10px 20px;max-width:1200px;margin:0 auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.product-nav-inner::-webkit-scrollbar{display:none}
.product-nav-link{display:flex;align-items:center;gap:6px;color:#FBF8F8;font-size:14px;font-weight:500;padding:6px 4px;white-space:nowrap;opacity:.75;transition:opacity .2s;border-bottom:2px solid transparent}
.product-nav-link.active,.product-nav-link:hover{opacity:1;border-bottom-color:#FBF8F8}
.product-nav-link svg{flex-shrink:0}

/* ===== BUTTONS ===== */
.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:800;border:none;border-radius:6px;cursor:pointer;transition:transform .15s,box-shadow .15s;min-height:46px;padding:12px 28px;font-size:15px;letter-spacing:.02em;text-transform:none}
.btn--primary{background:#011932;color:#FBF8F8;box-shadow:0 4px 14px rgba(1,25,50,.4)}
.btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(1,25,50,.55)}
.btn--primary:active{transform:translateY(0);box-shadow:0 2px 8px rgba(1,25,50,.3)}
.btn--ghost{background:transparent;color:#FBF8F8;border:2px solid #FBF8F8;box-shadow:0 2px 8px rgba(0,0,0,.15)}
.btn--ghost:hover{background:rgba(251,248,248,.1);transform:translateY(-1px)}
.btn--sm{min-height:38px;padding:8px 20px;font-size:13px}
.btn--full{width:100%}

/* ===== PLAY MODE ===== */
.play-mode-section{padding:48px 0 32px;background:#FBF8F8}
.play-mode-title{text-align:center;font-size:32px;font-weight:700;color:#011932;margin-bottom:32px}
.play-mode-tabs{display:flex;justify-content:center;gap:8px;background:#fff;border-radius:12px;padding:24px 16px;box-shadow:0 2px 16px rgba(0,0,0,.06);max-width:700px;margin:0 auto;flex-wrap:wrap}
.play-mode-tab{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 20px;border-radius:8px;font-size:13px;font-weight:600;color:#011932;transition:background .2s;position:relative;min-width:80px}
.play-mode-tab:hover{background:rgba(1,25,50,.05)}
.play-mode-tab.active .tab-underline{position:absolute;bottom:4px;left:50%;transform:translateX(-50%);width:40px;height:3px;background:#920C0E;border-radius:2px}
.play-mode-tab svg{stroke:#011932;opacity:.7}
.play-mode-tab.active svg{opacity:1}

/* ===== DRAW SELECTOR ===== */
.draw-selector-section{padding:16px 0;background:#f0eded}
.draw-selector{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.draw-info{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.draw-badge{background:#011932;color:#FBF8F8;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.draw-name{font-weight:600;font-size:15px;color:#011932}
.draw-meta{display:flex;gap:20px;font-size:13px;color:#555}
.draw-deadline,.draw-turnover{white-space:nowrap}

/* ===== COUPON TOOLBAR ===== */
.coupon-section{padding:24px 0 48px}
.coupon-toolbar{display:flex;gap:12px;margin-bottom:20px;padding:10px 0;border-bottom:1px solid #e0dede}
.toolbar-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#f5f3f3;border-radius:6px;font-size:13px;font-weight:600;color:#011932;transition:background .2s}
.toolbar-btn:hover{background:#e8e5e5}
.toolbar-btn svg{flex-shrink:0}

/* ===== COUPON GRID (MAIN 2-COL) ===== */
.coupon-grid{display:grid;grid-template-columns:1fr 380px;gap:24px}
.coupon-matches{display:flex;flex-direction:column;gap:2px}

/* ===== MATCH CARDS ===== */
.match-card{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #ebebeb;border-radius:8px;transition:box-shadow .2s}
.match-card:hover{box-shadow:0 2px 12px rgba(0,0,0,.06)}
.match-number{width:32px;height:32px;background:#920C0E;color:#FBF8F8;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}
.match-info{min-width:0}
.match-teams{font-weight:600;font-size:15px;color:#011932;margin-bottom:4px}
.match-stats-row{display:flex;align-items:center;gap:0;font-size:12px;color:#666}
.match-label{width:100px;flex-shrink:0;font-size:11px}
.match-pct,.match-odd{width:50px;text-align:center;font-weight:500}
.pick-buttons{display:flex;gap:6px}
.pick-btn{width:48px;height:40px;border:2px solid #ddd;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;color:#011932;transition:all .15s;background:#fff}
.pick-btn:hover{border-color:#920C0E;background:rgba(146,12,14,.05);color:#920C0E}

/* ===== STATS SIDEBAR ===== */
.stats-sidebar{background:#fff;border:1px solid #ebebeb;border-radius:12px;overflow:hidden;position:sticky;top:90px}
.stats-tabs-primary{display:flex;border-bottom:2px solid #ebebeb;overflow-x:auto;scrollbar-width:none}
.stats-tabs-primary::-webkit-scrollbar{display:none}
.stats-tab{padding:12px 14px;font-size:12px;font-weight:600;color:#666;white-space:nowrap;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .2s}
.stats-tab.active{color:#920C0E;border-bottom-color:#920C0E}
.stats-tab:hover{color:#011932}
.stats-tabs-secondary{display:flex;border-bottom:1px solid #ebebeb;padding:0 8px;overflow-x:auto;scrollbar-width:none}
.stats-tabs-secondary::-webkit-scrollbar{display:none}
.stats-tab-s{padding:10px 12px;font-size:11px;font-weight:600;color:#888;white-space:nowrap;border-bottom:2px solid transparent;transition:color .2s}
.stats-tab-s.active{color:#920C0E;border-bottom-color:#920C0E}
.stats-content{padding:20px}
.stats-label{font-size:11px;color:#920C0E;font-weight:600;margin-bottom:12px}
.stats-section{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0eded}
.stats-section:last-of-type{border-bottom:none}
.stats-challenge-row{display:flex;justify-content:space-between;font-size:13px;font-weight:600;margin-bottom:4px}
.stats-challenge-label{color:#011932}
.stats-challenge-sub{color:#666;font-weight:400;font-size:11px}
.stats-pct-row{display:flex;justify-content:space-around;font-size:14px;font-weight:700;color:#011932;padding:4px 0}
.stats-heading{font-size:14px;font-weight:700;color:#011932;margin-bottom:12px}
.odds-bar{display:flex;border-radius:6px;overflow:hidden;height:32px;margin-bottom:6px}
.odds-bar-home{background:#c4a35a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700}
.odds-bar-draw{background:#666;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700}
.odds-bar-away{background:#3a6ea5;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700}
.odds-bar-labels{display:flex;justify-content:space-between;font-size:11px;color:#888}
.stats-info-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f5f3f3;font-size:13px}
.stats-info-row span:first-child{color:#888}
.stats-info-row span:last-child{font-weight:600;color:#011932}

/* ===== TILLVAL ===== */
.tillval-section{padding:48px 0;background:#f0eded}
.tillval-title{text-align:center;font-size:28px;font-weight:700;color:#011932;margin-bottom:28px}
.tillval-card{background:#fff;border-radius:12px;padding:32px;max-width:700px;margin:0 auto;box-shadow:0 2px 16px rgba(0,0,0,.06)}
.tillval-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.tillval-header h3{font-size:20px;font-weight:700;color:#011932}
.tillval-icon{flex-shrink:0}
.tillval-multipliers{display:flex;justify-content:flex-end;gap:24px;margin-bottom:12px;font-size:12px;color:#666;padding-right:8px}
.stake-buttons{display:flex;align-items:center;gap:0;flex-wrap:wrap}
.stake-btn{flex:1;min-width:60px;padding:14px 8px;text-align:center;font-weight:700;font-size:15px;color:#011932;border:2px solid #ddd;background:#fff;transition:all .2s;cursor:pointer}
.stake-btn:first-child{border-radius:8px 0 0 8px}
.stake-btn:nth-child(5){border-radius:0 8px 8px 0}
.stake-btn.active{background:#011932;color:#FBF8F8;border-color:#011932}
.stake-btn:hover:not(.active){background:#f5f3f3}
.stake-custom{display:flex;flex-direction:column;align-items:center;gap:4px;margin-left:16px}
.stake-custom label{font-size:11px;color:#666}
.stake-custom-input{border:2px solid #ddd;border-radius:8px;padding:10px 14px;display:flex;gap:4px;font-size:15px;font-weight:700;color:#011932}

/* ===== BETSLIP ===== */
.betslip-section{background:#011932;padding:16px 0;position:sticky;bottom:0;z-index:900;box-shadow:0 -4px 20px rgba(0,0,0,.2)}
.betslip-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.betslip-info{display:flex;gap:24px;flex-wrap:wrap}
.betslip-stat{display:flex;flex-direction:column;gap:2px}
.betslip-label{font-size:10px;color:rgba(251,248,248,.6);text-transform:uppercase;letter-spacing:.04em}
.betslip-val{font-size:14px;font-weight:700;color:#FBF8F8}
.betslip-progress{display:flex;flex-direction:column;gap:4px;color:#FBF8F8;font-size:12px;min-width:140px}
.progress-bar{height:6px;background:rgba(251,248,248,.2);border-radius:3px;overflow:hidden}
.progress-fill{height:100%;background:#920C0E;border-radius:3px;transition:width .3s}
.btn--betala{background:#920C0E;color:#FBF8F8;font-size:16px;min-height:48px;padding:12px 40px;box-shadow:0 4px 16px rgba(146,12,14,.5)}
.btn--betala:hover{background:#a50e10;transform:translateY(-2px);box-shadow:0 6px 24px rgba(146,12,14,.6)}

/* ===== RESULTS ===== */
.results-section{padding:64px 0;background:#FBF8F8}
.section-title{font-size:28px;font-weight:700;color:#011932;text-align:center;margin-bottom:12px}
.section-subtitle{text-align:center;color:#666;font-size:15px;margin-bottom:32px}
.results-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:32px}
.result-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #ebebeb;transition:box-shadow .2s,transform .2s}
.result-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}
.result-card-header{display:flex;justify-content:space-between;padding:14px 16px;background:#f8f6f6;font-size:13px}
.result-round{font-weight:700;color:#011932}
.result-date{color:#888}
.result-card-body{padding:16px}
.result-card .media{margin-bottom:12px;border-radius:8px;overflow:hidden;max-height:120px}
.result-card .media img{width:100%;object-fit:cover}
.result-details{display:flex;flex-direction:column;gap:6px}
.result-row{display:flex;justify-content:space-between;font-size:13px;padding:4px 0;border-bottom:1px solid #f5f3f3}
.result-prize{font-weight:700;color:#920C0E}
.results-section .btn{display:block;margin:0 auto;max-width:280px;text-align:center}

/* ===== GAMES ===== */
.games-section{padding:64px 0;background:#f0eded}
.games-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:32px;flex-wrap:wrap}
.game-tab{padding:8px 20px;border-radius:20px;font-size:13px;font-weight:600;color:#011932;background:#fff;border:1px solid #ddd;transition:all .2s}
.game-tab.active,.game-tab:hover{background:#011932;color:#FBF8F8;border-color:#011932}
.games-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.game-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #ebebeb;transition:box-shadow .2s,transform .2s}
.game-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}
.game-card .media{max-height:160px;overflow:hidden}
.game-card .media img{width:100%;object-fit:cover}
.game-card-info{padding:16px}
.game-card-info h3{font-size:17px;font-weight:700;color:#011932;margin-bottom:4px}
.game-card-info p{font-size:13px;color:#666;margin-bottom:8px}
.game-jackpot{font-size:14px;font-weight:700;color:#920C0E}

/* ===== HOW TO ===== */
.how-section{padding:64px 0;background:#FBF8F8}
.how-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.how-card{background:#fff;border-radius:12px;padding:24px;text-align:center;border:1px solid #ebebeb;transition:box-shadow .2s,transform .2s;position:relative}
.how-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}
.how-number{width:36px;height:36px;background:#920C0E;color:#FBF8F8;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;margin:0 auto 16px}
.how-card .media{border-radius:8px;overflow:hidden;margin-bottom:16px;max-height:120px}
.how-card .media img{width:100%;object-fit:cover}
.how-card h3{font-size:16px;font-weight:700;color:#011932;margin-bottom:8px}
.how-card p{font-size:13px;color:#666;line-height:1.5}

/* ===== PROMO ===== */
.promo-section{padding:64px 0;background:#f0eded}
.promo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.promo-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #ebebeb;transition:box-shadow .2s,transform .2s}
.promo-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}
.promo-card .media{max-height:180px;overflow:hidden}
.promo-card .media img{width:100%;object-fit:cover}
.promo-card-content{padding:20px}
.promo-badge{display:inline-block;padding:3px 10px;border-radius:4px;background:#920C0E;color:#FBF8F8;font-size:11px;font-weight:700;text-transform:uppercase;margin-bottom:8px}
.promo-card-content h3{font-size:18px;font-weight:700;color:#011932;margin-bottom:8px}
.promo-card-content p{font-size:13px;color:#666;margin-bottom:16px;line-height:1.5}

/* ===== SEO TEXT ===== */
.seo-section{padding:64px 0;background:#FBF8F8}
.seo-text{position:relative}
.seo-text-inner{max-height:120px;overflow:hidden;transition:max-height .5s ease}
.seo-text-inner.expanded{max-height:3000px}
.seo-text-inner p{margin-bottom:16px;font-size:15px;line-height:1.7;color:#333}
.seo-toggle{display:block;margin:16px auto 0;padding:8px 24px;background:none;border:2px solid #011932;border-radius:6px;color:#011932;font-weight:700;font-size:13px;cursor:pointer;transition:all .2s}
.seo-toggle:hover{background:#011932;color:#FBF8F8}

/* ===== FAQ ===== */
.faq-section{padding:64px 0;background:#f0eded}
.faq-list{max-width:800px;margin:0 auto}
.faq-item{background:#fff;border-radius:8px;margin-bottom:8px;border:1px solid #ebebeb;overflow:hidden}
.faq-question{width:100%;padding:18px 20px;background:none;border:none;text-align:left;font-size:15px;font-weight:600;color:#011932;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s}
.faq-question:hover{background:#f8f6f6}
.faq-question::after{content:'+';font-size:22px;font-weight:300;color:#920C0E;flex-shrink:0;margin-left:16px;transition:transform .3s}
.faq-item.open .faq-question::after{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s}
.faq-item.open .faq-answer{max-height:400px;padding:0 20px 18px}
.faq-answer p{font-size:14px;color:#555;line-height:1.6}

/* ===== FOOTER ===== */
.site-footer{background:#011932;color:#FBF8F8;padding:48px 0 0}
.footer-top{display:grid;grid-template-columns:1fr 2fr;gap:40px;padding-bottom:32px;border-bottom:1px solid rgba(251,248,248,.1)}
.footer-brand{display:flex;flex-direction:column;gap:12px}
.footer-logo{height:40px;width:auto;object-fit:contain}
.footer-tagline{font-size:13px;color:rgba(251,248,248,.65);line-height:1.5}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.footer-col h4{font-size:13px;font-weight:700;color:#FBF8F8;margin-bottom:12px;text-transform:uppercase;letter-spacing:.04em}
.footer-col a{display:block;font-size:13px;color:rgba(251,248,248,.6);padding:4px 0;transition:color .2s}
.footer-col a:hover{color:#FBF8F8}
.footer-payments{padding:24px 0;border-bottom:1px solid rgba(251,248,248,.1)}
.footer-payments h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px;color:rgba(251,248,248,.6)}
.payment-icons{display:flex;gap:12px;flex-wrap:wrap}
.payment-icon{padding:6px 14px;background:rgba(251,248,248,.1);border-radius:4px;font-size:12px;font-weight:600;color:#FBF8F8}
.footer-responsible{padding:24px 0;border-bottom:1px solid rgba(251,248,248,.1)}
.responsible-badges{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}
.badge-18{width:36px;height:36px;border-radius:50%;border:2px solid #920C0E;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;color:#920C0E;flex-shrink:0}
.responsible-text{font-size:12px;color:rgba(251,248,248,.6)}
.footer-legal{font-size:11px;color:rgba(251,248,248,.45);line-height:1.6}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:20px 0;flex-wrap:wrap;gap:12px}
.footer-bottom p{font-size:12px;color:rgba(251,248,248,.45)}
.footer-bottom-links{display:flex;gap:16px}
.footer-bottom-links a{font-size:12px;color:rgba(251,248,248,.5);transition:color .2s}
.footer-bottom-links a:hover{color:#FBF8F8}

/* ===== MEDIA ===== */
.media{border-radius:8px;overflow:hidden;border:1px solid rgba(0,0,0,.06)}
.media img{max-width:100%;height:auto;display:block;object-fit:contain}

/* ===== RESPONSIVE ===== */
@media(max-width:1024px){
.coupon-grid{grid-template-columns:1fr}
.stats-sidebar{position:static;margin-top:20px}
.how-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:768px){
.header-inner{padding:10px 16px}
.logo-img{height:36px;max-width:160px}
.play-mode-title{font-size:24px}
.play-mode-tabs{gap:4px;padding:16px 12px}
.play-mode-tab{padding:10px 12px;font-size:11px;min-width:60px}
.play-mode-tab svg{width:22px;height:22px}
.draw-selector{flex-direction:column;align-items:flex-start;gap:8px}
.draw-meta{flex-direction:column;gap:4px}
.match-card{grid-template-columns:32px 1fr;gap:8px;padding:12px}
.pick-buttons{grid-column:1/-1;justify-content:flex-end;margin-top:4px}
.match-label{width:80px}
.match-pct,.match-odd{width:40px;font-size:11px}
.coupon-toolbar{flex-wrap:wrap}
.results-grid,.games-grid,.promo-grid{grid-template-columns:1fr}
.footer-top{grid-template-columns:1fr}
.footer-links{grid-template-columns:repeat(3,1fr);margin-top:20px}
.betslip-bar{flex-direction:column;text-align:center}
.betslip-info{justify-content:center}
.btn--betala{width:100%}
.tillval-multipliers{gap:12px;font-size:11px}
.stake-buttons{flex-wrap:wrap}
.stake-btn{min-width:50px;padding:10px 4px;font-size:13px}
.stake-custom{margin-left:0;margin-top:12px;width:100%}
.section-title{font-size:22px}
}

@media(max-width:480px){
.burger-label{display:none}
.login-text{display:none}
.product-nav-inner{gap:16px;padding:8px 12px}
.product-nav-link{font-size:12px;gap:4px}
.product-nav-link svg{width:14px;height:14px}
.play-mode-tabs{flex-direction:row;overflow-x:auto;justify-content:flex-start;padding:12px}
.play-mode-tab{flex:0 0 auto}
.match-teams{font-size:13px}
.pick-btn{width:40px;height:36px;font-size:13px}
.how-grid{grid-template-columns:1fr}
.footer-links{grid-template-columns:1fr;gap:20px}
.stats-tabs-primary{gap:0}
.stats-tab{padding:10px 10px;font-size:11px}
.games-tabs{gap:4px}
.game-tab{padding:6px 14px;font-size:12px}
.btn{width:100%;min-height:44px;padding:12px 16px}
.betslip-info{gap:12px}
.betslip-stat{align-items:center}
}

@media(max-width:360px){
.pick-btn{width:36px;height:34px;font-size:12px}
.match-stats-row{font-size:10px}
.match-label{width:70px;font-size:10px}
}
.powerplay-system-guide{
  padding:48px 0;
  background:#FBF8F8;
  color:#011932;
  border-top:1px solid #ebebeb;
  border-bottom:1px solid #ebebeb;
}
.powerplay-system-guide .container{
  max-width:1100px;
  margin:0 auto;
  padding:0 20px;
}
.powerplay-system-guide__title{
  font-size:1.6rem;
  font-weight:700;
  color:#011932;
  margin:0 0 1.4rem;
  line-height:1.25;
  text-align:left;
}
.powerplay-system-guide__lead{
  background:#fff;
  border:1px solid #ebebeb;
  border-left:4px solid #920C0E;
  border-radius:8px;
  padding:1.1rem 1.3rem;
  margin-bottom:2rem;
  box-shadow:0 2px 12px rgba(0,0,0,.04);
}
.powerplay-system-guide__lead p{
  margin:0;
  font-size:.98rem;
  line-height:1.7;
  color:#333;
}
.powerplay-system-guide__lead em,
.powerplay-system-guide__section em{
  color:#920C0E;
  font-style:italic;
  font-weight:600;
}
.powerplay-system-guide__section{
  background:#fff;
  border:1px solid #ebebeb;
  border-radius:10px;
  padding:1.4rem 1.4rem 1.2rem;
  margin-bottom:1rem;
  box-shadow:0 2px 10px rgba(0,0,0,.03);
}
.powerplay-system-guide__section--final{
  background:#fff8f8;
  border-color:rgba(146,12,14,.2);
}
.powerplay-system-guide__h3{
  font-size:1.2rem;
  font-weight:700;
  color:#920C0E;
  margin:0 0 .9rem;
  line-height:1.3;
}
.powerplay-system-guide__h4{
  font-size:1.02rem;
  font-weight:700;
  color:#011932;
  margin:1.2rem 0 .55rem;
}
.powerplay-system-guide__section p{
  margin:0 0 .85rem;
  font-size:.95rem;
  line-height:1.7;
  color:#333;
}
.powerplay-system-guide__section p:last-child{
  margin-bottom:0;
}
.powerplay-system-guide__section p strong{
  color:#011932;
  font-weight:700;
}
.powerplay-system-guide__list{
  margin:.6rem 0 1rem 1.4rem;
  padding:0;
}
.powerplay-system-guide__list li{
  font-size:.95rem;
  line-height:1.7;
  color:#333;
  margin-bottom:.55rem;
  padding-left:.2rem;
  list-style:disc;
}
.powerplay-system-guide__list--ordered li{
  list-style:decimal;
}
.powerplay-system-guide__list li strong{
  color:#011932;
  font-weight:700;
}
.powerplay-system-guide__table-wrap{
  margin:.8rem 0 1rem;
  border:1px solid #ebebeb;
  border-radius:8px;
  overflow:auto;
  background:#fff;
  -webkit-overflow-scrolling:touch;
}
.powerplay-system-guide__table{
  width:100%;
  border-collapse:collapse;
  min-width:640px;
  font-size:.9rem;
}
.powerplay-system-guide__table th,
.powerplay-system-guide__table td{
  padding:.7rem .85rem;
  text-align:left;
  border-bottom:1px solid #f0eded;
  vertical-align:top;
  line-height:1.55;
  color:#333;
}
.powerplay-system-guide__table th{
  background:#011932;
  color:#FBF8F8;
  font-weight:700;
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.powerplay-system-guide__table td:nth-child(2),
.powerplay-system-guide__table td:nth-child(3),
.powerplay-system-guide__table td:nth-child(4){
  font-weight:600;
  color:#920C0E;
  white-space:nowrap;
}
.powerplay-system-guide__table tr:last-child td{
  border-bottom:none;
}
.powerplay-system-guide__cta-line{
  margin-top:1.1rem !important;
  padding:.95rem 1.1rem;
  background:rgba(146,12,14,.06);
  border:1px solid rgba(146,12,14,.18);
  border-radius:8px;
  font-size:.9rem !important;
  color:#333 !important;
  line-height:1.65 !important;
  font-weight:500;
}

@media (min-width:680px){
  .powerplay-system-guide{
    padding:60px 0;
  }
  .powerplay-system-guide__title{
    font-size:1.95rem;
    margin-bottom:1.6rem;
  }
  .powerplay-system-guide__h3{
    font-size:1.3rem;
  }
  .powerplay-system-guide__h4{
    font-size:1.08rem;
  }
  .powerplay-system-guide__lead{
    padding:1.3rem 1.5rem;
  }
  .powerplay-system-guide__lead p,
  .powerplay-system-guide__section p,
  .powerplay-system-guide__list li{
    font-size:1rem;
  }
  .powerplay-system-guide__table{
    font-size:.94rem;
  }
  .powerplay-system-guide__section{
    padding:1.6rem 1.7rem 1.4rem;
  }
}

@media (min-width:1024px){
  .powerplay-system-guide{
    padding:72px 0;
  }
  .powerplay-system-guide__title{
    font-size:2.1rem;
    margin-bottom:1.8rem;
  }
  .powerplay-system-guide__section{
    padding:1.8rem 2rem 1.6rem;
    margin-bottom:1.2rem;
  }
  .powerplay-system-guide__lead{
    padding:1.4rem 1.7rem;
    margin-bottom:2.4rem;
  }
}