/* staph win mobile-first layout */
:root{font-size:62.5%;--w1999-bg:#3A3A3A;--w1999-bg2:#1f1f1f;--w1999-panel:#474747;--w1999-primary:#FF8000;--w1999-primary2:#ffb000;--w1999-text:#fff9ee;--w1999-muted:#d7d1c8;--w1999-line:rgba(255,128,0,.28);--w1999-green:#26d69f;--w1999-red:#ff4d6d;--w1999-shadow:0 1.4rem 3rem rgba(0,0,0,.34)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 15% 0%,rgba(255,128,0,.22),transparent 30rem),linear-gradient(180deg,#292929 0%,var(--w1999-bg) 48%,#181818 100%);color:var(--w1999-text);font-family:Inter,Arial,Helvetica,sans-serif;font-size:1.6rem;line-height:1.5;overflow-x:hidden}a{color:var(--w1999-primary2);text-decoration:none}img{max-width:100%;display:block}.w1999-container{width:100%;max-width:43rem;margin:0 auto;padding:0 1.4rem}.w1999-wrapper{max-width:43rem;margin:0 auto;background:rgba(31,31,31,.5);min-height:100vh;box-shadow:0 0 4rem rgba(0,0,0,.3)}.w1999-header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:43rem;z-index:1000;background:rgba(32,32,32,.94);backdrop-filter:blur(16px);border-bottom:.1rem solid var(--w1999-line);transition:.25s}.w1999-header.w1999-scrolled{box-shadow:0 .8rem 2rem rgba(0,0,0,.35)}.w1999-topbar{height:6.4rem;display:flex;align-items:center;gap:.8rem;padding:0 1rem}.w1999-brand{display:flex;align-items:center;gap:.8rem;min-width:0;margin-right:auto}.w1999-brand img{width:3.2rem;height:3.2rem;border-radius:.9rem}.w1999-brand span{font-weight:900;color:#fff;font-size:1.7rem;letter-spacing:.02em;white-space:nowrap}.w1999-actions{display:flex;gap:.5rem}.w1999-btn{border:0;border-radius:1.2rem;min-height:4.4rem;padding:0 1.2rem;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:.18s;color:#1e1e1e;background:linear-gradient(135deg,var(--w1999-primary),var(--w1999-primary2));box-shadow:0 .7rem 1.5rem rgba(255,128,0,.25)}.w1999-btn:hover,.w1999-btn:active{transform:translateY(-.1rem) scale(.98)}.w1999-btn-alt{background:#f4f0e8;color:#2a2a2a}.w1999-menu-toggle{width:4.4rem;height:4.4rem;border-radius:1.2rem;border:.1rem solid var(--w1999-line);background:#303030;color:var(--w1999-primary);display:grid;place-items:center;font-size:2.3rem}.w1999-menu{position:fixed;top:6.4rem;right:calc(50% - 21.5rem);width:min(31rem,calc(100vw - 2rem));max-height:calc(100vh - 7rem);overflow:auto;background:#202020;border:.1rem solid var(--w1999-line);border-radius:0 0 0 2rem;box-shadow:var(--w1999-shadow);z-index:9999;padding:1rem;transform:translateY(-1.5rem);opacity:0;pointer-events:none;transition:.22s}.w1999-menu.w1999-open{transform:translateY(0);opacity:1;pointer-events:auto}.w1999-menu a{display:flex;align-items:center;gap:.8rem;min-height:4.6rem;padding:0 1rem;border-radius:1.2rem;color:#fff;border-bottom:.1rem solid rgba(255,255,255,.04)}.w1999-desktop-nav{display:none}.w1999-main{padding-top:7.6rem}.w1999-hero{padding:1.2rem 0 2rem}.w1999-carousel{position:relative;height:19rem;border-radius:2rem;overflow:hidden;border:.1rem solid var(--w1999-line);box-shadow:var(--w1999-shadow);background:#222}.w1999-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s}.w1999-slide.w1999-active{opacity:1}.w1999-slide img{width:100%;height:100%;object-fit:cover}.w1999-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.65))}.w1999-hero-copy{margin-top:1.4rem;padding:1.6rem;border:.1rem solid var(--w1999-line);border-radius:2rem;background:linear-gradient(145deg,rgba(255,128,0,.14),rgba(255,255,255,.04))}.w1999-kicker{color:var(--w1999-primary2);font-weight:900;text-transform:uppercase;font-size:1.2rem;letter-spacing:.08em}.w1999-hero h1,.w1999-page-hero h1{font-size:2.7rem;line-height:1.08;margin:.8rem 0;color:#fff}.w1999-lead{color:var(--w1999-muted);font-size:1.55rem}.w1999-cta-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.2rem}.w1999-section{padding:1.6rem 0}.w1999-section-title{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.w1999-section h2{font-size:2.1rem;line-height:1.18;margin:0;color:#fff}.w1999-section h3{font-size:1.75rem;margin:1rem 0 .6rem;color:#fff}.w1999-chip{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,128,0,.13);border:.1rem solid var(--w1999-line);color:var(--w1999-primary2);border-radius:99rem;padding:.55rem .9rem;font-weight:800;font-size:1.2rem}.w1999-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem}.w1999-game{background:#282828;border:.1rem solid rgba(255,255,255,.08);border-radius:1.4rem;padding:.8rem;min-height:12rem;text-align:center;color:#fff;transition:.18s;overflow:hidden}.w1999-game:hover{transform:translateY(-.2rem);border-color:var(--w1999-primary)}.w1999-game img{width:6.4rem;height:6.4rem;object-fit:cover;border-radius:1.4rem;margin:0 auto .6rem}.w1999-game span{font-weight:800;font-size:1.15rem;line-height:1.2;display:block}.w1999-card{background:linear-gradient(150deg,rgba(255,255,255,.075),rgba(255,128,0,.08));border:.1rem solid rgba(255,255,255,.09);border-radius:1.8rem;padding:1.4rem;box-shadow:0 .8rem 2rem rgba(0,0,0,.16)}.w1999-card p{margin:.5rem 0;color:var(--w1999-muted)}.w1999-card-list{display:grid;gap:1rem}.w1999-two{display:grid;gap:1rem}.w1999-metric{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:.1rem dashed rgba(255,255,255,.15);padding:.75rem 0}.w1999-metric strong{color:var(--w1999-primary2)}.w1999-payments{display:flex;flex-wrap:wrap;gap:.8rem}.w1999-payments span{background:#252525;border:.1rem solid var(--w1999-line);border-radius:1rem;padding:.8rem 1rem;font-weight:800}.w1999-winner{display:flex;align-items:center;justify-content:space-between;gap:.8rem;background:#272727;border-radius:1.2rem;padding:.8rem 1rem;margin:.7rem 0}.w1999-winner b{color:var(--w1999-green)}.w1999-page-hero{padding:8.4rem 1.4rem 1.6rem;max-width:43rem;margin:0 auto;background:linear-gradient(145deg,rgba(255,128,0,.15),rgba(42,42,42,.7))}.w1999-prose{padding:1.2rem 1.4rem 2rem}.w1999-prose p,.w1999-prose li{color:var(--w1999-muted)}.w1999-prose ul,.w1999-prose ol{padding-left:2rem}.w1999-quote{border-left:.4rem solid var(--w1999-primary);padding:1rem 1.2rem;background:rgba(255,128,0,.08);border-radius:0 1.4rem 1.4rem 0}.w1999-footer{padding:2rem 1.4rem 8.8rem;background:#171717;border-top:.1rem solid var(--w1999-line)}.w1999-footer-logo{display:flex;align-items:center;gap:.8rem;font-weight:900;font-size:1.8rem}.w1999-footer-logo img{width:3rem;height:3rem;border-radius:.8rem}.w1999-footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin:1.2rem 0}.w1999-footer-links a{min-height:4.4rem;display:flex;align-items:center;color:#fff;background:#252525;border:.1rem solid rgba(255,255,255,.08);border-radius:1.1rem;padding:0 .9rem;font-weight:700}.w1999-promo-line{display:flex;flex-wrap:wrap;gap:.7rem;margin:1.2rem 0}.w1999-small{font-size:1.25rem;color:#bdb6aa}.w1999-bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:100%;max-width:43rem;height:6.2rem;background:#232323;border-top:.2rem solid var(--w1999-primary);z-index:1000;display:flex;justify-content:space-around;align-items:center;box-shadow:0 -1rem 2rem rgba(0,0,0,.28)}.w1999-bottom-nav button{min-width:6rem;min-height:6rem;border:0;background:transparent;color:#d8d8d8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;font-size:1.05rem;font-weight:800;border-radius:1.4rem;transition:.18s;position:relative}.w1999-bottom-nav button i,.w1999-bottom-nav button ion-icon,.w1999-bottom-nav button .material-icons,.w1999-bottom-nav button svg{font-size:2.3rem;width:2.4rem;height:2.4rem}.w1999-bottom-nav button.w1999-active,.w1999-bottom-nav button:active{color:var(--w1999-primary2);transform:scale(.95)}.w1999-bottom-nav button.w1999-active::before{content:"";position:absolute;top:.4rem;width:2.8rem;height:.3rem;border-radius:1rem;background:var(--w1999-primary)}.w1999-badge{position:absolute;top:.5rem;right:1.2rem;background:var(--w1999-red);color:#fff;border-radius:99rem;font-size:.9rem;line-height:1;padding:.25rem .45rem}.w1999-sr-only{position:absolute;width:.1rem;height:.1rem;padding:0;margin:-.1rem;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.w1999-table{width:100%;border-collapse:collapse;background:#242424;border-radius:1.4rem;overflow:hidden}.w1999-table th,.w1999-table td{padding:.9rem;border-bottom:.1rem solid rgba(255,255,255,.08);text-align:left}.w1999-table th{color:var(--w1999-primary2)}@media (max-width:768px){main{padding-bottom:8rem}}@media (min-width:769px){body{background:#202020}.w1999-wrapper,.w1999-header,.w1999-bottom-nav,.w1999-page-hero{max-width:110rem}.w1999-container{max-width:110rem}.w1999-menu-toggle{display:none}.w1999-desktop-nav{display:flex;gap:.7rem;margin:0 1rem}.w1999-desktop-nav a{color:#fff;font-weight:800;padding:.9rem}.w1999-grid{grid-template-columns:repeat(6,1fr)}.w1999-two{grid-template-columns:repeat(2,1fr)}.w1999-bottom-nav{display:none}.w1999-main{padding-bottom:0}.w1999-footer{padding-bottom:3rem}.w1999-carousel{height:30rem}.w1999-menu{display:none}.w1999-hero h1,.w1999-page-hero h1{font-size:3.8rem}}