:root {
  color-scheme: dark;
  --bg: #0b0f13;
  --panel: #11171c;
  --border: #273139;
  --text: #edf2ed;
  --muted: #91a09f;
  --lime: #c4f881;
  --cyan: #8fd9e5;
  font-family: "Segoe UI", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; overflow-x: hidden; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
button, input, select, textarea { border-radius: 5px; }
button { min-height: 44px; padding: 10px 16px; border: 1px solid var(--border); background: #1a2329; color: var(--text); transition: border-color .18s, background .18s, transform .18s; }
button:hover { border-color: #638073; background: #232f32; }
button:active { transform: translateY(1px); }
button:disabled { opacity: .5; cursor: not-allowed; transform: none; }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; }
a { color: var(--lime); text-underline-offset: 4px; }
p { line-height: 1.7; }
h1, h2, p { margin-top: 0; }
.hidden, [hidden] { display: none !important; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 20; padding: 14px; background: var(--lime); color: #111a12; }
.skip-link:focus { top: 10px; }
.registry-shell { display: grid; grid-template-columns: 216px minmax(0, 1fr); min-height: 100vh; }
.sidebar { position: sticky; top: 0; height: 100vh; padding: 34px 18px 28px; display: flex; flex-direction: column; background: #0e1317; border-right: 1px solid var(--border); }
.brand { display: flex; align-items: center; gap: 11px; color: var(--text); text-decoration: none; margin: 0 10px 55px; }
.brand-symbol { display: grid; place-items: center; width: 34px; height: 40px; color: var(--lime); }
.brand-symbol .icon { width: 33px; height: 33px; }
.brand strong { display: block; font-size: 19px; letter-spacing: 2px; }
.brand small { display: block; font-size: 8px; letter-spacing: 2.5px; margin-top: 7px; color: var(--muted); }
.nav-label { padding: 0 16px; margin-bottom: 19px; font-size: 10px; letter-spacing: 1.8px; color: #748581; display: flex; justify-content: space-between; }
.nav-label span { color: var(--lime); }
.tabs { display: grid; gap: 8px; min-width: 0; }
.tab { position: relative; display: flex; align-items: center; gap: 13px; text-align: left; height: 52px; border-color: transparent; background: transparent; color: #a5b1b0; font-size: 13px; }
.tab .icon { width: 18px; height: 18px; }
.tab.active { color: var(--lime); border-color: #344738; background: #1c2a23; }
.tab.active::before { content: ""; position: absolute; left: -19px; height: 22px; width: 3px; border-radius: 2px; background: var(--lime); box-shadow: 0 0 14px #c4f84a55; }
.nav-arrow { margin-left: auto; opacity: 0; font-size: 18px; }
.tab.active .nav-arrow { opacity: 1; }
.sidebar-bottom { margin-top: auto; padding: 50px 16px 0; }
.sidebar-bottom p { font-size: 14px; color: #a4b0a8; margin: 24px 0 16px; }
.sidebar-bottom small { display: block; font: 8px/1.9 Consolas, monospace; color: #667873; letter-spacing: 1.4px; }
.sidebar-signal { display: flex; align-items: end; gap: 5px; height: 33px; }
.sidebar-signal span { width: 3px; height: 35%; background: #596e55; }
.sidebar-signal span:nth-child(2n) { height: 65%; background: #9ec06c; }
.sidebar-signal span:nth-child(3n) { height: 100%; background: var(--lime); }
.workspace { width: min(100%, 1360px); margin: 0 auto; padding: 0 44px; min-width: 0; }
.topbar { height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.breadcrumb { display: flex; align-items: center; gap: 15px; font-size: 12px; white-space: nowrap; }
.breadcrumb > span { color: var(--muted); }
.breadcrumb .breadcrumb-slash { color: #44504e; }
.breadcrumb strong { font-weight: 500; }
.status { display: flex; align-items: center; gap: 24px; font-size: 11px; }
.status > div { display: flex; align-items: center; gap: 8px; }
.status > div + div { border-left: 1px solid var(--border); padding-left: 24px; }
.status span { color: var(--muted); }
.status strong { font-family: Consolas, monospace; font-weight: 500; font-size: 13px; }
.status-dot { display: block; width: 5px; height: 5px; border-radius: 50%; background: #c4f881; }
.hero { position: relative; isolation: isolate; overflow: hidden; min-height: 267px; border: 1px solid #364039; background: radial-gradient(ellipse at 78% 45%, #263b292e, transparent 58%), linear-gradient(100deg, #171f20, #11181b); padding: 33px 38px; border-radius: 8px; margin-bottom: 32px; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(#8094830b 1px, transparent 1px), linear-gradient(90deg, #8094830b 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(90deg, transparent, #000); }
.hero::after { content: ""; position: absolute; left: 0; top: 36px; height: 42px; width: 3px; background: var(--lime); }
.hero-content { position: relative; z-index: 1; width: 53%; }
.eyebrow { display: block; font: 9px/1.6 Consolas, "Courier New", monospace; letter-spacing: 2px; color: #8fa099; }
.hero .eyebrow { font-size: 9px; color: #abc0a5; }
.tiny-cross { margin-right: 8px; color: var(--lime); font-size: 13px; }
.hero h1 { font-size: clamp(28px, 3vw, 43px); font-weight: 650; line-height: 1.24; letter-spacing: 2px; margin: 16px 0 14px; }
.hero h1 > span { display: block; }
.title-dot { color: var(--lime); }
.hero p { color: #9caea4; font-size: 12px; line-height: 1.85; margin-bottom: 18px; }
.hero-tag { display: flex; align-items: center; gap: 7px; font: 8px/1 Consolas, monospace; letter-spacing: 2px; color: #aec49e; }
.hero-tag > span { width: 15px; height: 4px; background: var(--lime); }
.hero-tag b { font-size: 14px; font-weight: normal; }
.hero-art { position: absolute; inset: 0 0 0 41%; display: flex; align-items: center; }
.orbit-art { width: 100%; height: 100%; min-height: 260px; }
.floating-crystal { animation: float 7s ease-in-out infinite; transform-origin: center; }
.hero-corner { position: absolute; right: 14px; bottom: 10px; font: 18px Consolas, monospace; color: #a4b394; }
@keyframes float { 50% { transform: translateY(-7px); } }
.panel { min-width: 0; animation: enter .28s ease-out; }
@keyframes enter { from { opacity: .5; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.account-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 24px; }
.identity { display: flex; align-items: center; gap: 14px; min-width: 0; }
.identity > div { min-width: 0; }
.avatar { display: grid; place-items: center; width: 51px; height: 51px; border: 1px solid #3b4c40; background: #253326; color: var(--lime); border-radius: 8px; flex-shrink: 0; }
.avatar .icon { width: 25px; height: 25px; }
.account-head h2 { font-size: 18px; font-weight: 550; margin: 5px 0; overflow-wrap: anywhere; }
.membership-label { color: var(--muted); font-size: 10px; margin-bottom: 0; }
.quiet-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 11px; min-height: 36px; background: transparent; color: #a6b4b0; white-space: nowrap; }
.quiet-button .icon { width: 15px; height: 15px; }
.summary-grid { display: grid; grid-template-columns: 1.2fr 1.1fr .95fr 1.25fr 1fr; border: 1px solid var(--border); border-radius: 7px; background: #11181c; margin-bottom: 29px; }
.summary-grid > div { padding: 23px 22px; min-width: 0; }
.summary-grid > div + div { border-left: 1px solid var(--border); }
.summary-grid span { display: flex; align-items: center; gap: 6px; font-size: 11px; color: #a1b0aa; margin-bottom: 13px; }
.summary-grid .icon { width: 14px; height: 14px; }
.summary-grid strong { display: block; font: 26px/1.4 Consolas, "Microsoft YaHei", monospace; overflow-wrap: anywhere; font-variant-numeric: tabular-nums; }
.summary-grid small { display: block; font: 7px/1.8 Consolas, monospace; letter-spacing: 1.5px; color: #7b8b84; margin-top: 7px; }
.balance-stat strong { color: var(--lime); }
.paid-stat strong { color: var(--cyan); }
.summary-grid .date-stat { font-size: 12px; line-height: 2; padding-top: 5px; }
.section-label { display: flex; justify-content: space-between; gap: 15px; align-items: center; margin: 26px 0 16px; }
.section-label > span { font-size: 13px; letter-spacing: 1px; }
.section-label b { color: var(--lime); font: 11px Consolas, monospace; margin-right: 9px; }
.section-label > small { color: #748981; font: 8px Consolas, monospace; letter-spacing: 1.8px; }
.action-grid { display: grid; grid-template-columns: 1.12fr 1fr; gap: 20px; align-items: stretch; }
.action-card { padding: 27px 28px 17px; border: 1px solid var(--border); background: var(--panel); border-radius: 8px; min-width: 0; }
.recharge-card { border-top-color: #839954; background: linear-gradient(130deg, #222c1926, transparent 55%), var(--panel); }
.card-heading { display: flex; align-items: center; gap: 12px; }
.card-icon { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid; border-radius: 5px; }
.card-icon.lime { color: var(--lime); background: #273323; border-color: #465836; }
.card-icon.cyan { color: var(--cyan); background: #192b32; border-color: #304852; }
.card-heading h2 { font-size: 19px; font-weight: 550; margin: 3px 0 0; letter-spacing: .5px; }
.card-heading .eyebrow { font-size: 7px; letter-spacing: 1.5px; }
.card-chip { margin-left: auto; font-size: 9px; border: 1px solid #3b492d; color: #bad894; padding: 5px 7px; border-radius: 3px; white-space: nowrap; }
.card-description { color: #8b9d95; font-size: 11px; margin: 17px 0 0; }
form { display: grid; gap: 9px; margin-top: 23px; }
label { color: #b2bfb8; font-size: 12px; margin-top: 6px; }
input, select, textarea { width: 100%; min-width: 0; min-height: 47px; padding: 12px 14px; color: var(--text); border: 1px solid #334039; background: #0c1317; outline: none; transition: border-color .2s, box-shadow .2s; }
input::placeholder, textarea::placeholder { color: #74847c; font-size: 12px; }
input:focus, select:focus, textarea:focus { border-color: #9ac465; box-shadow: 0 0 0 3px #c4f8810b; }
textarea { resize: vertical; line-height: 1.8; min-height: 144px; }
small { color: #8b9d95; line-height: 1.8; font-size: 10px; }
.amount-field { position: relative; }
.amount-field input { padding-right: 55px; appearance: textfield; font-family: Consolas, monospace; font-size: 19px; }
.amount-field input::-webkit-inner-spin-button, .amount-field input::-webkit-outer-spin-button { appearance: none; }
.amount-field > span { position: absolute; top: 17px; right: 16px; font-size: 10px; color: #85988b; pointer-events: none; }
.amount-presets { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; margin: 3px 0 1px; }
.amount-presets button { padding: 9px 2px; min-height: 36px; background: transparent; font: 12px Consolas, monospace; color: #a0b59e; }
.amount-presets button.selected { color: var(--lime); border-color: #7b9b52; background: #26311f; }
.price-preview { display: flex; justify-content: space-between; align-items: center; border-top: 1px dashed #354134; margin-top: 11px; padding: 17px 0 3px; }
.price-preview > span { color: #9eafa2; font-size: 11px; }
.price-preview strong { color: var(--lime); font: 27px Consolas, monospace; }
.price-preview small { color: inherit; font-size: 15px; margin-right: 5px; }
.primary, .secondary { display: flex; justify-content: center; align-items: center; gap: 10px; width: 100%; min-height: 46px; font-size: 13px; font-weight: 600; margin-top: 9px; }
.primary { color: #1b2710; border-color: var(--lime); background: var(--lime); box-shadow: 0 2px 14px #c4f8810a; }
.primary:hover { color: #102007; background: #d2ff9b; border-color: #d2ff9b; box-shadow: 0 3px 21px #c4f88118; }
.secondary { color: var(--cyan); border-color: #36535a; background: #20343a; }
.secondary:hover { background: #28444b; border-color: #668f91; }
.primary .icon, .secondary .icon { width: 17px; height: 17px; }
.message { margin: 0; font-size: 12px; color: #ffaba1; min-height: 5px; overflow-wrap: anywhere; }
.message:not(:empty) { margin-top: 5px; padding: 9px 12px; border-left: 2px solid currentColor; background: #ffffff04; }
.message.success { color: var(--lime); }
.redeem-card { display: flex; flex-direction: column; }
.reward-stamp { display: flex; align-items: center; gap: 13px; border-top: 1px dashed #304249; margin-top: auto; padding: 23px 0 3px; color: #6e979e; }
.reward-stamp > .icon { width: 27px; height: 27px; transform: rotate(-15deg); }
.reward-stamp > span { font: 8px/1.9 Consolas, monospace; letter-spacing: 1.6px; }
.reward-stamp b { color: #98b2b2; font-weight: 500; }
.reward-stamp .stamp-lines { width: 55px; height: 24px; margin-left: auto; background: repeating-linear-gradient(90deg, #486069 0 1px, transparent 1px 4px, #486069 4px 6px, transparent 6px 8px); opacity: .6; }
.password-settings { background: var(--panel); border: 1px solid var(--border); border-radius: 7px; padding: 20px 25px; }
.password-settings > summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; }
.password-settings > summary::-webkit-details-marker { display: none; }
.summary-title { display: flex; align-items: center; gap: 12px; font-size: 13px; }
.summary-title > .icon { color: #94aca0; }
.summary-title small { display: block; margin-top: 4px; color: #7e9388; font-size: 10px; }
.expand-icon { color: var(--muted); width: 17px; height: 17px; transition: transform .2s; }
details[open] > summary .expand-icon { transform: rotate(45deg); }
.password-settings form { max-width: 560px; margin-bottom: 6px; }
.history-card { margin-top: 25px; padding: 24px 26px 8px; border: 1px solid var(--border); border-radius: 7px; background: var(--panel); }
.history-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 19px; }
.history-head h2 { font-size: 15px; margin: 4px 0 0; font-weight: 550; }
.history-head .eyebrow { font-size: 7px; }
.table-wrap { max-width: 100%; overflow-x: auto; }
table { border-collapse: collapse; width: 100%; font-size: 11px; text-align: left; }
th, td { padding: 15px 12px; border-bottom: 1px solid #26312e; white-space: nowrap; }
th { font-weight: 400; font-size: 10px; color: #8a9e92; background: #161f20; }
td { color: #c1d0c5; }
tr:last-child td { border-bottom: 0; }
code { font-family: Consolas, monospace; color: #bcd4c5; overflow-wrap: anywhere; }
.status-success { color: var(--lime); background: #c4f8810c; border: 1px solid #3a4c32; padding: 3px 8px; border-radius: 3px; font-size: 10px; }
.empty { padding: 35px 10px; color: #81958b; text-align: center; }
.auth-panel { max-width: 650px; margin: 0 auto; padding: 32px 38px; background: var(--panel); border: 1px solid var(--border); border-top-color: #678056; border-radius: 8px; }
.heading h1, .heading h2 { font-size: 24px; font-weight: 550; margin: 9px 0 12px; }
.heading p { color: var(--muted); font-size: 12px; margin-bottom: 0; line-height: 1.9; }
.auth-links { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; border-top: 1px solid var(--border); margin-top: 24px; padding-top: 15px; }
.text-button { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 36px; padding: 4px 0; color: #a9bca8; font-size: 11px; border: 0; background: transparent; }
.text-button:hover { color: var(--lime); background: transparent; }
.text-button .icon { width: 14px; height: 14px; }
.code-row { display: grid; grid-template-columns: minmax(0, 1fr) 122px; gap: 9px; }
.code-row button { font-size: 11px; padding: 8px; }
.field-stack { display: grid; gap: 9px; }
.check-row { display: flex; align-items: flex-start; gap: 10px; color: #f4b4a8; font-size: 12px; line-height: 1.9; }
.check-row input { width: 18px; min-height: 18px; margin-top: 3px; flex-shrink: 0; accent-color: var(--lime); }
.binding-preview { padding: 18px; border: 1px solid #536746; background: #1b271c; border-radius: 5px; font-size: 12px; line-height: 1.8; overflow-wrap: anywhere; }
.binding-preview p { margin: 4px 0 12px; }
.binding-preview ul { padding-left: 18px; }
.binding-preview details { margin-top: 12px; }
.binding-preview summary { cursor: pointer; }
.recharge-order { margin-top: 15px; padding: 14px; background: #1c2a23; border: 1px solid #476037; border-radius: 5px; font-size: 11px; line-height: 1.9; overflow-wrap: anywhere; }
.recharge-order p { margin: 0 0 5px; }
.page-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 32px 0 25px; margin-top: 12px; color: #74897e; font-size: 9px; letter-spacing: .5px; }
.page-footer b { color: #7eac61; font-weight: 400; margin: 0 7px; }
@media (min-width: 1550px) {
  .workspace { padding: 0 56px; }
  .hero { min-height: 290px; padding-top: 36px; }
}
@media (max-width: 1150px) {
  .registry-shell { grid-template-columns: 185px minmax(0, 1fr); }
  .sidebar { padding-inline: 12px; }
  .brand { margin-inline: 5px; }
  .brand strong { font-size: 17px; }
  .brand small { font-size: 7px; letter-spacing: 1.7px; }
  .tab.active::before { left: -13px; }
  .workspace { padding: 0 25px; }
  .hero { padding: 30px 26px; }
  .summary-grid > div { padding: 20px 13px; }
  .summary-grid strong { font-size: 21px; }
  .action-card { padding: 24px 20px 16px; }
  .action-grid { gap: 16px; }
}
@media (max-width: 860px) {
  .registry-shell { grid-template-columns: minmax(0, 1fr); }
  .sidebar { min-width: 0; height: auto; position: relative; padding: 18px 25px 0; border-right: 0; border-bottom: 1px solid var(--border); }
  .brand { margin: 0 0 19px; }
  .brand strong { font-size: 17px; }
  .brand-symbol, .brand-symbol .icon { width: 26px; height: 30px; }
  .brand small { font-size: 7px; margin-top: 3px; }
  .nav-label, .sidebar-bottom { display: none; }
  .tabs { display: flex; gap: 6px; overflow-x: auto; }
  .tab { height: 44px; min-height: 44px; padding: 8px 13px; gap: 9px; white-space: nowrap; border-radius: 5px 5px 0 0; }
  .tab.active { border-bottom-color: var(--lime); }
  .tab.active::before, .nav-arrow { display: none; }
  .topbar { height: 64px; }
  .hero { min-height: 247px; margin-bottom: 25px; }
  .hero h1 { font-size: 34px; }
}
@media (max-width: 600px) {
  .workspace { padding: 0 17px; }
  .sidebar { padding: 18px 17px 0; }
  .tab { padding: 8px 11px; font-size: 12px; gap: 7px; }
  .tab .icon { width: 15px; height: 15px; }
  .topbar { height: 61px; gap: 9px; }
  .breadcrumb { gap: 8px; font-size: 10px; }
  .status { gap: 12px; font-size: 9px; }
  .status > div { gap: 5px; }
  .status > div + div { padding-left: 12px; }
  .status strong { font-size: 11px; }
  .hero { padding: 24px; min-height: 245px; }
  .hero-content { width: 85%; }
  .hero h1 { font-size: 31px; }
  .hero .eyebrow { font-size: 7px; letter-spacing: 1px; }
  .hero p { font-size: 10px; }
  .hero-art { inset: 27px -95px -25px 37%; opacity: .5; z-index: -1; }
  .account-head { gap: 9px; align-items: flex-start; margin-bottom: 20px; }
  .identity { gap: 10px; }
  .avatar { width: 37px; height: 42px; }
  .avatar .icon { width: 19px; height: 19px; }
  .identity .eyebrow { font-size: 6px; letter-spacing: 1.4px; }
  .account-head h2 { font-size: 13px; margin-top: 4px; }
  .account-head .quiet-button { font-size: 10px; padding: 8px; gap: 5px; min-height: 35px; }
  .summary-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .summary-grid > div { grid-column: span 2; padding: 16px 13px; }
  .summary-grid > div:nth-child(-n+2) { grid-column: span 3; border-bottom: 1px solid var(--border); }
  .summary-grid > div:nth-child(3) { border-left: 0; }
  .summary-grid span { font-size: 10px; margin-bottom: 9px; }
  .summary-grid strong { font-size: 23px; }
  .summary-grid > div:nth-child(n+3) strong { font-size: 17px; }
  .summary-grid > div:nth-child(4) strong { font-size: 10px; }
  .summary-grid small { font-size: 6px; letter-spacing: .8px; }
  .section-label { margin-top: 24px; }
  .section-label > small { font-size: 6px; letter-spacing: 1px; }
  .action-grid { grid-template-columns: 1fr; gap: 17px; }
  .action-card { padding: 24px 21px 16px; }
  .card-description { font-size: 11px; }
  .reward-stamp { margin-top: 22px; padding-top: 18px; }
  .password-settings { padding: 18px 20px; }
  .history-card { padding: 21px 17px 5px; margin-top: 18px; }
  .auth-panel { padding: 26px 22px; }
  .heading h1, .heading h2 { font-size: 21px; }
  input, select, textarea { font-size: 16px; }
  .page-footer { flex-direction: column; align-items: flex-start; gap: 10px; padding: 24px 0; font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* Light blue account-center theme. */
:root {
  color-scheme: light;
  --bg: #f3f7fc;
  --panel: #ffffff;
  --border: #d7e3f1;
  --text: #173b67;
  --muted: #66809e;
  --lime: #236bc3;
  --cyan: #1d83c9;
}
body { background: var(--bg); color: var(--text); }
.sidebar { background: #ffffff; border-right-color: #d9e5f2; box-shadow: 8px 0 26px #315e8c0d; }
.brand { color: #123b6b; }
.brand-symbol { color: #1d6fc7; }
.brand small, .nav-label, .sidebar-bottom small { color: #7892ae; }
.nav-label span, .sidebar-bottom p { color: #236bc3; }
.sidebar-signal span { background: #a9c5e4; }
.sidebar-signal span:nth-child(2n) { background: #71a1d4; }
.sidebar-signal span:nth-child(3n) { background: #236bc3; }
.tab { color: #55779e; }
.tab:hover { color: #175da9; background: #f2f7fd; }
.tab.active { color: #1d65b7; border-color: #c8dcf3; background: #edf5fd; }
.tab.active::before { background: #2b78ce; box-shadow: 0 0 14px #2b78ce35; }
.workspace { background: transparent; }
.breadcrumb > span, .status span, .membership-label { color: #6c86a3; }
.breadcrumb .breadcrumb-slash { color: #afc3da; }
.status > div + div { border-left-color: #d5e2ef; }
.status-dot { background: #2f83d5; }
.status strong { color: #1f5fa9; }
.hero { border-color: #cbdbea; background: radial-gradient(ellipse at 78% 45%, #c9e2fa66, transparent 58%), linear-gradient(100deg, #ffffff, #eef6fd); box-shadow: 0 12px 32px #315e8c0c; }
.hero::before { background-image: linear-gradient(#5c91bf16 1px, transparent 1px), linear-gradient(90deg, #5c91bf16 1px, transparent 1px); }
.hero::after { background: #2472c8; }
.hero .eyebrow, .hero p, .hero-tag { color: #5d7898; }
.tiny-cross, .title-dot { color: #1d6fc7; }
.hero-tag > span { background-color: #1d6fc7; }
.hero h1 { color: #153d6c; }
.hero-corner { color: #6f98c1; }
.floating-crystal { filter: saturate(.75); }
.avatar { border-color: #bcd2e9; background: #edf5fd; color: #1f6fc5; }
.quiet-button { color: #4e7199; }
.quiet-button:hover { color: #1e65b7; background: #eff6fd; }
.summary-grid, .action-card, .password-settings, .history-card, .auth-panel { border-color: #d5e2ef; background: #ffffff; box-shadow: 0 8px 24px #315e8c0b; }
.summary-grid > div + div { border-left-color: #dce7f2; }
.summary-grid span, label, .section-label > span { color: #42648a; }
.summary-grid small, .section-label > small, small, .card-description { color: #6d87a3; }
.summary-grid strong, .account-head h2, .heading h1, .heading h2, .card-heading h2, .history-head h2 { color: #173d6a; }
.balance-stat strong, .paid-stat strong, .section-label b { color: #1f6fc7; }
.recharge-card { border-top-color: #4a8bca; background: linear-gradient(130deg, #e7f2fc, transparent 55%), #ffffff; }
.card-icon.lime { color: #216dc4; background: #eaf3fc; border-color: #bdd5ee; }
.card-icon.cyan { color: #197bbd; background: #edf7fd; border-color: #c0deee; }
.card-chip { border-color: #b9d2eb; color: #2866a4; background: #f3f8fd; }
button { border-color: #c8d8e8; background: #ffffff; color: #234e7d; }
button:hover { border-color: #6d9ed1; background: #f0f6fc; }
input, select, textarea { color: #173b67; border-color: #b9cde2; background: #ffffff; }
input::placeholder, textarea::placeholder { color: #8ca2bb; }
input:focus, select:focus, textarea:focus { border-color: #3980c9; box-shadow: 0 0 0 3px #3980c91c; }
.amount-field > span, .price-preview > span { color: #6885a5; }
.amount-presets button { color: #4c78a4; background: #f8fbfe; }
.amount-presets button.selected { color: #155fae; border-color: #6196ca; background: #eaf3fc; }
.price-preview { border-top-color: #cddceb; }
.price-preview strong { color: #1d6bc0; }
.primary { color: #ffffff; border-color: #236bc3; background: #236bc3; box-shadow: 0 3px 14px #236bc31c; }
.primary:hover { color: #ffffff; background: #185aa9; border-color: #185aa9; box-shadow: 0 4px 20px #236bc32e; }
.secondary { color: #216db5; border-color: #a8c9e6; background: #edf6fd; }
.secondary:hover { background: #e0effb; border-color: #6b9fd2; }
.message { color: #c23f4b; }
.message.success { color: #1e6cbb; }
.message:not(:empty) { background: #eaf3fc; }
.reward-stamp { border-top-color: #cbddeb; color: #6c9bc5; }
.reward-stamp b { color: #4e7da9; }
.reward-stamp .stamp-lines { background: repeating-linear-gradient(90deg, #8cb2d5 0 1px, transparent 1px 4px, #8cb2d5 4px 6px, transparent 6px 8px); }
.summary-title > .icon, .expand-icon { color: #4d78a2; }
.summary-title small { color: #7590ac; }
.history-head .eyebrow, .card-heading .eyebrow, .heading .eyebrow { color: #6c8bab; }
th { color: #57799d; background: #f1f6fb; }
th, td { border-bottom-color: #e0e9f2; }
td { color: #31557e; }
code { color: #245f9e; }
.status-success { color: #1c6cba; background: #e9f3fc; border-color: #b8d3ec; }
.empty { color: #718ca8; }
.heading p { color: #6b86a4; }
.auth-links { border-top-color: #dbe6f0; }
.text-button { color: #4f78a1; }
.text-button:hover { color: #1c67ba; background: transparent; }
.binding-preview { border-color: #aac9e3; background: #eff7fe; }
.recharge-order { background: #eef7fd; border-color: #a9cbe6; }
.page-footer { color: #6d88a5; }
.page-footer b { color: #3075bc; }

/* Keep the crystal illustration in the same blue family as the page. */
.orbit-art { filter: hue-rotate(80deg) saturate(.68); }

.community-banner { display: flex; align-items: center; gap: 14px; padding: 18px 22px; margin-bottom: 24px; border: 1px solid #c8dcf3; border-radius: 8px; background: #ffffff; color: #236bc3; box-shadow: 0 6px 20px #315e8c0b; }
.community-content { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; min-width: 0; font-size: 13px; line-height: 1.8; }
.community-content strong { font-weight: 600; }
.community-content a { min-width: 0; color: #236bc3; overflow-wrap: anywhere; }
.community-content a:hover { color: #185aa9; }
