/* windd shared styles - every local class uses gac3 prefix */
:root{font-size:62.5%;--gac3-bg:#212F3D;--gac3-panel:#283b4d;--gac3-soft:#31485d;--gac3-text:#fff7ef;--gac3-muted:#c9d3df;--gac3-primary:#F08080;--gac3-gold:#B8860B;--gac3-line:rgba(255,255,255,.13);--gac3-shadow:0 1.2rem 3rem rgba(0,0,0,.32);--gac3-radius:1.8rem;}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#172331 0%,var(--gac3-bg) 48%,#111a24 100%);color:var(--gac3-text);font-family:Inter,Arial,"Helvetica Neue",sans-serif;font-size:1.6rem;line-height:1.5rem;overflow-x:hidden}a{color:#ffd7a3;text-decoration:none}a:hover{color:#fff}img{max-width:100%;display:block}button{font-family:inherit}.gac3-page{max-width:43rem;margin:0 auto;min-height:100vh;background:radial-gradient(circle at top right,rgba(240,128,128,.18),transparent 35%),radial-gradient(circle at 20% 20%,rgba(184,134,11,.16),transparent 28%),#1c2b3b;box-shadow:0 0 4rem rgba(0,0,0,.35);position:relative}.gac3-container{width:100%;max-width:43rem;margin:0 auto;padding:0 1.4rem}.gac3-wrapper{padding-top:7.4rem}.gac3-header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:43rem;z-index:1000;background:rgba(33,47,61,.96);backdrop-filter:blur(1.2rem);border-bottom:.1rem solid var(--gac3-line)}.gac3-header-row{display:flex;align-items:center;gap:.8rem;min-height:6.4rem;padding:.8rem 1.2rem}.gac3-logo{display:flex;align-items:center;gap:.7rem;min-width:0;color:#fff;font-weight:900;letter-spacing:.03em}.gac3-logo img{width:3rem;height:3rem;border-radius:.8rem}.gac3-brand{font-size:1.9rem;text-transform:uppercase}.gac3-actions{margin-left:auto;display:flex;align-items:center;gap:.6rem}.gac3-btn{border:0;border-radius:999rem;min-height:4.4rem;padding:0 1.3rem;font-weight:800;font-size:1.3rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:.2s ease;color:#101923}.gac3-btn--primary{background:linear-gradient(135deg,var(--gac3-primary),#ffd1b7);box-shadow:0 .6rem 1.4rem rgba(240,128,128,.32)}.gac3-btn--gold{background:linear-gradient(135deg,#f8cf72,var(--gac3-gold));color:#17110a}.gac3-btn--ghost{background:rgba(255,255,255,.09);color:#fff;border:.1rem solid var(--gac3-line)}.gac3-btn:hover,.gac3-promo-link:hover{transform:translateY(-.2rem)}.gac3-touching{transform:scale(.96)!important}.gac3-menu-toggle{width:4.4rem;height:4.4rem;border-radius:1.4rem;border:.1rem solid var(--gac3-line);background:rgba(255,255,255,.08);color:#fff;font-size:2rem;display:flex;align-items:center;justify-content:center}.gac3-desktop-nav{display:none}.gac3-menu-mask{position:fixed;inset:0;z-index:9998;background:rgba(0,0,0,.55);opacity:0;pointer-events:none;transition:.2s ease}.gac3-menu-mask--show{opacity:1;pointer-events:auto}.gac3-mobile-menu{position:fixed;top:0;right:0;width:min(34rem,88vw);height:100vh;z-index:9999;background:#172331;padding:2rem 1.4rem;transform:translateX(105%);transition:.25s ease;box-shadow:-1rem 0 3rem rgba(0,0,0,.38);overflow-y:auto}.gac3-mobile-menu--open{transform:translateX(0)}.gac3-menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.6rem}.gac3-close{width:4.4rem;height:4.4rem;border:0;border-radius:1.2rem;background:var(--gac3-primary);color:#101923;font-size:2rem;font-weight:900}.gac3-menu-list{display:grid;gap:.8rem}.gac3-menu-list a,.gac3-menu-list button{min-height:4.8rem;border-radius:1.4rem;background:rgba(255,255,255,.07);border:.1rem solid var(--gac3-line);color:#fff;padding:0 1.2rem;display:flex;align-items:center;gap:.9rem;font-weight:700;text-align:left}.gac3-current{background:linear-gradient(135deg,rgba(240,128,128,.36),rgba(184,134,11,.28))!important;color:#fff!important}.gac3-hero{padding:1.6rem 0}.gac3-kicker{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1rem;border:.1rem solid rgba(240,128,128,.4);border-radius:999rem;background:rgba(240,128,128,.12);color:#ffd2d2;font-size:1.2rem;font-weight:800;text-transform:uppercase}.gac3-title{font-size:3.1rem;line-height:1.05;margin:1rem 0;color:#fff;letter-spacing:-.04em}.gac3-subtitle{font-size:1.6rem;line-height:1.55;color:var(--gac3-muted);margin:0 0 1.4rem}.gac3-hero-card{background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035));border:.1rem solid var(--gac3-line);border-radius:2.2rem;padding:1.4rem;box-shadow:var(--gac3-shadow)}.gac3-slider{position:relative;overflow:hidden;border-radius:1.8rem;min-height:16rem}.gac3-slide{display:none;position:relative}.gac3-slide--active{display:block}.gac3-slide img{width:100%;height:18rem;object-fit:cover;border-radius:1.8rem}.gac3-slide span{position:absolute;left:1rem;bottom:1rem;background:rgba(0,0,0,.55);padding:.7rem 1rem;border-radius:1rem;font-weight:900}.gac3-dots{display:flex;justify-content:center;gap:.6rem;margin-top:1rem}.gac3-dot{width:.9rem;height:.9rem;border-radius:50%;border:0;background:rgba(255,255,255,.3)}.gac3-dot--active{width:2.2rem;border-radius:999rem;background:var(--gac3-primary)}.gac3-cta-row{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.4rem}.gac3-section{padding:1.6rem 0}.gac3-section-title{font-size:2.3rem;line-height:1.15;margin:0 0 1rem;color:#fff}.gac3-section-lead{color:var(--gac3-muted);line-height:1.55;margin:.4rem 0 1.2rem}.gac3-grid{display:grid;gap:1rem}.gac3-grid--2{grid-template-columns:repeat(2,1fr)}.gac3-grid--3{grid-template-columns:repeat(3,1fr)}.gac3-card{background:rgba(255,255,255,.075);border:.1rem solid var(--gac3-line);border-radius:var(--gac3-radius);padding:1.2rem;box-shadow:0 .6rem 1.8rem rgba(0,0,0,.18)}.gac3-card--accent{background:linear-gradient(145deg,rgba(240,128,128,.18),rgba(184,134,11,.11));border-color:rgba(240,128,128,.35)}.gac3-card h3{margin:.2rem 0 .8rem;font-size:1.75rem;line-height:1.2}.gac3-card p,.gac3-card li{color:var(--gac3-muted);line-height:1.55}.gac3-pill{display:inline-flex;align-items:center;gap:.5rem;border-radius:999rem;background:rgba(184,134,11,.18);border:.1rem solid rgba(184,134,11,.45);color:#ffe1a3;padding:.5rem .85rem;font-size:1.2rem;font-weight:800}.gac3-promo-link{display:inline-flex;align-items:center;gap:.55rem;color:#ffe39d!important;font-weight:900;border-bottom:.15rem dashed var(--gac3-primary);cursor:pointer}.gac3-inline-link{color:#ffc4c4;text-decoration:underline;text-underline-offset:.25rem}.gac3-game-section{margin-bottom:1.4rem}.gac3-game-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.gac3-game-heading h2{font-size:2rem;margin:0}.gac3-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.gac3-game-link{border:0;background:rgba(255,255,255,.065);border-radius:1.4rem;padding:.7rem .45rem;min-height:9.8rem;color:#fff;text-align:center;cursor:pointer;border:.1rem solid var(--gac3-line);transition:.2s ease}.gac3-game-link img{width:5.6rem;height:5.6rem;object-fit:cover;border-radius:1.2rem;margin:0 auto .5rem}.gac3-game-link span{font-size:1.05rem;line-height:1.2;font-weight:800;display:block}.gac3-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}.gac3-stat{background:rgba(0,0,0,.2);border:.1rem solid var(--gac3-line);border-radius:1.4rem;padding:1rem;text-align:center}.gac3-stat strong{display:block;color:#fff;font-size:2rem}.gac3-stat span{font-size:1.1rem;color:var(--gac3-muted)}.gac3-step{display:flex;gap:1rem;align-items:flex-start}.gac3-step-num{flex:0 0 3rem;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--gac3-primary);color:#111;font-weight:900}.gac3-quote{border-left:.35rem solid var(--gac3-primary);padding-left:1rem;color:#ffe8de;font-style:italic}.gac3-payments{display:flex;gap:.8rem;flex-wrap:wrap}.gac3-pay{min-height:4.4rem;padding:.8rem 1rem;border-radius:1.2rem;background:rgba(255,255,255,.08);border:.1rem solid var(--gac3-line);font-weight:800}.gac3-footer{margin-top:2rem;padding:2rem 1.4rem 8.8rem;background:#121d28;border-top:.1rem solid var(--gac3-line)}.gac3-footer-logo{display:flex;align-items:center;gap:.8rem;font-size:2rem;font-weight:900;margin-bottom:1rem}.gac3-footer-logo img{width:3.2rem;height:3.2rem}.gac3-footer p{color:var(--gac3-muted);line-height:1.55}.gac3-footer-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin:1.2rem 0}.gac3-footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;margin:1.2rem 0}.gac3-footer-links a{background:rgba(255,255,255,.055);border:.1rem solid var(--gac3-line);border-radius:1.2rem;padding:.9rem;color:#fff;font-weight:700}.gac3-partners{display:flex;flex-wrap:wrap;gap:.7rem;margin:1rem 0}.gac3-partner{display:inline-flex;align-items:center;gap:.5rem;min-height:3.6rem;padding:.6rem .9rem;border-radius:1rem;background:rgba(184,134,11,.16);border:.1rem solid rgba(184,134,11,.38);color:#ffe4a9;font-size:1.2rem;font-weight:800}.gac3-copy{font-size:1.2rem;color:#91a0ae!important}.gac3-bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:43rem;height:6.2rem;background:#0f1822;border-top:.1rem solid rgba(255,255,255,.16);z-index:1000;display:flex;justify-content:space-around;align-items:center;box-shadow:0 -1rem 2rem rgba(0,0,0,.28)}.gac3-bottom-item{min-width:6rem;min-height:6rem;border:0;background:transparent;color:#cbd6e0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;font-size:1.05rem;font-weight:800;cursor:pointer;position:relative;transition:.18s ease}.gac3-bottom-item i,.gac3-bottom-item .material-icons,.gac3-bottom-item .material-symbols-outlined,.gac3-bottom-item ion-icon{font-size:2.3rem;line-height:1}.gac3-bottom-item:hover,.gac3-bottom-item.gac3-current{color:#fff0b8;transform:translateY(-.2rem)}.gac3-bottom-item.gac3-current:before{content:"";position:absolute;top:.4rem;width:2.6rem;height:.28rem;border-radius:999rem;background:var(--gac3-primary)}.gac3-badge{position:absolute;top:.3rem;right:1rem;background:var(--gac3-primary);color:#111;border-radius:999rem;font-size:.9rem;min-width:1.7rem;height:1.7rem;display:flex;align-items:center;justify-content:center;font-weight:900}.gac3-table{width:100%;border-collapse:separate;border-spacing:0 .7rem}.gac3-table td,.gac3-table th{background:rgba(255,255,255,.07);padding:.9rem;text-align:left;border-top:.1rem solid var(--gac3-line);border-bottom:.1rem solid var(--gac3-line)}.gac3-table th:first-child,.gac3-table td:first-child{border-left:.1rem solid var(--gac3-line);border-radius:1rem 0 0 1rem}.gac3-table th:last-child,.gac3-table td:last-child{border-right:.1rem solid var(--gac3-line);border-radius:0 1rem 1rem 0}.gac3-faq details{background:rgba(255,255,255,.07);border:.1rem solid var(--gac3-line);border-radius:1.4rem;padding:1rem;margin-bottom:.8rem}.gac3-faq summary{font-weight:900;cursor:pointer;min-height:3rem}.gac3-faq p{color:var(--gac3-muted);line-height:1.55}.gac3-list{padding-left:1.8rem}.gac3-list li{margin:.55rem 0}.gac3-highlight{color:#ffd38a;font-weight:900}.gac3-split{display:grid;gap:1rem}.gac3-banner-img{border-radius:1.8rem;border:.1rem solid var(--gac3-line);box-shadow:var(--gac3-shadow)}
@media (min-width:769px){body{background:#0f1822}.gac3-page{max-width:118rem}.gac3-header{max-width:118rem}.gac3-container{max-width:112rem}.gac3-wrapper{padding-top:8.2rem}.gac3-desktop-nav{display:flex;gap:.6rem;margin-left:1rem}.gac3-desktop-nav a{padding:.9rem 1rem;border-radius:999rem;color:#fff;background:rgba(255,255,255,.06);font-size:1.3rem;font-weight:800}.gac3-menu-toggle,.gac3-bottom-nav{display:none}.gac3-title{font-size:5rem}.gac3-hero-card{display:grid;grid-template-columns:1fr 1.2fr;gap:1.6rem;align-items:center}.gac3-grid--desktop-3{grid-template-columns:repeat(3,1fr)}.gac3-grid--desktop-4{grid-template-columns:repeat(4,1fr)}.gac3-game-grid{grid-template-columns:repeat(8,1fr)}.gac3-footer{padding-bottom:3rem}.gac3-footer-actions{grid-template-columns:repeat(4,1fr)}.gac3-footer-links{grid-template-columns:repeat(5,1fr)}.gac3-split{grid-template-columns:1fr 1fr}}
@media (max-width:768px){main{padding-bottom:8rem}.gac3-actions .gac3-btn{padding:0 .9rem;font-size:1.2rem}.gac3-container{padding:0 1.1rem}.gac3-game-grid{grid-template-columns:repeat(4,1fr)}.gac3-title{font-size:2.75rem}.gac3-section-title{font-size:2.1rem}}
@media (max-width:360px){.gac3-brand{font-size:1.55rem}.gac3-actions .gac3-btn{padding:0 .75rem}.gac3-game-grid{gap:.55rem}.gac3-game-link img{width:5rem;height:5rem}.gac3-bottom-item{min-width:5.6rem}.gac3-bottom-item span{font-size:.95rem}}
