:root{--paper:#f1f3f5;--white:#fff;--ink:#0b1020;--muted:#596273;--blue:#2457ff;--cyan:#52d6c7;--signal:#f5c84c;--line:#cbd1da;--wash:#e3e8f3;--body:"Segoe UI","Helvetica Neue","PingFang SC","Microsoft YaHei",Arial,sans-serif;--display:"Arial Narrow","Aptos Display","Helvetica Neue",Arial,"Microsoft YaHei",sans-serif;--mono:ui-monospace,"SFMono-Regular",Consolas,"Liberation Mono",monospace}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;isolation:isolate;background:radial-gradient(circle at 16px 16px,rgba(100,113,137,.23) 1px,transparent 1px) 0 0/32px 32px,var(--paper);color:var(--ink);font-family:var(--body);font-size:17px;line-height:1.7;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,summary,a{-webkit-tap-highlight-color:transparent}a:focus-visible,summary:focus-visible,button:focus-visible{outline:3px solid var(--blue);outline-offset:6px}img{display:block;max-width:100%;height:auto}h1,h2,h3,p{margin:0}p+p{margin-top:18px}::selection{background:var(--blue);color:var(--white)}.translation{font-size:1rem;color:var(--muted);line-height:1.8}.eyebrow{font-family:var(--mono);font-size:.75rem;font-weight:700;letter-spacing:.07em;line-height:1.6;color:var(--blue)}.skip-link{position:fixed;z-index:100;top:10px;left:16px;transform:translateY(-150%);padding:10px 18px;background:var(--white)}.skip-link:focus{transform:translateY(0)}
.header{position:absolute;top:0;left:0;width:100%;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 4.2%;border-bottom:1px solid var(--ink);background:rgba(241,243,245,.9);backdrop-filter:blur(14px)}.brand{display:flex;gap:12px;align-items:center;font-family:var(--display);font-size:17px;font-weight:700;letter-spacing:-.035em;white-space:nowrap}.brand-cn{font:400 13px var(--body);margin-left:14px;letter-spacing:.08em;color:var(--muted)}.brand-logo{display:block;width:54px;height:auto;flex:none}.header nav{display:flex;gap:32px}.header nav a{font-size:14px}.header nav a span{font-size:12px;margin-left:4px;color:var(--muted)}.header nav a:hover,.footer a:hover{color:var(--blue)}
.hero{position:relative;min-height:820px;min-height:max(740px,95svh);display:flex;align-items:center;justify-content:center;overflow:hidden;background:transparent}body.field-active{background:var(--paper)}#field{position:fixed;inset:0;z-index:-1;width:100%;height:100%;pointer-events:none}.hero-inner{width:100%;padding:165px 5.8% 155px;text-align:left}.hero .eyebrow{margin-bottom:45px}.hero h1{font-family:var(--display);font-size:clamp(3.3rem,10.65vw,11rem);letter-spacing:-.06em;line-height:.96;font-weight:800;white-space:nowrap}.hero-cn{display:block;font-family:var(--body);font-size:clamp(1.35rem,2.1vw,2rem);font-weight:600;letter-spacing:.24em;padding-left:0;line-height:1.5;margin-top:25px}.hero-copy{margin-top:44px}.hero-copy p:first-child{font-size:clamp(1.1rem,1.6vw,1.5rem);letter-spacing:.09em}.hero-copy p[lang=en]{font-size:1rem;color:var(--muted);margin-top:10px}.text-link{display:inline-flex;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid var(--blue);font-size:14px;font-weight:500;color:var(--blue);line-height:1.5}.text-link span[lang=en]{font-size:13px;font-weight:400}.text-link span:last-child{margin-left:20px;font-size:21px;transition:transform .2s}.text-link:hover span:last-child{transform:translate(3px,-3px)}.hero-link{margin-top:35px}.hero-bottom{position:absolute;bottom:28px;left:4.2%;right:4.2%;display:flex;justify-content:space-between;gap:15px;align-items:center;font:12px var(--mono);letter-spacing:.035em;color:var(--muted)}.hero-bottom a{font-family:var(--body)}.hero-bottom a span{margin-left:16px}
.section{max-width:1360px;margin:0 auto;padding:120px 5.8%;display:grid;grid-template-columns:1fr 1.7fr;gap:70px}.section-heading h2{font-size:clamp(1.75rem,2.6vw,2.4rem);font-weight:700;line-height:1.35;letter-spacing:-.04em;margin-top:15px}.section-subtitle{color:var(--muted);font-size:.875rem;margin-top:14px}.about h3{font-size:clamp(1.5rem,2.65vw,2.4rem);line-height:1.65;letter-spacing:-.02em;font-weight:600;margin-bottom:30px}.about-copy>p:not(.translation){font-size:17px;line-height:2}.about-note{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;border-top:1px solid var(--line);margin-top:35px;padding-top:23px;color:var(--blue);font-size:13px}.domains{border-top:1px solid var(--line)}.domain-list{min-width:0}.domain-list details{border-bottom:1px solid var(--line)}.domain-list details:first-child{border-top:1px solid var(--line)}summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:24px;cursor:pointer;padding:30px 0}summary::-webkit-details-marker{display:none}.domain-en{display:block;font:800 clamp(1.2rem,2.1vw,1.8rem)/1.3 var(--display);letter-spacing:-.035em}.domain-cn{display:block;font-size:14px;color:var(--muted);margin-top:9px}.plus{position:relative;flex:0 0 23px;height:23px}.plus:before,.plus:after{content:"";position:absolute;background:var(--blue);left:1px;right:1px;top:11px;height:1px}.plus:after{transform:rotate(90deg);transition:transform .2s}details[open] .plus:after{transform:rotate(0)}.domain-content{padding:0 45px 32px 0}.tags{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:22px}.tags span{font-size:12px;color:var(--muted)}.domain-content .text-link{margin-top:22px}
.work-section{padding:90px 5.8% 110px;background:var(--white);border-top:1px solid var(--ink)}.work-top{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;max-width:1200px;margin:0 auto 45px}.work-top .translation{font-size:14px}.product-card{display:grid;grid-template-columns:1.1fr 1fr;max-width:1200px;margin:auto;background:var(--paper);border:1px solid var(--ink);overflow:hidden;transition:transform .2s,box-shadow .2s}.product-art{position:relative;min-height:610px;overflow:hidden;background:#258ab2}.product-art>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 60%;transition:transform .8s}.product-card:hover .product-art>img{transform:scale(1.025)}.art-caption{position:absolute;bottom:26px;left:30px;color:white;font:12px var(--mono);letter-spacing:.18em}.product-copy{padding:38px 48px 45px;display:flex;flex-direction:column;align-items:flex-start}.product-meta{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:36px;font-family:var(--mono);font-size:11px;color:var(--muted)}.status{font:12px var(--body);color:var(--blue);white-space:nowrap}.app-icon{width:60px;height:60px;border-radius:14px;object-fit:cover;margin-bottom:20px}.product-copy h3{font:800 clamp(2.4rem,3.8vw,3.8rem)/1.05 var(--display);letter-spacing:-.045em;margin-bottom:24px}.product-copy h3>span{display:block;font:400 21px var(--body);letter-spacing:.13em;margin-top:15px}.product-copy>p:not(.translation){font-size:18px;line-height:1.8}.product-copy>.translation{font-size:14px;max-width:300px;margin-top:15px}.product-copy>.text-link{margin-top:30px}.contact{padding-top:120px;padding-bottom:120px}.contact-content>p:first-child{font-size:18px}.contact-address{margin:28px 0;color:var(--blue)}.contact-address a{font-size:clamp(1.2rem,2.3vw,2rem);border-bottom:1px solid var(--blue);overflow-wrap:anywhere}.contact-address .translation{font-size:14px}.location{color:var(--muted);font-size:14px}.location span{margin-left:16px}.footer{padding:45px 5.8% 28px;border-top:1px solid var(--line);background:var(--ink);color:var(--white)}.footer-top,.footer-bottom{max-width:1200px;margin:auto;display:flex;justify-content:space-between;gap:24px;align-items:center}.footer-top{padding-bottom:40px}.footer-brand{font:700 22px var(--display);letter-spacing:-.04em}.footer-brand span{font:400 14px var(--body);letter-spacing:.1em;margin-left:18px}.footer-top p{font-size:13px;color:var(--muted)}.footer-bottom{border-top:1px solid #283249;padding-top:23px;color:var(--muted);font-size:12px}.footer-bottom nav{display:flex;flex-wrap:wrap;gap:24px}
.interior .header{position:relative}.product-hero{display:grid;grid-template-columns:1.05fr 1fr;gap:8%;padding:65px 7% 90px;max-width:1400px;margin:auto;align-items:center}.breadcrumb{font-size:13px;color:var(--muted);display:inline-block;margin-bottom:45px}.product-intro .app-icon{width:78px;height:78px;border-radius:18px;margin-top:30px}.product-intro h1{font:800 clamp(3rem,6vw,5.6rem)/1.02 var(--display);letter-spacing:-.055em;margin:22px 0}.product-intro h1 span{display:block;font:400 28px var(--body);letter-spacing:.2em;margin-top:24px}.product-intro .lead{font-size:22px;margin-top:30px}.product-intro .translation{margin-top:18px;max-width:420px}.release-note{border-top:1px solid var(--line);padding-top:23px;margin-top:32px}.release-note p{font-size:14px;color:var(--muted)}.release-note p+p{margin-top:8px}.world-figure{margin:0;position:relative}.world-figure img{width:100%;max-height:710px;object-fit:cover;border-radius:3px}.world-figure figcaption{font-size:12px;color:var(--muted);margin-top:12px}.product-story{background:var(--wash);padding:90px 7%;text-align:center}.product-story h2{font-size:clamp(1.8rem,3.2vw,2.7rem);line-height:1.6;font-weight:600}.product-story p{max-width:690px;margin:24px auto 0}.feature-section{max-width:1200px;margin:0 auto;padding:95px 5%}.feature-section>.section-heading{margin-bottom:50px}.features{display:grid;grid-template-columns:1fr 1fr;gap:45px 70px}.feature{border-top:1px solid var(--line);padding-top:25px}.feature h3{font-size:22px;font-weight:400;margin-bottom:15px}.feature h3 span{display:block;font:14px var(--mono);color:var(--blue);margin-top:7px}.feature .translation{font-size:14px}.product-credit{border-top:1px solid var(--line);padding:50px 5.8%;text-align:center}.product-credit h2{font-size:22px;font-weight:400}.product-credit p{font-size:14px}.product-credit .text-link{margin-top:20px}.legal{max-width:860px;margin:auto;padding:55px 30px 100px}.legal h1{font-size:40px;line-height:1.4;font-weight:500}.legal h1 span{display:block;font-size:22px;color:var(--muted)}.legal .updated{margin:22px 0 42px;font-size:13px;color:var(--muted)}.legal h2{font-size:21px;font-weight:500;margin:34px 0 16px}.legal p{line-height:1.95}.legal a{color:var(--blue);text-decoration:underline;text-underline-offset:4px}.legal .breadcrumb{text-decoration:none}.legal .translation{font-size:15px}.error-page{padding:100px 25px 150px;text-align:center}.error-page h1{font:700 100px var(--display);letter-spacing:-.05em}.error-page h2{font-size:24px;font-weight:400}.error-page .text-link{margin-top:30px}

.story{border-top:1px solid var(--line)}
.story-copy{min-width:0}
.story-copy>p:not(.translation){line-height:2}
.story-copy a{color:var(--blue);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}
.story-copy a:hover{text-decoration-thickness:2px}
.product-card + .product-card{margin-top:40px}
.product-card--aomy .product-copy{justify-content:center}
.aomy-destination{margin-top:16px;color:var(--muted);font:12px var(--mono)}
@media(max-width:700px){.product-card + .product-card{margin-top:30px}}

/* Product-portfolio direction: cobalt, sharp type and deliberate solid accents. */
.header nav a{font-weight:600}
.header nav a span{font-family:var(--mono);font-size:12px}
.header nav a{position:relative}
.header nav a:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .18s}
.header nav a:hover:after{transform:scaleX(1)}
.hero .eyebrow{max-width:420px}
.hero-copy p:first-child{font-weight:500}
.hero-link{padding:15px 20px;border:1px solid var(--ink);background:var(--ink);color:var(--white)}
.hero-link:hover{background:var(--blue);border-color:var(--blue)}
.hero-bottom{border-top:2px solid var(--blue);padding-top:22px;font-weight:700}
.hero-bottom>span:first-child{color:var(--blue)}
.about-note{border-top:3px solid var(--cyan)}
.domain-list details:first-child,.domains{border-top-color:var(--ink)}
.domain-list summary:hover .domain-en{color:var(--blue)}
.product-card:hover{transform:translate(-3px,-3px);box-shadow:10px 10px 0 var(--blue)}
.product-copy{border-left:1px solid var(--ink)}
.status{padding:5px 9px;background:var(--signal);color:var(--ink);font-weight:600}
.product-meta{line-height:1.5;align-items:center}
.product-story{background:var(--cyan);border-block:1px solid var(--ink)}
.product-story .eyebrow,.product-story .translation{color:var(--ink)}
.world-figure img{border-radius:0;border:1px solid var(--ink);box-shadow:10px 10px 0 var(--blue)}
.world-figure figcaption{margin-top:24px}
.feature h3{font-weight:600}
.feature h3 span{font-weight:700}
.contact{max-width:none;padding-inline:max(5.8%,calc((100% - 1200px)/2));background:var(--blue);color:var(--white)}
.contact .eyebrow{color:var(--white)}
.contact .section-subtitle,.contact .translation,.contact .location{color:#e0e7ff}
.contact-address{color:var(--white)}
.contact-address a{border-color:var(--white);font-family:var(--display);font-weight:700;letter-spacing:-.035em}
.contact a:focus-visible{outline-color:var(--signal)}
.footer{border-color:var(--ink)}
.footer-top p,.footer-bottom{color:#bfc7d6}
.footer a:hover{color:var(--cyan)}
.footer a:focus-visible{outline-color:var(--signal)}
.footer-brand span{color:var(--cyan)}
@media(max-width:700px){
  .product-copy{border-left:0;border-top:1px solid var(--ink)}
  .hero-link{padding:14px 15px}
  .hero-bottom{padding-top:18px}
  .product-intro h1{font-size:clamp(2.9rem,15.5vw,4rem)}
  .contact{padding-inline:7%}
}
@media(min-width:1600px){.hero h1{font-size:11rem}.hero-inner{max-width:1600px}}@media(max-width:1000px){.header{padding:24px 5%}.header nav{gap:23px}.header nav a span{display:none}.hero{min-height:760px}.hero-inner{padding-left:5%;padding-right:5%}.hero h1{font-size:10.6vw}.section{gap:40px;grid-template-columns:1fr 1.8fr;padding-top:85px;padding-bottom:85px}.product-copy{padding:30px}.product-art{min-height:600px}.product-meta{margin-bottom:25px}.footer-bottom{align-items:flex-start}.footer-bottom nav{gap:14px}.product-hero{gap:6%;padding-left:5%;padding-right:5%}.product-intro .lead{font-size:20px}}
@media(max-width:700px){html{scroll-padding-top:28px}.header{padding:22px 6%;gap:15px;align-items:flex-start;flex-wrap:wrap}.brand{font-size:16px}.brand-cn{font-size:12px;margin-left:10px}.brand-logo{width:48px}.header nav{gap:24px;width:100%;justify-content:space-between}.header nav a{font-size:13px}.hero{min-height:760px;min-height:max(720px,93svh)}.hero-inner{padding:180px 5% 140px}.hero .eyebrow{font-size:10px;letter-spacing:.07em;margin-bottom:40px}.hero h1{font-size:10.8vw;letter-spacing:-.06em}.hero-cn{font-size:21px;margin-top:25px}.hero-copy{margin-top:38px}.hero-copy p:first-child{font-size:16px;letter-spacing:.01em}.hero-copy p[lang=en]{font-size:13px}.hero-link{margin-top:32px;font-size:13px;gap:9px}.hero-link span[lang=en]{font-size:11px}.hero-bottom{left:6%;right:6%;bottom:24px;font-size:10px}.hero-bottom>span:first-child{max-width:160px;line-height:1.5}.hero-bottom>span:last-child{display:none}.section{padding:65px 7%;grid-template-columns:1fr;gap:35px}.section-heading h2{font-size:28px;margin-top:10px}.section-subtitle{margin-top:10px}.about h3{font-size:25px;margin-bottom:22px}.about-copy>p:not(.translation){font-size:16px}.about-note{font-size:12px}.domain-en{font-size:23px}.domain-content{padding-right:10px}.domain-cn{font-size:13px}.work-section{padding:65px 6%}.work-top{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:30px}.work-top>.translation{margin:0}.product-card{grid-template-columns:1fr}.product-art{min-height:410px}.product-art>img{object-position:center 67%}.product-copy{padding:30px 26px 35px}.product-meta{font-size:10px;gap:14px}.product-copy h3{font-size:45px}.product-copy h3 br{display:none}.product-copy h3 br:after{content:" "}.product-copy h3>span{font-size:20px}.product-copy>.translation{max-width:none}.contact-content>p:first-child{font-size:17px}.footer{padding:35px 7% 25px}.footer-top,.footer-bottom{align-items:flex-start;flex-direction:column;gap:20px}.footer-top{padding-bottom:25px}.footer-top p{margin:0}.footer-bottom{gap:18px}.footer-bottom nav{gap:18px}.footer-brand{font-size:20px}.footer-brand span{font-size:13px}.product-hero{grid-template-columns:1fr;padding:35px 7% 55px;gap:40px}.breadcrumb{margin-bottom:28px}.product-intro h1{font-size:64px}.product-intro .app-icon{width:65px;height:65px}.product-intro .lead{font-size:21px}.world-figure{max-width:480px;margin:auto}.world-figure img{max-height:620px}.product-story{padding:60px 7%}.product-story h2{font-size:27px}.feature-section{padding:60px 7%}.features{grid-template-columns:1fr;gap:35px}.feature-section>.section-heading{margin-bottom:30px}.product-credit{padding:45px 7%}.product-credit h2{font-size:20px}.legal{padding:35px 7% 65px}.legal h1{font-size:32px}.legal h1 span{font-size:21px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

.product-card--aomy .product-copy h3 br{display:block}
@media(max-width:700px){.product-card--aomy .text-link{gap:10px}.product-card--aomy .text-link span[lang=en]{font-size:11px}.product-card--aomy .text-link span:last-child{margin-left:0}}

.product-card--aomy .product-art{background:#202224}
.product-card--aomy .product-art>img{object-fit:contain;object-position:center}
@media(max-width:700px){.product-card--aomy .product-art{min-height:0;aspect-ratio:1}}
