/* 8k8 casino mobile-first visual system */
:root{font-size:62.5%;--g3cc-bg:#3A3A3A;--g3cc-panel:#242424;--g3cc-panel-soft:#4a3b38;--g3cc-text:#fff7f0;--g3cc-muted:#ffd9d8;--g3cc-primary:#FFAA00;--g3cc-secondary:#FFB347;--g3cc-accent:#FFCCCB;--g3cc-line:rgba(255,204,203,.22);--g3cc-shadow:0 1.2rem 3rem rgba(0,0,0,.36);--g3cc-radius:1.8rem;--g3cc-max:43rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top,#5a4035 0,#3A3A3A 36%,#1e1e1e 100%);color:var(--g3cc-text);font-family:Inter,Arial,sans-serif;font-size:1.6rem;line-height:1.5;overflow-x:hidden}body.g3cc-lock{overflow:hidden}a{color:var(--g3cc-accent);text-decoration:none}img{max-width:100%;display:block}.g3cc-page{max-width:var(--g3cc-max);margin:0 auto;min-height:100vh;background:linear-gradient(180deg,rgba(255,179,71,.08),rgba(0,0,0,.18));position:relative}.g3cc-container{width:100%;padding:0 1.4rem}.g3cc-wrapper{padding:8.2rem 0 2rem}.g3cc-header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:var(--g3cc-max);z-index:1000;background:rgba(35,35,35,.94);backdrop-filter:blur(1.4rem);border-bottom:.1rem solid var(--g3cc-line);box-shadow:0 .6rem 2rem rgba(0,0,0,.26)}.g3cc-topbar{height:6.8rem;display:flex;align-items:center;gap:.8rem;padding:0 1rem}.g3cc-brand{display:flex;align-items:center;gap:.8rem;min-width:0;flex:1}.g3cc-logo{width:3.2rem;height:3.2rem;border-radius:.9rem}.g3cc-brand-text{font-weight:900;font-size:1.8rem;letter-spacing:.02em;color:var(--g3cc-primary);white-space:nowrap}.g3cc-actions{display:flex;align-items:center;gap:.6rem}.g3cc-btn{border:0;border-radius:999px;min-height:4.4rem;padding:0 1.3rem;font-weight:900;color:#221b12;background:linear-gradient(135deg,var(--g3cc-primary),var(--g3cc-secondary));box-shadow:0 .6rem 1.8rem rgba(255,170,0,.28);cursor:pointer;transition:transform .18s ease,filter .18s ease}.g3cc-btn:hover,.g3cc-btn:focus{transform:translateY(-.1rem);filter:brightness(1.05)}.g3cc-btn-small{min-height:3.8rem;padding:0 1rem;font-size:1.3rem}.g3cc-btn-ghost{background:rgba(255,204,203,.13);color:var(--g3cc-accent);border:.1rem solid var(--g3cc-line);box-shadow:none}.g3cc-menu-toggle{width:4.4rem;height:4.4rem;border-radius:1.2rem;border:.1rem solid var(--g3cc-line);background:#2a2a2a;color:var(--g3cc-text);display:flex;align-items:center;justify-content:center;font-size:2.2rem}.g3cc-desktop-nav{display:none}.g3cc-mobile-menu{position:fixed;top:6.8rem;right:calc(50% - min(50vw,21.5rem));width:min(88vw,34rem);max-height:calc(100vh - 7.2rem);overflow:auto;background:#171717;border:.1rem solid var(--g3cc-line);border-radius:0 0 0 2.4rem;z-index:9999;box-shadow:var(--g3cc-shadow);padding:1.2rem;transform:translateX(110%);transition:transform .24s ease}.g3cc-mobile-menu.g3cc-menu-open{transform:translateX(0)}.g3cc-mobile-menu a{display:flex;align-items:center;gap:.8rem;min-height:4.8rem;padding:0 1rem;border-radius:1.2rem;color:var(--g3cc-text);font-weight:800}.g3cc-mobile-menu a:hover,.g3cc-mobile-menu a.g3cc-current{background:rgba(255,170,0,.14);color:var(--g3cc-primary)}.g3cc-hero{padding:1.4rem 0 1rem}.g3cc-carousel{position:relative;border-radius:2.2rem;overflow:hidden;box-shadow:var(--g3cc-shadow);border:.1rem solid rgba(255,170,0,.26);background:#111}.g3cc-slide{display:none;position:relative;cursor:pointer}.g3cc-slide.g3cc-slide-active{display:block}.g3cc-slide img{width:100%;height:20rem;object-fit:cover}.g3cc-slide-caption{position:absolute;left:1.2rem;right:1.2rem;bottom:1.2rem;padding:1rem;border-radius:1.4rem;background:rgba(0,0,0,.58);font-weight:900;color:#fff}.g3cc-dots{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem}.g3cc-dot{width:.9rem;height:.9rem;border:0;border-radius:50%;background:rgba(255,255,255,.45)}.g3cc-dot.g3cc-dot-active{background:var(--g3cc-primary);width:2rem;border-radius:2rem}.g3cc-panel,.g3cc-card{background:linear-gradient(160deg,rgba(255,204,203,.08),rgba(255,170,0,.05));border:.1rem solid var(--g3cc-line);border-radius:var(--g3cc-radius);box-shadow:0 .8rem 2rem rgba(0,0,0,.18)}.g3cc-panel{padding:1.6rem;margin:1.4rem 0}.g3cc-card{padding:1.3rem}.g3cc-kicker{display:inline-flex;align-items:center;gap:.5rem;color:var(--g3cc-primary);font-weight:900;text-transform:uppercase;font-size:1.1rem;letter-spacing:.12em}.g3cc-title,h1{font-size:2.7rem;line-height:1.1;margin:1rem 0;color:#fff}.g3cc-subtitle{color:var(--g3cc-muted);font-size:1.5rem}.g3cc-section-title{font-size:2.1rem;line-height:1.2;color:var(--g3cc-primary);margin:.4rem 0 1rem}.g3cc-grid{display:grid;gap:1rem}.g3cc-grid-2{grid-template-columns:repeat(2,1fr)}.g3cc-grid-3{grid-template-columns:repeat(3,1fr)}.g3cc-stat{padding:1rem;border-radius:1.4rem;background:rgba(0,0,0,.22);border:.1rem solid var(--g3cc-line)}.g3cc-stat strong{display:block;color:var(--g3cc-primary);font-size:2rem}.g3cc-promo-link{font-weight:900;color:var(--g3cc-primary);text-decoration:underline;text-decoration-color:rgba(255,170,0,.42);cursor:pointer}.g3cc-cta-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.1rem}.g3cc-game-section{margin:1.5rem 0}.g3cc-game-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem}.g3cc-game{min-height:9.6rem;padding:.7rem;border-radius:1.3rem;background:rgba(0,0,0,.28);border:.1rem solid rgba(255,204,203,.16);text-align:center;color:var(--g3cc-text);transition:transform .18s ease,border-color .18s ease}.g3cc-game:hover{transform:translateY(-.2rem);border-color:var(--g3cc-primary)}.g3cc-game img{width:5.2rem;height:5.2rem;object-fit:cover;margin:0 auto .5rem;border-radius:1rem}.g3cc-game span{font-size:1.1rem;font-weight:800;line-height:1.15;display:block}.g3cc-badge{display:inline-flex;padding:.35rem .75rem;border-radius:999px;background:rgba(255,170,0,.16);color:var(--g3cc-primary);font-weight:900;font-size:1.1rem}.g3cc-list{padding-left:1.8rem}.g3cc-list li{margin:.7rem 0}.g3cc-faq-item{border:.1rem solid var(--g3cc-line);border-radius:1.3rem;margin:.9rem 0;overflow:hidden;background:rgba(0,0,0,.18)}.g3cc-faq-question{width:100%;min-height:4.8rem;border:0;background:transparent;color:var(--g3cc-text);font-weight:900;text-align:left;padding:1rem 1.2rem;display:flex;justify-content:space-between;align-items:center}.g3cc-faq-answer{display:none;padding:0 1.2rem 1.2rem;color:var(--g3cc-muted)}.g3cc-faq-open .g3cc-faq-answer{display:block}.g3cc-link-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.g3cc-link-list a{min-height:4.6rem;padding:1rem;border-radius:1.2rem;background:rgba(255,204,203,.08);color:var(--g3cc-text);font-weight:800}.g3cc-footer{padding:2rem 1.4rem 8.8rem;background:#151515;border-top:.1rem solid var(--g3cc-line);margin-top:2rem}.g3cc-footer-logo-row{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.g3cc-partners{display:flex;gap:.8rem;flex-wrap:wrap;margin:1rem 0}.g3cc-partner{padding:.7rem 1rem;border-radius:999px;background:rgba(255,179,71,.12);border:.1rem solid var(--g3cc-line);font-weight:900;font-size:1.2rem}.g3cc-bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:var(--g3cc-max);height:6.2rem;background:#242424;border-top:.1rem solid rgba(255,204,203,.25);z-index:1000;display:flex;justify-content:space-around;box-shadow:0 -1rem 2.4rem rgba(0,0,0,.38)}.g3cc-bottom-nav button,.g3cc-bottom-nav a{min-width:6rem;min-height:6rem;border:0;background:transparent;color:var(--g3cc-muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;font-size:1.1rem;font-weight:900;cursor:pointer;transition:transform .16s ease,color .16s ease}.g3cc-bottom-nav i,.g3cc-bottom-nav ion-icon,.g3cc-bottom-nav .material-icons,.g3cc-bottom-nav svg{font-size:2.3rem;width:2.5rem;height:2.5rem}.g3cc-bottom-nav button:active{transform:scale(.9)}.g3cc-bottom-nav .g3cc-current,.g3cc-bottom-nav button:hover{color:var(--g3cc-primary)}.g3cc-bottom-badge{position:absolute;margin-left:2.2rem;margin-top:-3.6rem;background:#ff5b5b;color:white;border-radius:999px;font-size:.9rem;padding:.1rem .45rem}.g3cc-table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:1.2rem;font-size:1.3rem}.g3cc-table th,.g3cc-table td{padding:.9rem;border-bottom:.1rem solid var(--g3cc-line);text-align:left}.g3cc-table th{color:var(--g3cc-primary);background:rgba(0,0,0,.22)}.g3cc-review{display:flex;gap:1rem;align-items:flex-start}.g3cc-avatar{width:4rem;height:4rem;border-radius:50%;background:linear-gradient(135deg,var(--g3cc-primary),var(--g3cc-accent));display:flex;align-items:center;justify-content:center;color:#241b11;font-weight:900;flex:0 0 4rem}.g3cc-timeline{position:relative;padding-left:1.8rem}.g3cc-timeline:before{content:"";position:absolute;left:.5rem;top:.3rem;bottom:.3rem;width:.2rem;background:var(--g3cc-line)}.g3cc-step{position:relative;margin:1rem 0;padding:1rem;border-radius:1.4rem;background:rgba(0,0,0,.18)}.g3cc-step:before{content:"";position:absolute;left:-1.65rem;top:1.4rem;width:1rem;height:1rem;border-radius:50%;background:var(--g3cc-primary)}.g3cc-sr{position:absolute;width:.1rem;height:.1rem;overflow:hidden;clip:rect(0,0,0,0)}@media (min-width:769px){.g3cc-page,.g3cc-header,.g3cc-bottom-nav{max-width:118rem}.g3cc-page{background:transparent}.g3cc-container{padding:0 2rem}.g3cc-menu-toggle,.g3cc-mobile-menu,.g3cc-bottom-nav{display:none}.g3cc-desktop-nav{display:flex;gap:1rem;align-items:center}.g3cc-desktop-nav a{color:var(--g3cc-text);font-weight:800}.g3cc-wrapper{padding-top:8.6rem}.g3cc-slide img{height:34rem}.g3cc-game-grid{grid-template-columns:repeat(8,1fr)}.g3cc-grid-3{grid-template-columns:repeat(3,1fr)}.g3cc-footer{padding-bottom:2.4rem}}@media (max-width:768px){main{padding-bottom:8rem}.g3cc-title,h1{font-size:2.45rem}.g3cc-actions .g3cc-btn-small{padding:0 .8rem}.g3cc-game-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:360px){.g3cc-brand-text{font-size:1.55rem}.g3cc-actions{gap:.35rem}.g3cc-btn-small{font-size:1.15rem;padding:0 .65rem}.g3cc-game-grid{gap:.55rem}.g3cc-game img{width:4.7rem;height:4.7rem}.g3cc-game span{font-size:1rem}}
