:root,
[data-theme="dark"]{
  --site-bg:#0f1118;
  --site-bg-deep:#0a0c12;
  --site-panel:#1a1d29;
  --site-panel-soft:#151923;
  --site-panel-raised:#202532;
  --site-title:#f5f7fb;
  --site-text:#c8cdd8;
  --site-muted:#8a92a3;
  --site-line:rgba(201,214,234,.14);
  --site-line-soft:rgba(201,214,234,.08);
  --site-blue:#2396ff;
  --site-blue-soft:#78c2ff;
  --site-green:#36d399;
  --site-gold:#e5bb69;
  --site-red:#ff6f78;
  --site-radius:18px;
  --site-shadow:0 22px 58px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.045);
}
[data-theme="light"]{
  --site-bg:#FBFBFA;
  --site-bg-deep:#F3F3F1;
  --site-panel:#FFFFFF;
  --site-panel-soft:#F7F7F5;
  --site-panel-raised:#FFFFFF;
  --site-title:#191919;
  --site-text:#3A3F4B;
  --site-muted:#787774;
  --site-line:#E9E9E7;
  --site-line-soft:#EFEFEA;
  --site-shadow:0 1px 3px rgba(0,0,0,.06),0 8px 24px rgba(25,25,25,.04);
}

.site-body{overflow-x:hidden;background:var(--site-bg);color:var(--site-text)}
.site-route-pending{display:grid;min-height:calc(100svh - 68px);place-content:center;justify-items:center;gap:14px;color:var(--site-muted);background:var(--site-bg)}
.site-route-pending .loading-spinner{width:32px;height:32px;border:3px solid var(--site-line);border-top-color:var(--site-gold);border-radius:50%;animation:ccx-spin .8s linear infinite}
@keyframes ccx-spin{to{transform:rotate(360deg)}}
.site-body h1,.site-body h2,.site-body h3,.site-body strong{color:var(--site-title)}
.site-body p{color:var(--site-text)}
.site-body main{min-height:60vh}
.site-body .container{width:min(1200px,calc(100% - 40px))}

.site-header{position:sticky;z-index:100;top:0;border-bottom:1px solid var(--site-line);background:rgba(15,17,24,.94);backdrop-filter:blur(18px);transition:box-shadow .2s ease}
[data-theme="light"] .site-header{background:rgba(255,255,255,.94)}
.site-body:has(.landing-hero) .site-header{position:absolute;right:0;left:0;border-bottom-color:rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(8,10,15,.72),rgba(8,10,15,.18));color-scheme:dark}
[data-theme="light"] .site-body:has(.landing-hero) .site-header{background:linear-gradient(180deg,rgba(8,10,15,.72),rgba(8,10,15,.18))}
.site-header.scrolled{box-shadow:0 15px 38px rgba(0,0,0,.34)}
.site-header-inner{width:min(1320px,calc(100% - 32px));min-width:0;min-height:68px;display:flex;align-items:center;gap:24px;margin:auto}
.ccx-logo{display:inline-flex;align-items:center;min-width:0;color:var(--site-title);line-height:1;text-decoration:none}
.ccx-logo .ccx-site-logo{display:block}
.ccx-logo.ccx-brand-lockup{align-items:center}
[data-theme="light"] .site-header .ccx-brand-copy strong{color:#C9A24A}
[data-theme="light"] .site-header .ccx-brand-copy small{color:#8F6A24}
[data-theme="light"] .site-body:has(.landing-hero) .site-header .ccx-brand-copy strong{color:#E6C15A}
[data-theme="light"] .site-body:has(.landing-hero) .site-header .ccx-brand-copy small{color:#C9A24A}
.site-header-end{display:flex;align-items:center;gap:8px;margin-left:12px;flex:0 0 auto}
.site-header-tools{display:flex;align-items:center;gap:8px;min-height:38px}
.site-header-tools .ex-lang-slot{display:flex;align-items:center}
.site-nav{min-width:0;display:flex;align-items:center;gap:22px;margin-left:auto}
.site-nav a{position:relative;padding:24px 0;color:#9ba3b5;font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap;transition:color .18s ease}
.site-nav a::after{position:absolute;right:50%;bottom:0;left:50%;height:2px;content:"";background:var(--site-green);transition:inset .2s ease}
.site-nav a:hover,.site-nav a.active{color:#fff}
.site-nav a.active::after{right:0;left:0}
.site-nav-login{padding:8px 16px!important;border-radius:999px;background:var(--site-green)!important;color:#061710!important}
.site-nav-login::after{display:none!important}
.site-nav-login:hover{filter:brightness(1.06)}
.site-body .button{border-color:var(--site-green);background:var(--site-green);box-shadow:0 10px 26px rgba(54,211,153,.15);color:#061710}
.site-body .button:hover{box-shadow:0 14px 34px rgba(54,211,153,.22)}
.site-body .button-outline,.site-body .button-ghost{border-color:var(--site-line);background:rgba(255,255,255,.025);box-shadow:none;color:var(--site-title)}
.site-body .button-outline:hover,.site-body .button-ghost:hover{border-color:rgba(54,211,153,.5);background:rgba(54,211,153,.08)}
.mobile-menu-button{width:46px;min-width:46px;height:46px;display:none;padding:0;border:1px solid var(--site-line);border-radius:12px;background:var(--site-panel);color:#fff}
.mobile-menu-button i{width:18px;height:1px;display:block;margin:5px auto;background:currentColor}

.eyebrow{color:var(--site-green);font-size:12px;letter-spacing:.12em}
.eyebrow::before{background:currentColor}
.breadcrumb{margin-bottom:20px}
.breadcrumb a{color:var(--site-muted)}
.breadcrumb span{color:var(--site-text);font-weight:650}
.breadcrumb i{color:#596173}
.account-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px;justify-content:flex-start}
.account-actions .button{width:min(100%,320px);min-width:220px;min-height:48px;padding-inline:28px;flex:0 1 auto;border-radius:12px;font-size:16px;font-weight:700}
.landing-content .account-actions{width:min(100%,320px);gap:8px;justify-content:flex-start;margin-top:20px}
.landing-content .account-actions .button{position:relative;width:100%;min-width:0;min-height:48px;overflow:hidden;padding-inline:28px;border-radius:12px;font-size:16px;font-weight:700;flex:1 1 auto;isolation:isolate;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease,border-color .2s ease,background-color .2s ease}
.landing-content .account-actions .button::after{position:absolute;z-index:-1;top:-70%;left:-35%;width:26%;height:240%;content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);transform:rotate(18deg) translateX(-260%);transition:transform .55s ease}
.landing-content .account-actions .button:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(54,211,153,.24);filter:brightness(1.06)}
.landing-content .account-actions .button:hover::after{transform:rotate(18deg) translateX(620%)}
.landing-content .account-actions .button:active{transform:translateY(0) scale(.98);box-shadow:0 7px 18px rgba(54,211,153,.16)}
.landing-content .account-actions .button-ghost,.metals-section .account-actions .button-ghost{border-color:#2396ff;background:#2396ff;box-shadow:0 10px 26px rgba(35,150,255,.16);color:#fff}
.landing-content .account-actions .button-ghost:hover,.metals-section .account-actions .button-ghost:hover{border-color:#42a5ff;background:#42a5ff;box-shadow:0 14px 34px rgba(35,150,255,.20);color:#fff}
.section{padding:76px 0}
.section+.section{border-top:1px solid var(--site-line-soft)}
.compact-section{padding-block:44px}
.section-heading{max-width:720px;margin-bottom:32px}
.section-heading h2{margin:8px 0 12px;font-size:34px;line-height:1.18;letter-spacing:-.025em}
.section-heading p{margin:0;color:var(--site-muted);line-height:1.72}

/* A1: homepage hero */
.landing-hero{position:relative;min-height:calc(100svh - 68px);display:flex;align-items:center;overflow:hidden;background:#10131a}
.landing-hero::before{position:absolute;z-index:1;inset:0;content:"";background:radial-gradient(circle at 72% 44%,rgba(229,187,105,.13),transparent 28%),linear-gradient(115deg,transparent 45%,rgba(54,211,153,.05));pointer-events:none}
.landing-hero::after{position:absolute;z-index:1;right:-120px;bottom:-210px;width:480px;height:480px;content:"";border:1px solid rgba(229,187,105,.16);border-radius:50%;box-shadow:0 0 0 54px rgba(229,187,105,.025),0 0 0 108px rgba(229,187,105,.018);pointer-events:none}
.hero-carousel{position:absolute;inset:0;overflow:hidden;outline:0}
.hero-carousel:focus-visible{outline:3px solid rgba(54,211,153,.58);outline-offset:-6px}
.hero-slide{position:absolute;inset:0;background-position:center;background-size:cover;opacity:0;transform:scale(1.015);transition:opacity .35s ease,transform 7s ease}
.hero-slide.is-active{opacity:1;transform:scale(1.045)}
.hero-carousel-controls{position:absolute;z-index:4;right:max(20px,calc((100% - 1200px)/2));bottom:28px;display:flex;align-items:center;gap:7px;padding:5px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(10,12,18,.7);backdrop-filter:blur(10px)}
.hero-carousel-arrow,.hero-carousel-toggle,.hero-carousel-dot{border:1px solid transparent;background:transparent;color:#fff}
.hero-carousel-arrow,.hero-carousel-toggle{min-width:46px;height:46px;border-radius:8px;font-weight:800}.hero-carousel-arrow:hover,.hero-carousel-toggle:hover{border-color:rgba(54,211,153,.4);background:rgba(54,211,153,.1)}
.hero-carousel-toggle{min-width:52px;color:#cbd1dc;font-size:12px}
.hero-carousel-dots{display:flex;align-items:center;gap:2px}.hero-carousel-dot{position:relative;width:44px;height:46px;padding:0;border-radius:8px}.hero-carousel-dot::before{position:absolute;top:50%;left:50%;width:9px;height:9px;content:"";border-radius:50%;background:#677083;transform:translate(-50%,-50%)}.hero-carousel-dot.active::before{background:var(--site-green);box-shadow:0 0 0 4px rgba(54,211,153,.13)}
.landing-overlay{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(8,10,15,.98) 0%,rgba(8,10,15,.81) 42%,rgba(8,10,15,.29) 76%,rgba(8,10,15,.61) 100%),linear-gradient(0deg,rgba(15,17,24,.98),transparent 34%);pointer-events:none}
.global-flag-stream{position:absolute;z-index:2;inset:0;overflow:hidden;pointer-events:none;mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%)}
.global-flag-stream span{position:absolute;top:var(--flag-y);left:-12%;width:calc(var(--flag-size)*1.5);height:var(--flag-size);overflow:visible;border:1px solid rgba(255,255,255,.52);border-radius:3px;background:#fff;box-shadow:0 0 8px rgba(41,153,255,.85),0 0 18px rgba(229,187,105,.35);opacity:0;animation:globalFlagFlow var(--flag-duration) linear var(--flag-delay) infinite;will-change:transform,opacity}
.global-flag-stream span::after{position:absolute;top:50%;right:98%;width:82px;height:1px;content:"";background:linear-gradient(90deg,transparent,rgba(41,153,255,.58));transform:translateY(-50%)}
.global-flag-stream span i{position:absolute;inset:0;display:block;overflow:hidden;border-radius:2px}
.global-flag-stream .flag-cn,.global-flag-stream .flag-hk,.global-flag-stream .flag-vn{background:#de2910}
.global-flag-stream .flag-cn i::before,.global-flag-stream .flag-vn i::before{position:absolute;top:50%;left:22%;content:"★";color:#ffde00;font-size:calc(var(--flag-size)*.48);line-height:1;transform:translate(-50%,-50%)}
.global-flag-stream .flag-hk i::before{position:absolute;inset:0;display:grid;place-items:center;content:"✿";color:#fff;font-size:calc(var(--flag-size)*.55)}
.global-flag-stream .flag-sg{background:linear-gradient(#ed2939 0 50%,#fff 50%)}.global-flag-stream .flag-sg i::before{position:absolute;top:8%;left:12%;content:"◔";color:#fff;font-size:calc(var(--flag-size)*.45)}
.global-flag-stream .flag-jp i::before{position:absolute;top:50%;left:50%;width:48%;aspect-ratio:1;content:"";border-radius:50%;background:#bc002d;transform:translate(-50%,-50%)}
.global-flag-stream .flag-kr{background:#fff}.global-flag-stream .flag-kr i::before{position:absolute;top:50%;left:50%;width:42%;aspect-ratio:1;content:"";border-radius:50%;background:linear-gradient(90deg,#cd2e3a 0 50%,#0047a0 50%);transform:translate(-50%,-50%) rotate(25deg)}
.global-flag-stream .flag-th{background:linear-gradient(#a51931 0 16%,#fff 16% 32%,#2d2a4a 32% 68%,#fff 68% 84%,#a51931 84%)}
.global-flag-stream .flag-my{background:repeating-linear-gradient(#cc0001 0 8%,#fff 8% 16%)}.global-flag-stream .flag-my i{right:52%;bottom:48%;background:#010066}.global-flag-stream .flag-my i::before{position:absolute;inset:0;display:grid;place-items:center;content:"☾";color:#ffcc00;font-size:calc(var(--flag-size)*.38)}
.global-flag-stream .flag-id{background:linear-gradient(#ce1126 0 50%,#fff 50%)}
.global-flag-stream .flag-in{background:linear-gradient(#ff9933 0 33%,#fff 33% 67%,#138808 67%)}.global-flag-stream .flag-in i::before{position:absolute;inset:0;display:grid;place-items:center;content:"●";color:#000080;font-size:calc(var(--flag-size)*.23)}
.global-flag-stream .flag-ae{background:linear-gradient(90deg,#ff0000 0 25%,transparent 25%),linear-gradient(#00732f 0 33%,#fff 33% 67%,#000 67%)}
.global-flag-stream .flag-sa{background:#006c35}.global-flag-stream .flag-sa i::before{position:absolute;inset:0;display:grid;place-items:center;content:"━━";color:#fff;font-size:calc(var(--flag-size)*.28)}
.global-flag-stream .flag-gb{background:linear-gradient(33deg,transparent 42%,#fff 42% 47%,#cf142b 47% 53%,#fff 53% 58%,transparent 58%),linear-gradient(-33deg,#012169 42%,#fff 42% 47%,#cf142b 47% 53%,#fff 53% 58%,#012169 58%)}.global-flag-stream .flag-gb i::before{position:absolute;inset:36% 0;content:"";background:#cf142b;box-shadow:0 0 0 3px #fff}.global-flag-stream .flag-gb i::after{position:absolute;inset:0 42%;content:"";background:#cf142b;box-shadow:0 0 0 3px #fff}
.global-flag-stream .flag-eu{background:#003399}.global-flag-stream .flag-eu i::before{position:absolute;inset:0;display:grid;place-items:center;content:"✦ ✦";color:#ffcc00;font-size:calc(var(--flag-size)*.28)}
.global-flag-stream .flag-us{background:repeating-linear-gradient(#b22234 0 8%,#fff 8% 16%)}.global-flag-stream .flag-us i{right:52%;bottom:46%;background:#3c3b6e}.global-flag-stream .flag-us i::before{position:absolute;inset:0;display:grid;place-items:center;content:"•••";color:#fff;font-size:calc(var(--flag-size)*.22)}
.global-flag-stream .flag-ca{background:linear-gradient(90deg,#d80621 0 25%,#fff 25% 75%,#d80621 75%)}.global-flag-stream .flag-ca i::before{position:absolute;inset:0;display:grid;place-items:center;content:"◆";color:#d80621;font-size:calc(var(--flag-size)*.38)}
.global-flag-stream .flag-au,.global-flag-stream .flag-nz{background:#012169}.global-flag-stream .flag-au i::before,.global-flag-stream .flag-nz i::before{position:absolute;right:12%;bottom:8%;content:"✦";color:#fff;font-size:calc(var(--flag-size)*.34)}.global-flag-stream .flag-nz i::before{color:#cc142b}
@keyframes globalFlagFlow{0%{opacity:0;transform:translate3d(0,12px,0) scale(.82)}10%,76%{opacity:.58}45%{transform:translate3d(58vw,-10px,0) scale(1)}100%{opacity:0;transform:translate3d(124vw,8px,0) scale(.88)}}
.landing-content{position:relative;z-index:3;padding-top:38px;padding-bottom:82px;transform:translateY(-34px)}
.landing-content h1{max-width:820px;margin:12px 0 14px;background:linear-gradient(110deg,#fff4d0 0%,#e5bb69 38%,#dce7f2 72%,#fff 100%);background-clip:text;-webkit-background-clip:text;color:transparent;font-size:clamp(48px,5vw,64px);font-weight:800;line-height:1.08;letter-spacing:-.035em;text-wrap:balance}
.landing-content p{max-width:620px;margin:0;color:#d4d9e3;font-size:18px;line-height:1.75}
.landing-content .landing-subtitle{max-width:720px;color:#d8dee9;font-size:20px;font-weight:500;line-height:1.55;letter-spacing:.045em}
@keyframes heroTitleIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@keyframes heroSubtitleIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes heroActionsIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}

/* A2: why choose */
.why-section{background:radial-gradient(circle at 18% 34%,rgba(213,159,54,.10),transparent 31%),linear-gradient(145deg,#30343c 0%,#20242c 48%,#11141d 100%);color:#d6dbe4}
.why-section h2,.why-section h3,.why-section strong{color:#f5f7fb}
.why-section p{color:#aeb6c5}
.why-section .eyebrow{color:#e5bb69}
.why-layout{display:grid;grid-template-columns:1fr;gap:34px;align-items:center}
.why-intro{display:flex;align-items:center;justify-content:space-between;gap:36px}
.why-intro .section-heading{max-width:820px;margin:0}
.why-intro .section-heading h2{margin:0;background:linear-gradient(108deg,#17130d 0%,#8d641f 28%,#e2bb69 49%,#76604a 67%,#15171b 100%);background-size:180% auto;background-clip:text;-webkit-background-clip:text;color:transparent;font-size:clamp(36px,4vw,54px);font-weight:850;line-height:1.08;letter-spacing:-.035em;text-shadow:0 4px 18px rgba(43,31,12,.12);animation:metalTitleShine 5.4s ease-in-out infinite}
.metal-orbit{position:relative;width:154px;height:154px;display:grid;flex:0 0 154px;place-items:center;margin:0;border:1px solid rgba(137,101,38,.28);border-radius:50%;background:radial-gradient(circle,rgba(229,187,105,.34),transparent 64%);box-shadow:0 18px 42px rgba(84,60,18,.16);animation:auOrbitPulse 3.4s ease-in-out infinite}
.metal-orbit::before,.metal-orbit::after{position:absolute;content:"";border-radius:50%}
.metal-orbit::before{inset:12px;border:1px dashed rgba(126,91,32,.34);animation:auOrbitSpin 11s linear infinite}
.metal-orbit::after{inset:35px;border:1px solid rgba(31,47,70,.12);box-shadow:0 0 20px rgba(229,187,105,.22) inset}
.metal-orbit span{position:relative;z-index:2;width:74px;height:74px;display:grid;overflow:hidden;place-items:center;border:1px solid #d3a64d;border-radius:50%;background:linear-gradient(145deg,#f8dfa0,#bc7f24);box-shadow:0 18px 34px rgba(100,72,24,.25),inset 0 1px rgba(255,255,255,.72);color:#21180a;font-size:22px;font-weight:900}
.metal-orbit span img{position:relative;z-index:1;width:50px;height:50px;object-fit:contain;filter:drop-shadow(0 5px 8px rgba(75,48,7,.24))}
.metal-orbit span::after{position:absolute;top:-35%;left:-70%;width:28%;height:170%;content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.85),transparent);transform:rotate(24deg);animation:auMetalSweep 3.8s ease-in-out infinite}
.metal-orbit i{position:absolute;z-index:3;top:50%;left:50%;width:27px;height:27px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:linear-gradient(145deg,#74bdff,#136fc7);box-shadow:0 0 16px rgba(35,150,255,.48);color:#fff;font-size:12px;font-style:normal;font-weight:800;animation:auSatellite 6.8s linear infinite}
.metal-orbit i::before{content:"₿"}
.principles-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.principle-card{position:relative;min-height:280px;display:flex;flex-direction:column;padding:24px;border:1px solid rgba(255,255,255,.09);border-radius:20px;background:linear-gradient(145deg,rgba(44,49,59,.96),rgba(24,28,36,.96));box-shadow:0 16px 42px rgba(0,0,0,.18);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.principle-card:hover{border-color:rgba(229,187,105,.4);box-shadow:0 22px 48px rgba(0,0,0,.28);transform:translateY(-5px)}
.principle-icon{width:50px;height:50px;display:grid;place-items:center;margin-bottom:18px;border:1px solid rgba(229,187,105,.32);border-radius:15px;background:linear-gradient(145deg,rgba(229,187,105,.18),rgba(229,187,105,.06));box-shadow:inset 0 1px rgba(255,255,255,.08);font-size:23px}
.principle-card h3{margin:0 0 10px;font-size:19px;line-height:1.35}
.principle-card p{margin:0;font-size:14px;line-height:1.7}
.principle-tag{margin-top:auto;padding-top:18px;color:#e5bb69;font-size:12px;font-weight:750;line-height:1.5;letter-spacing:.02em}
@keyframes metalTitleShine{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}
@keyframes auOrbitPulse{0%,100%{box-shadow:0 18px 42px rgba(84,60,18,.14)}50%{box-shadow:0 22px 54px rgba(184,125,28,.28)}}
@keyframes auOrbitSpin{to{transform:rotate(360deg)}}
@keyframes auMetalSweep{0%,28%{left:-70%}58%,100%{left:145%}}
@keyframes auSatellite{from{transform:translate(-50%,-50%) rotate(0deg) translateX(69px) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg) translateX(69px) rotate(-360deg)}}

/* A3: precious metals */
.metals-section{background:#11141d}
.metal-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.metal-product{display:grid;grid-template-columns:52px 1fr auto;gap:16px;align-items:center;padding:20px;border:1px solid var(--site-line);border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.005)),var(--site-panel);box-shadow:var(--site-shadow)}
.metal-product>span{width:50px;height:50px;display:grid;place-items:center;border:1px solid rgba(229,187,105,.35);border-radius:15px;background:rgba(229,187,105,.1);color:var(--site-gold);font-weight:850}
.metal-product small{color:var(--site-gold);font-size:12px;font-weight:750;letter-spacing:.08em}
.metal-product h3{margin:3px 0;font-size:19px}
.metal-product p{margin:0;color:var(--site-muted);font-size:13px}
.metal-quote{text-align:right}
.metal-quote b{display:block;font-size:20px;font-variant-numeric:tabular-nums;transition:color .24s ease,text-shadow .24s ease}
.metal-quote em{font-size:13px;font-style:normal}
@keyframes quoteTickUp{0%{color:var(--site-green);text-shadow:0 0 14px rgba(54,211,153,.46)}100%{color:inherit;text-shadow:none}}
@keyframes quoteTickDown{0%{color:#ff5d73;text-shadow:0 0 14px rgba(255,93,115,.42)}100%{color:inherit;text-shadow:none}}
.quote-tick-up{animation:quoteTickUp .5s ease-out}.quote-tick-down{animation:quoteTickDown .5s ease-out}

/* A4: category rings */
.category-section{text-align:center;background:radial-gradient(circle at 50% 24%,rgba(35,150,255,.07),transparent 34%),var(--site-bg)}
.category-section .section-heading{margin-inline:auto}
.category-circles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px;text-align:left}
.category-circle{position:relative;min-height:198px;display:flex;align-items:flex-start;justify-content:flex-end;flex-direction:column;padding:22px;border:1px solid var(--site-line);border-radius:20px;background:radial-gradient(circle at 18% 16%,rgba(255,255,255,.075),transparent 30%),var(--site-panel);box-shadow:0 20px 44px rgba(0,0,0,.27),inset 0 1px rgba(255,255,255,.055);text-decoration:none;overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.category-circle::after{position:absolute;inset:0 0 auto;content:"";height:2px;background:linear-gradient(90deg,var(--site-green),transparent 78%);opacity:.7}
.category-circle:hover{transform:translateY(-6px);border-color:rgba(54,211,153,.5);box-shadow:0 28px 64px rgba(0,0,0,.38),0 0 0 5px rgba(54,211,153,.035)}
.category-circle>.category-asset-icon{width:66px;height:66px;display:grid;place-items:center;margin:0 0 auto;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(7,10,15,.46);box-shadow:inset 0 1px rgba(255,255,255,.06),0 10px 24px rgba(0,0,0,.22)}
.category-circle.energy>.category-asset-icon{border-color:rgba(120,194,255,.3)}.category-circle.grains>.category-asset-icon,.category-circle.softs>.category-asset-icon,.category-circle.livestock>.category-asset-icon{border-color:rgba(139,212,137,.3)}
.category-circle h3{margin:0 0 7px;font-size:20px}
.category-circle p{margin:0;color:var(--site-muted);font-size:13px}
.category-live-quote{width:100%;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;margin-top:14px;padding-top:12px;border-top:1px solid var(--site-line-soft);font-variant-numeric:tabular-nums}
.category-live-quote small{color:var(--site-muted);font-size:11px;font-weight:750;letter-spacing:.05em}.category-live-quote b{font-size:15px;transition:color .24s ease,text-shadow .24s ease}.category-live-quote em{font-size:12px;font-style:normal}
.center-action{display:flex;justify-content:center;margin-top:36px}
.center-action>.account-actions{justify-content:center;margin-top:0;width:min(100%,320px)}
.center-action>.button{width:min(100%,320px);min-width:220px;min-height:48px;flex:0 1 auto}
.category-section .center-action>.button{border-color:var(--site-green);background:var(--site-green);box-shadow:0 10px 26px rgba(54,211,153,.15);color:#061710}
.category-section .center-action>.button:hover{filter:brightness(1.06)}

@media (prefers-reduced-motion:reduce){.quote-tick-up,.quote-tick-down{animation:none}}

/* A5: news */
.insight-section{background:#151822}
.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.insight-grid article{min-height:290px;display:flex;flex-direction:column;padding:22px;border:1px solid var(--site-line);border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.035),transparent 42%),var(--site-panel);box-shadow:var(--site-shadow)}
.news-tag{align-self:flex-start;padding:5px 9px;border:1px solid rgba(54,211,153,.3);border-radius:999px;background:rgba(54,211,153,.08);color:var(--site-green);font-size:11px;font-weight:800}
.insight-grid time{margin:17px 0 8px;color:var(--site-muted);font-size:12px}
.insight-grid h3{margin:0 0 10px;font-size:18px;line-height:1.45}
.insight-grid p{margin:0;color:#aeb5c3;font-size:14px;line-height:1.7}
.insight-grid small{margin-top:auto;padding-top:18px;border-top:1px solid var(--site-line-soft);font-size:12px;line-height:1.55}
.source-link{display:inline-flex;margin-top:11px;color:var(--site-green);font-size:12px;font-weight:700;text-decoration:none}.source-link:hover{text-decoration:underline}
.text-link{display:inline-flex;align-items:center;gap:7px;margin-top:22px;color:var(--site-green);font-weight:750;text-decoration:none}
.text-link::after{content:"→";transition:transform .18s ease}.text-link:hover::after{transform:translateX(4px)}

/* Secondary page hero */
.page-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--site-line);background:radial-gradient(circle at 76% 36%,rgba(35,150,255,.16),transparent 29%),linear-gradient(120deg,#0e1118,#151a24)}
.page-hero-grid{min-height:400px;display:grid;grid-template-columns:minmax(0,.66fr) minmax(300px,.34fr);gap:40px;align-items:center}
.page-hero-copy{position:relative;z-index:2;padding:52px 0}
.page-hero h1{max-width:720px;margin:11px 0 13px;font-size:45px;line-height:1.12;letter-spacing:-.035em}
.page-hero p{max-width:660px;margin:0;color:#adb5c4;font-size:17px;line-height:1.7}
.page-hero-art{position:relative;width:300px;height:300px;justify-self:end}
.page-hero-art i{position:absolute;border:1px solid rgba(120,194,255,.25);border-radius:50%}
.page-hero-art i:nth-child(1){inset:0;animation:orbit 14s linear infinite}.page-hero-art i:nth-child(2){inset:46px;border-color:rgba(54,211,153,.28);animation:orbit 10s linear infinite reverse}.page-hero-art i:nth-child(3){inset:92px;background:radial-gradient(circle at 32% 28%,#6bc0ff,#176cac 44%,#10151f 70%);box-shadow:0 22px 54px rgba(35,150,255,.24)}
.page-hero-bars .page-hero-art i{border-radius:18px;transform:rotate(45deg)}
.page-hero-bars .page-hero-art i:nth-child(3){border:0;border-radius:50%;background:url("../images/commodities-hero-gold-au-v1.webp") center/contain no-repeat;box-shadow:0 20px 54px rgba(243,186,47,.22),0 0 34px rgba(243,186,47,.14);transform:rotate(0);animation:commoditiesGoldFloat 4.8s ease-in-out infinite}
.page-hero-bars .page-hero-copy::before{position:absolute;z-index:-1;top:22%;left:-28px;width:390px;height:180px;content:"";background:radial-gradient(circle at 8% 30%,rgba(78,255,240,.72) 0 2px,transparent 3px),radial-gradient(circle at 34% 72%,rgba(99,129,255,.62) 0 2px,transparent 3px),radial-gradient(circle at 68% 18%,rgba(145,86,255,.54) 0 1.5px,transparent 2.5px),radial-gradient(circle at 90% 62%,rgba(56,218,255,.62) 0 2px,transparent 3px);filter:drop-shadow(0 0 8px rgba(64,224,255,.55));opacity:.72;pointer-events:none;animation:auroraParticles 5.6s ease-in-out infinite}
.page-hero-bars .page-hero-copy h1{width:fit-content;padding:8px 13px;border:1px solid rgba(103,222,255,.18);border-radius:14px;background:linear-gradient(100deg,#66fff0 0%,#35c8ff 34%,#5383ff 64%,#a06dff 100%);background-clip:text;-webkit-background-clip:text;box-shadow:inset 0 0 24px rgba(89,193,255,.055),0 0 28px rgba(76,123,255,.10);color:transparent;text-shadow:0 0 22px rgba(59,206,255,.16);backdrop-filter:blur(10px);animation:auroraTitle 5s ease-in-out infinite}
.page-hero-rings .page-hero-copy::before{position:absolute;z-index:-1;inset:12% -24px 10%;content:"";background:radial-gradient(circle at 12% 20%,rgba(0,242,254,.78) 0 1.5px,transparent 2.5px),radial-gradient(circle at 42% 74%,rgba(79,172,254,.7) 0 2px,transparent 3px),radial-gradient(circle at 72% 28%,rgba(125,94,255,.64) 0 1.5px,transparent 2.5px),radial-gradient(circle at 92% 62%,rgba(0,242,254,.58) 0 2px,transparent 3px);filter:drop-shadow(0 0 9px rgba(79,172,254,.62));pointer-events:none;animation:auroraParticles 5.6s ease-in-out infinite}
.page-hero-rings .page-hero-copy h1{width:fit-content;background:linear-gradient(90deg,#00f2fe 0%,#4facfe 54%,#8a78ff 100%);background-clip:text;-webkit-background-clip:text;color:transparent;font-family:"Space Grotesk","PingFang SC","Noto Sans TC",sans-serif;font-weight:700;line-height:1.1;filter:drop-shadow(0 0 12px rgba(79,172,254,.42));animation:cyberTitleGlow 5.2s ease-in-out infinite}
.page-hero-rings{position:relative;isolation:isolate;background-color:#080c12;background-image:linear-gradient(90deg,rgba(5,9,14,.86) 0%,rgba(8,13,20,.68) 38%,rgba(8,10,13,.22) 72%,rgba(8,10,13,.08) 100%),radial-gradient(circle at 20% 82%,rgba(44,101,158,.24),transparent 42%),url("../images/markets-hero-metals-v2.webp");background-position:center,center,center;background-size:cover,cover,cover;background-repeat:no-repeat}
.page-hero-rings::after{position:absolute;z-index:0;inset:0;display:block;content:"";background:linear-gradient(180deg,rgba(5,8,12,.04),rgba(5,8,12,.14));pointer-events:none}
.page-hero-rings .page-hero-grid{position:relative;z-index:1;min-height:580px;grid-template-columns:minmax(0,1fr) minmax(320px,420px);padding-block:60px}
.page-hero-rings .page-hero-art{width:100%;height:100%;min-height:420px;align-self:stretch}
.market-card{width:100%;padding:24px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(22,26,35,.65);box-shadow:0 20px 40px rgba(0,0,0,.4);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
.market-card header{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:13px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.08)}
.market-card-icon{width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(243,186,47,.24);border-radius:14px;background:rgba(243,186,47,.07)}
.market-card-icon img{width:44px;height:44px;object-fit:contain}.market-card-icon>i{display:none}
.market-card header div{display:grid;gap:3px}.market-card header small,.market-card>p,.market-card footer span{color:var(--site-muted);font-size:11px;letter-spacing:.05em}.market-card header b{font-size:18px}.market-card header em{padding:5px 9px;border:1px solid rgba(54,211,153,.3);border-radius:999px;background:rgba(54,211,153,.08);color:var(--site-green);font-size:11px;font-style:normal;font-weight:750}
.market-card>p{margin:22px 0 7px}.market-card-quote{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.market-price{font-family:"JetBrains Mono","Roboto Mono",Consolas,monospace;font-variant-numeric:tabular-nums;font-size:32px;font-weight:600;letter-spacing:-.035em}.market-card-quote>span{padding-bottom:4px;font-family:"JetBrains Mono","Roboto Mono",Consolas,monospace;font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}
.market-card footer{display:flex;justify-content:space-between;margin-top:22px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}.market-card footer b{color:#e5e9f0;font-size:12px}
.page-hero-rings+.section{background:linear-gradient(180deg,#141b27 0%,#111620 110px,var(--site-bg) 220px)}
@keyframes auroraTitle{0%,100%{filter:drop-shadow(0 0 5px rgba(55,225,255,.16))}50%{filter:drop-shadow(0 0 12px rgba(116,91,255,.34))}}
@keyframes auroraParticles{0%,100%{opacity:.48;transform:translate3d(0,4px,0)}50%{opacity:.86;transform:translate3d(13px,-7px,0)}}
@keyframes commoditiesGoldFloat{0%,100%{filter:brightness(1);transform:translateY(0) scale(1)}50%{filter:brightness(1.06);transform:translateY(-7px) scale(1.025)}}
.page-hero-cubes{background-color:#12161c;background-image:radial-gradient(circle at 76% 38%,rgba(173,185,198,.10),transparent 29%),repeating-linear-gradient(102deg,rgba(255,255,255,.022) 0,rgba(255,255,255,.022) 1px,transparent 1px,transparent 9px),linear-gradient(118deg,#0c0f14,#1a2028 54%,#0c1016)}
.page-hero-cubes .page-hero-art{filter:drop-shadow(0 18px 42px rgba(35,150,255,.14))}
.page-hero-cubes .page-hero-art i:nth-child(1){border-style:dashed;border-color:rgba(35,150,255,.42);box-shadow:0 0 34px rgba(35,150,255,.12)}
.page-hero-cubes .page-hero-art i:nth-child(2){border-style:dashed;border-color:rgba(54,211,153,.42);box-shadow:inset 0 0 30px rgba(54,211,153,.08)}
.page-hero-cubes .page-hero-art i:nth-child(3){display:grid;place-items:center;border:1px solid rgba(231,237,243,.72);border-radius:20px;clip-path:polygon(25% 2%,75% 2%,98% 25%,98% 75%,75% 98%,25% 98%,2% 75%,2% 25%);background:repeating-linear-gradient(100deg,rgba(255,255,255,.18) 0,rgba(255,255,255,.18) 1px,transparent 1px,transparent 6px),linear-gradient(145deg,#f4f7f8 0%,#8b969f 31%,#e8ecef 49%,#59636c 70%,#cfd6db 100%);box-shadow:0 20px 46px rgba(0,0,0,.42),0 0 38px rgba(221,233,242,.20);color:#11161c;font:800 42px/1 "Space Grotesk",system-ui,sans-serif;text-shadow:0 1px rgba(255,255,255,.72);animation:accountCubeFloat 3.8s ease-in-out infinite}
.page-hero-cubes .page-hero-art i:nth-child(3)::before{content:"Rh"}
.page-hero-cubes .page-hero-art i:nth-child(3)::after{position:absolute;right:7px;top:4px;content:"✦";color:#fff;font-size:25px;filter:drop-shadow(0 0 9px rgba(255,255,255,.95));animation:rhSparkle 2.4s ease-in-out infinite}
.page-hero-cubes .account-actions .button-ghost,.account-choice.practice .button{position:relative;z-index:2;border-color:#2396ff;background:#2396ff;box-shadow:0 10px 26px rgba(35,150,255,.16);color:#fff}
.page-hero-cubes .account-actions .button-ghost:hover,.account-choice.practice .button:hover{border-color:#42a5ff;background:#42a5ff;box-shadow:0 14px 34px rgba(35,150,255,.20);color:#fff}
.hero-security{position:relative;isolation:isolate;min-height:580px;background:#0b0e11}
.hero-security .hero-bg-grid{position:absolute;z-index:-3;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:24px 24px;mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.84) 62%,transparent 100%)}
.hero-security .hero-glow-blue,.hero-security .hero-glow-gold{position:absolute;z-index:-2;width:460px;height:460px;border-radius:50%;filter:blur(82px);pointer-events:none}
.hero-security .hero-glow-blue{right:15%;top:-24%;background:rgba(0,82,255,.16)}.hero-security .hero-glow-gold{right:-9%;bottom:-40%;background:rgba(243,186,47,.13)}
.hero-security .hero-container{position:relative;z-index:1;min-height:580px;grid-template-columns:minmax(0,1fr) minmax(360px,460px);gap:72px;padding-block:60px}
.hero-security .hero-content{position:relative;z-index:2;padding:0}
.security-tag{display:inline-flex;align-items:center;gap:9px;margin:24px 0 18px;padding:9px 13px;border:1px solid rgba(243,186,47,.24);border-radius:999px;background:rgba(243,186,47,.07);color:#e5e9f0;font-size:13px;font-weight:700;letter-spacing:.035em}
.security-tag span{font-size:16px}.hero-security .hero-title{max-width:560px;margin:0;font-size:58px;line-height:1.06;letter-spacing:-.045em}.hero-security .highlight-text{background:linear-gradient(90deg,#00f2fe,#4facfe);background-clip:text;-webkit-background-clip:text;color:transparent;filter:drop-shadow(0 0 12px rgba(79,172,254,.45))}
.hero-security .hero-subtitle{margin:22px 0 0;color:#aeb8c7;font-size:18px;line-height:1.85;letter-spacing:.02em}.hero-security .tech-keyword{color:#e5e9f0;font-weight:650}.hero-security .glow-keyword{margin-left:4px;color:#f3ba2f;font-weight:750;text-shadow:0 0 14px rgba(243,186,47,.38)}
.hero-security .cta-group{width:min(100%,320px);margin-top:28px}.hero-security .cta-group .button{width:100%;min-width:0;min-height:48px;flex:1 1 auto;padding-inline:28px;font-size:16px;font-weight:700}.hero-security .cta-group .button:hover{filter:brightness(1.06)}
.hero-security .hero-visual{display:flex;align-items:center;justify-content:center}.security-card-glass{position:relative;width:100%;padding:30px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:rgba(22,26,35,.66);box-shadow:0 24px 58px rgba(0,0,0,.46),inset 0 1px rgba(255,255,255,.035);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
.chip-graphic{position:relative;display:grid;width:190px;height:190px;place-items:center;margin:0 auto 28px}.pulse-ring{position:absolute;inset:9px;border:1px solid rgba(0,163,224,.55);border-radius:50%;box-shadow:0 0 28px rgba(0,82,255,.22);animation:hsmPulse 2.8s ease-in-out infinite}.pulse-ring::before,.pulse-ring::after{position:absolute;content:"";border:1px solid rgba(243,186,47,.22);inset:18px;border-radius:50%}.pulse-ring::after{inset:42px;border-color:rgba(54,211,153,.38)}
.core-chip{position:relative;z-index:1;display:grid;width:112px;height:112px;place-items:center;border:1px solid rgba(229,233,240,.28);border-radius:24px;background:linear-gradient(145deg,#2c3542,#0d1117 64%);box-shadow:0 18px 34px rgba(0,0,0,.38),0 0 26px rgba(0,82,255,.2);color:#f3ba2f;font:800 18px/1 "JetBrains Mono",Consolas,monospace;letter-spacing:.02em}
.status-list{display:grid;gap:12px}.status-item{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid rgba(255,255,255,.065);border-radius:11px;background:rgba(11,14,17,.5);color:#c8d0dc;font-size:12px;line-height:1.45}.status-item .dot{width:8px;height:8px;flex:0 0 8px;margin-top:4px;border-radius:50%;box-shadow:0 0 11px currentColor}.dot.green{color:#36d399;background:#36d399}.dot.blue{color:#2396ff;background:#2396ff}.dot.gold{color:#f3ba2f;background:#f3ba2f}
@keyframes hsmPulse{0%,100%{opacity:.55;transform:scale(.96)}50%{opacity:1;transform:scale(1.035)}}
.page-hero-screen .page-hero-copy{padding-block:72px}
.page-hero-screen .account-actions .button-ghost{border-color:#2396ff;background:#2396ff;box-shadow:0 10px 26px rgba(35,150,255,.16);color:#fff}
.page-hero-screen .account-actions .button-ghost:hover{border-color:#42a5ff;background:#42a5ff;box-shadow:0 14px 34px rgba(35,150,255,.20);color:#fff}
.page-hero-screen .page-hero-copy h1{max-width:780px;margin:18px 0 22px;color:#fff;font-size:clamp(48px,5.2vw,68px);font-weight:850;line-height:1.04;letter-spacing:-.048em;text-wrap:balance;text-shadow:0 10px 34px rgba(0,0,0,.36)}
.page-hero-screen .page-hero-art i{border-radius:20px}
.page-hero-screen .page-hero-art i:nth-child(3){border:0;background:url("../images/platform-hero-platinum-crown-v1.webp") center/contain no-repeat;box-shadow:0 20px 52px rgba(229,233,240,.18),0 0 30px rgba(229,233,240,.10);animation:platformCrownFloat 4.8s ease-in-out infinite}
@keyframes platformCrownFloat{0%,100%{filter:brightness(1);transform:translateY(0) scale(1)}50%{filter:brightness(1.08);transform:translateY(-7px) scale(1.025)}}
.page-hero-brand .page-hero-copy h1{max-width:760px;margin-block:16px 20px;background:linear-gradient(90deg,#fff 0%,#fff 34%,#00f2fe 58%,#4facfe 84%,#fff 100%);background-size:180% auto;background-clip:text;-webkit-background-clip:text;color:transparent;font-family:"Space Grotesk","PingFang SC","Noto Sans TC",sans-serif;font-size:clamp(52px,5.2vw,64px);font-weight:700;line-height:1.1;letter-spacing:-.04em;filter:drop-shadow(0 0 12px rgba(79,172,254,.34));animation:cyberTitleGlow 5.2s ease-in-out infinite}
.page-hero-brand .page-hero-art i:nth-child(3){border:1px solid rgba(243,184,75,.56);border-radius:30px;background:url("../images/market-icons/gold.svg") center/78% auto no-repeat,radial-gradient(circle at 36% 30%,rgba(243,184,75,.22),rgba(16,23,32,.96) 70%);box-shadow:0 0 0 8px rgba(243,184,75,.04),0 20px 48px rgba(0,0,0,.38),0 0 34px rgba(243,184,75,.18)}
@keyframes cyberTitleGlow{0%,100%{background-position:0 50%;filter:drop-shadow(0 0 8px rgba(79,172,254,.24))}50%{background-position:100% 50%;filter:drop-shadow(0 0 14px rgba(0,242,254,.5))}}
@keyframes orbit{to{transform:rotate(360deg)}}
@keyframes accountCubeFloat{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-12px) rotate(1deg)}}
@keyframes marketSphereFloat{0%,100%{transform:translateY(0) scale(1);box-shadow:0 22px 54px rgba(35,150,255,.24)}50%{transform:translateY(-11px) scale(1.035);box-shadow:0 28px 68px rgba(35,150,255,.42),0 0 34px rgba(79,172,254,.20)}}
@keyframes rhSparkle{0%,100%{opacity:.38;transform:scale(.72) rotate(0)}50%{opacity:1;transform:scale(1.12) rotate(28deg)}}

/* B: markets */
.driver-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.driver-grid article,.capability-grid article,.principle-grid article{padding:22px;border:1px solid var(--site-line);border-radius:16px;background:var(--site-panel);box-shadow:var(--site-shadow)}
.driver-grid article>span{color:var(--site-green);font-size:12px;font-weight:800}
.driver-grid article>.category-asset-icon{width:50px;height:50px;display:grid;place-items:center;margin-bottom:14px;border:1px solid var(--site-line);border-radius:14px;background:rgba(7,10,15,.42)}
.driver-grid h3{margin:20px 0 8px;font-size:20px}
.driver-grid p{margin:0;color:var(--site-muted);font-size:14px;line-height:1.7}
.market-board{overflow:hidden;border:1px solid var(--site-line);border-radius:18px;background:var(--site-panel);box-shadow:var(--site-shadow)}
.market-board-head,.market-row{display:grid;grid-template-columns:minmax(260px,1.7fr) minmax(110px,.7fr) minmax(88px,.55fr) minmax(72px,.8fr);align-items:center;gap:18px;padding:0 22px}
.market-board-head{min-height:44px;border-bottom:1px solid var(--site-line);background:#151923;color:var(--site-muted);font-size:12px}
.market-board-head>span:not(:first-child){text-align:right}
.market-row{min-height:72px;border-bottom:1px solid var(--site-line-soft)}
.market-row:last-child{border-bottom:0}
.market-name{display:flex;align-items:center;gap:12px}
.market-name>span{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(35,150,255,.16);border-radius:12px;background:rgba(35,150,255,.08);color:var(--site-blue-soft);font-size:11px;font-weight:850}
.market-name b,.market-name small{display:block}.market-name small{margin-top:2px;color:var(--site-muted);font-size:11px}
.market-row>strong,.market-row>span:not(.market-name){text-align:right;font-size:14px;font-variant-numeric:tabular-nums}.market-row>strong{transition:color .24s ease,text-shadow .24s ease}.market-row>small{text-align:right}
.notice-panel{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:26px 28px;border:1px solid var(--site-line);border-radius:18px;background:var(--site-panel)}
.notice-panel h2{margin:7px 0 5px}.notice-panel p{max-width:740px;margin:0;color:var(--site-muted);font-size:14px}

/* C: instrument catalog */
.page-hero-bars{background-color:#12161c;background-image:linear-gradient(rgba(130,153,178,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(130,153,178,.045) 1px,transparent 1px),radial-gradient(circle at 76% 36%,rgba(35,150,255,.13),transparent 29%);background-size:24px 24px,24px 24px,auto}
.category-filter{display:flex;flex-wrap:wrap;gap:8px;padding:8px;border:1px solid rgba(54,211,153,.30);border-radius:999px;background:linear-gradient(135deg,rgba(54,211,153,.18),rgba(20,92,66,.20) 46%,rgba(12,18,21,.72));box-shadow:inset 0 1px rgba(255,255,255,.05),0 12px 30px rgba(17,83,63,.10)}
.category-filter a{min-height:46px;display:inline-flex;align-items:center;padding:0 15px;border:1px solid var(--site-line);border-radius:999px;background:var(--site-panel);color:var(--site-text);font-size:13px;font-weight:700;text-decoration:none}
.category-filter a:hover,.category-filter a.active{border-color:rgba(54,211,153,.5);background:rgba(54,211,153,.09);color:#fff}
.category-filter a.crypto-filter{border-color:rgba(72,211,255,.34);background:linear-gradient(135deg,rgba(47,221,219,.08),rgba(99,91,255,.08));color:#80eaff}
.category-filter a.crypto-filter:hover,.category-filter a.crypto-filter.active{border-color:rgba(86,225,255,.72);background:linear-gradient(135deg,rgba(47,221,219,.2),rgba(99,91,255,.2));box-shadow:0 0 22px rgba(66,183,255,.16);color:#fff}
.product-section{padding-top:10px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.product-card{display:flex;flex-direction:column;padding:19px;border:1px solid var(--site-line);border-radius:16px;background:var(--site-panel);box-shadow:var(--site-shadow)}
.product-card[hidden]{display:none}
.product-card header{display:flex;align-items:center;gap:12px}
.product-symbol{width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(35,150,255,.17);border-radius:15px;background:rgba(35,150,255,.08);color:var(--site-blue-soft);font-size:12px;font-weight:850}
.market-asset-icon,.product-symbol,.category-asset-icon{position:relative;overflow:hidden}
.market-asset-icon img,.product-symbol img,.category-asset-icon img{width:100%;height:100%;display:block;object-fit:contain}
.market-asset-icon i,.product-symbol i{position:absolute;inset:0;display:grid;place-items:center;color:var(--site-blue-soft);font-size:11px;font-style:normal;font-weight:850;z-index:-1}
.product-card header small{color:var(--site-muted);font-size:11px}.product-card header h3{margin:2px 0 0}
.product-price{display:flex;align-items:end;justify-content:space-between;margin-top:20px}.product-price b{font-size:23px}.product-price em{font-size:13px;font-style:normal}
.product-card>p{min-height:44px;margin:12px 0;color:var(--site-muted);font-size:13px;line-height:1.65}
.product-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:0 0 14px}
.product-meta span{min-width:0;padding:9px 8px;border:1px solid var(--site-line-soft);border-radius:10px;background:rgba(7,10,15,.24)}
.product-meta small,.product-meta b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-meta small{color:var(--site-muted);font-size:9px}.product-meta b{margin-top:4px;color:var(--site-text);font-size:11px;font-weight:750}
.detail-toggle{width:100%;min-height:46px;margin-top:auto;border:1px solid var(--site-line);border-radius:10px;background:#151923;color:var(--site-text);font-size:13px;font-weight:750}
.detail-toggle:hover{border-color:rgba(54,211,153,.45);background:rgba(54,211,153,.07)}
.product-details{max-height:0;margin:0;overflow:hidden;opacity:0;transition:max-height .28s ease,opacity .22s ease,margin .22s ease}
.product-details[hidden]{display:none}
.details-open .product-details{max-height:260px;margin-top:14px;opacity:1}
.product-details div{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-top:1px solid var(--site-line-soft);font-size:12px}
.product-details dt{color:var(--site-muted)}.product-details dd{margin:0;color:var(--site-text);text-align:right}
.workflow-panel{padding:30px;border:1px solid var(--site-line);border-radius:20px;background:linear-gradient(135deg,rgba(35,150,255,.07),transparent 40%),var(--site-panel)}
.workflow-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.workflow-steps article{padding:18px;border:1px solid var(--site-line);border-radius:14px;background:rgba(15,17,24,.58)}
.workflow-steps article>b{color:var(--site-green);font-size:12px}.workflow-steps h3{margin:20px 0 6px}.workflow-steps p{margin:0;color:var(--site-muted);font-size:13px}

/* D: accounts */
.account-choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.account-choice-grid:has(> .account-choice:only-child){grid-template-columns:minmax(0,1fr);max-width:36rem}
.account-choice{position:relative;overflow:hidden;padding:28px;border:1px solid var(--site-line);border-radius:20px;background:var(--site-panel);box-shadow:var(--site-shadow)}
.account-choice::after{position:absolute;right:-35px;top:-35px;width:150px;height:150px;content:"";border:1px solid rgba(35,150,255,.18);border-radius:50%}
.account-choice.practice::after{border-color:rgba(54,211,153,.24)}
.account-choice>span{color:var(--site-blue-soft);font-size:12px;font-weight:850;letter-spacing:.12em}.account-choice.practice>span{color:var(--site-green)}
.account-choice h3{margin:14px 0 8px;font-size:25px}.account-choice p{max-width:540px;color:var(--site-muted)}
.account-choice ul{margin:20px 0 24px;padding:16px 0 0;border-top:1px solid var(--site-line);list-style:none}
.account-choice li{padding:5px 0;color:var(--site-text);font-size:14px}.account-choice li::before{margin-right:8px;content:"✓";color:var(--site-green)}
.account-selection-upgraded{background:linear-gradient(180deg,#0b0e11 0%,#10151e 48%,#0b0e11 100%)}
.account-selection-upgraded .section-heading{margin-bottom:32px}.account-selection-upgraded .account-choice-grid{gap:22px}
.account-selection-upgraded .account-choice{display:flex;min-height:610px;flex-direction:column;padding:32px;border-color:rgba(255,255,255,.09);background:linear-gradient(145deg,rgba(28,34,45,.96),rgba(15,19,27,.98));box-shadow:0 22px 54px rgba(0,0,0,.28)}
.account-selection-upgraded .account-choice::after{right:-58px;top:-58px;width:210px;height:210px}.account-selection-upgraded .account-choice.live::after{border-color:rgba(243,186,47,.24)}.account-selection-upgraded .account-choice.demo::after{border-color:rgba(35,150,255,.28)}
.account-choice-label{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px}.account-choice-label span{color:#f3ba2f;font-size:11px;font-weight:850;letter-spacing:.13em}.account-choice.demo .account-choice-label span{color:#55adff}.account-choice-label em{padding:6px 9px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:rgba(255,255,255,.045);color:#aeb8c7;font-size:11px;font-style:normal;font-weight:650}
.account-selection-upgraded .account-choice h3{position:relative;z-index:1;margin:25px 0 10px;font-size:32px}.account-selection-upgraded .account-choice>p{min-height:56px;margin:0;color:#aeb8c7;line-height:1.7}
.account-selection-upgraded .account-choice ul{display:grid;gap:14px;margin:25px 0;padding-top:22px}.account-selection-upgraded .account-choice li{display:grid;grid-template-columns:30px 1fr;gap:11px;padding:0}.account-selection-upgraded .account-choice li::before{display:none}.account-selection-upgraded .account-choice li>span{padding-top:2px;font-size:19px}.account-selection-upgraded .account-choice li div{display:grid;gap:3px}.account-selection-upgraded .account-choice li b{color:#e5e9f0;font-size:14px}.account-selection-upgraded .account-choice li small{color:#8995a6;font-size:12px;line-height:1.55}
.account-selection-upgraded .account-choice>.button{width:100%;min-height:48px;margin-top:auto;font-size:16px;font-weight:700}.account-selection-upgraded .account-choice:only-child{min-height:auto}.account-selection-upgraded .account-choice:only-child>.button{width:100%;min-width:0;align-self:stretch;padding-inline:28px}.account-selection-upgraded .account-choice>.live-account-button{border-color:#f3ba2f;background:linear-gradient(100deg,#f3ba2f,#d99a18);box-shadow:0 12px 28px rgba(243,186,47,.18);color:#101317}.account-selection-upgraded .account-choice>.demo-account-button{border-color:#2396ff;background:rgba(35,150,255,.08);box-shadow:inset 0 0 0 1px rgba(35,150,255,.08);color:#75bcff}.account-selection-upgraded .account-choice>.live-account-button:hover{filter:brightness(1.06)}.account-selection-upgraded .account-choice>.demo-account-button:hover{background:#2396ff;color:#fff}

/* E: trading platform */
.platform-layout{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:34px;align-items:center}
.platform-points{margin-top:24px}
.platform-points article{display:flex;align-items:center;gap:14px;padding:13px 0;border-top:1px solid var(--site-line-soft)}
.platform-points article>b{width:32px;color:var(--site-green);font-size:12px}.platform-points strong,.platform-points small{display:block}.platform-points small{margin-top:2px;color:var(--site-muted);font-size:12px}
.platform-preview{overflow:hidden;border:1px solid var(--site-line);border-radius:18px;background:#0d1017;box-shadow:0 26px 70px rgba(0,0,0,.4);font-family:"Roboto Mono","DIN Alternate",ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;font-variant-numeric:tabular-nums}
.preview-top{min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--site-line);font-size:12px}.preview-top span{color:var(--site-green)}
.preview-body{min-height:320px;display:grid;grid-template-columns:110px 1fr 140px}
.preview-watch{padding:12px;border-right:1px solid var(--site-line)}.preview-watch span{display:block;padding:10px;border-radius:8px;color:var(--site-muted);font-size:11px;letter-spacing:.01em}.preview-watch span:first-child{background:rgba(35,150,255,.1);box-shadow:inset 2px 0 #2396ff,0 0 18px rgba(35,150,255,.08);color:#fff;animation:previewActiveQuote 2.8s ease-in-out infinite}
.preview-chart{position:relative;overflow:hidden;margin:16px;background:repeating-linear-gradient(0deg,transparent 0 44px,var(--site-line-soft) 45px),repeating-linear-gradient(90deg,transparent 0 62px,var(--site-line-soft) 63px)}
.preview-chart::before{position:absolute;z-index:2;top:0;bottom:0;left:-18%;width:16%;content:"";background:linear-gradient(90deg,transparent,rgba(63,216,255,.12),rgba(63,216,255,.38),transparent);filter:blur(.2px);animation:previewScanner 4.6s linear infinite}
.preview-chart::after{position:absolute;inset:12%;content:"";background:linear-gradient(169deg,transparent 48%,var(--site-green) 49% 50%,transparent 51%);clip-path:polygon(0 78%,14% 64%,28% 72%,42% 35%,55% 51%,69% 22%,84% 42%,100% 15%,100% 29%,84% 56%,69% 37%,55% 65%,42% 49%,28% 85%,14% 76%,0 92%);filter:drop-shadow(0 0 6px rgba(54,211,153,.5));transform-origin:center;animation:previewMarketLine 3.6s ease-in-out infinite}
@keyframes previewActiveQuote{0%,100%{background-color:rgba(35,150,255,.1)}50%{background-color:rgba(35,150,255,.2)}}
@keyframes previewScanner{to{left:112%}}
@keyframes previewMarketLine{0%,100%{opacity:.76;transform:translateY(4px) scaleX(.99)}50%{opacity:1;transform:translateY(-5px) scaleX(1.01)}}
.preview-ticket{padding:18px 14px;border-left:1px solid var(--site-line)}.preview-ticket small,.preview-ticket b{display:block}.preview-ticket small{margin-bottom:5px;color:var(--site-muted);font-size:11px}.preview-ticket b{margin-bottom:22px;font-size:13px}
.capability-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.capability-grid article>span{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(54,211,153,.3);border-radius:12px;background:rgba(54,211,153,.08);color:var(--site-green);font-weight:800}
.capability-grid h3{margin:18px 0 7px}.capability-grid p{margin:0;color:var(--site-muted);font-size:13px}

/* F: about */
.about-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:50px;align-items:center}
.about-grid>div>p{color:var(--site-muted);line-height:1.75}
.principle-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.principle-grid b{display:block;color:var(--site-green);font-size:19px}.principle-grid p{margin:8px 0 0;color:var(--site-muted);font-size:13px}
.responsibility-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:44px;padding:32px;border:1px solid var(--site-line);border-radius:20px;background:var(--site-panel);box-shadow:var(--site-shadow)}
.responsibility-panel .section-heading{margin-bottom:12px}.responsibility-panel>div>p{color:var(--site-muted);font-size:14px;line-height:1.7}
.responsibility-list{display:grid;gap:8px}.responsibility-list span{padding:13px 15px;border:1px solid var(--site-line);border-radius:11px;background:#151923;color:var(--site-muted);font-size:13px}.responsibility-list b{display:inline-block;min-width:48px;color:var(--site-title)}

/* Footer */
.site-footer{border-top:1px solid var(--site-line);background:#0b0d13}
.footer-grid{display:grid;grid-template-columns:1fr .8fr 1.15fr;gap:60px;padding-top:44px;padding-bottom:34px}
.footer-brand p{max-width:310px;margin:18px 0 0;color:var(--site-muted);font-size:13px}
.footer-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 24px;align-content:start}.footer-nav a{color:var(--site-text);font-size:13px;text-decoration:none}.footer-nav a:hover{color:var(--site-green)}
.footer-status b{font-size:14px}.footer-status p{margin:9px 0 0;color:var(--site-muted);font-size:12px;line-height:1.7}
.footer-bottom{min-height:54px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--site-line-soft);color:#697184;font-size:10px;letter-spacing:.08em}

/* Motion */
.reveal{opacity:0;transform:translateY(15px);transition:opacity .48s ease var(--delay,0ms),transform .48s ease var(--delay,0ms)}
.reveal.is-visible{opacity:1;transform:none}
.site-body a:focus-visible,.site-body button:focus-visible{outline:3px solid rgba(54,211,153,.56);outline-offset:3px}
.product-card:focus-within,.insight-grid article:focus-within{border-color:rgba(54,211,153,.38)}

@media(max-width:1100px){
  .site-header-inner{gap:16px}
  .site-nav{gap:14px}
  body.site-body .ccx-language-switcher-header .ccx-language-switcher-button{max-width:108px;font-size:11px}
}

@media(max-width:980px){
  .site-header-inner{gap:14px}.site-nav{gap:13px}.site-nav a{font-size:13px}
  .landing-content h1{font-size:48px}
  .why-layout{gap:30px}.principles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-circles{gap:12px}
  .product-grid{grid-template-columns:repeat(2,1fr)}.capability-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:900px){
  .site-body .container{width:calc(100% - 24px)}
  .site-header-inner{width:calc(100% - 24px);min-height:62px;display:grid;grid-template-columns:1fr auto;gap:0}
  .site-header-end{grid-column:2;grid-row:1;margin-left:0;justify-self:end}
  .mobile-menu-button{display:block}
  .site-nav{min-width:0;grid-column:1/-1;grid-row:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;max-height:0;margin:0;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .18s ease,padding .25s ease}
  .site-nav.open{max-height:330px;padding:10px 0 4px;border-top:1px solid var(--site-line);opacity:1}
  .site-nav a{min-height:46px;display:flex;align-items:center;padding:10px;border-bottom:1px solid var(--site-line-soft);font-size:14px}
  .site-nav a::after{display:none}.site-nav a.active{color:var(--site-green)}
  .section{padding:54px 0}.compact-section{padding-block:34px}.section-heading{margin-bottom:24px}.section-heading h2{font-size:26px}.section-heading p{font-size:14px;line-height:1.65}
  .landing-hero{min-height:calc(100svh - 62px);align-items:end}
  .landing-hero::after{right:-180px;bottom:-220px}
  .hero-slide{background-position:64% center}
  .hero-carousel-controls{right:12px;bottom:18px}
  .landing-content{position:absolute;top:118px;left:50%;width:calc(100% - 24px);margin:0;padding:0;transform:translateX(-50%)}
  .landing-content h1{max-width:360px;margin:10px 0 13px;font-size:38px;line-height:1.12}
  .landing-content p{max-width:360px;font-size:14px;line-height:1.65}
  .landing-content .account-actions{width:min(100%,320px);max-width:320px;margin-top:18px}.landing-content .account-actions .button{width:100%;min-width:0;min-height:48px;flex:1 1 auto;padding-inline:24px;font-size:16px}
  .why-layout,.about-grid,.platform-layout,.responsibility-panel{grid-template-columns:1fr;gap:28px}.why-intro{align-items:flex-start}.metal-orbit{width:132px;height:132px;flex-basis:132px}.metal-orbit span{width:62px;height:62px}.metal-orbit i{animation-name:auSatelliteMobile}
  .principle-card{min-height:250px;padding:20px}.principle-card h3{font-size:17px}.principle-card p{font-size:13px}
  .metal-product-grid,.account-choice-grid{grid-template-columns:1fr}.metal-product{grid-template-columns:46px 1fr auto;padding:16px;gap:12px}.metal-product>span{width:44px;height:44px}.metal-product p{display:none}.metal-quote b{font-size:17px}
  .category-circles{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:28px}.category-circle{min-height:176px;padding:16px}.category-circle>.category-asset-icon{width:50px;height:50px;margin-bottom:18px}.category-circle h3{font-size:16px}.category-circle p{font-size:11px;line-height:1.5}
  .insight-grid,.driver-grid{grid-template-columns:1fr}.insight-grid article{min-height:0}.insight-grid small{margin-top:18px}
  .page-hero-grid{min-height:380px;grid-template-columns:1fr}.page-hero-copy{padding:42px 0}.page-hero h1{font-size:34px}.page-hero-screen .page-hero-copy{padding:58px 0}.page-hero-screen .page-hero-copy h1{margin:20px 0 26px;font-size:38px;line-height:1.03}.page-hero-brand .page-hero-copy h1{font-size:40px;line-height:1.08}.page-hero p{font-size:14px}.page-hero-art{position:absolute;right:-80px;bottom:-90px;width:250px;height:250px;opacity:.35}.page-hero-rings .page-hero-grid{min-height:520px;padding-block:34px}.page-hero-rings .page-hero-art{right:14px;bottom:18px;width:210px;opacity:.72}.page-hero-rings .market-card{padding:14px}.page-hero-rings .market-card header{grid-template-columns:38px 1fr auto;gap:8px;padding-bottom:11px}.page-hero-rings .market-card-icon{width:38px;height:38px}.page-hero-rings .market-card-icon img{width:32px;height:32px}.page-hero-rings .market-card header b{font-size:14px}.page-hero-rings .market-card header em{padding:3px 6px;font-size:9px}.page-hero-rings .market-card>p{margin:13px 0 5px}.page-hero-rings .market-price{font-size:21px}.page-hero-rings .market-card-quote>span{font-size:11px}.page-hero-rings .market-card footer{margin-top:13px;padding-top:10px}.page-hero .account-actions{width:min(100%,320px)}.page-hero .account-actions .button{width:100%;min-width:0;min-height:48px;flex:1 1 auto}
  .market-board-head{display:none}.market-row{grid-template-columns:1fr auto;gap:5px 12px;min-height:76px;padding:11px 14px}.market-row>strong{grid-column:2;grid-row:1}.market-row>span:not(.market-name){grid-column:2;grid-row:2}.market-row>small{grid-column:1;grid-row:2;text-align:left;font-size:10px}.market-name{grid-column:1;grid-row:1}.market-name>span{width:34px;height:34px}
  .notice-panel{align-items:flex-start;flex-direction:column;padding:20px}.notice-panel .button{width:100%}
  .product-grid{grid-template-columns:1fr}.product-card>p{min-height:0}.product-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.category-filter{border-radius:18px}.workflow-panel{padding:20px}.workflow-steps{grid-template-columns:1fr}.workflow-steps article{display:grid;grid-template-columns:34px 1fr;column-gap:10px}.workflow-steps h3{margin:0}.workflow-steps p{grid-column:2}
  .account-choice{padding:22px}.account-choice h3{font-size:22px}
  .preview-body{min-height:260px;grid-template-columns:74px 1fr}.preview-watch{padding:8px}.preview-watch span{padding:8px 5px;font-size:9px}.preview-ticket{display:none}.preview-chart{margin:10px}
  .capability-grid,.principle-grid{grid-template-columns:repeat(2,1fr)}.capability-grid article,.principle-grid article{padding:16px}.capability-grid h3{font-size:15px}.capability-grid p{font-size:12px}
  .responsibility-panel{padding:20px}
  .footer-grid{grid-template-columns:1fr;gap:26px;padding-top:34px}.footer-nav{grid-template-columns:repeat(3,1fr)}.footer-bottom{min-height:62px;align-items:flex-start;justify-content:center;flex-direction:column;gap:4px}
}

@media(max-width:900px){
  .page-hero-rings{background-position:center,center,68% center}
  .page-hero-rings::after{inset:0;width:auto;height:auto;filter:none;opacity:1}
  .page-hero-rings .page-hero-grid{display:flex;min-height:620px;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:64px 14px 28px}
  .page-hero-rings .page-hero-copy{width:100%;padding:0}
  .page-hero-rings .page-hero-copy h1{max-width:330px;margin-top:18px;font-size:38px;line-height:1.05}
  .page-hero-rings .page-hero-art{position:relative;right:auto;bottom:auto;width:100%;max-width:none;margin-top:34px;opacity:1}
  .page-hero-rings .market-card{width:100%;padding:16px}
  .hero-security .hero-container{display:flex;min-height:auto;flex-direction:column;gap:34px;padding:54px 14px 34px}
  .hero-security .hero-content{width:100%;padding:0}.hero-security .security-tag{margin:22px 0 15px;font-size:11px}.hero-security .hero-title{max-width:340px;font-size:40px;line-height:1.08}.hero-security .hero-subtitle{font-size:14px;line-height:1.7}.hero-security .cta-group{width:min(100%,320px);margin-top:22px}.hero-security .cta-group .button{width:100%;min-width:0;min-height:48px;flex:1 1 auto}
  .hero-security .hero-visual{position:relative;right:auto;bottom:auto;width:100%;opacity:1}.hero-security .security-card-glass{padding:20px}.hero-security .chip-graphic{width:145px;height:145px;margin-bottom:18px}.hero-security .core-chip{width:88px;height:88px;border-radius:20px;font-size:14px}.hero-security .status-item{padding:10px 11px;font-size:11px}
}

@media(max-width:420px){
  .site-body p{font-size:14px}.site-body small{font-size:12px}
  .landing-content h1{font-size:34px}.landing-content{top:118px;padding:0}.account-actions{gap:8px}.landing-content .account-actions .button,.account-actions .button{padding-inline:24px;font-size:16px}
  .hero-carousel-controls{gap:3px}.hero-carousel-dots{gap:0}.hero-carousel-dot{width:44px;height:46px}.hero-carousel-arrow{display:none}.hero-carousel-toggle{min-width:46px}
  .category-circle{min-height:164px}.category-circle>.category-asset-icon{width:46px;height:46px}.category-circle h3{font-size:15px}
  .metal-product{grid-template-columns:42px 1fr auto}.metal-product>span{width:40px;height:40px}.metal-product h3{font-size:16px}.metal-quote b{font-size:15px}
  .principles-grid,.capability-grid,.principle-grid{grid-template-columns:1fr}.why-intro{display:grid;grid-template-columns:1fr auto;gap:16px}.why-intro .section-heading h2{font-size:32px}.metal-orbit{width:104px;height:104px;flex-basis:104px}.metal-orbit i{display:none}.footer-nav{grid-template-columns:repeat(2,1fr)}
}

@keyframes auSatelliteMobile{from{transform:translate(-50%,-50%) rotate(0deg) translateX(58px) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg) translateX(58px) rotate(-360deg)}}
@media(prefers-reduced-motion:reduce){
  .page-hero-art i{animation:none}.reveal{opacity:1;transform:none}.hero-slide{transition:none;transform:none}.hero-slide.is-active{transform:none}.landing-content h1,.landing-content .landing-subtitle,.landing-content .account-actions,.global-flag-stream span,.why-intro .section-heading h2,.metal-orbit,.metal-orbit::before,.metal-orbit span::after,.metal-orbit i,.page-hero-bars .page-hero-copy::before,.page-hero-bars .page-hero-copy h1,.page-hero-rings .page-hero-copy::before,.page-hero-rings .page-hero-copy h1,.page-hero-rings .page-hero-art i:nth-child(3),.page-hero-cubes .page-hero-art i:nth-child(3)::after,.page-hero-brand .page-hero-copy h1,.preview-watch span:first-child,.preview-chart::before,.preview-chart::after{animation:none}.global-flag-stream{display:none}.landing-content .account-actions .button,.landing-content .account-actions .button::after,.principle-card{transition:none}
}
