:root {
  --ink: #17233b;
  --muted: #66738a;
  --line: #e5eaf3;
  --paper: #ffffff;
  --canvas: #f3f6fb;
  --brand: #345eea;
  --brand-dark: #243fb4;
  --brand-soft: #edf1ff;
  --success: #047857;
  --warning: #b45309;
  --shadow: 0 14px 36px rgba(25, 43, 78, .08);
  --font-sans: Inter, system-ui, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
}

html[data-locale="zh"] { --font-sans: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif; --font-display: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif; }
html[data-locale="ja"] { --font-sans: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif; --font-display: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif; }
html[data-locale="ko"] { --font-sans: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; --font-display: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; }
html[data-locale="en"] { --font-sans: Inter, system-ui, sans-serif; --font-display: Georgia, "Times New Roman", serif; }
html[data-locale="zh"], html[data-locale="ja"], html[data-locale="ko"] { font-synthesis: none; }

* { box-sizing: border-box; }

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 100% 0, rgba(80, 116, 255, .12), transparent 28rem),
    radial-gradient(circle at 0 100%, rgba(29, 180, 160, .08), transparent 30rem),
    var(--canvas);
  font-family: var(--font-sans);
}

button { font: inherit; }

/* Public site: a distinct editorial entry point before the authenticated portal. */
.landing { min-height: 100vh; overflow: hidden; color: #171717; background: #f4f1eb; }
.landing-nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px clamp(20px, 4vw, 66px); color: #fff; background: #090909; }
.landing-brand { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 800; letter-spacing: -.03em; }
.landing-brand span { display: grid; width: 24px; height: 24px; place-items: center; color: #090909; background: #fff; border-radius: 50%; font-size: 10px; }
.landing-nav-right { display: flex; align-items: center; gap: 17px; }
.landing-languages { display: flex; gap: 2px; }
.language-select { position: relative; }
.language-trigger { display: inline-flex; align-items: center; gap: 7px; min-height: 32px; padding: 0 8px; color: #a7a7a7; background: transparent; border: 0; font-size: 11px; font-weight: 800; cursor: pointer; }
.language-trigger:hover { color: #fff; }.language-trigger span { font-size: 13px; transform: translateY(-1px); }
.language-options { position: absolute; top: calc(100% + 8px); right: 0; z-index: 20; display: grid; min-width: 86px; padding: 5px; background: #fff; border: 1px solid #ddd; border-radius: 3px; box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.language-options[hidden] { display: none; }
.language-options button { padding: 8px 9px; color: #555; background: transparent; border: 0; border-radius: 2px; font-size: 11px; font-weight: 800; text-align: left; cursor: pointer; }
.language-options button:hover, .language-options button.active { color: #17338b; background: #eef2ff; }
.landing-login, .landing-primary { display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid transparent; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.landing-login { min-height: 38px; padding: 0 13px 0 15px; color: #111; background: #fff; border-radius: 2px; font-size: 12px; font-weight: 800; }
.landing-login:hover, .landing-primary:hover { transform: translateY(-2px); }
.landing-login b, .landing-primary b { font-size: 16px; font-weight: 500; }
.landing-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(400px, 1.05fr); min-height: min(770px, calc(100vh - 74px)); background: #f4f1eb; }
.landing-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(42px, 7vw, 116px) clamp(28px, 5.5vw, 96px); }
.landing-eyebrow, .landing-section-heading > p, .landing-closing > div > p { margin: 0 0 18px; color: #505050; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.landing-hero h1 { margin: 0; max-width: 680px; font-family: var(--font-display); font-size: clamp(48px, 6.1vw, 98px); font-weight: 400; line-height: .94; letter-spacing: -.07em; }
.landing-lead { max-width: 390px; margin: 30px 0 0; color: #505050; font-size: 16px; line-height: 1.65; }
.landing-primary { min-height: 51px; margin-top: 35px; padding: 0 16px 0 19px; color: #fff; background: #101010; border-radius: 2px; font-size: 13px; font-weight: 800; }
.landing-primary:hover { background: #293b91; }
.landing-hero-image { position: relative; min-height: 440px; overflow: hidden; background: #d6d2c8; }
.landing-hero-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(244,241,235,.16), transparent 35%); content: ""; pointer-events: none; }
.landing-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.landing-statement { display: grid; grid-template-columns: minmax(0, 1fr) 120px auto; align-items: end; gap: clamp(24px, 6vw, 100px); padding: clamp(82px, 12vw, 180px) clamp(24px, 9vw, 160px) clamp(52px, 7vw, 92px); color: #f8f8f6; background: #10162d; }
.landing-statement p { max-width: 980px; margin: 0; font-family: var(--font-display); font-size: clamp(32px, 4.5vw, 70px); line-height: 1.02; letter-spacing: -.06em; }
.statement-rule { height: 1px; margin-bottom: 10px; background: #5e5e5e; }
.landing-statement > span { margin-bottom: 3px; color: #a2a2a2; font-size: 10px; font-weight: 800; letter-spacing: .1em; white-space: nowrap; }
.landing-features { padding: clamp(80px, 10vw, 150px) clamp(20px, 4vw, 66px); background: #f4f1eb; }
.landing-section-heading { display: grid; grid-template-columns: minmax(260px, 1.1fr) 1fr 1fr; gap: 24px; align-items: start; margin-bottom: clamp(35px, 5vw, 74px); }
.landing-section-heading h2 { margin: 0; font-family: var(--font-display); font-size: clamp(34px, 4vw, 59px); font-weight: 400; line-height: .98; letter-spacing: -.06em; }
.landing-section-heading > span { max-width: 390px; color: #545454; font-size: 15px; line-height: 1.65; }
.landing-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #202020; }
.landing-card { position: relative; display: flex; min-height: 320px; flex-direction: column; align-items: flex-start; padding: 25px; overflow: hidden; color: #191919; background: #ded8cc; border-right: 1px solid #202020; transition: background .25s, color .25s; }
.landing-card:last-child { border-right: 0; }.landing-card-1 { background: #bfc6df; }.landing-card-2 { background: #b4c6bc; }
.landing-card:hover { color: #fff; background: #263e9d; }.landing-card-2:hover { background: #126153; }
.landing-card > span { color: currentColor; font-size: 11px; font-weight: 800; letter-spacing: .1em; opacity: .63; }
.landing-card h3 { max-width: 280px; margin: auto 0 10px; font-family: var(--font-display); font-size: clamp(26px, 2.7vw, 42px); font-weight: 400; line-height: .98; letter-spacing: -.055em; }
.landing-card p { max-width: 240px; margin: 0; font-size: 14px; line-height: 1.55; opacity: .75; }
.landing-card b { position: absolute; right: 23px; bottom: 22px; font-size: 22px; font-weight: 400; }
.landing-closing { position: relative; display: grid; grid-template-columns: 1.3fr .7fr; gap: 35px; align-items: end; overflow: hidden; padding: clamp(84px, 12vw, 180px) clamp(24px, 9vw, 160px); color: #f6f4ef; background: linear-gradient(118deg, #1b2d7f 0%, #3151cb 44%, #9274d9 100%); }
.landing-closing::before { position: absolute; width: min(50vw, 700px); aspect-ratio: 1; right: -12vw; top: -30%; border-radius: 50%; background: radial-gradient(circle at 35% 40%, rgba(255,255,255,.6), rgba(193,175,255,.22) 28%, transparent 67%); content: ""; filter: blur(5px); animation: drift 13s ease-in-out infinite alternate; }
.landing-closing::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.12), transparent 55%), linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: auto, 38px 38px, 38px 38px; content: ""; mask-image: linear-gradient(90deg, #000, transparent 85%); pointer-events: none; }
.landing-closing > div { position: relative; z-index: 1; }
.landing-closing > div > p { color: #bbc7ff; }.landing-closing h2 { max-width: 740px; margin: 0; font-family: var(--font-display); font-size: clamp(43px, 5.2vw, 82px); font-weight: 400; line-height: .93; letter-spacing: -.065em; }

html[data-locale="zh"] .landing-hero h1, html[data-locale="ja"] .landing-hero h1, html[data-locale="ko"] .landing-hero h1 { font-weight: 700; line-height: 1.08; letter-spacing: -.055em; }
html[data-locale="zh"] .landing-statement p, html[data-locale="ja"] .landing-statement p, html[data-locale="ko"] .landing-statement p, html[data-locale="zh"] .landing-section-heading h2, html[data-locale="ja"] .landing-section-heading h2, html[data-locale="ko"] .landing-section-heading h2, html[data-locale="zh"] .landing-card h3, html[data-locale="ja"] .landing-card h3, html[data-locale="ko"] .landing-card h3, html[data-locale="zh"] .landing-closing h2, html[data-locale="ja"] .landing-closing h2, html[data-locale="ko"] .landing-closing h2 { font-weight: 700; line-height: 1.22; letter-spacing: -.04em; }
html[data-locale="zh"] .story-intro h2, html[data-locale="ja"] .story-intro h2, html[data-locale="ko"] .story-intro h2, html[data-locale="zh"] .story-slide h3, html[data-locale="ja"] .story-slide h3, html[data-locale="ko"] .story-slide h3 { font-weight: 700; line-height: 1.2; letter-spacing: -.04em; }
html[data-locale="zh"] body { font-weight: 400; } html[data-locale="zh"] .landing-nav, html[data-locale="zh"] .landing-primary, html[data-locale="zh"] .landing-login, html[data-locale="zh"] .landing-card > span, html[data-locale="zh"] .story-slide span { font-weight: 600; }
.landing-closing > div:last-child { display: grid; justify-items: start; gap: 8px; max-width: 280px; color: #dfe5ff; font-size: 15px; line-height: 1.55; }
.landing-primary-light { color: #19318b; background: #fff; }.landing-primary-light:hover { color: #fff; background: #121212; }
.landing-footer { display: flex; justify-content: space-between; gap: 16px; padding: 18px clamp(20px, 4vw, 66px); color: #a9b7f4; background: #263e9d; border-top: 1px solid rgba(255,255,255,.22); font-size: 11px; font-weight: 700; }

.landing-scroll-story { min-height: 0; color: #f7f7f4; background: #10162d; }
.story-sticky { position: relative; display: grid; grid-template-columns: minmax(270px, .82fr) minmax(0, 1.18fr); gap: clamp(32px, 6vw, 110px); min-height: clamp(520px, 54vw, 720px); padding: clamp(45px, 6vw, 92px) clamp(20px, 8vw, 130px) clamp(90px, 10vw, 150px); overflow: hidden; }
.story-sticky::before { position: absolute; width: 45vw; aspect-ratio: 1; right: -16vw; bottom: -22vw; border: 1px solid rgba(155,177,255,.3); border-radius: 50%; box-shadow: 0 0 0 60px rgba(155,177,255,.025), 0 0 0 150px rgba(155,177,255,.018); content: ""; }
.story-intro { position: relative; z-index: 1; align-self: center; }.story-intro p { margin: 0 0 19px; color: #aab8ef; font-size: 10px; font-weight: 800; letter-spacing: .13em; }.story-intro h2 { max-width: 490px; margin: 0; font-family: var(--font-display); font-size: clamp(39px, 4.3vw, 66px); font-weight: 400; line-height: .98; letter-spacing: -.065em; }.story-intro > span { display: block; max-width: 360px; margin-top: 26px; color: #c5c8d4; font-size: 15px; line-height: 1.65; }
.story-stage { position: relative; min-height: clamp(390px, 44vw, 550px); align-self: center; }
.story-slide { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(24px, 4vw, 48px); overflow: hidden; color: #14225b; background: #e9e4da; border-radius: 3px; box-shadow: 0 30px 70px rgba(0,0,0,.28); opacity: 0; transform: translateY(44px) scale(.965) rotate(2deg); transition: opacity .65s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.story-slide::before { position: absolute; width: 64%; aspect-ratio: 1; right: -10%; top: -22%; border: 1px solid rgba(30,51,139,.28); border-radius: 50%; box-shadow: 0 0 0 25px rgba(39,74,189,.08), 0 0 0 68px rgba(39,74,189,.045); content: ""; }.story-slide::after { position: absolute; left: 0; right: 0; bottom: 0; height: 52%; background: linear-gradient(transparent, rgba(255,255,255,.72)); content: ""; }
.story-slide-1 { color: #f8f7ff; background: #344598; }.story-slide-1::before { border-color: rgba(255,255,255,.42); box-shadow: 0 0 0 25px rgba(255,255,255,.09), 0 0 0 68px rgba(255,255,255,.04); }.story-slide-1::after { background: linear-gradient(transparent, rgba(17,29,83,.55)); }.story-slide-2 { color: #ecfff5; background: #13584d; }.story-slide-2::after { background: linear-gradient(transparent, rgba(5,48,40,.55)); }
.story-slide.is-active { z-index: 2; opacity: 1; transform: translateY(0) scale(1) rotate(0); }.story-slide span, .story-slide h3, .story-slide p, .story-slide i { position: relative; z-index: 1; }.story-slide span { margin-bottom: auto; font-size: 11px; font-weight: 800; letter-spacing: .12em; opacity: .7; }.story-slide h3 { max-width: 500px; margin: 0 0 12px; font-family: var(--font-display); font-size: clamp(37px, 4vw, 62px); font-weight: 400; line-height: .96; letter-spacing: -.06em; }.story-slide p { max-width: 330px; margin: 0; font-size: 15px; line-height: 1.6; opacity: .78; }.story-slide i { position: absolute; right: 8%; bottom: 11%; width: 80px; height: 8px; background: currentColor; border-radius: 999px; opacity: .24; transform: rotate(-35deg); }
.story-stage::before, .story-stage::after { position: absolute; z-index: 0; content: ""; border-radius: 3px; }.story-stage::before { inset: 18px -18px -18px 18px; background: #283770; opacity: .9; transform: rotate(2.5deg); }.story-stage::after { inset: 38px -36px -36px 36px; background: #1b295c; opacity: .7; transform: rotate(5deg); }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .8s cubic-bezier(.2,.8,.2,1); }.landing-hero [data-reveal] { transform: translateY(18px); }.landing-hero [data-reveal]:last-child { transition-delay: .12s; }[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@keyframes drift { from { transform: translate3d(0, 0, 0) scale(1); } to { transform: translate3d(-7%, 9%, 0) scale(1.12); } }

.shell {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: clamp(16px, 2vw, 34px) clamp(16px, 3.2vw, 64px) clamp(28px, 4vw, 56px);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 64px;
  margin-bottom: clamp(18px, 2.4vw, 34px);
  padding: 10px 12px 10px 18px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(229, 234, 243, .9);
  border-radius: 16px;
  box-shadow: 0 5px 18px rgba(26, 43, 75, .035);
  backdrop-filter: blur(14px);
}

.brand { display: flex; align-items: center; gap: 9px; font-size: 18px; font-weight: 800; letter-spacing: -.03em; }
.brand span { display: grid; width: 26px; height: 26px; place-items: center; color: #fff; background: linear-gradient(135deg, var(--brand), #7390ff); border-radius: 8px; font-size: 12px; box-shadow: 0 5px 12px rgba(52, 94, 234, .28); }
.topbar-right { display: flex; align-items: center; gap: 12px; }
.secure-mark { display: inline-flex; align-items: center; gap: 7px; color: #526079; font-size: 12px; font-weight: 700; }
.secure-mark i { width: 7px; height: 7px; border-radius: 50%; background: #18a873; box-shadow: 0 0 0 4px #e9faf3; }
.language { display: flex; gap: 5px; padding: 3px; background: #f3f5f9; border-radius: 10px; }
.language button, .ghost { border: 1px solid var(--line); background: #fff; border-radius: 9px; padding: 7px 10px; color: var(--muted); cursor: pointer; transition: color .18s, border-color .18s, background .18s, transform .18s; }
.language button { border-color: transparent; padding: 6px 9px; font-size: 12px; }
.language button:hover, .ghost:hover { border-color: #bdcaf9; color: var(--brand); background: #fafbff; }
.language button.active { border-color: #d5ddff; color: var(--brand); background: #fff; font-weight: 800; box-shadow: 0 1px 3px rgba(30, 55, 119, .08); }
.language { padding: 0; background: transparent; }
.language .language-trigger { min-height: 32px; padding: 0 9px; color: var(--muted); background: #f3f5f9; border: 1px solid var(--line); border-radius: 9px; }
.language .language-trigger:hover { color: var(--brand); background: #fff; border-color: #bdcaf9; }
.language .language-options button { padding: 8px 9px; color: #536078; background: transparent; border: 0; box-shadow: none; }
.language .language-options button:hover, .language .language-options button.active { color: var(--brand); background: var(--brand-soft); }

.login { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.login-card { width: min(460px, 100%); padding: 40px; background: rgba(255, 255, 255, .92); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.eyebrow { color: var(--brand); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.login h1 { font-size: 32px; letter-spacing: -.05em; margin: 12px 0; }
.login p, .subtitle { color: var(--muted); line-height: 1.65; }
.notice { margin-top: 24px; padding: 13px 14px; background: var(--brand-soft); border-radius: 10px; color: #3550a5; font-size: 14px; }

.grid { display: grid; grid-template-columns: minmax(220px, 270px) minmax(0, 1fr); gap: clamp(18px, 2vw, 30px); width: 100%; align-items: start; }
.sidebar, .panel, .metric, .empty { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 1px 0 rgba(0, 0, 0, .01); }
.sidebar { position: sticky; top: 20px; padding: 10px; height: max-content; box-shadow: 0 8px 24px rgba(25, 43, 78, .045); }
.nav { display: grid; gap: 3px; }
.nav button { display: flex; width: 100%; border: 0; background: transparent; border-radius: 10px; padding: 12px 13px; text-align: left; color: var(--muted); cursor: pointer; transition: background .18s, color .18s, transform .18s; }
.nav button:hover { color: var(--ink); background: #f5f7fb; }
.nav button.active { background: var(--brand-soft); color: var(--brand); font-weight: 800; box-shadow: inset 3px 0 0 var(--brand); }
.content { min-width: 0; }

/* Brand-led overview, while data pages remain quiet and utilitarian. */
.overview-hero { position: relative; display: flex; min-height: clamp(280px, 28vw, 370px); margin-bottom: clamp(26px, 3vw, 38px); overflow: hidden; color: #f7f9ff; background: linear-gradient(122deg, #162a68 0%, #273b8f 48%, #576fe5 100%); border-radius: 24px; box-shadow: 0 20px 44px rgba(31, 56, 137, .2); isolation: isolate; }
.overview-hero::before { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.065) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.065) 1px, transparent 1px); background-size: 36px 36px; content: ""; mask-image: linear-gradient(90deg, #000, transparent 80%); }
.hero-copy { display: flex; flex: 1 1 55%; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(30px, 4.2vw, 66px); }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; color: #dce5ff; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .13); border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.hero-kicker span { width: 6px; height: 6px; border-radius: 50%; background: #72ebc2; box-shadow: 0 0 0 4px rgba(114, 235, 194, .13); }
.hero-copy h1 { max-width: 680px; margin: 16px 0 10px; color: #fff; font-size: clamp(34px, 4.4vw, 64px); line-height: 1.02; letter-spacing: -.065em; overflow-wrap: anywhere; }
.hero-copy p { margin: 0; color: #c9d4ff; font-size: clamp(14px, 1.2vw, 16px); }
.hero-copy p strong { color: #fff; font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-action, .hero-text-action { min-height: 40px; border-radius: 10px; cursor: pointer; transition: transform .18s, background .18s, border-color .18s; }
.hero-action { padding: 0 14px 0 16px; color: #203475; background: #fff; border: 1px solid #fff; font-weight: 800; }
.hero-action:hover { background: #e8edff; transform: translateY(-1px); }
.hero-action b, .tasks-panel .ghost b { margin-left: 10px; font-size: 16px; }
.hero-text-action { padding: 0 14px; color: #f1f4ff; background: transparent; border: 1px solid rgba(255,255,255,.25); font-weight: 700; }
.hero-text-action:hover { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.46); }
.hero-visual { position: relative; flex: 1 1 45%; min-height: 100%; overflow: hidden; }
.visual-glow { position: absolute; top: 14%; right: 15%; width: min(27vw, 350px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 38% 36%, #c0ccff 0 2%, #8499fa 13%, #596fdc 35%, rgba(69,87,194,.05) 68%); filter: blur(.2px); opacity: .94; }
.visual-ring { position: absolute; width: min(35vw, 450px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.ring-one { top: -17%; right: -10%; }
.ring-two { right: 15%; bottom: -42%; border-color: rgba(171, 191, 255, .32); }
.visual-card { position: absolute; right: clamp(24px, 4vw, 64px); bottom: clamp(24px, 4vw, 54px); display: flex; align-items: center; gap: 12px; min-width: min(250px, 80%); padding: 13px 15px; color: #fff; background: rgba(17, 32, 91, .34); border: 1px solid rgba(255,255,255,.22); border-radius: 14px; box-shadow: 0 14px 30px rgba(11, 23, 74, .17); backdrop-filter: blur(10px); transform: rotate(-4deg); }
.visual-card-mark { display: grid; width: 30px; height: 30px; place-items: center; color: #2d4aa7; background: #dce5ff; border-radius: 9px; }
.visual-card div { display: grid; gap: 3px; }
.visual-card small { color: #c9d4ff; font-size: 10px; font-weight: 700; }
.visual-card strong { font-size: 13px; }
.visual-card em { margin-left: auto; color: #b8c7ff; font-size: 18px; font-style: normal; }

.dashboard-section { margin-bottom: 16px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin: 0 2px 13px; }
.section-heading p { margin: 0 0 4px; color: var(--brand); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section-heading h2 { margin: 0; font-size: clamp(19px, 1.55vw, 24px); letter-spacing: -.04em; }
.section-heading > span { padding: 6px 9px; color: #43806a; background: #ecfdf5; border-radius: 999px; font-size: 11px; font-weight: 800; white-space: nowrap; }
.metrics { gap: 16px; }
.metric { position: relative; min-height: 146px; overflow: hidden; }
.metric::after { position: absolute; right: -26px; bottom: -42px; width: 105px; height: 105px; border: 16px solid #eef2ff; border-radius: 50%; content: ""; }
.metric-1::after { border-color: #edf9f5; }.metric-2::after { border-color: #fff4e6; }.metric-3::after { border-color: #f7efff; }
.metric-index { position: relative; z-index: 1; margin-bottom: 20px; color: #a0abc1; font-size: 10px; font-weight: 800; letter-spacing: .09em; }
.metric .label, .metric .value { position: relative; z-index: 1; }
.tasks-panel { margin-top: 22px; }
.tasks-panel .section-heading { margin-bottom: 16px; }
.tasks-panel .ghost { padding-block: 6px; font-size: 12px; font-weight: 700; }

.page-head { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin: 2px 2px 20px; }
.page-head h1 { margin: 0; font-size: clamp(26px, 2.2vw, 34px); letter-spacing: -.045em; }
.page-head .subtitle { margin: 7px 0 0; }
.published { display: inline-flex; align-items: center; gap: 5px; padding: 7px 10px; color: var(--success); background: #ecfdf5; border-radius: 999px; font-size: 12px; font-weight: 800; white-space: nowrap; }

.metrics { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; margin-bottom: 16px; }
.metric { min-height: 128px; padding: 20px; border-top: 3px solid transparent; transition: transform .18s, box-shadow .18s; }
.metric:hover { transform: translateY(-2px); border-top-color: var(--brand); box-shadow: var(--shadow); }
.metric .label { color: var(--muted); font-size: 13px; font-weight: 600; }
.metric .value { margin-top: 15px; font-size: clamp(22px, 1.8vw, 30px); font-weight: 800; letter-spacing: -.05em; overflow-wrap: anywhere; }

.panel { margin-bottom: 16px; padding: clamp(18px, 2vw, 26px); overflow-x: auto; box-shadow: 0 6px 22px rgba(25, 43, 78, .035); }
.panel h2 { margin: 0 0 15px; font-size: 16px; }
.table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 14px; }
.table th { padding: 10px; border-bottom: 1px solid var(--line); color: var(--muted); font-weight: 700; text-align: left; white-space: nowrap; }
.table td { padding: 14px 10px; border-bottom: 1px solid #f0f2f6; vertical-align: middle; }
.table tbody tr:last-child td { border-bottom: 0; }
.table tbody tr { transition: background .15s; }
.table tbody tr:hover { background: #fafbff; }
.badge { padding: 5px 8px; border-radius: 999px; background: #fef3c7; color: var(--warning); font-size: 12px; font-weight: 700; }
.empty { padding: 60px 28px; color: var(--muted); text-align: center; }
.error { margin-top: 16px; padding: 12px; border-radius: 10px; color: #b42318; background: #fef3f2; }

@media (max-width: 980px) {
  .shell { padding-inline: clamp(16px, 3vw, 30px); }
  .grid { grid-template-columns: 1fr; }
  .sidebar { position: static; width: 100%; overflow-x: auto; padding: 7px; }
  .nav { display: flex; min-width: max-content; gap: 4px; }
  .nav button { width: auto; white-space: nowrap; }
  .nav button.active { box-shadow: inset 0 -3px 0 var(--brand); }
  .overview-hero { min-height: 300px; }
  .landing-hero { grid-template-columns: 1fr; min-height: auto; }
  .landing-hero-copy { min-height: 500px; }.landing-hero-image { min-height: min(84vw, 590px); }
  .landing-statement { grid-template-columns: 1fr auto; }.statement-rule { display: none; }
  .landing-section-heading { grid-template-columns: 1fr 1.2fr; }.landing-section-heading > p { grid-column: 1 / -1; }
  .landing-closing { grid-template-columns: 1fr; }
  .landing-scroll-story { min-height: auto; }.story-sticky { position: relative; grid-template-columns: 1fr; min-height: auto; padding-block: 90px; }.story-stage { min-height: 470px; }.story-intro { max-width: 610px; }
}

@media (max-width: 640px) {
  .shell { padding: 12px 12px 28px; }
  .topbar { min-height: 58px; padding-left: 12px; border-radius: 13px; }
  .brand { font-size: 15px; }
  .brand span { width: 23px; height: 23px; }
  .secure-mark { display: none; }
  .language { gap: 2px; }
  .language button { padding: 5px 6px; font-size: 11px; }
  .page-head { align-items: flex-start; flex-direction: column; gap: 10px; margin: 4px 2px 16px; }
  .metrics { grid-template-columns: 1fr; gap: 12px; }
  .metric { min-height: 108px; }
  .panel { padding: 15px; border-radius: 13px; }
  .overview-hero { min-height: 330px; border-radius: 18px; }
  .overview-hero::before { background-size: 27px 27px; }
  .hero-copy { flex-basis: 100%; justify-content: flex-start; padding: 29px 24px; }
  .hero-copy h1 { margin-top: 14px; font-size: 36px; }
  .hero-visual { position: absolute; inset: auto 0 0; height: 130px; pointer-events: none; }
  .visual-glow { top: -43px; right: -14px; width: 190px; }
  .ring-one { top: -93px; right: -90px; width: 260px; }.ring-two { right: 22px; bottom: -134px; width: 220px; }
  .visual-card { right: 20px; bottom: 16px; min-width: 190px; padding: 10px 12px; transform: rotate(-3deg); }
  .section-heading { align-items: flex-start; }
  .login-card { padding: 28px 24px; }
  .landing-nav { padding: 14px 16px; }.landing-nav-right { gap: 8px; }.landing-languages { display: none; }.landing-login { min-height: 34px; padding: 0 10px; font-size: 10px; }
  .landing-hero-copy { min-height: 460px; padding: 55px 24px 40px; }.landing-hero h1 { font-size: clamp(47px, 14vw, 68px); }.landing-lead { margin-top: 24px; font-size: 14px; }.landing-primary { margin-top: 27px; }
  .landing-hero-image { min-height: 390px; }.landing-statement { display: block; padding: 82px 24px; }.landing-statement p { font-size: clamp(32px, 10.2vw, 52px); }.landing-statement > span { display: block; margin-top: 36px; }
  .landing-features { padding: 75px 16px; }.landing-section-heading { display: block; }.landing-section-heading h2 { margin-bottom: 20px; font-size: 40px; }.landing-card-grid { grid-template-columns: 1fr; }.landing-card { min-height: 235px; border-right: 0; border-bottom: 1px solid #202020; }.landing-card:last-child { border-bottom: 0; }
  .landing-closing { padding: 78px 24px; }.landing-closing h2 { font-size: clamp(46px, 13.2vw, 63px); }.landing-footer { padding: 16px 20px; }
  .landing-scroll-story { min-height: auto; }.story-sticky { display: block; padding: 78px 24px; }.story-intro h2 { font-size: 43px; }.story-intro > span { font-size: 14px; }.story-stage { display: grid; min-height: auto; margin-top: 42px; gap: 12px; }.story-slide { position: relative; min-height: 340px; padding: 25px; opacity: 1; transform: none; }.story-slide h3 { font-size: 40px; }.story-slide p { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

/* Public-site information architecture: trust statement, product showcase, then process. */
.landing-statement, .landing-scroll-story { background: #111a37; }
.landing-statement { padding-bottom: clamp(44px, 5vw, 74px); }
.landing-scroll-story { border-top: 1px solid rgba(255,255,255,.12); }
.story-sticky { grid-template-columns: minmax(310px, .86fr) minmax(0, 1.14fr); min-height: clamp(600px, 52vw, 720px); padding-top: clamp(60px, 7vw, 108px); padding-bottom: clamp(90px, 9vw, 140px); }
.story-intro { align-self: center; }.story-intro h2 { max-width: 450px; font-size: clamp(42px, 4.3vw, 67px); }.story-intro > span { max-width: 390px; }
.story-tabs { display: grid; gap: 8px; max-width: 380px; margin-top: 36px; }
.story-tab { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 12px; width: 100%; min-height: 50px; padding: 0 13px; color: #b9c3e9; background: transparent; border: 1px solid rgba(214,224,255,.19); border-radius: 2px; font-size: 13px; font-weight: 700; text-align: left; cursor: pointer; transition: color .2s, border-color .2s, background .2s, transform .2s; }
.story-tab span { color: #8292d4; font-size: 10px; font-weight: 800; letter-spacing: .08em; }.story-tab b { font-size: 15px; font-weight: 400; }.story-tab:hover { color: #fff; border-color: rgba(255,255,255,.55); transform: translateX(3px); }.story-tab.is-active { color: #172a6a; background: #eef1ff; border-color: #eef1ff; }.story-tab.is-active span { color: #4b64bb; }
.story-stage { min-height: clamp(390px, 38vw, 520px); }.story-stage::before { inset: 18px -20px -20px 20px; background: #243675; }.story-stage::after { inset: 36px -38px -38px 38px; background: #192855; }
.story-slide { display: grid; grid-template-rows: 1fr auto; padding: 0; color: #182f7b; background: #f4f1e9; border: 1px solid rgba(255,255,255,.5); border-radius: 4px; box-shadow: 0 28px 70px rgba(0,0,0,.3); }.story-slide::before, .story-slide::after { display: none; }.story-slide-1 { color: #fff; background: #3c55b0; }.story-slide-2 { color: #fff; background: #216457; }
.story-status { position: absolute !important; z-index: 2 !important; top: 18px; right: 19px; margin: 0 !important; padding: 6px 8px; color: currentColor !important; background: rgba(255,255,255,.58); border-radius: 999px; font-size: 10px !important; font-weight: 800 !important; letter-spacing: .04em !important; opacity: 1 !important; }.story-slide-1 .story-status, .story-slide-2 .story-status { background: rgba(255,255,255,.16); }
.story-screen { position: relative; min-height: 0; margin: 30px 30px 0; padding: 22px; overflow: hidden; background: rgba(255,255,255,.77); border: 1px solid rgba(32,51,129,.13); border-radius: 3px; }.story-slide-1 .story-screen, .story-slide-2 .story-screen { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.22); }
.screen-bar { display: flex; align-items: center; gap: 5px; padding-bottom: 18px; border-bottom: 1px solid rgba(24,47,123,.14); }.screen-bar i { width: 7px; height: 7px; background: #8da1df; border-radius: 50%; }.screen-bar b { margin-left: 8px; color: #334b9a; font-size: 11px; }.story-slide-1 .screen-bar, .story-slide-2 .screen-bar { border-color: rgba(255,255,255,.2); }.story-slide-1 .screen-bar i, .story-slide-2 .screen-bar i { background: #c6d0ff; }.story-slide-1 .screen-bar b, .story-slide-2 .screen-bar b { color: #fff; }
.screen-title { margin-top: 28px; color: #1a337e; font-size: clamp(20px, 2.2vw, 32px); font-weight: 800; letter-spacing: -.045em; }.story-slide-1 .screen-title, .story-slide-2 .screen-title { color: #fff; }
.screen-lines { display: grid; gap: 8px; max-width: 62%; margin-top: 20px; }.screen-lines i { height: 7px; background: #cbd4ef; border-radius: 99px; }.screen-lines i:nth-child(2) { width: 82%; }.screen-lines i:nth-child(3) { width: 63%; }.story-slide-1 .screen-lines i, .story-slide-2 .screen-lines i { background: rgba(255,255,255,.38); }
.screen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 30px; }.screen-grid i { height: clamp(65px, 8vw, 105px); background: linear-gradient(180deg, #d9e1f4 0 22%, #edf0f8 22%); border-radius: 2px; }.story-slide-1 .screen-grid i, .story-slide-2 .screen-grid i { background: linear-gradient(180deg, rgba(255,255,255,.24) 0 22%, rgba(255,255,255,.1) 22%); }
.story-copy { display: grid; grid-template-columns: 1fr minmax(145px, .55fr); gap: 18px; padding: 25px 30px 28px; background: rgba(255,255,255,.6); }.story-slide-1 .story-copy, .story-slide-2 .story-copy { background: rgba(0,0,0,.12); }.story-copy h3 { margin: 0; color: inherit; font-family: var(--font-display); font-size: clamp(24px, 2.5vw, 37px); font-weight: 400; line-height: 1; letter-spacing: -.05em; }.story-copy p { align-self: end; margin: 0; color: inherit; font-size: 12px; line-height: 1.55; opacity: .76; }
.landing-process { padding: clamp(82px, 10vw, 145px) clamp(24px, 8vw, 130px); background: #f4f1e9; }.process-heading { display: grid; grid-template-columns: .6fr 1.4fr; gap: 25px; align-items: end; margin-bottom: clamp(40px, 5vw, 72px); }.process-heading p { margin: 0; color: #566075; font-size: 10px; font-weight: 800; letter-spacing: .12em; }.process-heading h2 { max-width: 820px; margin: 0; color: #151719; font-family: var(--font-display); font-size: clamp(36px, 4.4vw, 67px); font-weight: 400; line-height: .98; letter-spacing: -.065em; }.flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #1b1d22; }.flow-step { min-height: 245px; padding: 22px 22px 22px 0; border-right: 1px solid #1b1d22; }.flow-step:not(:first-child) { padding-left: 22px; }.flow-step:last-child { border-right: 0; }.flow-step > span { display: block; color: #596171; font-size: 11px; font-weight: 800; letter-spacing: .08em; }.flow-step h3 { margin: 80px 0 9px; color: #151719; font-family: var(--font-display); font-size: clamp(26px, 2.5vw, 39px); font-weight: 400; letter-spacing: -.05em; }.flow-step p { max-width: 240px; margin: 0; color: #596171; font-size: 14px; line-height: 1.55; }
html[data-locale="zh"] .story-intro h2, html[data-locale="zh"] .story-copy h3, html[data-locale="zh"] .process-heading h2, html[data-locale="zh"] .flow-step h3, html[data-locale="ja"] .story-intro h2, html[data-locale="ja"] .story-copy h3, html[data-locale="ja"] .process-heading h2, html[data-locale="ja"] .flow-step h3, html[data-locale="ko"] .story-intro h2, html[data-locale="ko"] .story-copy h3, html[data-locale="ko"] .process-heading h2, html[data-locale="ko"] .flow-step h3 { font-weight: 700; line-height: 1.2; letter-spacing: -.04em; }

@media (max-width: 980px) { .story-sticky { grid-template-columns: 1fr; }.story-intro { max-width: 650px; }.story-tabs { grid-template-columns: repeat(3, 1fr); max-width: none; }.story-tab { grid-template-columns: 1fr auto; min-height: 74px; }.story-tab span { grid-column: 1 / -1; }.process-heading { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .landing-statement { padding: 78px 24px 44px; }.story-sticky { display: block; min-height: 0; padding: 46px 24px 78px; }.story-tabs { grid-template-columns: 1fr; }.story-tab { grid-template-columns: 32px 1fr auto; min-height: 50px; }.story-tab span { grid-column: auto; }.story-stage { min-height: 420px; margin-top: 36px; }.story-screen { margin: 22px 22px 0; padding: 17px; }.screen-grid i { height: 62px; }.story-copy { grid-template-columns: 1fr; gap: 8px; padding: 19px 22px 24px; }.story-copy h3 { font-size: 30px; }.landing-process { padding: 76px 24px; }.process-heading { margin-bottom: 42px; }.process-heading h2 { font-size: 42px; }.flow-grid { grid-template-columns: 1fr; }.flow-step, .flow-step:not(:first-child) { min-height: 0; padding: 20px 0 32px; border-right: 0; border-bottom: 1px solid #1b1d22; }.flow-step:last-child { border-bottom: 0; }.flow-step h3 { margin-top: 42px; } }

/* Rebuilt public homepage — original portal visual system. */
.landing { color: #0d0d0d; background: #f5f3ee; }
.renewed-nav { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 0 clamp(24px, 4vw, 62px); color: #fff; background: #050505; }
.renewed-brand { display: inline-flex; align-items: center; gap: 9px; font-size: 16px; font-weight: 800; letter-spacing: -.03em; }.renewed-brand span { display: grid; width: 27px; height: 27px; place-items: center; color: #050505; background: #fff; border-radius: 50%; font-size: 11px; }.renewed-nav-right { display: flex; align-items: center; gap: 20px; }.renewed-login { min-height: 44px; padding: 0 15px 0 17px; color: #0b0b0b; background: #fff; border: 0; font-size: 12px; font-weight: 800; cursor: pointer; }.renewed-login b, .renewed-primary b { margin-left: 15px; font-size: 16px; font-weight: 400; }.renewed-login:hover { background: #e6e8f8; }
.renewed-hero { position: relative; min-height: min(780px, calc(100vh - 76px)); overflow: hidden; color: #fff; background: #1b1c24; }.renewed-hero-image, .renewed-hero-shade { position: absolute; inset: 0; }.renewed-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }.renewed-hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.77) 0%, rgba(0,0,0,.3) 51%, rgba(0,0,0,.08) 100%), linear-gradient(0deg, rgba(0,0,0,.35), transparent 45%); }.renewed-hero-copy { position: relative; z-index: 2; display: flex; min-height: inherit; max-width: 760px; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(48px, 7vw, 120px); }.renewed-hero-copy > p, .renewed-showcase-head > p, .renewed-flow-head > p, .renewed-closing p { margin: 0 0 20px; color: #c9d3ff; font-size: 10px; font-weight: 800; letter-spacing: .14em; }.renewed-hero-copy h1 { max-width: 680px; margin: 0; font-family: var(--font-display); font-size: clamp(53px, 7.2vw, 108px); font-weight: 400; line-height: .9; letter-spacing: -.075em; }.renewed-hero-copy > span { max-width: 410px; margin-top: 27px; color: #e5e5e6; font-size: 16px; line-height: 1.6; }.renewed-primary { min-height: 52px; margin-top: 32px; padding: 0 16px 0 19px; color: #fff; background: #080808; border: 1px solid #fff; font-size: 13px; font-weight: 800; cursor: pointer; transition: background .2s, transform .2s; }.renewed-primary:hover { background: #445fc6; transform: translateY(-2px); }
.renewed-portal-preview { position: absolute; z-index: 3; right: clamp(28px, 7vw, 124px); bottom: clamp(26px, 5vw, 76px); width: min(34vw, 520px); min-width: 330px; padding: 18px; color: #1d2e75; background: rgba(247,246,241,.94); border: 1px solid rgba(255,255,255,.7); box-shadow: 0 28px 80px rgba(0,0,0,.38); transform: rotate(-3deg); backdrop-filter: blur(11px); }.preview-nav { display: flex; align-items: center; gap: 6px; padding-bottom: 14px; border-bottom: 1px solid #d5d9e8; }.preview-nav i { width: 7px; height: 7px; border-radius: 50%; background: #88a0ed; }.preview-nav b { margin-left: 9px; font-size: 11px; }.preview-stat { display: grid; gap: 7px; margin-top: 24px; }.preview-stat span { color: #4e71cd; font-size: 10px; font-weight: 800; }.preview-stat strong { font-family: var(--font-display); font-size: clamp(24px, 2.4vw, 39px); font-weight: 400; letter-spacing: -.05em; }.preview-chart { display: flex; align-items: end; gap: 8px; height: 82px; margin-top: 22px; }.preview-chart i { flex: 1; background: #bbc8ed; }.preview-chart i:nth-child(1) { height: 37%; }.preview-chart i:nth-child(2) { height: 61%; }.preview-chart i:nth-child(3) { height: 48%; }.preview-chart i:nth-child(4) { height: 82%; background: #3958b8; }.preview-chart i:nth-child(5) { height: 69%; }
.renewed-statement { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 50px; align-items: end; padding: clamp(94px, 12vw, 174px) clamp(24px, 9vw, 154px); color: #f5f3ee; background: #070707; }.renewed-statement p { max-width: 1060px; margin: 0; font-family: var(--font-display); font-size: clamp(40px, 5vw, 76px); font-weight: 400; line-height: .98; letter-spacing: -.065em; }.renewed-statement span { padding-bottom: 8px; color: #a9a9aa; font-size: 10px; font-weight: 800; letter-spacing: .12em; white-space: nowrap; }
.renewed-showcase { padding: clamp(82px, 10vw, 145px) 0 clamp(88px, 11vw, 160px); overflow: hidden; background: #f5f3ee; }.renewed-showcase-head { display: grid; grid-template-columns: minmax(230px, .85fr) minmax(360px, 1.45fr) minmax(220px, .65fr); gap: 30px; align-items: end; padding: 0 clamp(24px, 4vw, 62px) clamp(42px, 5vw, 74px); }.renewed-showcase-head h2, .renewed-flow-head h2 { margin: 0; font-family: var(--font-display); font-size: clamp(42px, 5.1vw, 78px); font-weight: 400; line-height: .91; letter-spacing: -.07em; }.renewed-showcase-head > span { max-width: 295px; color: #57585d; font-size: 14px; line-height: 1.6; }
.portal-showcase-track { display: flex; gap: 24px; padding: 0 clamp(24px, 4vw, 62px); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }.portal-showcase-track::-webkit-scrollbar { display: none; }.portal-showcase-card { position: relative; display: flex; flex: 0 0 min(76vw, 910px); min-height: 555px; flex-direction: column; overflow: hidden; color: #fff; background: #192147; border-radius: 4px; scroll-snap-align: center; box-shadow: 0 16px 44px rgba(18,20,31,.12); }.portal-showcase-card-1 { background: #9a694d; }.portal-showcase-card-2 { background: #23594f; }.portal-showcase-card::before { position: absolute; width: 60%; height: 120%; top: -30%; right: -8%; background: linear-gradient(145deg, rgba(255,255,255,.17), transparent 60%); border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ""; }.showcase-top { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; padding: 25px 28px; font-size: 11px; font-weight: 800; }.showcase-top span { opacity: .66; letter-spacing: .12em; }.showcase-top i { font-size: 18px; font-style: normal; font-weight: 400; }.showcase-ui { position: relative; z-index: 1; width: min(67%, 570px); min-height: 268px; margin: auto auto 0; padding: 20px; color: #1d337d; background: #f6f3ed; border-radius: 3px 3px 0 0; box-shadow: 0 18px 45px rgba(0,0,0,.25); }.ui-nav { display: flex; gap: 5px; padding-bottom: 16px; border-bottom: 1px solid #d9dce4; }.ui-nav i { width: 7px; height: 7px; border-radius: 50%; background: #aab7df; }.ui-title { margin-top: 23px; font-family: var(--font-display); font-size: 27px; letter-spacing: -.04em; }.ui-lines { display: grid; gap: 7px; max-width: 55%; margin-top: 18px; }.ui-lines i { height: 6px; border-radius: 20px; background: #c6d1ee; }.ui-lines i:nth-child(2) { width: 78%; }.ui-lines i:nth-child(3) { width: 58%; }.ui-blocks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 23px; }.ui-blocks i { height: 70px; background: #e4e8f4; }.showcase-copy { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr minmax(170px, .36fr); gap: 28px; align-items: end; padding: 28px; background: linear-gradient(transparent, rgba(0,0,0,.35)); }.showcase-copy h3 { margin: 0; font-family: var(--font-display); font-size: clamp(32px, 3.5vw, 53px); font-weight: 400; line-height: .95; letter-spacing: -.055em; }.showcase-copy p { margin: 0; color: rgba(255,255,255,.81); font-size: 14px; line-height: 1.55; }.showcase-pagination { display: flex; justify-content: center; gap: 7px; margin-top: 30px; }.showcase-pagination i { width: 5px; height: 5px; background: #999; border-radius: 50%; }.showcase-pagination .active { width: 30px; border-radius: 10px; background: #111; }
.renewed-flow { padding: clamp(84px, 11vw, 160px) clamp(24px, 7vw, 130px); background: #fff; }.renewed-flow-head { display: grid; grid-template-columns: .55fr 1.45fr; gap: 30px; margin-bottom: 74px; }.renewed-flow-head > p { color: #667083; }.renewed-flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #161616; }.renewed-flow-step { min-height: 260px; padding: 22px 25px 20px 0; border-right: 1px solid #161616; }.renewed-flow-step:not(:first-child) { padding-left: 25px; }.renewed-flow-step:last-child { border-right: 0; }.renewed-flow-step > span { color: #687183; font-size: 11px; font-weight: 800; letter-spacing: .1em; }.renewed-flow-step h3 { margin: 92px 0 8px; font-family: var(--font-display); font-size: clamp(28px, 3vw, 44px); font-weight: 400; letter-spacing: -.055em; }.renewed-flow-step p { max-width: 230px; margin: 0; color: #606572; font-size: 14px; line-height: 1.55; }
.renewed-closing { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 34px; align-items: end; min-height: 560px; padding: clamp(78px, 10vw, 150px) clamp(24px, 8vw, 140px); overflow: hidden; color: #fff; background: radial-gradient(circle at 85% 15%, #ab96ef 0, rgba(171,150,239,.45) 12%, transparent 33%), linear-gradient(125deg, #1b2e86, #4b61cc 54%, #8056bc); }.renewed-closing::after { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, #000, transparent 82%); content: ""; }.renewed-closing > div { position: relative; z-index: 1; }.renewed-closing h2 { max-width: 760px; margin: 0; font-family: var(--font-display); font-size: clamp(49px, 6vw, 92px); font-weight: 400; line-height: .9; letter-spacing: -.075em; }.renewed-closing > div:last-child { display: grid; max-width: 290px; gap: 15px; color: #e5e9ff; font-size: 15px; line-height: 1.6; }.renewed-primary-light { color: #243b98; background: #fff; border-color: #fff; }.renewed-primary-light:hover { color: #fff; background: #0b0b0b; }.renewed-footer { display: flex; justify-content: space-between; gap: 20px; padding: 19px clamp(24px, 4vw, 62px); color: #c8d0ff; background: #314bba; font-size: 11px; font-weight: 800; }
html[data-locale="zh"] .renewed-hero-copy h1, html[data-locale="ja"] .renewed-hero-copy h1, html[data-locale="ko"] .renewed-hero-copy h1, html[data-locale="zh"] .renewed-statement p, html[data-locale="ja"] .renewed-statement p, html[data-locale="ko"] .renewed-statement p, html[data-locale="zh"] .renewed-showcase-head h2, html[data-locale="ja"] .renewed-showcase-head h2, html[data-locale="ko"] .renewed-showcase-head h2, html[data-locale="zh"] .renewed-flow-head h2, html[data-locale="ja"] .renewed-flow-head h2, html[data-locale="ko"] .renewed-flow-head h2, html[data-locale="zh"] .renewed-closing h2, html[data-locale="ja"] .renewed-closing h2, html[data-locale="ko"] .renewed-closing h2, html[data-locale="zh"] .showcase-copy h3, html[data-locale="ja"] .showcase-copy h3, html[data-locale="ko"] .showcase-copy h3, html[data-locale="zh"] .renewed-flow-step h3, html[data-locale="ja"] .renewed-flow-step h3, html[data-locale="ko"] .renewed-flow-step h3 { font-weight: 700; line-height: 1.17; letter-spacing: -.045em; }
@media (max-width: 900px) { .renewed-hero { min-height: 700px; }.renewed-portal-preview { right: 28px; width: min(56vw, 480px); }.renewed-showcase-head { grid-template-columns: 1fr 1.4fr; }.renewed-showcase-head > p { grid-column: 1 / -1; }.renewed-showcase-head > span { grid-column: 2; }.renewed-closing { grid-template-columns: 1fr; min-height: 650px; }.renewed-flow-head { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .renewed-nav { min-height: 63px; padding-inline: 17px; }.renewed-brand { font-size: 14px; }.renewed-brand span { width: 23px; height: 23px; }.renewed-nav-right { gap: 6px; }.renewed-nav .landing-languages { display: block; }.renewed-nav .landing-languages .language-trigger { padding: 0 4px; }.renewed-login { min-height: 35px; padding: 0 9px; font-size: 10px; }.renewed-hero { min-height: 710px; }.renewed-hero-copy { justify-content: flex-start; padding: 64px 25px; }.renewed-hero-copy h1 { font-size: clamp(48px, 14vw, 68px); }.renewed-hero-copy > span { font-size: 14px; }.renewed-portal-preview { right: 20px; bottom: 22px; width: calc(100% - 40px); min-width: 0; transform: rotate(-2deg); }.renewed-statement { display: block; padding: 78px 24px; }.renewed-statement p { font-size: 43px; }.renewed-statement span { display: block; margin-top: 34px; }.renewed-showcase { padding-top: 75px; }.renewed-showcase-head { display: block; padding-inline: 24px; }.renewed-showcase-head h2 { margin-bottom: 20px; font-size: 48px; }.portal-showcase-track { gap: 14px; padding-inline: 24px; }.portal-showcase-card { flex-basis: 86vw; min-height: 500px; }.showcase-ui { width: 78%; min-height: 235px; }.showcase-copy { grid-template-columns: 1fr; gap: 9px; }.showcase-copy h3 { font-size: 37px; }.renewed-flow { padding: 78px 24px; }.renewed-flow-head { margin-bottom: 44px; }.renewed-flow-head h2 { font-size: 46px; }.renewed-flow-grid { grid-template-columns: 1fr; }.renewed-flow-step, .renewed-flow-step:not(:first-child) { min-height: 0; padding: 20px 0 33px; border-right: 0; border-bottom: 1px solid #161616; }.renewed-flow-step:last-child { border-bottom: 0; }.renewed-flow-step h3 { margin-top: 44px; }.renewed-closing { min-height: 590px; padding: 76px 24px; }.renewed-closing h2 { font-size: 55px; }.renewed-footer { padding: 17px 20px; } }
