* { box-sizing: border-box; }
html { color-scheme: dark; scroll-padding-top: 96px; }
body { margin: 0; color: #f3f5fc; background: #070a14; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button:disabled { cursor: not-allowed; }
.site-topbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; max-width: 1440px; min-height: 88px; margin: auto; padding: 16px 40px; border-bottom: 1px solid #232a3c; }
.site-brand { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 750; letter-spacing: .1em; white-space: nowrap; }
.site-topbar nav { display: flex; align-items: center; gap: 24px; color: #afb8cf; font-size: 13px; }
.site-topbar nav a { display: flex; min-height: 44px; align-items: center; }
.site-topbar nav a:hover, .site-footer a:hover { color: #fff; }
.site-topbar .console-link { padding: 0 16px; color: #efecff; background: #252e4a; border: 1px solid #424c6e; border-radius: 12px; }
.language-link { min-width: 44px; justify-content: center; }
.compute-main { width: min(1360px, calc(100% - 64px)); margin: 36px auto 72px; }
.site-footer { width: min(1360px, calc(100% - 64px)); margin: auto; padding: 30px 0; display: flex; gap: 24px; align-items: center; flex-wrap: wrap; border-top: 1px solid #232a3c; color: #aab5ca; font-size: 12px; }
.site-footer strong { color: #fff; letter-spacing: .1em; }
.site-footer p { flex: 1; }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; }
a:focus-visible { outline: 2px solid #baaff7; outline-offset: 5px; border-radius: 4px; }
.skip-link { position: absolute; left: 20px; top: 0; transform: translateY(-130%); padding: 12px; background: #fff; color: #111; z-index: 100; }
.skip-link:focus { transform: none; }
@media (max-width: 700px) {
  .site-topbar { padding: 12px 16px; flex-wrap: wrap; gap: 8px; }
  .site-brand { width: 100%; }
  .site-topbar nav { width: 100%; justify-content: space-between; gap: 10px; font-size: 12px; }
  .site-topbar .console-link { padding: 0 10px; }
  .compute-main { width: calc(100% - 24px); margin: 24px auto 40px; }
  .site-footer { width: calc(100% - 32px); gap: 8px 20px; }
  .site-footer p { flex: 1 1 100%; line-height: 1.7; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
@media (prefers-contrast: more) { .site-topbar, .site-footer { border-color: #bdc7e0; } }

.router-main {
  color: #f4f6ff;
}

.router-main:focus {
  outline: none;
}

.router-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: center;
  gap: 52px;
  min-height: 620px;
  padding: 64px;
  overflow: hidden;
  border: 1px solid rgba(163, 146, 238, .25);
  border-radius: 32px;
  background: radial-gradient(ellipse at 0 0, rgba(120, 81, 215, .22), transparent 50%), radial-gradient(ellipse at 100% 100%, rgba(50, 149, 177, .13), transparent 55%), #0b1020;
}

.router-page-identity {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}

.router-page-identity > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.router-page-identity strong {
  color: #eeebff;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: .11em;
  line-height: 1.4;
}

.router-page-identity div > span {
  color: #b3acd4;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.5;
}

.router-page-identity-status {
  align-self: flex-start;
  margin-top: 2px;
  padding: 5px 9px;
  border: 1px solid rgba(166, 150, 225, .3);
  border-radius: 20px;
  color: #c1b8df;
  background: rgba(100, 75, 156, .12);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.5;
  white-space: nowrap;
}

.router-page-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  color: #a2aecb;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .16em;
  line-height: 1.6;
}

.router-page-eyebrow svg {
  color: #aaa1ef;
}

.router-page-hero h1 {
  margin: 0;
  color: #f7f8ff;
  font-size: clamp(38px, 4vw, 72px);
  font-weight: 760;
  letter-spacing: -.035em;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.router-page-hero h1 span {
  display: block;
  margin-top: 8px;
  color: #b8b3fc;
}

.router-page-lead {
  max-width: 640px;
  margin: 28px 0 30px;
  color: #a8b2c8;
  font-size: 17px;
  line-height: 1.9;
}

.router-page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.router-page-primary-link,
.router-page-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 720;
  text-decoration: none;
  transition: transform 100ms ease-out, border-color 140ms ease;
}

.router-page-primary-link {
  color: white;
  border-color: rgba(195, 176, 255, .3);
  background: linear-gradient(120deg, #7360ce, #4e4dac);
}

.router-page-secondary-link {
  border-color: #2c354c;
  color: #d2daed;
  background: #151d31;
}

.router-page-primary-link:active,
.router-page-secondary-link:active {
  transform: scale(.97);
}

.router-main a:focus-visible {
  outline: 3px solid #a0b1ff;
  outline-offset: 5px;
}

.router-page-preview-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 22px 0 0;
  color: #8e9bb6;
  font-size: 12px;
  line-height: 1.7;
}

.router-page-preview-note svg {
  flex: 0 0 auto;
}

.router-page-hub {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 34px 28px;
  border: 1px solid rgba(150, 166, 219, .12);
  border-radius: 28px;
  background: linear-gradient(140deg, rgba(31, 43, 72, .64), rgba(10, 15, 31, .88));
}

.router-page-hub-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #97a4c6;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
}

.router-page-hub-caption > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8dd8de;
}

.router-page-hub-core {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: min(100%, 280px);
  margin: 28px auto 0;
  padding: 28px 12px;
  border: 1px solid #675c9c;
  border-radius: 22px;
  background: linear-gradient(145deg, #343051, #19233d);
  box-shadow: 0 14px 42px rgba(13, 4, 35, .3), inset 0 1px rgba(255, 255, 255, .06);
}

.router-page-hub-core > .router-mark {
  margin-bottom: 4px;
  filter: drop-shadow(0 8px 18px rgba(93, 75, 190, .3));
}

.router-page-hub-core > strong {
  font-size: 22px;
  letter-spacing: .08em;
}

.router-page-hub-core > span {
  color: #a6b2d4;
  font-size: 12px;
}

.router-page-hub-branches {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 72%;
  height: 56px;
  margin: 0 auto;
}

.router-page-hub-branches::before {
  position: absolute;
  top: 0;
  left: 50%;
  height: 28px;
  content: "";
  border-left: 1px dashed #6c73a0;
}

.router-page-hub-branches::after {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  content: "";
  border-top: 1px dashed #6c73a0;
}

.router-page-hub-branches > span {
  position: absolute;
  top: 28px;
  bottom: 0;
  border-left: 1px dashed #6c73a0;
}

.router-page-hub-branches > span:nth-child(1) { left: 0; }
.router-page-hub-branches > span:nth-child(2) { left: 50%; }
.router-page-hub-branches > span:nth-child(3) { right: 0; }

.router-page-hub-destinations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.router-page-hub-destinations > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  padding: 18px 6px;
  border: 1px solid #2c3650;
  border-radius: 15px;
  background: #111a2e;
  text-align: center;
}

.router-page-hub-destinations svg { color: #96d4df; }
.router-page-hub-destinations strong { color: #d8dff0; font-size: 12px; }
.router-page-hub-destinations span { color: #8d9bb9; font-size: 10px; }

.router-page-services {
  margin-top: 74px;
}

.router-page-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 30px;
}

.router-page-section-heading .router-page-eyebrow { margin-bottom: 12px; }

.router-page-section-heading h2 {
  margin: 0;
  color: #f3f5ff;
  font-size: clamp(28px, 2.7vw, 40px);
  letter-spacing: -.025em;
  line-height: 1.25;
}

.router-page-section-heading > p {
  max-width: 500px;
  margin: 0;
  color: #9ca9c1;
  font-size: 14px;
  line-height: 1.8;
}

.router-page-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.router-page-service {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px;
  border: 1px solid #242e44;
  border-radius: 24px;
  background: linear-gradient(145deg, #10182a, #0b1120);
}

.router-page-service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
}

.router-page-service-icon {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border: 1px solid #303d61;
  border-radius: 13px;
  color: #a6b6fa;
  background: #1a2541;
}

.router-page-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  border: 1px solid #334057;
  border-radius: 20px;
  color: #b0bdd1;
  font-size: 10px;
  white-space: nowrap;
}

.router-page-service-category {
  margin: 0 0 9px;
  color: #8795b4;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.5;
}

.router-page-service h3 {
  margin: 0;
  color: #e9edfa;
  font-size: 23px;
  letter-spacing: -.015em;
  line-height: 1.4;
}

.router-page-service-description {
  flex: 1;
  margin: 14px 0 28px;
  color: #9eabc4;
  font-size: 14px;
  line-height: 1.85;
}

.router-page-service button:disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 45px;
  border: 1px solid #30394e;
  border-radius: 12px;
  color: #9da9bf;
  background: #1b2233;
  font-size: 12px;
  font-weight: 650;
  cursor: not-allowed;
  opacity: 1;
}

.router-page-credit-note {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding: 28px 32px;
  border: 1px solid #293550;
  border-radius: 22px;
  background: #10182c;
}

.router-page-credit-note > svg { flex: 0 0 auto; color: #a4b3f8; }
.router-page-credit-note > div { flex: 1; min-width: 0; }
.router-page-credit-note h2 { margin: 0 0 7px; color: #e7ecfb; font-size: 17px; }
.router-page-credit-note p { margin: 0; color: #96a5c1; font-size: 13px; line-height: 1.8; }
.router-page-credit-note a { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; min-height: 44px; color: #b3c2ff; font-size: 13px; font-weight: 680; text-decoration: none; }

@media (max-width: 1280px) {
  .router-page-hero { gap: 28px; min-height: 550px; padding: 40px; }
  .router-page-hub { padding: 28px 20px; }
  .router-page-hub-destinations { gap: 8px; }
  .router-page-service { padding: 24px; }
}

@media (max-width: 1080px) {
  .router-page-hero { grid-template-columns: 1fr; gap: 34px; padding: 46px; }
  .router-page-hero-copy { max-width: 660px; }
  .router-page-hero h1 { font-size: 54px; }
  .router-page-hub { max-width: none; width: 100%; }
  .router-page-hub-core { max-width: 310px; }
  .router-page-hub-destinations { max-width: 540px; margin: auto; }
  .router-page-hub-branches { max-width: 390px; }
  .router-page-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .router-page-section-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .router-page-credit-note { flex-wrap: wrap; }
  .router-page-credit-note a { margin-left: 44px; }
}

@media (max-width: 680px) {
  .router-page-hero { gap: 28px; padding: 34px 20px 22px; border-radius: 23px; }
  .router-page-eyebrow { margin-bottom: 19px; font-size: 9px; }
  .router-page-identity { gap: 10px; margin-bottom: 26px; }
  .router-page-identity > .router-mark { width: 42px; height: 42px; }
  .router-page-identity strong { font-size: 13px; }
  .router-page-identity div > span { font-size: 9px; }
  .router-page-identity-status { padding: 4px 7px; font-size: 9px; }
  .router-page-hero h1 { font-size: clamp(32px, 9.6vw, 49px); }
  .router-page-lead { margin: 22px 0; font-size: 14px; line-height: 1.8; }
  .router-page-hero-actions { gap: 9px; }
  .router-page-primary-link, .router-page-secondary-link { flex: 1; gap: 7px; min-height: 46px; padding: 0 10px; font-size: 11px; }
  .router-page-preview-note { align-items: flex-start; font-size: 10px; }
  .router-page-preview-note > svg { margin-top: 1px; }
  .router-page-hub { padding: 24px 12px 16px; border-radius: 19px; }
  .router-page-hub-caption { font-size: 8px; letter-spacing: .09em; }
  .router-page-hub-core { width: min(100%, 220px); margin-top: 21px; padding: 22px 10px; gap: 10px; }
  .router-page-hub-core > strong { font-size: 18px; }
  .router-page-hub-core > span { font-size: 10px; }
  .router-page-hub-destinations { gap: 7px; }
  .router-page-hub-destinations > div { padding: 14px 4px; border-radius: 12px; }
  .router-page-hub-destinations strong { font-size: 10px; }
  .router-page-hub-destinations span { font-size: 8px; }
  .router-page-services { margin-top: 45px; }
  .router-page-section-heading { margin-bottom: 21px; padding: 0 10px; }
  .router-page-section-heading h2 { font-size: 28px; }
  .router-page-section-heading > p { font-size: 12px; }
  .router-page-service-grid { grid-template-columns: 1fr; gap: 13px; }
  .router-page-service { padding: 25px 22px 22px; border-radius: 22px; }
  .router-page-service-top { margin-bottom: 23px; }
  .router-page-service h3 { font-size: 22px; }
  .router-page-service-description { margin-bottom: 24px; font-size: 13px; }
  .router-page-credit-note { align-items: flex-start; gap: 13px; margin-top: 20px; padding: 22px; border-radius: 22px; }
  .router-page-credit-note > svg { width: 20px; height: 20px; margin-top: 2px; }
  .router-page-credit-note h2 { font-size: 15px; line-height: 1.5; }
  .router-page-credit-note p { font-size: 12px; }
  .router-page-credit-note a { margin-left: 33px; font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .router-page-primary-link, .router-page-secondary-link { transition: none; }
  .router-page-primary-link:active, .router-page-secondary-link:active { transform: none; }
}

@media (prefers-contrast: more) {
  .router-page-service, .router-page-hero, .router-page-hub, .router-page-credit-note { border-color: #657395; }
  .router-page-lead, .router-page-preview-note, .router-page-service-description, .router-page-section-heading > p, .router-page-credit-note p { color: #c3cee4; }
  .router-page-identity div > span, .router-page-identity-status { color: #ded8fc; }
  .router-page-identity-status { border-color: #a99dc9; background: #251e3e; }
}

.router-mark {
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: middle;
}

@media (forced-colors: active) {
  .router-mark {
    forced-color-adjust: none;
  }
}

[hidden] { display:none !important; }
.router-account { width:min(1360px,calc(100% - 64px)); margin:28px auto 0; border:1px solid #303a50; border-radius:22px; padding:24px 28px; background:linear-gradient(115deg,#101e29,#111625); }
.router-account h2 { font-size:1.12rem; line-height:1.4; margin:0 0 8px; }
.router-account p { color:#b6c3d8; font-size:.86rem; line-height:1.7; margin:4px 0; }
.router-account-guest, .router-account-private { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.router-account-caption { color:#90d7c5 !important; font-size:.68rem !important; letter-spacing:.1em; font-weight:700; }
.router-credit-number { display:flex; flex-wrap:wrap; align-items:baseline; gap:12px; }
.router-credit-number strong { font-size:clamp(2rem,4vw,3rem); letter-spacing:-.045em; line-height:1.2; font-variant-numeric:tabular-nums; }
.router-credit-number span { font-size:.8rem; color:#bfcbde; }
.router-credit-owner { max-width:440px; overflow-wrap:anywhere; }
.router-account-actions { display:flex; align-items:center; flex-wrap:wrap; gap:10px 16px; }
.router-account-actions a { display:inline-flex; align-items:center; min-height:44px; font-size:.82rem; color:#ffc2a6; }
.router-account button, .site-topbar .router-login-button { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:9px 16px; border-radius:11px; background:#25374a; border:1px solid #526580; color:#f3f5fc; font:inherit; font-size:.84rem; font-weight:650; cursor:pointer; }
.site-topbar .router-login-button { white-space:nowrap; }
.router-account button:disabled, .site-topbar .router-login-button:disabled { opacity:.65; cursor:wait; }
.router-account button:active:not(:disabled), .router-login-button:active:not(:disabled) { transform:scale(.98); }
.router-account button:hover:not(:disabled), .router-login-button:hover:not(:disabled) { border-color:#d6deed; }
.router-account button:focus-visible, .router-login-button:focus-visible { outline:2px solid #bcb1ff; outline-offset:4px; }
.router-account .router-logout { background:transparent; color:#bec8dd; }
.router-account-status:not(:empty) { margin-top:14px; color:#f5bb9e; }
@media(max-width:700px) {
  .router-account { width:calc(100% - 24px); padding:20px; margin-top:20px; }
  .router-account-guest,.router-account-private { align-items:flex-start; flex-direction:column; gap:16px; }
  .router-account-actions { width:100%; }
  .site-topbar nav { flex-wrap:wrap; justify-content:flex-start; gap:6px 14px; }
  .site-topbar .router-login-button { margin-left:auto; }
}
@media(prefers-contrast:more) { .router-account { background:#0a1020; border-color:#b3c3da; } .router-account p { color:#dce5f3; } }
