:root{color-scheme:dark;--bg:#101416;--ink:#f0e9db;--muted:#b2b6b5;--gold:#d2bb91;--line:rgba(227,213,185,.2);--serif:"Songti SC","STSong","SimSun",Georgia,serif;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;--edge:clamp(22px,5vw,90px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.85 var(--sans);-webkit-font-smoothing:antialiased}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.5}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}a:focus-visible{outline:2px solid var(--gold);outline-offset:6px}::selection{background:#e1c69a;color:#161c1d}em{font-style:normal;color:var(--gold)}.section{width:min(1400px,calc(100% - var(--edge)*2));margin-inline:auto}.skip-link{position:fixed;top:10px;left:10px;z-index:100;background:var(--ink);color:var(--bg);padding:10px 18px;transform:translateY(-150%)}.skip-link:focus{transform:none}.eyebrow{color:var(--gold);font-family:Georgia,serif;font-size:10px;letter-spacing:3px;line-height:1.7}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:48px;padding:11px 23px;border:1px solid rgba(223,201,167,.72);color:var(--ink);font-size:12px;letter-spacing:1px;background:rgba(14,22,24,.32);transition:background .2s,border-color .2s,transform .2s}.button>span{font-size:19px;line-height:1}.button:hover{background:rgba(221,194,152,.14);border-color:var(--gold);transform:translateY(-2px)}.button--filled{background:#e3d2b6;color:#162026;border-color:#e3d2b6}.button--filled:hover{background:#f2e5cf;border-color:#f2e5cf}.art{display:block;overflow:hidden}.art img{width:100%;height:100%;object-fit:cover}.site-header{position:absolute;z-index:20;top:0;left:0;right:0;height:102px;display:flex;align-items:center;justify-content:space-between;gap:32px;padding-inline:var(--edge);border-bottom:1px solid rgba(222,210,189,.1);background:linear-gradient(180deg,rgba(9,15,20,.58),transparent)}.brand{display:flex;align-items:center;gap:13px;flex-shrink:0;color:#f2e8d5}.brand-mark{height:52px;width:52px;flex-shrink:0}.brand>span{font-family:var(--serif);font-size:25px;letter-spacing:3px;line-height:1.4}.brand small{display:block;margin-top:3px;font-family:Georgia,serif;font-size:9px;letter-spacing:4px}.site-header nav{display:flex;gap:clamp(28px,4vw,65px);font-size:14px;letter-spacing:3px}.site-header nav a{position:relative;padding-block:10px;min-width:36px;text-align:center}.site-header nav a::after{content:"";position:absolute;bottom:0;left:0;right:3px;height:1px;background:var(--gold);transform:scaleX(0);transition:transform .25s}.site-header nav a:hover::after,.site-header nav a:focus-visible::after{transform:scaleX(1)}.site-header nav span{display:block;font:8px/1.4 Georgia,serif;letter-spacing:2px;color:#cac7bf;margin-top:3px}.header-tap{font-size:11px;letter-spacing:1px;white-space:nowrap;color:#d7d5cf}.header-tap>span{margin-left:14px}.hero{height:clamp(700px,58vw,930px);position:relative;overflow:hidden;isolation:isolate}.hero-art{position:absolute;inset:0;z-index:-3}.hero-art img{object-position:60% 50%}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(6,14,21,.8) 0%,rgba(6,14,21,.48) 25%,rgba(6,14,21,.04) 60%),linear-gradient(0deg,var(--bg) 0%,rgba(9,17,22,.3) 15%,transparent 40%)}.hero-content{position:relative;left:var(--edge);width:calc(100% - var(--edge)*2);max-width:660px;top:clamp(190px,14.5vw,250px)}.hero h1{font-size:clamp(42px,4.1vw,66px);line-height:1.4;letter-spacing:2px;margin-top:22px;text-shadow:0 2px 28px rgba(0,0,0,.2)}.hero-en{font:11px/1.7 Georgia,serif;letter-spacing:5px;margin-top:22px;color:#ded3c0}.hero-description{font-size:14px;letter-spacing:1px;line-height:2.1;color:#d9d9d3;margin-block:28px 31px}.hero-aside{position:absolute;right:var(--edge);bottom:155px;text-align:right;color:#e0ddd2;line-height:2.3;font-family:var(--serif);font-size:15px;letter-spacing:2px}.hero-aside i{display:block;width:48px;height:1px;background:var(--gold);margin:18px 0 18px auto;opacity:.6}.hero-aside small{font:8px/1.9 Georgia,serif;letter-spacing:2px;color:#b8bfbf}.hero-bottom{position:absolute;bottom:59px;left:var(--edge);right:var(--edge);display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:9px;color:#b6bdbe;letter-spacing:2px}.hero-bottom a{display:flex;gap:18px;align-items:center;font:9px/1.5 Georgia,serif;letter-spacing:3px}.hero-bottom i{font-style:normal;font-size:25px;color:var(--gold)}.hero-bottom>span:last-child{font-size:8px;letter-spacing:1px}.worlds{position:relative;margin-top:-8px;padding-bottom:68px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:29px}.section-heading h2{font-size:29px;letter-spacing:1px;margin-top:11px}.section-heading>p{color:var(--muted);font-size:11px;line-height:1.9;letter-spacing:.7px}.games-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.game-card{position:relative;min-height:340px;border:1px solid rgba(218,202,170,.33);overflow:hidden;isolation:isolate;background:#1c2021}.game-card--guihai{background:#13272f}.game-cover{position:absolute;inset:0;z-index:-1}.game-cover .art{position:absolute;inset:0 0 0 20%;transition:transform .8s cubic-bezier(.2,.6,.2,1)}.game-cover img{object-position:center}.cover-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,14,19,.96) 0%,rgba(8,14,19,.75) 27%,rgba(8,14,19,.18) 70%),linear-gradient(0deg,rgba(8,14,19,.7),transparent 40%);transition:opacity .5s}.game-card--wasteland .cover-shade{background:linear-gradient(90deg,rgba(22,19,20,.96) 0%,rgba(22,19,20,.68) 28%,rgba(22,19,20,.05) 75%),linear-gradient(0deg,rgba(8,14,19,.72),transparent 45%)}@media(hover:hover){.game-card:hover .game-cover .art{transform:scale(1.055)}.game-card:hover .cover-shade{opacity:.9}}.card-content{padding:27px 30px 24px;position:relative;pointer-events:none;height:100%;display:flex;flex-direction:column}.card-content a{pointer-events:auto}.card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.status{display:flex;align-items:center;gap:7px;font-size:10px;line-height:1.6;letter-spacing:.7px;color:#e1d3b9}.status i{width:5px;height:5px;border:1px solid currentColor;border-radius:50%;flex-shrink:0}.status--live i{background:currentColor}.card-number{font:10px/1.5 Georgia,serif;letter-spacing:2px;color:#d5c9b5;opacity:.65}.game-card h3{font-size:28px;margin-top:18px;letter-spacing:1px;line-height:1.5;text-shadow:0 1px 12px #101619}.card-english{font:8px/1.5 Georgia,serif;letter-spacing:3px;margin-top:7px;color:#ddd3c1}.card-sentence{color:#dadcd6;font-family:var(--serif);letter-spacing:.6px;font-size:13px;margin-top:20px;max-width:280px;line-height:1.9}.card-link{display:inline-flex;align-self:flex-start;align-items:center;gap:23px;border:1px solid rgba(224,203,168,.63);padding:6px 15px;margin-top:23px;min-height:39px;font-size:11px;letter-spacing:1px;transition:background .2s}.card-link:hover{background:rgba(224,203,168,.17)}.card-link span{font-size:17px}.card-bottom{margin-top:auto;padding-top:28px}.tags{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:0;font-size:10px;letter-spacing:.7px;color:#d1d2c9}.tags li+li:before{content:"/";color:#9e9d8e;margin-inline:11px}.art-note{font-size:9px;color:#989e9f;letter-spacing:.7px;text-align:right;margin-top:15px}.studio-section{padding-block:64px 74px;display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(42px,7vw,100px);border-top:1px solid var(--line);position:relative}.studio-art{position:relative;min-height:330px;overflow:hidden;background:#16232b;isolation:isolate}.studio-art .art{position:absolute;inset:0;z-index:-2}.studio-art img{object-position:12% center;filter:saturate(.66);opacity:.75}.studio-art::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(10,17,21,.94),rgba(10,17,21,.12))}.studio-art>span{position:absolute;left:30px;bottom:24px;font:32px/1.3 Georgia,serif;letter-spacing:5px;color:#e8decc}.studio-art>span i{display:block;font-style:normal;font-size:8px;letter-spacing:4px;margin-top:16px}.studio-copy h2{font-size:33px;line-height:1.6;margin-block:15px 23px;letter-spacing:1px}.studio-copy>p:not(.eyebrow){color:var(--muted);font-size:12px;line-height:2.1;margin-top:16px;max-width:480px}.studio-signature{margin-top:26px;padding-top:19px;border-top:1px solid var(--line);color:#d9cfbd;font:14px/1.9 var(--serif);letter-spacing:1px}.studio-signature small{display:block;color:#98a0a1;font:8px/1.6 Georgia,serif;letter-spacing:2px;margin-top:6px}.contact-section{border-top:1px solid var(--line);padding-block:62px 75px;display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(42px,7vw,100px);align-items:center}.contact-section h2{font-size:32px;margin-top:15px;line-height:1.6}.contact-copy>p{font-size:12px;color:var(--muted);margin-bottom:17px}.contact-copy>small{display:block;font-size:10px;color:#969fa1;margin-top:16px}.site-footer{margin-inline:var(--edge);border-top:1px solid var(--line);display:flex;align-items:center;gap:25px;padding-block:24px 30px;color:#aab0b1;font-size:10px;letter-spacing:.4px}.footer-brand{display:flex;align-items:center;gap:10px;margin-right:auto;color:#dfd4bf;letter-spacing:2px;font-size:12px}.footer-brand .brand-mark{height:29px;width:29px}.site-footer>p{margin-right:auto;font-size:9px}.site-footer>a:not(.footer-brand){padding:6px 0}.back-top{font-size:21px;min-width:35px;text-align:right;color:var(--gold)}
.game-page{padding-top:102px;background:radial-gradient(ellipse at 75% 20%,rgba(126,112,78,.07),transparent 60%)}.game-page--guihai{background:radial-gradient(ellipse at 75% 20%,rgba(38,96,105,.14),transparent 60%)}.breadcrumb{padding-block:25px;display:flex;justify-content:space-between;gap:20px;font-size:10px;color:var(--muted)}.breadcrumb span{font:9px/2 Georgia,serif;letter-spacing:2px}.game-hero{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,86px);align-items:center;padding-block:32px 66px}.game-hero-copy>.status{margin-top:25px}.game-hero h1{font-size:clamp(29px,3vw,44px);margin-block:17px 19px;letter-spacing:1px}.game-tagline{font:24px/1.8 var(--serif);color:#d7c6a7;letter-spacing:1px}.game-description{font-size:13px;line-height:2.1;color:#bac2c2;max-width:460px;margin-block:24px}.game-actions{margin-top:28px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.taptap-qr{display:flex;align-items:center;gap:10px;min-height:86px;padding:7px 12px 7px 7px;border:1px solid rgba(223,201,167,.42);background:rgba(14,22,24,.38);transition:background .2s,border-color .2s,transform .2s}.taptap-qr:hover{background:rgba(221,194,152,.1);border-color:var(--gold);transform:translateY(-2px)}.taptap-qr img{width:72px;height:72px;flex:0 0 auto;background:#fff}.taptap-qr span{max-width:76px;font-size:9px;line-height:1.65;letter-spacing:.7px;color:#cfd4d0}.game-footnote{font-size:10px;line-height:1.9;color:#a0a9aa;max-width:420px;margin-top:17px}.game-keyart{position:relative;min-height:510px;border:1px solid var(--line);overflow:hidden;isolation:isolate}.game-keyart .art{position:absolute;inset:0;z-index:-2}.game-keyart::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(7,14,18,.78),transparent 26%)}.game-keyart figcaption{position:absolute;left:20px;bottom:18px;font-size:9px;letter-spacing:.7px;color:#d2d6d1}.keyart-number{position:absolute;top:18px;left:20px;font:9px/1.8 Georgia,serif;letter-spacing:2px;color:#eee4d2;text-shadow:0 1px 8px #0b1720}.features-section{padding-block:50px 67px;border-top:1px solid var(--line)}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-top:38px}.features article{border-top:1px solid var(--line);padding-top:18px}.feature-number{font:24px/1.5 Georgia,serif;color:#a79473}.features h3{font-size:23px;line-height:1.6;margin-block:18px 12px}.features p{font-size:12px;line-height:2.05;color:var(--muted)}.feature-label{font:8px/2 Georgia,serif;color:#9ca5a4;letter-spacing:2px}.game-cta{border-top:1px solid var(--line);text-align:center;padding-block:56px 64px}.game-cta h2{font-size:34px;margin-block:18px 26px}.game-cta small{display:block;margin-top:19px;color:#9ca7a7;font-size:10px}.next-world{border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:26px;padding-block:40px 55px}.next-world h2{font-size:25px;margin-top:12px}.error-page{min-height:80vh;padding-top:190px;padding-bottom:80px}.error-page .brand-mark{width:80px;height:80px;margin-block:25px;color:var(--gold)}.error-page h1{font-size:36px}.error-page>p:not(.eyebrow){color:var(--muted);margin-block:20px 28px}
@media(min-width:1700px){.hero-content{top:255px}.hero{height:970px}.hero-aside{bottom:190px}.worlds{margin-top:-8px}.game-card{min-height:365px}.card-content{padding:30px 35px}.game-card h3{font-size:33px}}
@media(max-width:1100px){.site-header{gap:20px}.header-tap{display:none}.hero{height:760px}.hero-content{top:210px;max-width:600px}.hero h1{font-size:48px}.hero-aside{display:none}.game-card h3{font-size:24px}.card-content{padding:24px}.card-sentence{font-size:12px;max-width:220px}.game-card{min-height:340px}.studio-copy h2{font-size:29px}.studio-art{min-height:345px}.game-hero{gap:36px}.game-keyart{min-height:480px}.game-tagline{font-size:21px}.features{gap:25px}.features h3{font-size:20px}.feature-label{display:none}}
@media(max-width:760px){:root{--edge:24px}.site-header{height:83px;gap:15px}.brand{gap:9px}.brand-mark{width:41px;height:41px}.brand>span{font-size:20px;letter-spacing:2px}.brand small{font-size:7px;letter-spacing:2.8px}.site-header nav{gap:22px;font-size:12px;letter-spacing:1px}.site-header nav span{font-size:6px;letter-spacing:1px}.hero{height:760px}.hero-art img{object-position:63% center}.hero-shade{background:linear-gradient(90deg,rgba(6,14,21,.6),rgba(6,14,21,.06)),linear-gradient(0deg,var(--bg) 0%,rgba(9,17,22,.3) 40%,rgba(9,17,22,.05) 85%)}.hero-content{top:310px;max-width:570px}.hero h1{font-size:42px;margin-top:17px}.hero .eyebrow{font-size:8px;letter-spacing:2.5px}.hero-en{font-size:9px;letter-spacing:3px;margin-top:17px}.hero-description{font-size:12px;line-height:2.1;margin-block:22px 24px}.hero-bottom{bottom:37px;font-size:8px;letter-spacing:1px}.hero-bottom>span:last-child{display:none}.hero-bottom a{font-size:8px}.section-heading h2{font-size:25px}.section-heading>p{font-size:10px}.games-grid{grid-template-columns:1fr;gap:22px}.game-card{min-height:330px}.game-card h3{font-size:30px}.card-content{padding:27px 30px}.card-sentence{font-size:13px;max-width:300px}.card-top .status{font-size:10px}.card-english{font-size:8px}.card-bottom{padding-top:28px}.game-cover .art{inset:0 0 0 25%}.worlds{padding-bottom:44px}.art-note{font-size:8px;text-align:left;line-height:1.9}.studio-section{padding-block:44px;grid-template-columns:1fr;gap:30px}.studio-art{min-height:260px;max-height:300px}.studio-art img{object-position:center 52%}.studio-art>span{font-size:28px}.studio-copy h2{font-size:31px}.studio-copy>p:not(.eyebrow){max-width:none}.contact-section{grid-template-columns:1fr;gap:28px;padding-block:43px 49px}.contact-section h2{font-size:29px}.contact-copy>small{font-size:9px}.site-footer{flex-wrap:wrap;column-gap:22px;row-gap:10px;padding-block:21px 27px}.site-footer>p{order:4;flex-basis:100%;font-size:8px}.game-page{padding-top:83px}.breadcrumb{padding-block:21px;font-size:9px}.breadcrumb span{font-size:7px;letter-spacing:1px}.game-hero{grid-template-columns:1fr;gap:32px;padding-block:22px 42px}.game-hero h1{font-size:36px}.game-hero-copy>.eyebrow{font-size:8px}.game-tagline{font-size:23px}.game-description{max-width:none;font-size:12px}.game-keyart{min-height:420px}.features-section{padding-block:38px 43px}.features{grid-template-columns:1fr;gap:27px;margin-top:27px}.features h3{font-size:24px;margin-top:13px}.game-cta{padding-block:42px}.game-cta h2{font-size:29px}.game-cta small{font-size:9px}.next-world{padding-block:35px 45px;align-items:flex-start;flex-direction:column;gap:25px}.next-world h2{font-size:26px}.error-page{padding-top:150px}}
@media(max-width:430px){:root{--edge:22px}.site-header nav{gap:13px}.brand-mark{width:34px;height:34px}.brand{gap:7px}.brand>span{font-size:17px;letter-spacing:1.6px}.brand small{font-size:6px;letter-spacing:2.7px}.site-header nav a{min-width:28px;font-size:11px}.hero{height:730px}.hero-content{top:300px}.hero h1{font-size:33px;line-height:1.5;letter-spacing:.5px}.hero h1 span{white-space:nowrap}.hero-description{margin-block:21px 24px}.hero-en{font-size:8px;letter-spacing:2.6px}.hero .eyebrow{font-size:7px;letter-spacing:2px}.hero-bottom{bottom:34px}.hero-bottom>a{font-size:7px}.section-heading{align-items:flex-start;gap:14px;margin-bottom:22px}.section-heading h2{font-size:24px;max-width:320px}.section-heading>p{display:none}.eyebrow{font-size:8px;letter-spacing:2.2px}.card-content{padding:23px 23px 21px}.game-card{min-height:340px}.game-card h3{font-size:27px;letter-spacing:.5px;max-width:280px}.card-english{font-size:7px;letter-spacing:2.1px}.card-sentence{font-size:12px;max-width:230px;margin-top:20px}.card-number{display:none}.game-cover .art{inset:0 -10% 0 15%}.card-bottom{padding-top:25px}.tags{font-size:9px;letter-spacing:.4px}.tags li+li:before{margin-inline:8px}.card-link{font-size:10px;min-height:40px}.studio-art{min-height:230px}.studio-copy h2{font-size:28px}.studio-signature{font-size:12px}.contact-section h2{font-size:28px}.button{padding-inline:19px;gap:23px;font-size:11px;min-height:47px}.game-hero h1{font-size:30px}.game-keyart{min-height:355px}.game-tagline{font-size:22px}.game-footnote{font-size:9px}.breadcrumb>span{max-width:170px;text-align:right}.features h3{font-size:22px}}
@media(max-width:359px){:root{--edge:18px}.brand>span{font-size:15px}.brand-mark{width:29px;height:29px}.brand small{font-size:5px;letter-spacing:2.4px}.site-header nav{gap:9px}.site-header nav a{font-size:10px;min-width:25px}.hero h1{font-size:29px}.hero-content{top:285px}.hero{height:704px}.hero-en{letter-spacing:2px;font-size:7px}.game-card h3{font-size:24px}.card-content{padding-inline:19px}.section-heading h2{font-size:22px}.game-hero h1{font-size:26px}.game-keyart{min-height:310px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
