:root{--gray-25:#fff;--gray-50:#f8f8f8;--gray-75:#f3f3f3;--gray-100:#ededed;--gray-200:#e1e1e1;--gray-300:#d4d4d4;--gray-400:#bcbcbc;--gray-500:#969696;--gray-600:#717171;--gray-700:#505050;--gray-800:#2c2c2c;--gray-900:#131313;--blue-100:#e8f1ff;--blue-400:#78acff;--blue-700:#1473e6;--blue-800:#0d66d0;--blue-900:#0a57b3;--blue-1000:#08488f;--green-100:#e6f5ec;--green-400:#6cc18f;--green-900:#12805c;--orange-100:#fff2e0;--orange-700:#e68619;--indigo-700:#6767ec;--background-base:var(--gray-50);--background-layer-1:var(--gray-75);--surface-card:var(--gray-25);--text-heading:var(--gray-900);--text-body:var(--gray-800);--text-subdued:var(--gray-600);--text-on-accent:var(--gray-25);--accent-background:var(--blue-700);--accent-background-hover:var(--blue-800);--accent-background-down:var(--blue-900);--accent-content:var(--blue-900);--accent-content-hover:var(--blue-1000);--border-color:var(--gray-300);--border-color-strong:var(--gray-400);--focus-ring-color:var(--blue-800);--positive-subtle:var(--green-100);--positive-content:var(--green-900);--font-sans:"Source Sans 3", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-code:"Source Code Pro", "SF Mono", Monaco, Consolas, monospace;--radius-md:8px;--shadow-emphasized:0 1px 1px #0000000a, 0 2px 4px #0000000f}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--background-base);color:var(--text-body);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;line-height:1.5}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--focus-ring-color);outline-offset:2px}h1,h2,h3,p{margin:0}h1,h2,h3{color:var(--text-heading);letter-spacing:0;text-wrap:balance;line-height:1.15}p{text-wrap:pretty}.site-shell{min-height:100vh}.site-header{z-index:20;border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8f8f8db;justify-content:space-between;align-items:center;gap:24px;min-height:68px;padding:0 40px;display:flex;position:sticky;top:0}.brand,.nav-button,.link-button,.footer-group a{color:inherit;background:0 0;border:0;padding:0}.brand{align-items:center;gap:12px;min-height:44px;display:inline-flex}.brand-mark{border-radius:var(--radius-md);background:var(--accent-background);color:#fff;flex:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:900;display:inline-flex}.brand-name{color:var(--text-heading);white-space:nowrap;font-size:16px;font-weight:800}.header-actions{align-items:center;gap:30px;display:flex}.site-nav{align-items:center;gap:28px;display:flex}.nav-button{min-height:44px;color:var(--text-body);white-space:nowrap;align-items:center;font-size:14px;font-weight:650;display:inline-flex}.nav-button[aria-current=page]{color:var(--accent-content)}.button{min-width:96px;color:var(--text-on-accent);text-align:center;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;font-weight:700;text-decoration:none;transition:background .16s,border-color .16s,color .16s;display:inline-flex}.button-sm{min-height:32px;padding:0 18px;font-size:13px}.button-md{min-height:40px;padding:0 22px;font-size:14px}.button-lg{min-height:48px;padding:0 28px;font-size:15px}.button-accent{background:var(--accent-background)}.button-accent:hover{background:var(--accent-background-hover)}.button-accent:active{background:var(--accent-background-down)}.button-neutral{background:var(--gray-800)}.button-neutral:hover{background:var(--gray-900)}.button-secondary{border-color:var(--border-color-strong);color:var(--text-heading);background:0 0}.button-secondary:hover{border-color:var(--gray-500);background:var(--gray-100)}.hero{background:var(--gray-900);color:#fff;text-align:center;padding:110px 40px 96px;position:relative;overflow:hidden}.hero-visual{pointer-events:none;background:radial-gradient(circle at 22% 18%,#78acff38,#0000 30%),radial-gradient(circle at 72% 32%,#6cc18f29,#0000 28%),linear-gradient(135deg,#1473e614,#0000 45%);position:absolute;inset:0}.hero-visual:before,.hero-visual:after{content:"";border:1px solid #ffffff14;border-radius:50%;position:absolute}.hero-visual:before{width:540px;height:540px;top:-120px;right:-160px}.hero-visual:after{width:360px;height:360px;bottom:-160px;left:-120px}.hero>:not(.hero-visual){position:relative}.badge{color:#ffffffd9;letter-spacing:0;border:1px solid #ffffff38;border-radius:999px;align-items:center;gap:8px;max-width:100%;padding:6px 14px;font-size:12px;font-weight:650;display:inline-flex}.badge-dot{background:var(--green-400);border-radius:50%;flex:none;width:7px;height:7px}.hero h1{color:#fff;max-width:14ch;margin:26px auto 0;font-size:76px;font-weight:900}.hero p{color:#ffffffb8;max-width:54ch;margin:24px auto 0;font-size:19px;line-height:1.6}.hero-actions,.cta-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:36px;display:flex}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.hero-stats{max-width:880px;margin:60px auto 0}.stat-card{border:1px solid var(--border-color);background:var(--surface-card);min-height:106px;padding:24px}.stat-card-inverse{border-radius:var(--radius-md);background:#ffffff0a;border-color:#ffffff24;min-height:96px}.stat-card strong{color:var(--text-heading);font-size:30px;font-weight:900;line-height:1.1;display:block}.stat-card span{color:var(--text-subdued);margin-top:5px;font-size:13px;display:block}.stat-card-inverse strong{color:#fff;font-size:28px}.stat-card-inverse span{color:#fff9}.section{width:min(100%,1120px);margin:0 auto;padding:72px 40px}.intro{text-align:center;padding-top:80px;padding-bottom:40px}.intro p{max-width:64ch;color:var(--text-heading);margin:18px auto 0;font-size:24px;font-weight:550;line-height:1.5}.eyebrow{color:var(--accent-content);font-family:var(--font-code);letter-spacing:0;text-transform:uppercase;font-size:12px;font-weight:700}.business-preview{padding-top:48px;padding-bottom:88px}.section-head{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.section-head h2,.tech-band h2,.vision h2{font-size:30px;font-weight:800}.link-button{min-height:44px;color:var(--accent-content);white-space:nowrap;align-items:center;gap:6px;font-size:14px;font-weight:700;display:inline-flex}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.business-card,.ip-card{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--surface-card)}.business-card{padding:28px}.business-card p{color:var(--accent-content);font-family:var(--font-code);font-size:12px;font-weight:700}.business-card h3{color:var(--text-heading);margin-top:12px;font-size:19px;font-weight:750}.business-card span,.timeline-item span{color:var(--text-subdued);margin-top:8px;font-size:14px;line-height:1.65;display:block}.cta-band{background:var(--gray-900);color:#fff;text-align:center;padding:72px 40px}.cta-band h2{color:#fff;font-size:40px;font-weight:900}.cta-band p{color:#ffffffb8;max-width:56ch;margin:16px auto 0;font-size:16px;line-height:1.6}.page-hero{border-bottom:1px solid var(--border-color);background:var(--background-layer-1);padding:72px 40px}.page-hero-dark{background:var(--gray-900);color:#fff}.page-hero-inner{width:min(100%,1120px);margin:0 auto}.page-hero h1{margin-top:12px;font-size:52px;font-weight:900}.page-hero p{max-width:66ch;color:var(--text-subdued);margin-top:16px;font-size:18px;line-height:1.65}.page-hero-dark h1{color:#fff}.page-hero-dark p{color:#ffffffbf}.page-hero-dark .eyebrow{color:var(--blue-400)}.business-detail{flex-direction:column;gap:64px;padding-top:80px;padding-bottom:96px;display:flex}.business-row{grid-template-columns:1.35fr 1fr;align-items:center;gap:44px;display:grid}.business-row-reverse{grid-template-columns:1fr 1.35fr}.business-row-reverse .business-copy{order:2}.business-copy h2{margin-top:10px;font-size:28px;font-weight:800}.business-copy p,.about-grid p,.vision p{max-width:74ch;color:var(--text-body);margin-top:14px;font-size:15px;line-height:1.75}.business-copy p{max-width:56ch;color:var(--text-subdued)}.chip-list{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.chip{border:1px solid var(--border-color);min-height:32px;color:var(--text-body);border-radius:999px;align-items:center;padding:0 12px;font-size:13px;font-weight:650;display:inline-flex}.chip-strong{background:var(--blue-100);color:var(--accent-content);border-color:#0000}.visual-panel{border-radius:var(--radius-md);background:var(--gray-200);min-height:315px;box-shadow:var(--shadow-emphasized);margin:0;position:relative;overflow:hidden}.visual-panel img{object-fit:cover}.about-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:56px;display:grid}.about-grid h2{font-size:26px;font-weight:800}.metric-grid{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--border-color);grid-template-columns:1fr 1fr;gap:1px;display:grid;overflow:hidden}.metric-grid .stat-card{border:0}.tech-band{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background:var(--background-layer-1)}.tech-band .section{padding-top:72px;padding-bottom:72px}.tech-band h2,.vision h2{margin-top:12px}.ip-grid{grid-template-columns:1fr 1fr;gap:20px;margin-top:28px;display:grid}.ip-card{padding:30px}.ip-card strong{color:var(--accent-content);font-size:44px;font-weight:900;line-height:1.1;display:block}.ip-card strong span{font-size:20px}.ip-card h3{margin-top:8px;font-size:18px}.ip-card p,.tech-note{color:var(--text-subdued);margin-top:8px;font-size:14px;line-height:1.65}.tech-note{max-width:74ch;margin-top:22px}.vision{padding-top:72px;padding-bottom:88px}.timeline-section{width:min(100%,900px);margin:0 auto;padding:72px 40px 96px}.timeline{border-left:2px solid var(--border-color);flex-direction:column;gap:44px;padding-left:36px;display:flex}.timeline-item{position:relative}.timeline-dot{border:3px solid var(--background-base);background:var(--gray-400);border-radius:50%;width:16px;height:16px;position:absolute;top:2px;left:-45px}.timeline-dot-active{background:var(--accent-background)}.timeline-item p{color:var(--accent-content);font-family:var(--font-code);font-size:13px;font-weight:700}.timeline-item h3{margin-top:6px;font-size:22px;font-weight:800}.contact-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:24px;padding-bottom:96px;display:grid}.contact-card{border:1px solid var(--border-color);background:var(--surface-card);border-radius:12px;min-height:100%;padding:28px}.contact-card span{color:var(--text-subdued);text-transform:uppercase;font-size:12px;font-weight:700;display:block}.contact-card strong{color:var(--text-heading);word-break:break-word;margin-top:8px;font-size:17px;font-weight:600;display:block}.contact-card strong.contact-card-accent{color:var(--accent-content);word-break:break-all}.site-footer{background:var(--gray-900);color:#ffffffb3;padding:48px 40px 28px}.footer-inner{justify-content:space-between;gap:40px;width:min(100%,1120px);margin:0 auto;display:flex}.footer-brand{max-width:38ch}.footer-logo{color:#fff;align-items:center;gap:10px;font-size:15px;font-weight:800;display:flex}.footer-logo .brand-mark{width:28px;height:28px;font-size:14px}.footer-brand p{margin-top:14px;font-size:13px;line-height:1.7}.footer-links{gap:56px;display:flex}.footer-group{flex-direction:column;gap:10px;font-size:13px;display:flex}.footer-group span{color:#ffffff73;text-transform:uppercase;font-size:11px;font-weight:700}.footer-group a,.footer-group p{color:#ffffffb8;text-align:left;font-size:13px}.footer-group a:hover{color:#fff}.footer-bottom{color:#ffffff73;border-top:1px solid #ffffff1a;width:min(100%,1120px);margin:32px auto 0;padding-top:20px;font-size:12px}@media (max-width:920px){.hero h1{font-size:56px}.stat-grid,.card-grid,.ip-grid,.contact-grid,.about-grid{grid-template-columns:1fr 1fr}.business-row,.business-row-reverse{grid-template-columns:1fr}.business-row-reverse .business-copy{order:0}.visual-panel{min-height:360px}.footer-inner{flex-direction:column}}@media (max-width:680px){.site-header,.hero,.page-hero,.cta-band,.site-footer{padding-left:20px;padding-right:20px}.site-header{flex-wrap:wrap;gap:10px;min-height:auto;padding:12px 16px}.header-actions{justify-content:space-between;align-items:center;gap:12px;width:100%}.site-nav{scrollbar-width:none;flex:auto;gap:16px;min-width:0;overflow-x:auto}.site-nav::-webkit-scrollbar{display:none}.nav-button{min-height:32px;font-size:13px}.header-actions>.button{flex:none;min-width:88px;padding-left:14px;padding-right:14px}.hero-visual{display:none}.hero{padding-top:64px;padding-bottom:52px}.hero h1{font-size:42px}.hero p,.page-hero p{font-size:16px}.section,.timeline-section{padding-left:20px;padding-right:20px}.intro p{font-size:20px}.card-grid,.ip-grid,.contact-grid,.about-grid{grid-template-columns:1fr;gap:16px}.hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:36px}.hero-stats .stat-card{min-height:86px;padding:14px 12px}.hero-stats .stat-card strong{font-size:28px}.hero-stats .stat-card span{margin-top:2px;font-size:12px}.page-hero h1{font-size:34px}.cta-band h2{font-size:26px}.business-row,.business-row-reverse{gap:20px}.visual-panel{min-height:260px}.business-card,.contact-card,.ip-card{padding:24px}.footer-links{flex-wrap:wrap;gap:40px}}@media (max-width:420px){.hero h1{font-size:34px}.hero-actions,.cta-actions,.section-head{flex-direction:column;align-items:stretch}.hero-actions .button,.cta-actions .button{width:100%}.metric-grid{grid-template-columns:1fr}}@media (max-width:360px){.site-nav{gap:10px}.nav-button{font-size:12px}.header-actions>.button{min-width:76px;padding-left:10px;padding-right:10px;font-size:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important}}
