@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@600;700&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Source+Sans+3:ital,wght@0,400;0,600;0,700;1,400&display=swap);:root{--psp-amber:#FFB80C;--psp-amber2:#5FE600;--psp-amber3:#9AFF40;--psp-navy:#001428;--psp-navy2:#000A14;--psp-surf:#0A1E32;--psp-surf2:#102840;--psp-border:#143050;--psp-border2:#1A3A58;--psp-head:#FFFFFF;--psp-sec:#E8F4FF;--psp-muted:#8FAFC8;--psp-danger:#B91C1C;--psp-primary:var(--psp-amber);--psp-bg:var(--psp-navy);--psp-card:var(--psp-surf);--psp-text:var(--psp-head);--psp-body:var(--psp-sec);--psp-font-display:'Barlow Condensed', 'Yanone Kaffeesatz', 'Oswald',sans-serif;--psp-font-body:'Source Sans 3',system-ui,-apple-system,sans-serif;--psp-max:1280px;--psp-hdr:68px;--psp-r:12px;--psp-r2:8px;--psp-ease:cubic-bezier(.25,.46,.45,.94)}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--psp-font-body);font-size:1rem;line-height:1.6;color:var(--psp-body);background:var(--psp-bg);overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:var(--psp-amber);text-decoration:none}a:hover{color:var(--psp-amber3)}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5{color:var(--psp-head);line-height:1.2}.psp-skip{position:fixed;top:-100%;left:0;z-index:9999;padding:.5rem 1rem;background:var(--psp-amber);color:var(--psp-navy);font-weight:700;border-radius:0 0 var(--psp-r2) 0;transition:top .15s}.psp-skip:focus{top:0}.psp-ticker{position:fixed;top:0;left:0;right:0;z-index:200;height:6px;background:linear-gradient(90deg,var(--psp-amber),var(--psp-amber2) 40%,var(--psp-amber3) 70%,var(--psp-amber));background-size:200% 100%;animation:psp-ticker-scroll 3s linear infinite}@keyframes psp-ticker-scroll{0%{background-position:0}100%{background-position:200%}}@media (prefers-reduced-motion:reduce){.psp-ticker{animation:none}}.psp-header{position:fixed;top:6px;left:0;right:0;z-index:100;height:var(--psp-hdr);background:rgba(7,16,32,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--psp-border);display:flex;align-items:center}.psp-header__inner{width:100%;max-width:var(--psp-max);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;gap:1rem}.psp-logo{flex-shrink:0;display:flex;align-items:center;gap:.5rem;text-decoration:none}.psp-logo__img{height:36px;width:auto}.psp-logo__text{font-family:var(--psp-font-display);font-weight:800;font-size:1.5rem;letter-spacing:-.5px;color:var(--psp-head);line-height:1}.psp-logo__text span{color:var(--psp-amber)}.psp-nav{flex:1;display:flex;align-items:center;gap:.125rem;list-style:none;margin-left:1rem}.psp-nav a{font-family:var(--psp-font-display);font-size:1rem;font-weight:600;letter-spacing:.3px;color:var(--psp-muted);padding:.4rem .65rem;border-radius:6px;transition:color .2s,background .2s;white-space:nowrap}.psp-nav a.active,.psp-nav a:hover{color:var(--psp-amber);background:rgba(118,255,3,.08)}.psp-header__tools{display:flex;align-items:center;gap:.5rem;margin-left:auto;flex-shrink:0}.psp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-family:var(--psp-font-body);font-weight:600;font-size:.9rem;padding:.55rem 1.2rem;border-radius:var(--psp-r2);border:none;text-decoration:none;white-space:nowrap;transition:background .2s,transform .15s,box-shadow .2s}.psp-btn:hover{transform:translateY(-1px)}.psp-btn:active{transform:translateY(0)}.psp-btn--ghost{background:0 0;color:var(--psp-sec);border:1px solid var(--psp-border2)}.psp-btn--ghost:hover{border-color:var(--psp-amber);color:var(--psp-amber)}.psp-btn--primary{background:var(--psp-amber);color:var(--psp-navy);box-shadow:0 4px 16px rgba(118,255,3,.3)}.psp-btn--primary:hover{background:var(--psp-amber3);box-shadow:0 6px 20px rgba(118,255,3,.4)}.psp-btn--outline{background:0 0;border:1.5px solid var(--psp-amber);color:var(--psp-amber)}.psp-btn--outline:hover{background:rgba(118,255,3,.1)}.psp-btn--lg{font-size:1rem;padding:.75rem 1.75rem}.psp-burger{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:0 0;border:1.5px solid var(--psp-border2);border-radius:var(--psp-r2);gap:5px;order:99;flex-shrink:0}.psp-burger span{display:block;width:20px;height:2px;background:var(--psp-sec);border-radius:2px;transition:background .2s}.psp-burger:hover span{background:var(--psp-amber)}.psp-drawer{display:none;position:fixed;inset:0;z-index:90;background:rgba(7,16,32,.97);flex-direction:column;padding:calc(var(--psp-hdr) + 6px + 1.5rem) 1.5rem 2rem;gap:.5rem;overflow-y:auto}.psp-drawer.is-open{display:flex}.psp-drawer a{font-family:var(--psp-font-display);font-size:1.3rem;font-weight:700;color:var(--psp-sec);padding:.75rem 1rem;border-radius:var(--psp-r2);display:block}.psp-drawer a:hover{color:var(--psp-amber);background:rgba(118,255,3,.08)}.psp-drawer__ctas{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.psp-hero{position:relative;min-height:100svh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding-top:calc(var(--psp-hdr) + 6px + 3rem);padding-bottom:3rem;overflow:hidden}.psp-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 70% at 80% 50%,rgba(118,255,3,.07) 0,transparent 70%),radial-gradient(ellipse 80% 80% at 20% 80%,rgba(20,42,70,.6) 0,transparent 60%),linear-gradient(160deg,#000a14 0,#001428 50%,#0e2040 100%);z-index:0}.psp-hero__bg{position:absolute;inset:0;z-index:0}.psp-hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.15;mix-blend-mode:luminosity}.psp-hero__copy{position:relative;z-index:2;padding:0 2rem 0 max(1.5rem,calc((100vw - var(--psp-max))/ 2 + 1.5rem))}.psp-hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:rgba(118,255,3,.12);border:1px solid rgba(118,255,3,.25);color:var(--psp-amber);font-size:.8rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:.3rem .8rem;border-radius:100px;margin-bottom:1.25rem}.psp-hero__eyebrow::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--psp-amber);animation:psp-pulse 1.8s ease-in-out infinite}@keyframes psp-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.psp-hero h1{font-family:var(--psp-font-display);font-size:clamp(2.2rem, 5vw, 3.6rem);font-weight:800;line-height:1.05;letter-spacing:-.5px;margin-bottom:1.25rem;text-transform:none}.psp-hero h1 em{font-style:normal;color:var(--psp-amber)}.psp-hero__lead{font-size:1.05rem;line-height:1.7;color:var(--psp-sec);max-width:500px;margin-bottom:2rem}.psp-hero__chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.psp-chip{display:inline-flex;align-items:center;gap:.35rem;background:rgba(255,255,255,.06);border:1px solid var(--psp-border2);color:var(--psp-sec);font-size:.8rem;font-weight:500;padding:.3rem .75rem;border-radius:100px}.psp-chip--accent{background:rgba(118,255,3,.12);border-color:rgba(118,255,3,.3);color:var(--psp-amber)}.psp-hero__ctas{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.psp-hero__board{position:relative;z-index:2;padding:0 max(1.5rem,calc((100vw - var(--psp-max))/ 2 + 1.5rem)) 0 2rem}.psp-xboard{background:var(--psp-surf);border:1px solid var(--psp-border);border-radius:var(--psp-r);overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,.5),0 0 0 1px rgba(118,255,3,.08)}.psp-xboard__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--psp-border);background:rgba(0,0,0,.2)}.psp-xboard__title{font-family:var(--psp-font-display);font-weight:700;font-size:1rem;color:var(--psp-amber);letter-spacing:.3px}.psp-xboard__status{display:flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:600;color:var(--psp-muted)}.psp-xboard__status-dot{width:6px;height:6px;border-radius:50%;background:var(--psp-muted)}.psp-xboard__status-dot.live{background:#22c55e;animation:psp-pulse 2s infinite}.psp-xboard__body{padding:.5rem 0}.psp-match{display:flex;flex-direction:column;padding:.75rem 1rem;border-bottom:1px solid rgba(30,48,72,.7);transition:background .15s}.psp-match:last-child{border-bottom:none}.psp-match:hover{background:rgba(118,255,3,.04)}.psp-match__meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.psp-match__league{font-size:.7rem;font-weight:600;color:var(--psp-muted);text-transform:uppercase;letter-spacing:.8px}.psp-match__time{font-size:.7rem;color:var(--psp-muted);margin-left:auto}.psp-match__live-badge{font-size:.65rem;font-weight:700;background:#b91c1c;color:#fff;padding:.1rem .4rem;border-radius:3px;letter-spacing:.5px}.psp-match__teams{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem;gap:.5rem}.psp-match__team{font-family:var(--psp-font-display);font-size:1rem;font-weight:700;color:var(--psp-head);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.psp-match__team--away{text-align:right}.psp-match__vs{font-size:.75rem;color:var(--psp-muted);flex-shrink:0}.psp-match__odds{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.4rem}.psp-odds-cell{display:flex;flex-direction:column;align-items:center;padding:.4rem .3rem;border-radius:6px;border:1px solid var(--psp-border);background:var(--psp-navy);cursor:pointer;transition:border-color .15s,background .15s;text-align:center;min-width:0}.psp-odds-cell:hover{border-color:var(--psp-amber);background:rgba(118,255,3,.08)}.psp-odds-cell__label{font-size:.65rem;font-weight:600;color:var(--psp-muted);line-height:1;margin-bottom:.2rem;text-transform:uppercase;letter-spacing:.5px}.psp-odds-cell__price{font-family:var(--psp-font-display);font-size:1rem;font-weight:800;color:var(--psp-amber);line-height:1;font-variant-numeric:tabular-nums}.psp-odds-cell--fav{border-color:rgba(118,255,3,.3)}.psp-odds-cell--fav .psp-odds-cell__price{color:var(--psp-amber3)}.psp-xboard__footer{padding:.75rem 1rem;border-top:1px solid var(--psp-border);background:rgba(0,0,0,.15);display:flex;align-items:center;justify-content:space-between;gap:.5rem}.psp-xboard__note{font-size:.68rem;color:var(--psp-muted);font-style:italic}.psp-skel{background:linear-gradient(90deg,var(--psp-surf) 25%,var(--psp-surf2) 50%,var(--psp-surf) 75%);background-size:200% 100%;border-radius:4px;animation:psp-skel 1.4s ease-in-out infinite}@keyframes psp-skel{0%{background-position:200% 0}100%{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.psp-skel{animation:none}}.psp-section{padding:5rem 0}.psp-section--alt{background:var(--psp-surf)}.psp-section--dark{background:var(--psp-navy2)}.psp-container{width:100%;max-width:var(--psp-max);margin:0 auto;padding:0 1.5rem}.psp-section__head{max-width:640px;margin-bottom:2.5rem}.psp-section__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--psp-amber);margin-bottom:.5rem}.psp-section__title{font-family:var(--psp-font-display);font-size:clamp(1.8rem, 3.5vw, 2.6rem);font-weight:800;letter-spacing:-.3px;color:var(--psp-head);margin-bottom:.75rem}.psp-section__lead{font-size:1rem;color:var(--psp-sec);line-height:1.7}.psp-why__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.psp-why-card{background:var(--psp-surf);border:1px solid var(--psp-border);border-radius:var(--psp-r);padding:1.5rem;position:relative;overflow:hidden;transition:border-color .2s,transform .2s}.psp-why-card:hover{border-color:var(--psp-border2);transform:translateY(-3px)}.psp-why-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--psp-amber),transparent);border-radius:var(--psp-r) var(--psp-r) 0 0}.psp-why-card__icon{width:44px;height:44px;background:rgba(118,255,3,.1);border-radius:var(--psp-r2);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.4rem}.psp-why-card__title{font-family:var(--psp-font-display);font-size:1.15rem;font-weight:700;color:var(--psp-head);margin-bottom:.5rem}.psp-why-card__desc{font-size:.9rem;color:var(--psp-sec);line-height:1.6}.psp-sports__banner{position:relative;border-radius:var(--psp-r);overflow:hidden;margin-bottom:1.5rem;height:180px}.psp-sports__banner img{width:100%;height:100%;object-fit:cover}.psp-sports__banner-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,16,32,.9) 30%,transparent 70%);display:flex;flex-direction:column;justify-content:center;padding:2rem}.psp-sports__banner-title{font-family:var(--psp-font-display);font-size:1.8rem;font-weight:800;color:var(--psp-head);margin-bottom:.35rem}.psp-sports__banner-lead{font-size:.9rem;color:var(--psp-sec)}.psp-sports__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-bottom:1rem}.psp-sport-card{position:relative;border-radius:var(--psp-r2);overflow:hidden;aspect-ratio:3/4;cursor:pointer;text-decoration:none}.psp-sport-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--psp-ease)}.psp-sport-card:hover img{transform:scale(1.06)}.psp-sport-card__scrim{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(7,16,32,.9) 100%)}.psp-sport-card__label{position:absolute;bottom:.6rem;left:0;right:0;text-align:center;font-family:var(--psp-font-display);font-size:.95rem;font-weight:700;color:var(--psp-head);text-shadow:0 1px 4px rgba(0,0,0,.5)}.psp-sports__helper{font-size:.9rem;color:var(--psp-muted);margin-bottom:1rem}.psp-sports__ctas{display:flex;gap:.75rem;flex-wrap:wrap}.psp-board{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.psp-board__card{background:var(--psp-surf);border:1px solid var(--psp-border);border-radius:var(--psp-r);padding:1rem 1.25rem;transition:border-color .2s}.psp-board__card:hover{border-color:var(--psp-border2)}.psp-board__league{font-size:.7rem;font-weight:700;color:var(--psp-muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:.4rem}.psp-board__time{font-size:.7rem;color:var(--psp-muted)}.psp-board__teams{font-family:var(--psp-font-display);font-size:1.05rem;font-weight:700;color:var(--psp-head);margin-bottom:.75rem}.psp-board__odds{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem}.psp-slots__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.psp-slot-card{position:relative;border-radius:var(--psp-r2);overflow:hidden;border:1px solid var(--psp-border);background:var(--psp-surf);transition:border-color .2s,transform .2s;cursor:pointer;text-decoration:none;display:block}.psp-slot-card:hover{border-color:var(--psp-border2);transform:translateY(-3px)}.psp-slot-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.psp-slot-card__footer{padding:.6rem .75rem;font-size:.85rem;font-weight:600;color:var(--psp-head);background:var(--psp-surf)}.psp-slots__all{margin-top:1.5rem;text-align:center}.psp-crash__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.psp-live__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.psp-live-card{position:relative;border-radius:var(--psp-r2);overflow:hidden;border:1px solid var(--psp-border);cursor:pointer;display:block;text-decoration:none;transition:border-color .2s}.psp-live-card:hover{border-color:var(--psp-border2)}.psp-live-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.psp-live-badge{position:absolute;top:.5rem;left:.5rem;background:#b91c1c;color:#fff;font-size:.65rem;font-weight:700;padding:.15rem .45rem;border-radius:3px;letter-spacing:.5px}.psp-live-card__name{position:absolute;bottom:0;left:0;right:0;padding:.5rem .6rem;background:linear-gradient(transparent,rgba(7,16,32,.95));font-size:.8rem;font-weight:600;color:var(--psp-head)}.psp-bonus__wrap{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}.psp-bonus__promo{display:flex;align-items:center;gap:1rem;background:var(--psp-surf);border:1.5px solid var(--psp-border2);border-radius:var(--psp-r);padding:1rem 1.5rem;margin-bottom:1.5rem}.psp-bonus__promo-label{font-size:.75rem;font-weight:600;color:var(--psp-muted);text-transform:uppercase;letter-spacing:1px}.psp-bonus__promo-code{font-family:var(--psp-font-display);font-size:1.3rem;font-weight:800;color:var(--psp-amber);letter-spacing:2px;background:rgba(118,255,3,.1);border:1px dashed var(--psp-amber);padding:.3rem .8rem;border-radius:6px}.psp-bonus__steps{display:flex;gap:1.5rem;flex-wrap:wrap}.psp-bonus__step{display:flex;align-items:flex-start;gap:.75rem}.psp-bonus__step-num{font-family:var(--psp-font-display);font-size:1.5rem;font-weight:800;color:var(--psp-amber);line-height:1;flex-shrink:0}.psp-bonus__step-text{font-size:.9rem;color:var(--psp-sec)}.psp-how__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;counter-reset:how-step}.psp-how-step{counter-increment:how-step;position:relative;padding-top:1.5rem}.psp-how-step::before{content:counter(how-step,decimal-leading-zero);font-family:var(--psp-font-display);font-size:2.5rem;font-weight:800;color:rgba(118,255,3,.2);line-height:1;margin-bottom:.5rem;display:block}.psp-how-step::after{content:'';position:absolute;top:0;left:0;width:40px;height:3px;background:var(--psp-amber);border-radius:2px}.psp-how-step__title{font-family:var(--psp-font-display);font-size:1.1rem;font-weight:700;color:var(--psp-head);margin-bottom:.4rem}.psp-how-step__desc{font-size:.9rem;color:var(--psp-sec);line-height:1.6}.psp-vip__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.psp-vip-card{background:var(--psp-surf);border:1px solid var(--psp-border);border-radius:var(--psp-r);overflow:hidden;transition:border-color .2s,transform .2s}.psp-vip-card:hover{border-color:var(--psp-border2);transform:translateY(-4px)}.psp-vip-card__media{position:relative;aspect-ratio:16/10}.psp-vip-card__media img{width:100%;height:100%;object-fit:cover}.psp-vip-card__body{padding:1.25rem}.psp-vip-card__tier{font-family:var(--psp-font-display);font-size:1.3rem;font-weight:800;color:var(--psp-amber);margin-bottom:.4rem}.psp-vip-card__desc{font-size:.9rem;color:var(--psp-sec);margin-bottom:1rem;line-height:1.6}.psp-studios{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.5rem}.psp-studio-chip{display:flex;align-items:center;gap:.5rem;background:var(--psp-surf);border:1px solid var(--psp-border);border-radius:var(--psp-r2);padding:.4rem .9rem;font-size:.82rem;font-weight:600;color:var(--psp-sec)}.psp-pay-strip{display:flex;flex-direction:row;flex-wrap:wrap;gap:.65rem;align-items:center}.psp-pay-chip{display:flex;align-items:center;justify-content:center;background:var(--psp-surf);border:1px solid var(--psp-border);border-radius:var(--psp-r2);padding:.4rem .85rem;height:36px}.psp-pay-chip img,.psp-pay-chip svg{height:18px;width:auto}.psp-about__content{max-width:860px}.psp-about__content h2{font-family:var(--psp-font-display);font-size:1.5rem;font-weight:700;margin:2rem 0 .75rem}.psp-about__content p{font-size:.95rem;color:var(--psp-sec);line-height:1.8;margin-bottom:1.25rem}.psp-about__content ul{margin:.75rem 0 1.25rem 1.25rem;color:var(--psp-sec);font-size:.95rem;line-height:1.8}.psp-resp{background:rgba(185,28,28,.06);border:1px solid rgba(185,28,28,.2);border-radius:var(--psp-r);padding:2rem;display:flex;gap:1.5rem;align-items:flex-start}.psp-resp__icon{font-size:2rem;flex-shrink:0}.psp-resp__title{font-family:var(--psp-font-display);font-size:1.25rem;font-weight:700;color:var(--psp-head);margin-bottom:.4rem}.psp-resp__lead{font-size:.92rem;color:var(--psp-sec);line-height:1.7}.psp-resp__link{color:var(--psp-amber);font-weight:600}.psp-faq__list{max-width:800px}.psp-faq__list details{border-bottom:1px solid var(--psp-border);padding:.25rem 0}.psp-faq__list summary{font-family:var(--psp-font-display);font-size:1.05rem;font-weight:700;color:var(--psp-head);padding:1rem .25rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:color .15s}.psp-faq__list summary:hover{color:var(--psp-amber)}.psp-faq__list summary::after{content:'+';font-size:1.3rem;font-weight:400;color:var(--psp-muted);flex-shrink:0;transition:transform .2s}.psp-faq__list details[open] summary::after{content:'−'}.psp-faq__list p{font-size:.93rem;color:var(--psp-sec);line-height:1.75;padding:.25rem .25rem 1rem}.psp-final-cta{background:linear-gradient(135deg,var(--psp-surf) 0,rgba(30,48,72,.6) 100%);border:1px solid var(--psp-border);border-radius:var(--psp-r);padding:4rem 3rem;text-align:center;position:relative;overflow:hidden}.psp-final-cta::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse 50% 40% at 50% 50%,rgba(118,255,3,.06) 0,transparent 70%)}.psp-final-cta__title{font-family:var(--psp-font-display);font-size:clamp(1.8rem, 3vw, 2.5rem);font-weight:800;margin-bottom:1rem}.psp-final-cta__lead{font-size:1rem;color:var(--psp-sec);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.psp-final-cta__btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.psp-footer{background:var(--psp-navy2);border-top:1px solid var(--psp-border);padding:4rem 0 0}.psp-footer__cols{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.psp-footer__brand-desc{font-size:.9rem;color:var(--psp-muted);line-height:1.7;margin:1rem 0}.psp-footer__col-title{font-family:var(--psp-font-display);font-size:.95rem;font-weight:700;color:var(--psp-head);margin-bottom:1rem;letter-spacing:.5px;text-transform:uppercase}.psp-footer__links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.psp-footer__links a{font-size:.875rem;color:var(--psp-muted);transition:color .15s}.psp-footer__links a:hover{color:var(--psp-amber)}.psp-footer__trust{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.75rem}.psp-trust-badge{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,.04);border:1px solid var(--psp-border);border-radius:6px;padding:.4rem .7rem;font-size:.78rem;font-weight:600;color:var(--psp-muted)}.psp-trust-badge--age{background:rgba(118,255,3,.08);border-color:rgba(118,255,3,.2);color:var(--psp-amber)}.psp-footer__pay{margin-top:1rem}.psp-footer__bar{border-top:1px solid var(--psp-border);padding:1.25rem 0;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:space-between}.psp-footer__legal{font-size:.78rem;color:var(--psp-muted);max-width:680px;line-height:1.6}.psp-footer__back-top{font-size:.8rem;color:var(--psp-muted);background:0 0;border:none;cursor:pointer;transition:color .15s}.psp-footer__back-top:hover{color:var(--psp-amber)}.seo-lang{position:relative}.seo-lang-btn{display:flex;align-items:center;gap:.35rem;background:0 0;border:1px solid var(--psp-border2);color:var(--psp-sec);font-size:.8rem;font-weight:600;padding:.4rem .65rem;border-radius:var(--psp-r2);cursor:pointer;transition:border-color .2s,color .2s}.seo-lang-btn:hover{border-color:var(--psp-amber);color:var(--psp-amber)}.seo-lang-flag-img{width:20px;height:15px;object-fit:cover;border-radius:2px}.seo-lang-code{font-size:.75rem;font-weight:700}.seo-lang-caret::after{content:'▾';font-size:.65rem;color:var(--psp-muted)}.seo-lang.is-open .seo-lang-caret::after{content:'▴'}.seo-lang-menu{position:absolute;top:calc(100% + .5rem);right:0;z-index:200;background:var(--psp-surf);border:1px solid var(--psp-border);border-radius:var(--psp-r2);list-style:none;min-width:160px;max-height:320px;overflow-y:auto;box-shadow:0 12px 40px rgba(0,0,0,.5)}.seo-lang-menu li{display:flex;align-items:center;gap:.5rem;padding:.6rem .9rem;cursor:pointer;transition:background .15s}.seo-lang-menu li:hover{background:rgba(118,255,3,.06)}.seo-lang-menu li[aria-selected=true]{background:rgba(118,255,3,.1)}.seo-lang-name{font-size:.85rem;color:var(--psp-sec);flex:1}.seo-lang-menu .seo-lang-code{color:var(--psp-muted);font-size:.72rem}.psp-page-hero{padding:calc(var(--psp-hdr) + 6px + 4rem) 0 3rem;background:linear-gradient(160deg,var(--psp-navy2) 0,var(--psp-surf) 100%);border-bottom:1px solid var(--psp-border)}.psp-page-hero h1{font-family:var(--psp-font-display);font-size:clamp(2rem, 4vw, 3rem);font-weight:800;letter-spacing:-.5px;margin-bottom:1rem}.psp-page-hero__lead{font-size:1rem;color:var(--psp-sec);max-width:600px;line-height:1.7;margin-bottom:1.5rem}.psp-breadcrumb{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--psp-muted);margin-bottom:1.5rem}.psp-breadcrumb a{color:var(--psp-muted)}.psp-breadcrumb a:hover{color:var(--psp-amber)}.psp-breadcrumb span{color:var(--psp-border2)}.psp-prose h2{font-family:var(--psp-font-display);font-size:1.5rem;font-weight:700;margin:2rem 0 .75rem;color:var(--psp-head)}.psp-prose p{font-size:.95rem;color:var(--psp-sec);line-height:1.8;margin-bottom:1rem}.psp-prose ul{margin:.5rem 0 1rem 1.25rem;color:var(--psp-sec);font-size:.95rem;line-height:1.8}@media (max-width:1100px){.psp-nav{display:none}.psp-burger{display:flex}.psp-hero{grid-template-columns:1fr}.psp-hero__board{display:none}.psp-hero__copy{padding:0 1.5rem;text-align:center}.psp-hero__chips{justify-content:center}.psp-hero__ctas{justify-content:center}.psp-why__grid{grid-template-columns:repeat(2,1fr)}.psp-footer__cols{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:820px){.psp-slots__grid{grid-template-columns:repeat(2,1fr)}.psp-crash__grid{grid-template-columns:repeat(2,1fr)}.psp-live__grid{grid-template-columns:repeat(2,1fr)}.psp-sports__grid{grid-template-columns:repeat(3,1fr)}.psp-board{grid-template-columns:1fr}.psp-vip__grid{grid-template-columns:1fr}.psp-how__grid{grid-template-columns:repeat(2,1fr)}.psp-bonus__wrap{grid-template-columns:1fr}.psp-why__grid{grid-template-columns:1fr 1fr}.psp-footer__cols{grid-template-columns:1fr;gap:1.5rem}.psp-final-cta{padding:2.5rem 1.5rem}}@media (max-width:430px){.psp-logo__img{height:26px}.psp-logo__text{font-size:1.1rem}.psp-btn{font-size:.8rem;padding:.45rem .75rem}.psp-header__tools .psp-btn--ghost{display:none}.psp-hero h1{font-size:1.8rem}.psp-hero__lead{font-size:.95rem}.psp-why__grid{grid-template-columns:1fr}.psp-sports__grid{grid-template-columns:repeat(2,1fr)}.psp-slots__grid{grid-template-columns:1fr 1fr}.psp-crash__grid{grid-template-columns:1fr 1fr}.psp-live__grid{grid-template-columns:1fr 1fr}.psp-how__grid{grid-template-columns:1fr}.psp-vip__grid{grid-template-columns:1fr}.psp-section{padding:3.5rem 0}}.psp-hero{border-left:6px solid var(--psp-primary);position:relative;overflow:hidden}.psp-hero::before{content:"";position:absolute;top:-20%;right:-10%;width:55%;height:140%;background:linear-gradient(125deg,transparent 20%,rgba(118,255,3,.14) 45%,rgba(0,20,40,.5) 100%);transform:skewX(-8deg);pointer-events:none}.psp-hero::after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#76ff03,#024 55%,#76ff03);pointer-events:none}.psp-ticker{display:none}.psp-header{top:0!important;background:linear-gradient(180deg,#001428 0,rgba(0,20,40,.98) 100%);border-bottom:3px solid #76ff03;box-shadow:0 2px 0 rgba(118,255,3,.2)}main#main,main#psp-main{padding-top:calc(var(--psp-hdr) + 32px)}.psp-hero__eyebrow{color:#76ff03;font-weight:700;letter-spacing:3px;text-transform:uppercase;font-size:.72rem;margin-bottom:.5rem}.psp-xboard{border-left:3px solid #76ff03;background:linear-gradient(135deg,#102840,#001428)}.psp-why-card::before{background:linear-gradient(90deg,#76ff03,#024,transparent)}.psp-btn--primary{background:linear-gradient(135deg,#76ff03,#5fe600);color:#001428;border-color:#76ff03;font-weight:700}.psp-btn--primary:hover{background:linear-gradient(135deg,#9aff40,#76ff03);color:#001428}.psp-btn--ghost{border-color:rgba(118,255,3,.45);color:#76ff03}.psp-btn--ghost:hover{border-color:#9aff40;color:#9aff40}.psp-live-badge{background:#00c853}.psp-header__tools{margin-left:auto;display:flex;align-items:center;gap:.5rem;flex-shrink:0}.psp-burger{order:99;flex-shrink:0}.psp-logo__img{max-height:30px;width:auto}.psp-skip{position:fixed;top:-100%;left:0;clip:rect(0,0,0,0)}.psp-odds-cell--fav{border-color:#76ff03;background:rgba(118,255,3,.12)}.psp-odds-cell--fav .psp-odds-cell__price{color:#9aff40}html{overflow-x:hidden}body{overflow-x:hidden;max-width:100vw}.psp-section--sports{background:linear-gradient(180deg,#001428 0,#0a1e32 100%)}.psp-board__card{border-top:2px solid #76ff03}.psp-odds-board{background:#0a1e32;border:1px solid rgba(118,255,3,.22)}.psp-hero__chips .psp-chip{background:rgba(118,255,3,.12);border-color:rgba(118,255,3,.35);color:#e8f4ff}@media (max-width:430px){.psp-logo__img{max-height:24px;max-width:132px}.psp-btn{padding:.38rem .55rem;font-size:.74rem}.psp-header__tools{gap:.28rem}}html[dir=rtl] .psp-header__inner{direction:ltr}html[dir=rtl] .psp-header__tools{direction:ltr}

/* Network rank actions (HARD: gap between Open / Open Mirror) */
.net-rank-actions,
.wnb-rank-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
  align-items: center;
}
.net-rank-btn,
.wnb-rank-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  border: 1px solid currentColor;
  text-decoration: none;
}

.net-rank-here,
.wnb-rank-here {
  display: inline-block;
  margin-left: 0.4rem;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  border: 1px solid currentColor;
  opacity: 0.9;
  font-size: 0.7rem;
  font-weight: 700;
  white-space: nowrap;
}
