:root{--ink:#111111;--text:#62666A;--muted:#8A8D91;--line:#DDE7E4;--line-dark:#B4B9BB;--mint:#F4FBF8;--mint-soft:#EAF5F1;--gray:#F7F8F8;--warm:#FFF9F0;--white:#FFFFFF;--radius:20px;--shadow:0 14px 34px rgba(17,17,17,.06)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;font-size:16px;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:12000;padding:9px 13px;background:#111;color:#fff;border-radius:8px}.skip-link:focus{top:12px}.container{width:min(1280px,calc(100% - 44px));margin:0 auto}.reading{max-width:860px}.site-header{position:sticky;top:0;width:100%;z-index:9999;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);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}.menu-toggle:focus-visible,.header-game-btn:focus-visible,.main-btn:focus-visible,.drawer-close:focus-visible,a:focus-visible,.faq-question:focus-visible{outline:3px solid #8fd6c4;outline-offset:3px}.drawer-overlay{position:fixed;inset:0;background:rgba(17,17,17,.35);z-index:10000;opacity:0;transition:.25s ease}.drawer-overlay.is-visible{opacity:1}.site-drawer{position:fixed;left:0;top:0;width:430px;max-width:88vw;height:100%;z-index:10001;background:#fff;transform:translateX(-102%);transition:transform .28s ease;overflow:auto;padding:20px 26px 30px;box-shadow:24px 0 70px rgba(0,0,0,.12)}.site-drawer.is-open{transform:translateX(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--line)}.drawer-logo img{max-width:118px;max-height:42px}.drawer-close{width:44px;height:44px;border:0;background:#f3f5f5;border-radius:50%;font-size:30px;line-height:1;cursor:pointer}.drawer-nav{display:flex;flex-direction:column;margin-top:8px}.drawer-nav a{font-size:21px;font-weight:650;text-decoration:none;padding:14px 2px;border-bottom:1px solid #eef1f0}.drawer-nav a:hover,.drawer-nav a.is-current{color:#2b7567}.drawer-note{margin-top:22px;padding:18px;background:var(--mint);border-radius:14px;color:var(--text);font-size:14px}.hero{padding:96px 0 90px}.hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);gap:70px;align-items:center}.eyebrow{display:inline-block;margin-bottom:14px;font-size:13px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#3a776b}.hero h1,.page-hero h1{font-size:clamp(48px,5vw,64px);line-height:1.08;letter-spacing:-.04em;margin:0 0 22px}.hero p.lead,.page-hero p.lead{font-size:18px;color:var(--text);max-width:720px}.hero-actions{display:flex;align-items:center;gap:18px;margin-top:30px}.text-link{font-weight:650;text-decoration:none;border-bottom:1px solid #111}.hero-visual{position:relative;background:linear-gradient(135deg,var(--mint),#fff 55%,var(--warm));border-radius:32px;padding:34px;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-visual:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:#e7f7f1;right:-60px;top:-60px}.hero-visual img{position:relative;z-index:1;width:100%;max-height:500px}.category-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.category-scroll{display:flex;gap:28px;overflow-x:auto;white-space:nowrap;padding:18px 0;scrollbar-width:none}.category-scroll::-webkit-scrollbar{display:none}.category-scroll a{text-decoration:none;color:#4f5558;padding-bottom:4px;border-bottom:2px solid transparent}.category-scroll a.active{color:#111;border-bottom-color:#111;font-weight:700}.section{padding:96px 0}.section.mint{background:var(--mint)}.section.gray{background:var(--gray)}.section.warm{background:var(--warm)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:38px}.section-head h2,.content-title{font-size:clamp(32px,3vw,42px);line-height:1.18;letter-spacing:-.025em;margin:0}.section-head p{max-width:670px;margin:8px 0 0;color:var(--text)}.feature-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:22px}.feature-main,.feature-small,.game-card,.info-card,.quote-card,.news-feature,.news-list,.faq-item{border:1px solid var(--line);border-radius:var(--radius);background:#fff}.feature-main{padding:24px}.feature-main img{border-radius:14px;background:var(--gray);width:100%;max-height:620px}.feature-small-wrap{display:grid;gap:22px}.feature-small{padding:18px}.feature-small img{border-radius:13px;background:var(--gray);width:100%;max-height:230px}.meta{font-size:13px;color:#3e796c;font-weight:750;margin-top:16px}.feature-main h3,.feature-small h3,.game-card h3,.info-card h3{margin:7px 0 7px;line-height:1.3}.feature-main h3{font-size:28px}.feature-small h3{font-size:20px}.feature-main p,.feature-small p,.game-card p,.info-card p{color:var(--text);margin:0}.card-actions{display:flex;align-items:center;gap:14px;margin-top:18px;flex-wrap:wrap}.small-link{font-weight:650;text-decoration:none}.game-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.game-grid.library{grid-template-columns:repeat(4,minmax(0,1fr))}.game-card{padding:14px;transition:transform .22s ease,box-shadow .22s ease}.game-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.game-cover{display:flex;align-items:center;justify-content:center;background:var(--gray);border-radius:14px;overflow:hidden;aspect-ratio:1/1}.game-cover img{width:100%;height:auto;object-fit:contain}.game-card h3{font-size:18px}.game-card p{font-size:14px;line-height:1.65}.game-card .main-btn{margin-top:14px;width:100%;min-height:40px;font-size:14px}.brand-banner{padding:0 0 96px}.brand-banner img{width:100%;height:auto;object-fit:contain;border-radius:20px}.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.split.reverse .split-media{order:2}.split-media{border-radius:24px;overflow:hidden;background:#fff}.split-media img{width:100%;max-height:620px}.check-list{list-style:none;padding:0;margin:22px 0}.check-list li{position:relative;padding-left:28px;margin:8px 0;color:#464b4e}.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:#2e7568;font-weight:800}.latest-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:30px}.latest-feature{padding:24px;border:1px solid var(--line);border-radius:24px;background:#fff}.latest-feature img{border-radius:15px;background:var(--gray);width:100%;max-height:500px}.latest-list{display:flex;flex-direction:column;border-top:1px solid var(--line)}.latest-row{display:grid;grid-template-columns:96px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid var(--line);align-items:center}.latest-row img{width:96px;height:96px;object-fit:contain;background:#fff;border-radius:12px}.latest-row h3{margin:0 0 4px;font-size:19px}.latest-row p{margin:0;color:var(--text);font-size:14px}.promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.promo-card{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff}.promo-card img{width:100%;background:var(--gray)}.promo-body{padding:22px}.promo-body h3{font-size:24px;margin:0 0 8px}.promo-body p{color:var(--text)}.news-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:24px}.news-feature{padding:28px}.news-feature h3{font-size:28px;margin:6px 0 10px}.news-list{padding:0 24px}.news-item{padding:21px 0;border-bottom:1px solid var(--line)}.news-item:last-child{border-bottom:0}.news-item a{font-size:18px;font-weight:700;text-decoration:none}.news-item p{margin:5px 0 0;color:var(--text);font-size:14px}.story-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:22px}.story-grid figure{margin:0;border-radius:22px;overflow:hidden;background:var(--gray)}.story-grid img{width:100%}.story-grid figcaption{padding:16px 18px;color:var(--text);font-size:14px}.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.quote-card{padding:23px}.quote-card p{margin:0;color:#3e4447}.quote-card strong{display:block;margin-top:14px;font-size:14px}.faq-list{display:grid;gap:12px}.faq-item{overflow:hidden}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;border:0;background:#fff;padding:21px 24px;font-size:18px;font-weight:700;cursor:pointer}.faq-question:after{content:"+";font-size:25px;font-weight:400}.faq-item.is-open .faq-question:after{content:"−"}.faq-answer{padding:0 24px 22px;color:var(--text)}.page-hero{padding:78px 0 60px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,var(--mint) 160%)}.page-hero .reading{max-width:850px}.breadcrumb{font-size:14px;color:var(--muted);margin-bottom:14px}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:60px;align-items:start}.article h2{font-size:32px;line-height:1.25;margin:48px 0 16px}.article h3{font-size:22px;margin:30px 0 9px}.article p{color:#42484b;margin:0 0 19px}.article ul{color:#42484b}.side-panel{position:sticky;top:100px;border:1px solid var(--line);border-radius:20px;padding:22px;background:var(--mint)}.side-panel h2{font-size:20px;margin:0 0 12px}.side-panel a{display:block;padding:8px 0;text-decoration:none;border-bottom:1px solid rgba(180,185,187,.45)}.side-panel a:last-child{border-bottom:0}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.info-card{padding:24px}.info-card h3{font-size:21px}.timeline{border-left:1px solid var(--line-dark);margin-left:8px;padding-left:28px}.timeline-item{position:relative;margin:0 0 28px}.timeline-item:before{content:"";position:absolute;width:11px;height:11px;border-radius:50%;background:#111;left:-34px;top:8px}.timeline-item h3{margin:0 0 5px}.notice{padding:22px 24px;border-radius:16px;background:var(--warm);border:1px solid #f0dfbf;color:#4a463d}.site-footer{background:#111;color:#fff;padding:66px 0 26px}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr .8fr;gap:42px}.footer-logo{max-width:132px;max-height:45px;filter:brightness(0) invert(1);margin-bottom:18px}.footer-brand p{color:#bfc4c5;max-width:390px}.site-footer h2{font-size:15px;margin:0 0 14px;color:#fff}.site-footer a{display:block;color:#bfc4c5;text-decoration:none;padding:5px 0}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid #333;margin-top:44px;padding-top:22px;display:flex;justify-content:space-between;gap:30px;color:#bfc4c5;font-size:13px}.footer-bottom p{margin:0;max-width:760px}
@media(max-width:1100px){.hero-grid{grid-template-columns:1fr 1fr;gap:42px}.game-grid{grid-template-columns:repeat(3,1fr)}.game-grid.library{grid-template-columns:repeat(3,1fr)}.content-grid{grid-template-columns:1fr}.side-panel{position:relative;top:auto}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.quote-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.container{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}.site-drawer{width:min(88vw,390px);padding:16px 20px 28px}.hero{padding:58px 0 62px}.hero-grid,.split,.latest-layout,.promo-grid,.news-layout,.feature-grid{grid-template-columns:1fr}.hero h1,.page-hero h1{font-size:clamp(34px,10vw,42px)}.hero-visual{min-height:0;padding:24px}.hero-actions{align-items:flex-start;flex-direction:column}.section{padding:64px 0}.section-head{display:block;margin-bottom:26px}.section-head h2,.content-title{font-size:clamp(26px,8vw,32px)}.feature-main h3{font-size:24px}.feature-small-wrap{grid-template-columns:1fr 1fr}.game-grid,.game-grid.library{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.game-card{padding:10px}.game-card h3{font-size:16px}.game-card p{font-size:13px}.brand-banner{padding-bottom:64px}.split.reverse .split-media{order:0}.story-grid{grid-template-columns:1fr}.quote-grid{grid-template-columns:1fr}.info-grid{grid-template-columns:1fr}.page-hero{padding:54px 0 44px}.article h2{font-size:27px;margin-top:38px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{display:block}.footer-bottom p+p{margin-top:12px}.latest-row{grid-template-columns:78px 1fr}.latest-row img{width:78px;height:78px}}
@media(max-width:430px){.site-logo img{max-width:92px}.header-game-btn{min-width:74px;padding:0 12px}.feature-small-wrap{grid-template-columns:1fr}.game-card .main-btn{font-size:13px;padding:0 10px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:390px){.header-inner{padding:0 10px}.site-logo img{max-width:84px}.header-game-btn{min-width:70px;padding:0 10px;font-size:13px}.menu-toggle{width:38px}.menu-toggle span{width:23px}.game-card{padding:8px}}
@media(max-width:375px){.site-logo img{max-width:78px}.header-game-btn{min-width:68px;height:38px;padding:0 9px;font-size:12px}.menu-toggle{width:36px;height:38px}.menu-toggle span{width:22px}.container{width:calc(100% - 24px)}}
