:root{--navy-950:#0b2a48;--blue:#16468d;--coral:#ee7469;--ivory:#fff3eb;--slate:#40576f;--white:#fff;--header:96px;--gutter:clamp(20px,4vw,72px);--ease:cubic-bezier(.22,1,.36,1)}
*{box-sizing:border-box}html{min-width:320px;background:var(--navy-950);color-scheme:dark}body{min-width:320px;margin:0;overflow-x:hidden;background:var(--navy-950);color:#fff;font-family:"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;top:10px;left:10px;padding:10px 14px;background:#fff;color:var(--navy-950);transform:translateY(-160%)}.skip-link:focus{transform:none}.menu-toggle{display:none}.hero{position:relative;min-height:100svh;overflow:hidden;isolation:isolate}.hero__background{position:absolute;z-index:-1;inset:0;background:#0b2a48 url("../assets/brand/hero-dawn-4k.png") center/cover no-repeat;transform:scale(1.006)}.hero__inner{min-height:100svh;padding:clamp(170px,20vh,218px) var(--gutter) clamp(54px,8vh,84px);display:flex;flex-direction:column;align-items:center}.hero__copy{text-align:center;max-width:1120px}.hero__copy h1{margin:0;color:var(--ivory);font-family:"Songti SC","STSong","Noto Serif CJK SC",serif;font-size:clamp(40px,3.4vw,58px);line-height:1.15;font-weight:600}.hero__copy p{margin:18px 0 0;color:rgba(255,243,235,.76);font-size:clamp(16px,1.25vw,22px)}.hero__rule{display:block;width:38px;height:3px;margin:28px auto;background:var(--coral)}.hero__copy small{color:rgba(238,116,105,.9);letter-spacing:.3em}.hero-search{width:min(760px,100%);margin-top:clamp(28px,4vh,42px);position:relative}.hero-search__field{display:grid;grid-template-columns:1fr auto;border:1px solid rgba(255,255,255,.18);border-radius:4px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px);overflow:hidden}.hero-search__field input{min-width:0;height:52px;padding:0 18px;border:0;background:transparent;color:#fff;font-size:15px;outline:0}.hero-search__field input::placeholder{color:rgba(255,243,235,.58)}.hero-search__field button{min-width:92px;padding:0 18px;border:0;background:var(--coral);color:#fff;font-weight:700;cursor:pointer}.hero-search__panel{position:absolute;z-index:5;left:0;right:0;top:calc(100% + 10px);padding:14px;border-radius:4px;background:rgba(11,42,72,.96);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 40px rgba(0,0,0,.28);max-height:min(420px,58vh);overflow:auto}.hero-search__meta{margin:0 0 10px;color:rgba(255,243,235,.72);font-size:13px}.hero-search__results{margin:0;padding:0;list-style:none;display:grid;gap:8px}.hero-search__results a{display:grid;gap:4px;padding:12px 14px;border-radius:4px;background:rgba(255,255,255,.04);transition:background .2s var(--ease)}.hero-search__results a:hover{background:rgba(255,255,255,.1)}.hero-search__results strong{font-size:15px;color:#fff}.hero-search__results span{font-size:12px;color:rgba(238,116,105,.92)}.hero-search__results p{margin:0;color:rgba(255,243,235,.72);font-size:13px;line-height:1.55}.hero-search__empty{margin:8px 0 0;color:rgba(255,243,235,.68);font-size:13px}.home-modules{width:min(var(--layout-max,1580px),100%);margin-top:clamp(38px,5vh,56px);display:grid;grid-template-columns:repeat(4,1fr);gap:22px;padding-inline:var(--layout-gutter,clamp(18px,3vw,46px));box-sizing:border-box}.home-module{position:relative;min-height:330px;padding:32px;display:flex;flex-direction:column;border-radius: 4px;background:var(--module-bg);color:var(--module-fg,#fff);box-shadow:0 18px 38px rgba(11,42,72,.13);}.home-module img{width:52px;height:52px}.home-module span{margin-top:auto;font-size:14px;color:currentColor}.home-module h2{margin:14px 0 0;font-family:"Songti SC","STSong",serif;font-size:36px}.home-module p{margin:10px 0 0;opacity:.82}.home-module b{position:absolute;right:26px;bottom:25px;font-size:13px;font-weight:500}.home-module--newcomer{--module-bg:var(--ivory);--module-fg:var(--blue)}.home-module--newcomer span{color:var(--coral)}.home-module--tools{--module-bg:var(--blue)}.home-module--growth{--module-bg:var(--coral)}.home-module--support{--module-bg:var(--slate)}
@media(max-width:1080px){:root{--header:78px}.topbar--home{position:fixed;background:rgba(11,42,72,.96)}.topbar--home .topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:12px;grid-template-columns:none}.topbar--home .topbar__brand{width:90px;flex:0 0 auto}.topbar--home .topbar__actions{margin-left:auto;flex:0 0 auto}.topbar--home .topbar__nav{position:fixed;inset:var(--header) 0 0;padding:36px var(--gutter);display:grid;align-content:start;gap:0;background:rgba(11,42,72,.99);visibility:hidden;opacity:0;transform:translateY(-14px);transition:.28s var(--ease)}.nav-open .topbar--home .topbar__nav{visibility:visible;opacity:1;transform:none}.topbar--home .topbar__nav a{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.1);font-family:"Songti SC","STSong",serif;font-size:28px;height:auto}.menu-toggle{display:block}.hero__inner{padding-top:calc(var(--header) + 70px)}.home-modules{max-width:680px;grid-template-columns:repeat(2,1fr)}.home-module{min-height:292px}}
@media(max-width:640px){:root{--gutter:18px}.topbar--home .topbar__brand{width:80px}.hero__inner{padding-top:calc(var(--header) + 42px);padding-bottom:36px}.hero__copy h1{font-size:clamp(30px,8vw,38px)}.hero__copy p{font-size:14px;line-height:1.7}.home-modules{margin-top:30px;gap:12px}.home-module{min-height:225px;padding:18px;border-radius: 4px}.home-module img{width:40px;height:40px}.home-module span{font-size:10px}.home-module h2{font-size:24px;margin-top:9px}.home-module p{font-size:13px}.home-module b{right:17px;bottom:17px;font-size:11px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important}}
