@charset "UTF-8";
:root{color-scheme:dark;--bg:#080d11;--surface:#0b1217;--text:#edf3f3;--muted:#91a0a9;--accent:#8ff5dc;--line:rgba(171,207,213,.15);font-family:Arial,"Microsoft YaHei","PingFang SC",sans-serif;font-size:16px;scroll-behavior:smooth;scroll-padding-top:100px}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:6px}::selection{background:#8ff5dc;color:#080d11}h1,h2,h3,p{margin:0}svg{fill:none;stroke:currentColor;stroke-width:1.4}.accent{color:var(--accent)}.muted{color:var(--muted)}.mono{font-family:"Consolas","Courier New",monospace;font-size:12px;letter-spacing:.08em}.tiny-cross{font:22px monospace;color:var(--accent)}.skip-link{position:fixed;top:-100px;left:20px;background:var(--accent);color:var(--bg);padding:15px;z-index:30}.skip-link:focus{top:10px}
.header{position:absolute;top:0;left:0;right:0;height:112px;display:flex;align-items:center;justify-content:space-between;margin:0 5.6%;border-bottom:1px solid var(--line);z-index:10;gap:24px}.brand{display:flex;align-items:center;gap:12px}.brand svg{width:38px;height:38px;color:var(--accent)}.brand>span{font-size:22px;letter-spacing:.19em;font-weight:600}.brand-sub{display:block;font-size:10px;letter-spacing:.2em;margin-top:7px;color:#a6b4ba;font-weight:400}.header nav{display:flex;gap:36px;margin-left:auto;margin-right:48px}.header nav a{font-size:14px;color:#b5c3c8;transition:color .2s}.header nav a:hover{color:var(--accent)}.header-actions{display:flex;align-items:center;gap:32px}.language{display:flex;align-items:center;gap:9px;font-size:13px;color:#53626c}.language button{border:0;background:none;color:#80919b;padding:8px 2px;font-size:13px}.language button[aria-pressed=true]{color:var(--text)}.login{display:flex;gap:26px;align-items:center;padding:12px 17px;border:1px solid #46615f;font-size:14px;transition:background .2s}.login:hover{background:#1a3835;border-color:var(--accent)}.login svg{width:18px;height:18px;color:var(--accent)}
.hero{position:relative;min-height:820px;height:100svh;max-height:1100px;overflow:hidden;border-bottom:1px solid var(--line)}#horizon-field{position:absolute;inset:0;width:100%;height:100%;opacity:.95}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,13,17,.93) 0%,rgba(8,13,17,.72) 32%,transparent 69%),linear-gradient(0deg,var(--bg),transparent 18%);pointer-events:none}.hero-content{position:relative;padding:235px 5.6% 170px;max-width:1120px;pointer-events:none}.hero-content a{pointer-events:auto}.eyebrow{display:flex;align-items:center;gap:12px;font-size:13px;letter-spacing:.19em;color:#b8ccc9;margin-bottom:31px}h1{font-size:clamp(48px,5.1vw,82px);line-height:1.35;letter-spacing:-.045em;font-weight:500}h1>span{display:block}.hero-lead{font-size:17px;color:#bdcaca;line-height:1.9;margin-top:28px}.hero-lead.secondary{margin-top:0;color:#92a7ab}.explore{display:inline-flex;gap:25px;align-items:center;font-size:14px;margin-top:38px}.circle-arrow{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border:1px solid #54716a;border-radius:50%;color:var(--accent);font-size:19px;transition:transform .25s,background .25s}.explore:hover .circle-arrow{transform:translate(3px,3px);background:#183b32}.hero-bottom{position:absolute;bottom:38px;left:5.6%;right:5.6%;display:flex;justify-content:space-between;align-items:center;color:#81969f}.hero-bottom .mono{font-size:11px;letter-spacing:.13em}.scroll-link{display:flex;gap:16px;align-items:center;font-size:11px;letter-spacing:.13em}.scroll-line{height:35px;width:1px;background:#384c51;position:relative;overflow:hidden}.scroll-line:after{content:"";position:absolute;top:0;width:1px;height:15px;background:var(--accent);animation:scroll-down 2.5s infinite}.motion-toggle{position:absolute;right:5.6%;bottom:115px;font-size:12px;padding:7px 10px;background:#0a141a99;border:1px solid #30434a;color:#a5babc}.motion-toggle:hover{color:var(--accent)}@keyframes scroll-down{from{transform:translateY(-15px)}to{transform:translateY(35px)}}
.section-wrap{margin:0 5.6%;padding:112px 0}.section-index{display:flex;align-items:center;gap:13px;font-size:12px;letter-spacing:.17em;color:#a3b8bd;margin-bottom:28px}h2{font-size:clamp(28px,3vw,44px);font-weight:400;line-height:1.55;letter-spacing:-.025em}.intro{display:grid;grid-template-columns:1fr 2fr;gap:7%;border-bottom:1px solid var(--line);padding:86px 0 92px}.intro .section-index{align-self:start;margin-top:9px}.intro h2{font-size:30px}.body-copy{font-size:16px;color:var(--muted);line-height:2.1;margin-top:21px;max-width:800px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:56px}.heading-note{color:var(--muted);font-size:14px;line-height:2;white-space:pre-line;max-width:380px;padding-bottom:9px}.markets{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.market{padding:32px 27px 38px;position:relative;transition:background .35s;min-height:300px}.market:not(:last-child){border-right:1px solid var(--line)}.market:hover{background:#101d22}.market:before{content:"";position:absolute;left:0;top:-1px;width:0;height:1px;background:var(--accent);transition:width .5s}.market:hover:before{width:100%}.market-top{display:flex;justify-content:space-between;align-items:start;gap:16px;margin-bottom:39px}.market-top .mono{color:#72898f}.market-top svg{width:72px;height:50px;color:var(--accent);stroke-width:1.2}.market-top .dim{stroke:#284047}.market-top .thin{opacity:.4}.market h3{font-size:22px;font-weight:400;line-height:1.4}.market-en{font-family:Consolas,monospace;font-size:10px!important;letter-spacing:.07em;color:#779098!important;margin:9px 0 22px!important}.market>p:last-child{font-size:15px;color:var(--muted);line-height:1.9;max-width:240px}.philosophy{display:grid;grid-template-columns:1fr 1fr;gap:9%;padding-top:30px;padding-bottom:116px;border-bottom:1px solid var(--line)}.philosophy-heading h2{font-size:clamp(28px,2.7vw,40px)}.principle-sign{font-size:10px;color:#69817f;margin-top:49px;letter-spacing:.05em}.principle{display:grid;grid-template-columns:30px 1fr;gap:22px;border-top:1px solid var(--line);padding:29px 0 34px}.principle>.mono{color:#6ca796;margin-top:6px}.principle h3{font-size:21px;line-height:1.5;font-weight:400;margin-bottom:14px}.principle p{font-size:15px;line-height:2;color:var(--muted)}.together{text-align:center;padding:118px 0 84px;position:relative;background:radial-gradient(ellipse at center 75%,#0b272538,transparent 60%)}.together .section-index{justify-content:center;margin-bottom:34px}.together h2{font-size:clamp(30px,3.6vw,53px);line-height:1.6}.together>p:not(.section-index):not(.closing){white-space:pre-line;font-size:16px;line-height:2.1;color:var(--muted);max-width:760px;margin:30px auto 0}.closing-rule{width:1px;height:55px;margin:43px auto 28px;background:linear-gradient(transparent,#629d8f)}.closing{font-size:16px;letter-spacing:.15em;color:#c4ddd5}.footer{display:flex;align-items:center;justify-content:space-between;gap:28px;border-top:1px solid var(--line);margin:0 5.6%;padding:32px 0 40px}.footer-brand{font-size:17px;letter-spacing:.16em}.footer-brand span{margin-left:20px;font-size:12px;letter-spacing:.03em;color:var(--muted)}.copyright{font:11px Consolas,monospace;color:#7c9096;letter-spacing:.06em}.back-top{font-size:12px;color:#a5b7bb}.reveal{opacity:1;transform:none}.motion-enabled .reveal{opacity:0;transform:translateY(22px);transition:opacity .8s,transform .8s}.motion-enabled .reveal.visible{opacity:1;transform:none}.motion-paused *{animation-play-state:paused!important}.motion-paused .reveal{opacity:1;transform:none;transition:none}
html[lang=en] h1{font-size:clamp(45px,5.2vw,80px);line-height:1.2;letter-spacing:-.055em}html[lang=en] .hero-content{max-width:1100px}html[lang=en] .brand-sub{font-size:8px;letter-spacing:.04em}html[lang=en] .market h3{font-size:21px}html[lang=en] .hero-lead{max-width:500px}
@media(min-width:1600px){.header,.section-wrap,.footer{max-width:1440px;margin-left:auto;margin-right:auto}.header{left:5.6%;right:5.6%}.hero-content{padding-left:max(5.6%,calc((100vw - 1440px)/2))}}
@media(max-width:1000px){.header nav{margin-right:10px;gap:22px}.header-actions{gap:20px}.hero{min-height:760px}.hero-content{padding-top:225px}.markets{grid-template-columns:repeat(2,1fr)}.market:nth-child(2){border-right:0}.market:nth-child(-n+2){border-bottom:1px solid var(--line)}.market{min-height:265px}.market>p:last-child{max-width:100%}.philosophy{gap:5%}.principle-sign{font-size:9px}.heading-note{max-width:280px}.intro{grid-template-columns:1fr 2.4fr}}
@media(max-width:700px){:root{scroll-padding-top:25px}.header{height:91px;margin:0 6%;gap:14px}.brand{gap:7px}.brand svg{width:29px;height:32px}.brand>span{font-size:17px;letter-spacing:.14em}.brand-sub{font-size:9px;margin-top:5px}.header nav{display:none}.header-actions{gap:16px}.language{gap:5px}.language button{font-size:12px}.login{padding:9px 11px;gap:12px;font-size:12px}.login svg{width:15px;height:15px}.hero{height:90svh;min-height:720px;max-height:920px}.hero-content{padding:193px 6% 130px}.eyebrow{font-size:11px;letter-spacing:.13em;margin-bottom:29px}h1{font-size:clamp(43px,9vw,63px);line-height:1.4}.hero-lead{font-size:14px;line-height:2}.hero-shade{background:linear-gradient(90deg,#080d11d9,rgba(8,13,17,.3)),linear-gradient(0deg,var(--bg),transparent 25%)}.explore{font-size:13px;margin-top:30px}.hero-bottom{bottom:28px;left:6%;right:6%}.hero-bottom .mono{font-size:8px;letter-spacing:.05em}.scroll-link{font-size:9px;gap:10px}.motion-toggle{right:6%;bottom:91px;font-size:11px}.section-wrap{margin:0 6%;padding:72px 0}.intro{grid-template-columns:1fr;gap:0}.intro .section-index{margin:0 0 26px}.intro h2{font-size:26px}.body-copy{font-size:15px;line-height:2}.section-heading{display:block;margin-bottom:35px}.heading-note{margin-top:23px;max-width:100%;font-size:14px}.section-index{font-size:11px;margin-bottom:20px}h2{font-size:31px}.market{padding:25px 17px 27px;min-height:260px}.market-top{display:block;margin-bottom:23px}.market-top .mono{display:block;font-size:10px;margin-bottom:15px}.market-top svg{height:42px;width:62px}.market h3{font-size:19px}.market-en{font-size:8px!important;letter-spacing:0;margin-bottom:14px!important}.market>p:last-child{font-size:14px}.philosophy{display:block;padding-top:10px}.philosophy-heading h2{font-size:29px}.principle-sign{margin-top:24px;margin-bottom:36px;font-size:10px}.principle{gap:10px;padding:25px 0}.principle h3{font-size:20px}.principle p{font-size:14px}.together h2{font-size:30px}.together>p:not(.section-index):not(.closing){font-size:14px;margin-top:24px;white-space:normal}.closing{font-size:14px}.footer{margin:0 6%;flex-wrap:wrap;padding:28px 0;gap:24px}.footer-brand{width:100%;font-size:16px}.footer-brand span{font-size:11px}.copyright{font-size:10px}.back-top{margin-left:auto;font-size:11px}html[lang=en] h1{font-size:clamp(38px,8vw,55px)}html[lang=en] .brand-sub{font-size:6px;letter-spacing:0}html[lang=en] .hero-lead{font-size:14px;max-width:340px}html[lang=en] .market h3{font-size:19px}html[lang=en] .footer-brand span{display:block;margin:10px 0 0}}
@media(max-width:370px){.header-actions{gap:8px}.brand svg{display:none}.hero-bottom .mono{font-size:7px}.together h2{font-size:26px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.motion-enabled .reveal{opacity:1;transform:none}}
