:root{
  --bg:#FFFFFF;--mint:#F4FBF8;--soft:#F7F8F8;--warm:#FFF9F0;--text:#111111;--muted:#62666A;--weak:#8A8D91;--border:#DDE7E4;--line:#B4B9BB;--mint2:#EAF5F1;--footer:#111111;--footer-muted:#BFC4C5;--radius:20px;--shadow:0 14px 40px rgba(17,17,17,.06)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;line-height:1.8;overflow-x:hidden}body.drawer-open{overflow:hidden}img{max-width:100%;height:auto;display:block;object-fit:contain}a{color:inherit}.skip-link{position:fixed;left:12px;top:-60px;z-index:10001;background:#111;color:#fff;padding:8px 12px;border-radius:8px}.skip-link:focus{top:12px}.shell{width:min(1280px,calc(100% - 44px));margin:0 auto}.site-header{position:sticky;top:0;width:100%;z-index:9999;background:rgba(255,255,255,.97);border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.header-inner{position:relative;width:100%;max-width:1280px;min-height:74px;margin:0 auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between}.menu-toggle{width:44px;height:44px;padding:0;border:0;background:transparent;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;cursor:pointer}.menu-toggle span{display:block;width:27px;height:2px;background:#111;transition:.25s ease}.site-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.site-logo img{width:auto;max-width:150px;max-height:48px}.header-game-btn,.main-btn{display:inline-flex;align-items:center;justify-content:center;background:#111;color:#fff;border:1px solid #111;border-radius:999px;text-decoration:none;font-weight:600;white-space:nowrap;transition:.25s ease}.header-game-btn{min-width:92px;height:42px;padding:0 20px;font-size:15px}.main-btn{min-height:44px;padding:0 22px}.header-game-btn:hover,.main-btn:hover{background:#fff;color:#111}.text-link{font-weight:650;text-decoration:none;border-bottom:1px solid var(--text);padding-bottom:2px}.menu-toggle:focus-visible,.header-game-btn:focus-visible,.main-btn:focus-visible,.text-link:focus-visible,.drawer-nav a:focus-visible,.drawer-close:focus-visible,.faq-question:focus-visible{outline:3px solid #77a99c;outline-offset:3px}.drawer-overlay{position:fixed;inset:0;z-index:10000;background:rgba(17,17,17,.38);opacity:0;transition:.22s ease}.drawer-overlay.is-open{opacity:1}.site-drawer{position:fixed;left:0;top:0;bottom:0;z-index:10001;width:430px;max-width:88vw;background:#fff;transform:translateX(-102%);transition:.28s ease;box-shadow:20px 0 60px rgba(17,17,17,.14);overflow-y:auto}.site-drawer.is-open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:22px;border-bottom:1px solid var(--border)}.drawer-logo img{max-width:136px;max-height:44px}.drawer-close{width:44px;height:44px;border:0;background:#f4f7f6;border-radius:50%;font-size:30px;line-height:1;cursor:pointer}.drawer-nav{padding:10px 22px}.drawer-nav a{display:block;padding:15px 0;border-bottom:1px solid #edf1f0;text-decoration:none;font-size:20px;font-weight:650}.drawer-nav a[aria-current="page"]{color:#4c7469}.drawer-note{padding:20px 22px 30px;color:var(--muted)}.drawer-note p{margin:.4rem 0 0;font-size:14px}.section{padding:96px 0}.section-sm{padding:68px 0}.section-mint{background:var(--mint)}.section-soft{background:var(--soft)}.section-warm{background:var(--warm)}.eyebrow{font-size:13px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#58766e;margin-bottom:14px}.hero{padding:94px 0 84px;background:linear-gradient(180deg,#fff 0%,#fbfefd 100%)}.hero-grid,.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:72px;align-items:center}.hero h1,.page-hero h1{font-size:clamp(48px,5vw,64px);line-height:1.08;letter-spacing:-.035em;margin:0 0 22px}.hero p,.page-hero p{font-size:18px;color:var(--muted);max-width:720px}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:28px}.hero-art{position:relative}.hero-art:before{content:"";position:absolute;inset:-26px 8% 10%;background:var(--mint2);border-radius:40% 60% 54% 46%;z-index:-1}.hero-art img{width:100%;max-height:620px}.page-hero{padding:82px 0 68px;border-bottom:1px solid var(--border);background:linear-gradient(135deg,#fff 0%,#f5fbf8 100%)}.page-hero .narrow{max-width:900px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-head h2,.split h2,.article h2{font-size:clamp(32px,3.4vw,42px);line-height:1.15;letter-spacing:-.025em;margin:0 0 12px}.section-head p,.split p,.article p{color:var(--muted)}.section-head p{max-width:700px;margin:0}.category-strip{display:flex;gap:28px;overflow-x:auto;padding:18px 0;border-bottom:1px solid var(--border);scrollbar-width:thin}.category-strip a{flex:0 0 auto;text-decoration:none;color:var(--muted);font-weight:650;padding:8px 0;border-bottom:2px solid transparent}.category-strip a.active{color:#111;border-bottom-color:#111}.feature-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:24px}.feature-main,.feature-side article,.game-card,.quote-card,.news-feature,.promo-card,.info-card{border:1px solid var(--border);background:#fff;border-radius:var(--radius);overflow:hidden}.feature-main{display:grid;grid-template-columns:1.15fr .85fr;align-items:stretch}.feature-main .copy{padding:34px}.feature-main img{height:100%;width:100%;object-fit:contain;background:var(--soft)}.feature-side{display:grid;gap:24px}.feature-side article{padding:20px}.feature-side img{border-radius:14px;margin-bottom:16px}.kicker,.game-meta{font-size:13px;color:#6e817c;font-weight:750;letter-spacing:.03em}.feature-main h3,.feature-side h3,.game-card h3,.promo-card h3,.info-card h3{font-size:22px;line-height:1.25;margin:8px 0 10px}.card-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:18px}.game-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.game-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.game-card{display:flex;flex-direction:column}.game-cover{aspect-ratio:1/1;background:var(--soft);display:grid;place-items:center;padding:8px}.game-cover img{width:100%;height:auto;object-fit:contain}.game-body{padding:18px;display:flex;flex-direction:column;flex:1}.game-body p{color:var(--muted);margin:4px 0 12px}.game-body .card-actions{margin-top:auto}.poster{border-radius:20px;width:100%;height:auto}.latest-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:stretch}.latest-main{border-radius:var(--radius);overflow:hidden;background:var(--mint2);padding:28px}.latest-main img{border-radius:16px;margin-bottom:24px}.latest-list{display:grid;gap:0;border-top:1px solid var(--border)}.latest-item{display:grid;grid-template-columns:118px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid var(--border)}.latest-item img{width:118px;height:118px;object-fit:contain;background:var(--soft);border-radius:14px}.latest-item h3{margin:0 0 6px;font-size:20px}.latest-item p{margin:0;color:var(--muted)}.mobile-visual img{max-width:560px;margin:0 auto}.list-check{list-style:none;padding:0;margin:22px 0}.list-check li{padding:8px 0 8px 28px;position:relative;color:var(--muted)}.list-check li:before{content:"✓";position:absolute;left:0;top:8px;font-weight:800;color:#4f776b}.promo-grid,.info-grid,.quote-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.promo-card img{width:100%;background:var(--soft)}.promo-card .copy,.info-card{padding:24px}.news-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:32px}.news-feature{padding:28px}.news-feature img{border-radius:16px;margin-bottom:22px}.news-list{border-top:1px solid var(--border)}.news-row{display:grid;grid-template-columns:130px 1fr;gap:22px;padding:20px 0;border-bottom:1px solid var(--border)}.news-row time{font-size:14px;color:var(--weak)}.news-row h3{margin:0 0 5px;font-size:19px}.news-row p{margin:0;color:var(--muted)}.brand-image{border-radius:var(--radius);background:var(--soft);padding:18px}.quote-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.quote-card{padding:26px}.quote-card p{margin:0 0 12px;color:#35393b}.quote-card span{font-size:14px;color:var(--weak)}.faq-list{max-width:900px}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;border:0;background:none;text-align:left;padding:22px 44px 22px 0;font-size:18px;font-weight:700;cursor:pointer;position:relative;color:#111}.faq-question:after{content:"+";position:absolute;right:4px;top:16px;font-size:28px;font-weight:300}.faq-question[aria-expanded="true"]:after{content:"−"}.faq-answer{padding:0 34px 22px 0;color:var(--muted)}.article{max-width:860px}.article p{font-size:17px}.article h2{margin-top:48px}.article h3{font-size:23px;margin-top:30px}.article ul{padding-left:20px;color:var(--muted)}.article li{margin:.55rem 0}.content-rows{display:grid;gap:28px}.content-row{display:grid;grid-template-columns:240px 1fr;gap:30px;align-items:center;padding:24px 0;border-bottom:1px solid var(--border)}.content-row img{width:240px;max-height:220px;border-radius:16px;background:var(--soft)}.content-row h2{font-size:28px;margin:0 0 8px}.content-row p{margin:0 0 12px;color:var(--muted)}.stat-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.stat-strip div{padding:24px;border-radius:18px;background:var(--mint);border:1px solid var(--border)}.stat-strip strong{display:block;font-size:23px;margin-bottom:6px}.site-footer{background:#111;color:#fff;padding:70px 0 26px}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:48px}.footer-grid section{display:flex;flex-direction:column;align-items:flex-start}.footer-logo{max-width:145px;max-height:48px;margin-bottom:18px}.footer-grid p{color:var(--footer-muted);max-width:420px}.footer-grid h2{font-size:16px;margin:0 0 14px}.footer-grid a{color:var(--footer-muted);text-decoration:none;padding:5px 0}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid #303434;margin-top:44px;padding-top:22px;color:var(--footer-muted);font-size:13px;display:flex;justify-content:space-between;gap:24px}.footer-bottom p{margin:0;max-width:760px}
@media (max-width:1024px){.game-grid.five{grid-template-columns:repeat(3,1fr)}.game-grid{grid-template-columns:repeat(3,1fr)}.hero-grid,.split{gap:44px}.feature-grid,.latest-layout,.news-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid section:last-child{grid-column:2/4}.quote-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:767px){.shell{width:min(100% - 28px,1280px)}.header-inner{min-height:66px;padding:0 14px}.menu-toggle{width:40px;height:40px}.menu-toggle span{width:25px}.site-logo img{max-width:110px;max-height:40px}.header-game-btn{min-width:78px;height:40px;padding:0 15px;font-size:14px}.section{padding:64px 0}.section-sm{padding:52px 0}.hero{padding:60px 0}.hero-grid,.split{grid-template-columns:1fr;gap:34px}.hero h1,.page-hero h1{font-size:clamp(34px,11vw,42px)}.hero p,.page-hero p{font-size:16px}.page-hero{padding:58px 0 46px}.section-head{display:block}.section-head h2,.split h2,.article h2{font-size:clamp(26px,8vw,32px)}.feature-grid{display:block}.feature-main{grid-template-columns:1fr;margin-bottom:22px}.feature-main img{max-height:440px}.game-grid,.game-grid.five{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.game-body{padding:14px}.game-card h3{font-size:18px}.latest-item{grid-template-columns:92px 1fr}.latest-item img{width:92px;height:92px}.promo-grid,.info-grid,.quote-grid{grid-template-columns:1fr}.news-row{grid-template-columns:1fr;gap:5px}.content-row{grid-template-columns:1fr}.content-row img{width:100%;max-height:360px}.stat-strip{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid section:first-child{grid-column:1/3}.footer-grid section:last-child{grid-column:auto}.footer-bottom{display:block}.footer-bottom p+p{margin-top:12px}.site-drawer{width:min(88vw,390px)}}
@media (max-width:430px){.header-inner{padding:0 12px}.site-logo img{max-width:92px}.header-game-btn{min-width:74px;padding:0 12px;font-size:13px}.menu-toggle{width:36px}.menu-toggle span{width:23px}.game-grid,.game-grid.five{gap:10px}.game-body{padding:12px}.game-body p{font-size:14px;line-height:1.6}.card-actions{gap:10px}.game-card .main-btn{width:100%;font-size:14px}.footer-grid{grid-template-columns:1fr}.footer-grid section:first-child{grid-column:auto}}
