:root{
  --red:#d71920;--red2:#ff3d47;--blue:#1769e0;--blue2:#4fa8ff;--gold:#ffd43b;--ink:#15223d;--muted:#64748b;--paper:#fff;--soft:#f4f8ff;--green:#4fba62;--shadow:0 24px 70px rgba(25,45,80,.18)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:ui-rounded,"Trebuchet MS",system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:linear-gradient(180deg,#ebf8ff 0,#fff 38%,#f7fbff 100%);overflow-x:hidden}a{text-decoration:none;color:inherit}button{font:inherit}.sky-decor{position:fixed;inset:0;pointer-events:none;z-index:-1;overflow:hidden}.cloud{position:absolute;font-size:110px;color:#fff;filter:drop-shadow(0 15px 20px rgba(70,130,180,.08));opacity:.75;animation:floatCloud 16s ease-in-out infinite}.cloud-1{top:120px;left:-35px}.cloud-2{top:430px;right:-20px;font-size:80px;animation-delay:-7s}.star{position:absolute;color:#ffdc64;opacity:.75;animation:twinkle 2.4s infinite}.star-1{top:160px;right:8%;font-size:28px}.star-2{top:360px;left:7%;font-size:18px;animation-delay:-1.2s}.star-3{top:580px;right:18%;font-size:22px;animation-delay:-.7s}@keyframes floatCloud{50%{transform:translate(24px,-12px)}}@keyframes twinkle{50%{transform:scale(1.35) rotate(14deg);opacity:1}}
.topbar{height:76px;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:10px clamp(18px,4vw,58px);background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(23,105,224,.08);box-shadow:0 8px 30px rgba(40,80,120,.08)}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,#f42934,#9f1018);display:grid;place-items:center;color:#fff;font-weight:1000;box-shadow:inset 0 0 0 3px #fff,0 8px 18px rgba(215,25,32,.28)}.brand-mark.small{width:40px;height:40px;font-size:13px}.brand-name{font-weight:1000;letter-spacing:.08em}.brand-subtitle{font-size:11px;font-weight:1000;color:var(--red);letter-spacing:.18em}.nav{display:flex;gap:8px;background:#f2f7ff;padding:5px;border-radius:999px}.nav a{padding:9px 15px;border-radius:999px;font-weight:900;font-size:13px}.nav a:hover{background:#fff;box-shadow:0 5px 15px rgba(20,50,80,.08)}.sound-btn{border:0;width:44px;height:44px;border-radius:14px;background:#fff;box-shadow:0 8px 25px rgba(20,50,80,.12);cursor:pointer;font-size:20px}
.hero{min-height:680px;max-width:1280px;margin:auto;padding:70px clamp(20px,5vw,70px) 55px;display:grid;grid-template-columns:1.04fr .96fr;gap:50px;align-items:center}.hero-badge{display:inline-flex;padding:9px 14px;border-radius:999px;background:#fff2c8;border:1px solid #ffd65b;font-size:12px;font-weight:1000;letter-spacing:.06em;box-shadow:0 8px 22px rgba(255,188,40,.12)}.eyebrow{font-size:12px;font-weight:1000;letter-spacing:.18em;color:var(--blue);margin:22px 0 8px}.hero h1{font-size:clamp(58px,7vw,96px);line-height:.86;margin:0;letter-spacing:-.055em;font-weight:1000}.hero h1 span{background:linear-gradient(90deg,var(--red),#ff6b5d 45%,var(--blue));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-text{max-width:670px;font-size:18px;line-height:1.65;color:#53627a;margin:26px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 23px;border-radius:16px;font-weight:1000;font-size:14px;transition:.22s}.btn.primary{background:linear-gradient(180deg,#ff4651,#c6141d);color:#fff;box-shadow:0 9px 0 #8b1016,0 18px 30px rgba(215,25,32,.2)}.btn.primary:hover{transform:translateY(-2px)}.btn.primary:active{transform:translateY(5px);box-shadow:0 4px 0 #8b1016}.btn.secondary{background:#fff;color:var(--blue);border:2px solid #dceaff;box-shadow:0 10px 30px rgba(40,80,120,.08)}.hero-stats{display:flex;gap:12px;margin-top:34px}.stat{min-width:120px;padding:12px 16px;border-left:4px solid #dceaff}.stat strong{display:block;font-size:25px;line-height:1}.stat span{display:block;font-size:11px;font-weight:900;color:#75839a;margin-top:5px;text-transform:uppercase;letter-spacing:.08em}
.hero-visual{position:relative;display:grid;place-items:center;min-height:500px}.glow{position:absolute;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,#fff8b8 0,#92dfff 45%,rgba(146,223,255,0) 70%);filter:blur(3px);animation:pulseGlow 4s ease-in-out infinite}@keyframes pulseGlow{50%{transform:scale(1.08);opacity:.8}}.console-card{position:relative;width:min(470px,92vw);padding:14px;border-radius:34px;background:linear-gradient(145deg,#fff,#dceeff);box-shadow:0 35px 80px rgba(25,60,110,.23),inset 0 -8px 25px rgba(60,120,190,.09);transform:rotate(2deg);animation:consoleFloat 5s ease-in-out infinite}@keyframes consoleFloat{50%{transform:translateY(-12px) rotate(-1deg)}}.console-top{height:35px;display:flex;align-items:center;gap:7px;padding:0 10px}.dot{width:10px;height:10px;border-radius:50%}.dot.red{background:#ff5f57}.dot.yellow{background:#febc2e}.dot.green{background:#28c840}.console-title{margin-left:auto;font-size:10px;font-weight:1000;letter-spacing:.12em;color:#557}.console-screen{position:relative;background:linear-gradient(#78d6ff 0 54%,#86d56b 54% 100%);border-radius:24px;overflow:hidden;border:8px solid #1a2942;height:325px;display:flex;align-items:flex-end;justify-content:center}.console-screen:before{content:"";position:absolute;left:0;right:0;bottom:72px;height:80px;background:linear-gradient(#d79a6d,#ba7045);border-top:3px solid rgba(255,255,255,.65)}.screen-title{position:absolute;top:18px;left:50%;transform:translateX(-50%);white-space:nowrap;padding:7px 14px;border-radius:999px;background:rgba(255,255,255,.9);color:var(--red);font-size:14px;font-weight:1000;box-shadow:0 5px 15px rgba(0,0,0,.08)}.console-screen img{position:relative;z-index:2;width:94%;height:82%;object-fit:contain;filter:drop-shadow(0 12px 10px rgba(0,0,0,.15))}.mini-flag{position:absolute;top:18px;font-size:22px}.flag-left{left:18px}.flag-right{right:18px}.controller-row{display:flex;align-items:center;justify-content:space-between;padding:12px 22px 4px}.dpad{font-size:38px;color:#24344e;font-weight:1000}.console-label{font-size:11px;font-weight:1000;color:#68778e;letter-spacing:.1em}.buttons{display:flex;gap:8px}.buttons span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(#ff5963,#b9131b);color:#fff;font-weight:1000;box-shadow:0 4px 0 #821015}.buttons span:last-child{background:linear-gradient(#4396ff,#1355b8);box-shadow:0 4px 0 #0a3c84}
.marquee{overflow:hidden;background:linear-gradient(90deg,#c9141d,#ff3340,#c9141d);color:#fff;border-top:4px solid #fff;border-bottom:4px solid #fff;box-shadow:0 8px 25px rgba(215,25,32,.15)}.marquee-track{display:flex;gap:28px;align-items:center;width:max-content;padding:12px 0;font-weight:1000;font-size:13px;letter-spacing:.08em;animation:marquee 22s linear infinite}@keyframes marquee{to{transform:translateX(-50%)}}
.games-section{max-width:1240px;margin:auto;padding:95px clamp(20px,4vw,56px)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-heading .eyebrow{margin:0 0 7px}.section-heading h2,.about-card h2{font-size:clamp(34px,4vw,52px);line-height:1;margin:0 0 14px;letter-spacing:-.04em}.section-heading p{max-width:720px;color:#637087;line-height:1.7;margin:0}.game-count{flex:none;background:#eaf4ff;border:2px solid #d7eaff;border-radius:18px;padding:12px 16px;font-size:11px;font-weight:1000;color:#60718a}.game-count span{font-size:30px;color:var(--blue);margin-right:5px}.game-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:18px;align-items:stretch}.game-card{border-radius:28px;background:#fff;border:1px solid #e4edf8;box-shadow:0 18px 55px rgba(39,73,116,.1);overflow:hidden;transition:.28s}.game-card.featured:hover{transform:translateY(-8px);box-shadow:0 30px 80px rgba(39,73,116,.18)}.card-image{height:310px;position:relative;overflow:hidden;background:linear-gradient(#8bddff 0 55%,#75c85b 55% 100%)}.card-image img{width:100%;height:100%;object-fit:contain;padding:15px 20px 0;transition:.35s}.featured:hover .card-image img{transform:scale(1.035)}.card-shine{position:absolute;inset:-50% auto auto -30%;width:35%;height:210%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transform:rotate(20deg);transition:.6s}.featured:hover .card-shine{left:120%}.live-badge,.players-badge{position:absolute;top:16px;padding:8px 10px;border-radius:999px;font-size:10px;font-weight:1000;letter-spacing:.07em}.live-badge{left:16px;background:#e7fff0;color:#168245;border:1px solid #aee9c1}.players-badge{right:16px;background:rgba(255,255,255,.92);color:#32455f}.card-body{padding:25px 27px 28px}.card-topline{display:flex;justify-content:space-between;gap:10px;font-size:10px;font-weight:1000;letter-spacing:.1em}.category{color:var(--red)}.difficulty{color:var(--blue)}.card-body h3{font-size:34px;letter-spacing:-.04em;margin:9px 0}.card-body p{color:#66758c;line-height:1.65;margin:0}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:22px}.game-meta{display:flex;gap:13px;flex-wrap:wrap;font-size:11px;font-weight:900;color:#6c7890}.play-circle{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;padding-left:3px;background:linear-gradient(#ff4651,#c6141d);color:#fff;box-shadow:0 6px 0 #8b1016;font-weight:1000}.coming-soon{min-height:100%;padding:35px 27px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:linear-gradient(145deg,#f8fbff,#edf5ff);border-style:dashed}.placeholder-icon{font-size:58px;filter:grayscale(.15);margin-bottom:25px}.soon-label{padding:7px 9px;border-radius:999px;background:#fff1bf;color:#9d6f00;font-size:9px;font-weight:1000;letter-spacing:.11em}.coming-soon h3{font-size:25px;margin:12px 0 8px}.coming-soon p{font-size:14px;color:#748197;line-height:1.6;margin:0}.coming-soon:hover{transform:translateY(-4px)}
.about-section{max-width:1240px;margin:0 auto;padding:0 clamp(20px,4vw,56px) 95px}.about-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center;padding:35px 40px;border-radius:30px;background:linear-gradient(115deg,#162640,#1c4f91);color:#fff;box-shadow:0 25px 65px rgba(23,50,90,.2);overflow:hidden}.about-card:after{content:"";position:absolute;width:250px;height:250px;border-radius:50%;right:-80px;top:-100px;background:rgba(255,255,255,.07)}.about-icon{font-size:55px}.about-card .eyebrow{margin:0 0 8px;color:#8dc5ff}.about-card h2{font-size:35px;max-width:700px}.about-card p{max-width:760px;color:#ccdbef;line-height:1.65;margin:0}.mini-cta{position:relative;z-index:2;white-space:nowrap;padding:14px 17px;border-radius:14px;background:#fff;color:#154987;font-size:12px;font-weight:1000}.mini-cta span{font-size:18px;margin-left:8px}
footer{padding:30px clamp(20px,5vw,65px);display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #e4edf8;background:#fff}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand div:last-child{display:flex;flex-direction:column}.footer-brand strong{font-size:13px;letter-spacing:.06em}.footer-brand span,footer p,.footer-copy{font-size:11px;color:#77849a}.toast{position:fixed;z-index:100;bottom:25px;left:50%;transform:translate(-50%,30px);opacity:0;background:#162640;color:#fff;padding:12px 16px;border-radius:13px;font-weight:900;font-size:13px;box-shadow:0 15px 40px rgba(0,0,0,.2);transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:980px){.hero{grid-template-columns:1fr;padding-top:55px}.hero-copy{text-align:center}.hero-text{margin-left:auto;margin-right:auto}.hero-actions,.hero-stats{justify-content:center}.hero-visual{min-height:460px}.game-grid{grid-template-columns:1fr 1fr}.featured{grid-column:1/-1}.about-card{grid-template-columns:auto 1fr}.mini-cta{grid-column:2}.nav{display:none}}
@media(max-width:640px){.topbar{height:66px;padding:9px 13px}.brand-mark{width:42px;height:42px}.brand-name{font-size:13px}.brand-subtitle{font-size:9px}.sound-btn{width:40px;height:40px}.hero{padding:48px 16px 35px;min-height:auto;gap:25px}.hero h1{font-size:54px}.hero-text{font-size:15px}.hero-actions{flex-direction:column}.btn{width:100%}.hero-stats{gap:0}.stat{min-width:0;flex:1;padding:10px}.hero-visual{min-height:370px}.console-card{width:95%;border-radius:25px}.console-screen{height:245px}.console-title{font-size:11px}.games-section{padding:70px 16px}.section-heading{align-items:flex-start;flex-direction:column}.game-count{display:none}.game-grid{grid-template-columns:1fr}.featured{grid-column:auto}.card-image{height:245px}.card-body{padding:20px}.card-body h3{font-size:28px}.coming-soon{min-height:240px}.about-section{padding:0 16px 65px}.about-card{grid-template-columns:1fr;padding:28px 24px;text-align:center}.about-icon{font-size:48px}.about-card h2{font-size:30px}.mini-cta{grid-column:1;margin:auto}footer{flex-direction:column;text-align:center}.cloud{font-size:70px}}

/* Official MIN 1 Bangka identity */
.brand-logo{width:52px;height:52px;object-fit:contain;display:block;filter:drop-shadow(0 6px 10px rgba(0,0,0,.14))}.brand-logo.small{width:42px;height:42px}.hero-identity{display:inline-flex;align-items:center;gap:12px;margin-bottom:15px;padding:8px 14px 8px 9px;border-radius:18px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.9);box-shadow:0 12px 30px rgba(23,105,224,.08);backdrop-filter:blur(10px)}.hero-identity img{width:58px;height:58px;object-fit:contain}.hero-identity div{display:flex;flex-direction:column;text-align:left}.hero-identity strong{font-size:12px;letter-spacing:.055em;color:#087f3b}.hero-identity span{font-size:10px;font-weight:900;color:#748198;margin-top:3px}.console-screen{position:relative}.console-logo{position:absolute;top:12px;left:12px;width:48px;height:48px;object-fit:contain;z-index:3;filter:drop-shadow(0 4px 7px rgba(0,0,0,.2))}
@media(max-width:640px){.brand-logo{width:44px;height:44px}.hero-identity{display:flex;margin-left:auto;margin-right:auto;width:max-content;max-width:100%}.hero-identity img{width:48px;height:48px}.hero-identity strong{font-size:10px}.hero-identity span{font-size:9px}.console-logo{width:40px;height:40px}}
/* Mobil Pintar card */
.coding-card .coding-image{background:linear-gradient(145deg,#073f39,#0c2855)}
.coding-card .card-image img{padding:0;object-fit:cover}
@media(min-width:981px){.game-grid{grid-template-columns:1fr 1fr .72fr}.game-card.featured{min-width:0}.card-body h3{font-size:30px}.coding-card .card-body p{font-size:14px}}
.brand-logo{width:52px;height:52px;object-fit:contain;flex:none}.footer-logo{width:48px;height:48px}@media(max-width:640px){.brand-logo{width:43px;height:43px}}

/* Three active game catalog */
.space-card .space-image{background:radial-gradient(circle at 50% 48%,#1b4f9d 0,#071731 42%,#010711 100%)}
.space-card .card-image img{padding:0;object-fit:cover}
.space-card .category{color:#7c4dff}
@media(min-width:981px){
  .game-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .game-card.featured{min-width:0}
  .card-image{height:260px}
  .card-body{padding:22px 23px 25px}
  .card-body h3{font-size:29px}
  .card-body p{font-size:14px}
}
