@import"https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Geist+Mono:wght@400;500&family=Inter:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{--bg: #f4f8ff;--surface: #ffffff;--surface-2: #eaf2ff;--text: #0b1f3a;--muted: #5b6f8c;--line: #c9d8ec;--accent: #1677ff;--blue: #2f7df6;--violet: #4f6fe8;--ink-dark: #080e19;--ink-card: #0b1423;--ink-panel: #0c1927;--navy: #0c2a4a;--navy-map: #0a2a4f;--text-on-dark: #f4f8ff;--muted-on-dark: #a6b4c8;--label-on-dark: #647893;--header-h: 76px;--radius: 10px;--radius-sm: 6px;--content: min(1200px, calc(100% - 48px) );--font-head: "Geist", "Noto Sans SC", "Inter", system-ui, sans-serif;--font-body: "Inter", "Noto Sans SC", system-ui, sans-serif;--font-mono: "Geist Mono", ui-monospace, monospace}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;min-width:320px;max-width:100%;background:var(--bg);color:var(--text);font-family:var(--font-body);font-synthesis:none}body.is-menu-open{overflow:hidden}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}img{display:block;max-width:100%}.site{position:relative;max-width:100%;overflow-x:clip}.shell{width:var(--content);margin:0 auto}#hero,#lifecycle,#products,#rex,#trust,#global,#connect{scroll-margin-top:calc(var(--header-h) + env(safe-area-inset-top,0px))}.eyebrow{color:var(--accent);font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.section-title{margin:10px 0 0;font-family:var(--font-head);font-size:clamp(28px,4vw,50px);font-weight:650;line-height:1.12;letter-spacing:-.03em;white-space:pre-line}.section-lead{color:var(--muted);font-size:16px;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 22px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;letter-spacing:.02em;transition:background .15s ease,color .15s ease,border-color .15s ease,filter .15s ease}.btn.primary{background:var(--accent);color:#fff}.btn.primary:hover{filter:brightness(1.06)}.btn.ghost{background:#fff;border:1px solid var(--line);color:var(--text)}.btn.ghost:hover{border-color:var(--accent);color:var(--accent)}.btn.ghost.on-dark{background:transparent;border-color:#ffffff3d;color:var(--text-on-dark)}.btn.ghost.on-dark:hover{border-color:#fff;color:#fff}.site-header{position:sticky;top:0;z-index:40;box-sizing:border-box;height:calc(var(--header-h) + env(safe-area-inset-top,0px));padding-top:env(safe-area-inset-top,0px);display:flex;align-items:center;background:#f4f8ffe0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);width:100%}.site-header .shell{display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.brand img{width:36px;height:36px}.brand strong{font-family:var(--font-head);font-size:18px;font-weight:650;letter-spacing:-.02em;color:var(--text)}.desktop-nav{display:flex;align-items:center;gap:30px}.desktop-nav a{color:var(--muted);font-size:14px;font-weight:500}.desktop-nav a.is-active,.desktop-nav a:hover{color:var(--accent)}.header-actions{display:flex;align-items:center;gap:12px}.lang-toggle{display:inline-flex;align-items:center;gap:2px;height:32px;padding:3px;border:1px solid var(--line);border-radius:999px;background:#fff}.lang-toggle button{min-width:32px;min-height:24px;padding:0 8px;border-radius:999px;color:var(--muted);font-size:12px;font-weight:600}.lang-toggle button.is-on{background:var(--accent);color:#fff}.menu-button{display:none;flex-shrink:0;width:40px;height:40px;align-items:center;justify-content:center;color:var(--text)}.menu-backdrop{display:none;position:fixed;inset:0;z-index:35;background:#0b1f3a66}.menu-backdrop.is-open{display:block}.mobile-nav{display:none;position:fixed;top:calc(var(--header-h) + env(safe-area-inset-top,0px));left:0;right:0;z-index:45;padding:12px 24px calc(28px + env(safe-area-inset-bottom,0px));background:#fff;border-bottom:1px solid var(--line);min-height:calc(100dvh - var(--header-h) - env(safe-area-inset-top,0px));overflow-y:auto}.mobile-nav.is-open{display:flex;flex-direction:column;gap:4px}.mobile-nav a{min-height:44px;display:flex;align-items:center;color:var(--text);font-weight:500}.mobile-nav a.is-active{color:var(--accent)}.section-hero{position:relative;padding:48px 0 72px;background:radial-gradient(115% 75% at 50% 16%,#dcebff 0%,#f8fbff 70%,var(--bg) 100%)}.hero-copy{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:980px;margin:0 auto 56px;gap:22px}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:4px;background:#e4f0ff;color:var(--blue);font-family:var(--font-mono);font-size:11px;letter-spacing:.08em}.hero-copy h1{font-family:var(--font-head);font-size:clamp(36px,6vw,76px);font-weight:650;line-height:1.05;letter-spacing:-.035em;white-space:pre-line}.hero-lead{max-width:720px;color:var(--text);font-size:18px;line-height:1.7}.arch-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.arch-head{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:66px;padding:16px 24px;background:#edf4ff}.arch-head strong{color:var(--blue);font-family:var(--font-mono);font-size:12px;font-weight:500;letter-spacing:.08em}.arch-head span{color:var(--blue);font-size:12px}.arch-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding:24px}.arch-stage{min-height:180px;padding:20px;border-radius:7px;background:#f7faff}.stage-icon{width:36px;height:36px;margin-bottom:18px;color:var(--accent)}.arch-stage em{display:block;margin-bottom:8px;color:var(--accent);font-family:var(--font-mono);font-size:11px;font-style:normal;letter-spacing:.06em}.arch-stage h3{margin-bottom:8px;font-family:var(--font-head);font-size:16px;font-weight:650}.arch-stage p{color:var(--muted);font-size:13px;line-height:1.55}.arch-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin:0 24px 22px;padding:13px 17px;border-radius:5px;background:#edf4ff;color:var(--muted);font-size:12px;letter-spacing:.04em;text-transform:uppercase}.arch-foot b{font-weight:600;color:var(--text);text-transform:none;letter-spacing:0}.section-lifecycle{padding:80px 0;background:linear-gradient(180deg,#fff,#eaf2ff)}.life-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:32px;align-items:end;margin-bottom:36px}.life-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.life-card{min-height:270px;padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff}.life-card header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:28px}.life-card em{color:var(--muted);font-family:var(--font-mono);font-size:12px;font-style:normal}.life-kicker{display:block;margin-bottom:8px;color:var(--muted);font-size:12px;letter-spacing:.06em;text-transform:uppercase}.life-card h3{margin-bottom:10px;font-family:var(--font-head);font-size:20px;font-weight:650}.life-card p{color:var(--muted);font-size:14px;line-height:1.65}.life-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding:22px 26px;border-radius:8px;background:#eaf2ff}.life-banner span{display:block;margin-bottom:6px;color:var(--accent);font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase}.life-banner strong{font-family:var(--font-head);font-size:18px;font-weight:650}.section-products{padding:80px 0;background:#f8fbff}.product-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.product-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#e7eeff;color:var(--blue);font-size:12px;font-weight:600}.product-grid,.product-row{display:grid;gap:18px}.product-row.a{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}.product-row.b{grid-template-columns:minmax(0,1fr) minmax(0,1.35fr)}.product-card{min-height:320px;padding:28px;border-radius:var(--radius)}.product-card.blue{background:linear-gradient(135deg,#1267d6,#0a438f);color:#fff}.product-card.white{border:1px solid var(--line);background:#fff}.product-card .label{display:block;margin-bottom:10px;font-family:var(--font-mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase;opacity:.8}.product-card.white .label{color:var(--accent);opacity:1}.product-card h3{margin-bottom:12px;font-family:var(--font-head);font-size:28px;font-weight:650}.product-card p{font-size:14px;line-height:1.65;opacity:.92}.product-card.white p{color:var(--muted);opacity:1}.launch-layout,.otc-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:24px;height:100%}.launch-items,.otc-rows{display:flex;flex-direction:column;gap:10px}.launch-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-radius:6px;background:#fff;color:var(--muted)}.launch-item b{font-size:13px;font-weight:600;color:var(--text)}.launch-item em{padding:2px 8px;border-radius:999px;background:#e8f1ff;color:var(--blue);font-size:11px;font-style:normal;letter-spacing:.04em}.benefit-list{margin-top:18px;display:flex;flex-direction:column;gap:10px}.benefit-list li{display:flex;align-items:center;gap:8px;color:var(--text);font-size:14px;list-style:none}.benefit-list{padding:0}.check{width:16px;height:16px;flex-shrink:0;color:var(--accent)}.vault-foot{margin-top:22px;padding:10px 12px;border-radius:999px;background:var(--surface-2);color:var(--muted);font-size:12px}.otc-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.otc-tags span{padding:4px 10px;border-radius:999px;background:#ffffff29;font-size:11px;font-weight:600;letter-spacing:.06em}.otc-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:8px;background:#ffffff24;font-size:12px;letter-spacing:.04em}.section-rex{padding:80px 0;background:radial-gradient(90% 100% at 72% 50%,#e4edff,#fff 70%)}.rex-head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:24px;align-items:end;margin-bottom:28px}.rex-panel{display:flex;flex-direction:column;gap:26px;padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.rex-pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.rex-pillar{min-height:150px;padding:18px;border-radius:8px;background:var(--surface-2)}.rex-pillar .stage-icon{margin-bottom:14px}.rex-pillar h3{margin-bottom:8px;font-family:var(--font-head);font-size:16px;font-weight:650}.rex-pillar p{color:var(--muted);font-size:13px;line-height:1.55}.rex-band{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:24px;padding:20px 22px;border-radius:8px;background:#eaf2ff}.rex-supply span,.rex-alloc span{display:block;margin-bottom:6px;color:var(--muted);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.rex-supply strong{display:block;font-family:var(--font-head);font-size:28px;font-weight:650}.rex-supply em{display:block;margin-top:4px;color:var(--muted);font-size:12px;font-style:normal}.alloc-bar{display:flex;overflow:hidden;height:14px;margin:10px 0 12px;border-radius:999px}.alloc-bar i:nth-child(1){flex:40;background:#1258c4}.alloc-bar i:nth-child(2){flex:30;background:#1677ff}.alloc-bar i:nth-child(3){flex:20;background:#5b8ef0}.alloc-bar i:nth-child(4){flex:10;background:#9ec2ff}.rex-alloc p{color:var(--muted);font-size:12px;line-height:1.55}.section-trust{padding:80px 0;background:#f2f7ff}.trust-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:24px;align-items:end;margin-bottom:28px}.trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.trust-card{min-height:240px;padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff}.trust-card header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:22px}.trust-card .tag{color:var(--muted);font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.trust-card h3{margin-bottom:10px;font-family:var(--font-head);font-size:20px;font-weight:650}.trust-card p{color:var(--muted);font-size:14px;line-height:1.65}.trust-note{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;padding:16px 20px;border-radius:8px;background:#e6f1ff;color:var(--muted);font-size:13px}.trust-note b{color:var(--blue);font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.08em}.section-global{padding:72px 0;background:var(--navy);color:var(--text-on-dark)}.global-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:24px;align-items:end;margin-bottom:30px}.section-global .eyebrow{color:#9ec2ff}.section-global .section-title,.section-global .section-lead{color:var(--text-on-dark)}.global-map{position:relative;display:grid;grid-template-columns:minmax(260px,350px) minmax(0,1fr);align-items:stretch;min-height:450px;overflow:hidden;border-radius:12px;background:linear-gradient(90deg,#0a2a4f,#123b70)}.map-overlay{z-index:1;margin:28px 0 28px 24px;padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:#091522e8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.map-overlay .eyebrow{color:#7eb6ff}.map-overlay h3{margin:8px 0;font-family:var(--font-head);font-size:20px}.map-overlay p{margin-bottom:14px;color:#b7c7db;font-size:13px;line-height:1.55}.city-list{display:flex;flex-direction:column}.city-list li{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-top:1px solid rgba(255,255,255,.08);font-size:12px;letter-spacing:.08em;text-transform:uppercase;list-style:none}.city-list{padding:0;margin:0}.city-list i{width:7px;height:7px;border-radius:50%;background:#63d8ff}.map-art{position:relative;min-width:0;min-height:280px}.map-art img{width:100%;height:100%;object-fit:contain;object-position:right center}.map-status{position:absolute;right:16px;top:16px;padding:8px 11px;border-radius:4px;background:#0a1d2f;color:#7eb6ff;font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.section-connect{padding:32px 0 0;background:radial-gradient(100% 80% at 50% 18%,#d7eaff,#fff 70%)}.connect-copy{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;max-width:760px;margin:0 auto}.site-footer{margin-top:32px;padding:18px 0 calc(18px + env(safe-area-inset-bottom,0px));background:#e6f0fc}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;color:var(--muted);font-size:12px;line-height:1.6}.footer-bottom p{max-width:760px;white-space:pre-line}.footer-copy{text-align:right;white-space:pre-line}@media(max-width:1100px){.arch-grid,.life-grid,.rex-pillars,.trust-grid,.product-row.a,.product-row.b,.launch-layout,.otc-layout,.rex-band{grid-template-columns:1fr 1fr}.life-head,.rex-head,.trust-head,.global-head{grid-template-columns:1fr}.global-map{grid-template-columns:1fr;min-height:0}.map-overlay{margin:20px 16px 0}.map-art{min-height:240px}.map-art img{max-height:320px}}@media(max-width:820px){:root{--content: min(1200px, calc(100% - 32px) )}.desktop-nav{display:none}.menu-button{display:inline-flex}.hero-copy h1{font-size:clamp(30px,9vw,40px)}.section-title{font-size:clamp(26px,7.5vw,34px)}.arch-grid,.life-grid,.rex-pillars,.trust-grid,.product-row.a,.product-row.b,.launch-layout,.otc-layout,.rex-band{grid-template-columns:1fr}.arch-head,.arch-foot,.life-banner,.trust-note,.footer-bottom{flex-direction:column;align-items:flex-start}.footer-copy{text-align:left}.section-hero,.section-lifecycle,.section-products,.section-rex,.section-trust,.section-global{padding-top:48px;padding-bottom:48px}}
