:root{--bg: #ffffff;--fg: #222;--muted: #6b7280;--primary: #f59e0b;--ink: #f8fafc;--card: #f9fafb}*{box-sizing:border-box}html{scroll-behavior:smooth;margin:0;padding:0}body{margin:0;background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,Arial,sans-serif;line-height:1.5}#root{width:100%;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{background-color:#000;color:#fff;height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:20px;box-sizing:border-box}.center-content{flex:1;display:flex;justify-content:center;align-items:center}.logo{max-width:100%;height:auto}.bottom-text{font-size:1rem;margin-bottom:20px;font-family:Arial,sans-serif}.header{position:fixed;inset:0 0 auto 0;height:64px;z-index:50;display:flex;align-items:center;justify-content:center;transition:background .25s ease,box-shadow .25s ease;color:#fff}.header-inner{width:100%;max-width:1200px;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.header.scrolled{background:#ffffffe6;-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px);box-shadow:0 2px 16px #0000001a;color:#222}.brand{font-weight:800;letter-spacing:.4px}.brand span{color:var(--primary)}.nav{display:flex;gap:28px;font-weight:600}.nav a{opacity:.9}.nav a:hover{opacity:1;color:var(--primary)}.hero{position:relative;display:grid;place-items:center;text-align:center;background:linear-gradient(180deg,#ffffff4d,#ffffffb3);min-height:100svh;height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-content{z-index:1}.hero-title{font-size:48px;font-weight:900;margin:0 0 24px}.hero-subtitle{color:var(--muted);font-size:20px;margin:0}section{padding:80px 5%}.container{max-width:1200px;margin:0 auto}.section-title{font-size:36px;font-weight:900;margin:0 0 12px}.section-desc{color:var(--muted);margin:0 0 24px;font-size:18px}.section-header{text-align:left}.about{display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:center;background:linear-gradient(180deg,#f1f5f9,#e2e8f0);border-radius:24px;padding:40px}.about .media{min-height:300px;border-radius:14px;overflow:hidden;background-size:contain;background-position:center;background-repeat:no-repeat}.about .text p{color:var(--muted)}.about .text strong{color:#111827}.about .text h3{color:var(--fg);font-size:24px;font-weight:700;margin:0 0 16px}.games{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px}.card{background:var(--card);border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.card .thumb{aspect-ratio:16/10;background:#111;background-position:center;background-size:cover}.card .body{padding:18px}.card .body h3{color:var(--fg);font-size:18px;font-weight:600;margin:8px 0 4px}.card .body p{color:var(--muted);margin:0;font-size:14px}.badge{display:inline-block;padding:4px 10px;border-radius:999px;background:#e5e7eb;color:#374151;font-size:12px;letter-spacing:.08em;margin-bottom:8px}.content-row{display:flex;align-items:center;gap:16px}.content-left{flex:1}.content-right{flex-shrink:0}.download-icon{width:60px;height:60px;object-fit:contain;transition:transform .2s ease,opacity .2s ease;border-radius:8px;background-color:#fff;padding:8px;box-shadow:0 6px 20px #0000001a,0 2px 8px #00000014}.download-icon:hover{transform:scale(1.05);opacity:.9}footer{background:#f8fafc;border-top:1px solid #e5e7eb;margin-top:80px;padding:44px 0 32px}.footer-inner{max-width:1200px;margin:0 auto;padding:0 5%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}.footer-left .brand{margin-bottom:12px}.footer-links{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:14px}.footer-links a:hover{color:var(--fg)}.social{display:flex;gap:18px;align-items:center}.icon-btn{width:38px;height:38px;display:grid;place-items:center;border-radius:999px;background:#e5e7eb;color:#374151;border:1px solid #d1d5db;cursor:pointer;font-size:12px;font-weight:600}.icon-btn:hover{background:#d1d5db}.social-icon{width:20px;height:20px;object-fit:contain}.smallprint{color:#6b7280;text-align:center;margin-top:18px;font-size:13px}@media (max-width: 768px){.about .media{min-height:250px}.hero-title{font-size:36px}.hero-subtitle{font-size:18px}.section-title{font-size:28px}.about{grid-template-columns:1fr;gap:24px;text-align:center;padding:32px}.games{grid-template-columns:1fr;gap:16px}.footer-inner{flex-direction:column;gap:16px;text-align:center}.nav{gap:20px}section{padding:60px 5%}}@media (max-width: 430px){.about .media{min-height:200px}.header-inner{padding:0 16px}.hero-title{font-size:28px}.hero-subtitle{font-size:16px}.section-title{font-size:24px}.nav{gap:16px;font-size:14px}.about{padding:24px}section{padding:48px 4%}}
