:root {
  --bg: #f3f6f8;
  --panel: #fff;
  --text: #151922;
  --muted: #687386;
  --line: #dfe5ee;
  --primary: #126b78;
  --primary-dark: #0d525d;
  --accent: #c84f31;
  --danger: #b42318;
  --ok: #147a4f;
  --warn: #986a00;
  --beam-a: #35d3ff;
  --beam-b: #39f2a4;
  --beam-c: #f06b45;
}
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(circle at top left, #e7f2f4 0, transparent 340px), var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, select, textarea { font: inherit; }
button:not(.el-button) { border: 0; border-radius: 6px; background: var(--primary); color: #fff; padding: 9px 12px; cursor: pointer; font-weight: 700; }
button:not(.el-button):hover { background: var(--primary-dark); }
button:not(.el-button):disabled { cursor: not-allowed; opacity: .58; }
button:not(.el-button):disabled:hover { background: var(--primary); }
button.secondary:not(.el-button) { background: #e8eef5; color: var(--text); }
button.danger:not(.el-button) { background: var(--danger); }
button.secondary:not(.el-button):disabled:hover { background: #e8eef5; }
button.danger:not(.el-button):disabled:hover { background: var(--danger); }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 9px 10px; background: #fff; }
textarea { min-height: 86px; resize: vertical; }
.topbar { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 16px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); padding: 12px 22px; backdrop-filter: blur(12px); box-shadow: 0 10px 30px rgba(15, 23, 42, .05); }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 8px; color: #fff; background: var(--primary); box-shadow: inset 0 -10px 18px rgba(0,0,0,.08); }
.brand-mark.logo-mark { overflow: hidden; background: #fff; padding: 0; box-shadow: 0 8px 20px rgba(0,0,0,.12); }
.brand-mark.logo-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.top-announcement { position: relative; flex: 1 1 420px; min-width: 180px; max-width: 820px; height: 34px; overflow: hidden; border: 1px solid rgba(119,230,255,.16); border-radius: 999px; background: rgba(4, 12, 18, .48); color: rgba(238,248,251,.86); box-shadow: inset 0 0 18px rgba(53,211,255,.08); }
.top-announcement::before, .top-announcement::after { content: ""; position: absolute; top: 0; bottom: 0; z-index: 2; width: 46px; pointer-events: none; }
.top-announcement::before { left: 0; background: linear-gradient(90deg, rgba(7,16,22,.96), transparent); }
.top-announcement::after { right: 0; background: linear-gradient(270deg, rgba(7,16,22,.96), transparent); }
.ticker-track { display: inline-flex; align-items: center; gap: 34px; min-width: max-content; height: 100%; padding-left: 100%; white-space: nowrap; animation: announcement-marquee 28s linear infinite; }
.ticker-track span { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 650; }
.ticker-track strong { color: #8cf4ff; font-weight: 850; }
.ticker-track span::before { content: ""; width: 6px; height: 6px; border-radius: 999px; background: #39f2a4; box-shadow: 0 0 10px rgba(57,242,164,.7); }
.top-announcement:hover .ticker-track { animation-play-state: paused; }
.main { position: relative; display: grid; grid-template-columns: 220px minmax(0, 1fr); min-height: calc(100vh - 58px); overflow: hidden; }
.main::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .42; background-image: linear-gradient(rgba(18,107,120,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(18,107,120,.05) 1px, transparent 1px), linear-gradient(120deg, transparent 0 47%, rgba(200,79,49,.08) 49%, transparent 51% 100%); background-size: 48px 48px, 48px 48px, 340px 340px; animation: signal-drift 18s linear infinite; }
.admin-shell { display: grid; grid-template-columns: 240px 1fr; min-height: calc(100vh - 58px); }
.sidebar { position: relative; z-index: 1; min-width: 0; overflow: hidden; border-right: 1px solid var(--line); background: rgba(251,252,254,.92); padding: 16px; backdrop-filter: blur(10px); }
.sidebar > button { position: relative; display: grid; gap: 3px; width: 100%; max-width: 100%; min-width: 0; margin-bottom: 8px; border: 1px solid transparent; border-radius: 8px; background: transparent; color: var(--text); padding: 11px 12px; text-align: left; line-height: 1.25; }
.sidebar > button::before { content: ""; position: absolute; left: 0; top: 10px; bottom: 10px; width: 3px; border-radius: 0 999px 999px 0; background: transparent; }
.sidebar > button.active { background: #dcecf1; border-color: #c6e0e7; color: var(--primary-dark); font-weight: 750; }
.sidebar > button.active::before { background: var(--primary); }
.nav-title, .nav-subtitle { display: block; min-width: 0; overflow-wrap: anywhere; }
.nav-title { font-size: 14px; font-weight: 850; }
.nav-subtitle { color: var(--muted); font-size: 12px; font-weight: 750; }
.sidebar-contact { display: grid; gap: 3px; width: 100%; max-width: 100%; min-width: 0; overflow: hidden; margin-top: 12px; border: 1px solid var(--line); border-radius: 8px; background: #f8fafc; color: var(--primary-dark); padding: 12px; text-decoration: none; font-weight: 800; }
.sidebar-contact span, .sidebar-contact small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sidebar-contact small { color: var(--muted); font-size: 12px; font-weight: 700; }
.sidebar-contact:hover { border-color: #b8d9df; background: #eef8fa; }
.flappy-widget { display: grid; grid-template-rows: auto minmax(168px, 1fr) auto auto; gap: 10px; width: 100%; max-width: 100%; min-width: 0; overflow: hidden; margin-top: 10px; height: min(620px, max(430px, calc(100vh - 430px))); border: 1px solid rgba(119,230,255,.18); border-radius: 8px; background: linear-gradient(180deg, rgba(4, 14, 20, .86), rgba(5, 18, 24, .72)); padding: 10px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.025), 0 16px 34px rgba(0,0,0,.18); }
.flappy-widget > * { min-width: 0; }
.flappy-head, .flappy-controls { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-width: 0; }
.flappy-head span { color: rgba(210,229,237,.72); font-size: 12px; font-weight: 850; }
.flappy-head strong { color: #8cf4ff; font-size: 18px; line-height: 1; }
.flappy-canvas { display: block; width: 100%; max-width: 100%; height: 100%; min-width: 0; min-height: 168px; border: 1px solid rgba(119,230,255,.16); border-radius: 8px; background: #061016; cursor: pointer; outline: none; box-shadow: inset 0 0 24px rgba(53,211,255,.06); }
.flappy-canvas:focus { border-color: rgba(140,244,255,.46); box-shadow: inset 0 0 24px rgba(53,211,255,.08), 0 0 0 3px rgba(53,211,255,.12); }
.sidebar .flappy-controls button { width: auto; min-width: 72px; margin-bottom: 0; background: rgba(255,255,255,.08); color: #eef8fb; padding: 7px 10px; text-align: center; }
.sidebar .flappy-controls button:hover { background: rgba(119,230,255,.16); }
.flappy-controls span { min-width: 0; overflow: hidden; color: rgba(210,229,237,.68); font-size: 11px; font-weight: 850; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.flappy-board { display: grid; gap: 7px; max-width: 100%; min-width: 0; overflow: hidden; border: 1px solid rgba(119,230,255,.12); border-radius: 8px; background: rgba(2, 10, 14, .44); padding: 8px; }
.flappy-board-head, .flappy-rank { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-width: 0; }
.flappy-board-head span { color: rgba(238,248,251,.88); font-size: 12px; font-weight: 850; }
.sidebar .flappy-board-head button { width: auto; min-width: 42px; margin-bottom: 0; border-radius: 5px; padding: 4px 7px; background: rgba(255,255,255,.08); color: rgba(238,248,251,.82); font-size: 11px; }
.sidebar .flappy-board-head button:hover { background: rgba(119,230,255,.16); }
.flappy-ranks { display: grid; gap: 5px; }
.flappy-rank { min-height: 22px; min-width: 0; border-radius: 5px; padding: 3px 6px; color: rgba(210,229,237,.74); font-size: 11px; font-weight: 750; }
.flappy-rank.me { background: rgba(57,242,164,.12); color: #eef8fb; }
.flappy-rank span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.flappy-rank b { display: inline-block; min-width: 28px; color: #8cf4ff; }
.flappy-rank strong { flex: 0 0 auto; color: #39f2a4; font-size: 12px; }
.flappy-empty { min-height: 28px; display: grid; place-items: center; color: rgba(210,229,237,.56); font-size: 11px; font-weight: 750; }
.admin-nav { position: sticky; top: 58px; align-self: start; min-height: calc(100vh - 58px); }
.admin-nav button { display: flex; align-items: center; min-height: 40px; }
.content { position: relative; z-index: 1; padding: 22px; }
.content::before { content: ""; position: absolute; top: 0; left: 22px; right: 22px; height: 1px; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(53,211,255,.65), rgba(57,242,164,.5), transparent); animation: scan-line 5.5s ease-in-out infinite; }
.auth { display: grid; max-width: 900px; grid-template-columns: 1fr 1fr; gap: 16px; margin: 70px auto; padding: 0 16px; }
.auth-page { min-height: 100vh; max-width: 1120px; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); align-items: center; gap: 22px; margin: 0 auto; padding: 38px 22px; }
.client-auth { position: relative; max-width: none; overflow: hidden; isolation: isolate; background: #08141b; }
.client-auth::before { content: none; display: none; animation: none; }
.client-auth::after { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(116deg, transparent 0 12%, rgba(53,211,255,.18) 12.2%, transparent 12.8% 38%, rgba(240,107,69,.15) 38.2%, transparent 38.8% 100%), linear-gradient(180deg, rgba(8,20,27,.08), rgba(8,20,27,.96)); background-size: 520px 520px, 100% 100%; animation: signal-lanes 14s linear infinite; }
.auth-hero { position: relative; display: grid; align-content: center; gap: 22px; min-height: 560px; border: 1px solid #cfdde5; border-radius: 8px; background: linear-gradient(135deg, #f8fbfc 0%, #e8f1f3 54%, #f7eee9 100%); padding: 38px; overflow: hidden; box-shadow: 0 18px 46px rgba(15, 23, 42, .08); }
.auth-hero::after { content: ""; position: absolute; right: 28px; bottom: 28px; width: 150px; height: 150px; border: 1px solid rgba(18, 107, 120, .2); border-radius: 8px; transform: rotate(8deg); }
.client-auth .auth-hero { border-color: rgba(84, 217, 255, .22); background: linear-gradient(135deg, rgba(11,31,42,.92), rgba(12,52,62,.78) 52%, rgba(39,30,33,.78)); color: #f7fbff; box-shadow: 0 24px 70px rgba(0,0,0,.42); }
.client-auth .auth-hero::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(53,211,255,.16); border-radius: 6px; background-image: linear-gradient(90deg, rgba(53,211,255,.12), transparent 34%), linear-gradient(0deg, transparent 0 48%, rgba(57,242,164,.12) 50%, transparent 52% 100%); background-size: 100% 100%, 100% 46px; animation: hero-scan 6s ease-in-out infinite; }
.client-auth .auth-hero::after { right: 34px; bottom: 34px; width: 178px; height: 178px; border-color: rgba(57,242,164,.24); box-shadow: 0 0 36px rgba(53,211,255,.09); animation: terminal-plate 8s ease-in-out infinite; }
.client-auth .brand-mark { background: linear-gradient(135deg, #126b78, #39f2a4); color: #031119; }
.client-auth .muted { color: rgba(226,239,247,.72); }
.client-auth .auth-kicker { color: #77e6ff; }
.client-auth .auth-hero p { color: rgba(226,239,247,.78); }
.client-auth .auth-card { background: rgba(247,251,252,.94); border-color: rgba(53,211,255,.24); box-shadow: 0 24px 70px rgba(0,0,0,.34); backdrop-filter: blur(14px); }
.auth-brand { position: relative; z-index: 1; align-self: start; }
.auth-kicker { position: relative; z-index: 1; margin-bottom: 10px; color: var(--primary-dark); font-size: 12px; font-weight: 800; letter-spacing: 0; }
.auth-hero h1 { position: relative; z-index: 1; max-width: 520px; margin: 0; font-size: 44px; line-height: 1.08; letter-spacing: 0; }
.auth-hero p { position: relative; z-index: 1; max-width: 520px; margin: 12px 0 0; color: #4d5a6b; line-height: 1.7; }
.auth-highlights { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 560px; }
.auth-highlights div, .admin-lock { border: 1px solid rgba(18, 107, 120, .16); border-radius: 8px; background: rgba(255,255,255,.72); padding: 14px; backdrop-filter: blur(8px); }
.auth-highlights strong, .admin-lock strong { display: block; color: var(--text); font-size: 20px; line-height: 1.1; }
.auth-highlights span, .admin-lock span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; font-weight: 700; }
.auth-announcements { position: relative; z-index: 1; display: grid; gap: 10px; max-width: 560px; }
.client-auth .auth-highlights div { border-color: rgba(119,230,255,.2); background: rgba(5,18,25,.62); box-shadow: inset 0 0 20px rgba(53,211,255,.08); }
.client-auth .auth-highlights strong { color: #f7fbff; }
.client-auth .auth-highlights span { color: rgba(218,240,248,.82); }
.client-auth .notice { border: 1px solid rgba(119,230,255,.26); border-left: 3px solid #39f2a4; background: linear-gradient(135deg, rgba(5,18,25,.82), rgba(9,37,47,.72)); color: #f7fbff; box-shadow: 0 14px 34px rgba(0,0,0,.22), inset 0 0 22px rgba(53,211,255,.08); }
.client-auth .notice strong { display: block; margin-bottom: 3px; color: #8cf4ff; }
.client-auth .notice div { color: rgba(236,248,252,.9); line-height: 1.55; }
.auth-card { align-self: center; padding: 24px; border-color: #d6e0e8; box-shadow: 0 20px 48px rgba(15, 23, 42, .1); }
.auth-card-head { margin-bottom: 14px; }
.auth-card-head span { display: block; margin-bottom: 6px; color: var(--primary); font-size: 13px; font-weight: 800; }
.auth-card-head h2, .auth-card-head h3 { margin: 0; }
.auth-card-head.compact { margin-top: 0; }
.auth-form { gap: 12px; }
.auth-form input { min-height: 44px; background: #fbfcfe; }
.auth-form button { min-height: 44px; }
.auth-divider { display: flex; align-items: center; gap: 10px; margin: 20px 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.auth-divider::before, .auth-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.admin-auth { max-width: 1000px; grid-template-columns: minmax(0, 1fr) minmax(340px, 420px); }
.admin-login-hero { min-height: 500px; background: linear-gradient(135deg, #f8fafc 0%, #e8eef5 56%, #eef6f3 100%); }
.admin-login-hero::after { border-color: rgba(21, 25, 34, .16); }
.admin-lock { position: relative; z-index: 1; max-width: 240px; }
.admin-login-card { border-top: 4px solid var(--primary); }
.panel { border: 1px solid var(--line); border-radius: 8px; background: var(--panel); padding: 16px; box-shadow: 0 10px 24px rgba(15, 23, 42, .04); }
.beam-card { position: relative; isolation: isolate; overflow: hidden; --beam-opacity: 0; --beam-speed: 6.2s; }
.beam-card > * { position: relative; z-index: 4; }
.beam-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  pointer-events: none;
  opacity: calc(var(--beam-opacity) * .5);
  background:
    radial-gradient(ellipse 70px 40px at 33% -7%, rgba(255, 50, 100, .42), transparent),
    radial-gradient(ellipse 60px 35px at 12% -5%, rgba(40, 140, 255, .42), transparent),
    radial-gradient(ellipse 40px 70px at 2% 68%, rgba(50, 200, 80, .38), transparent),
    radial-gradient(ellipse 180px 32px at 74% 100%, rgba(100, 70, 255, .38), transparent),
    radial-gradient(ellipse 74px 32px at 94% 0%, rgba(255, 120, 40, .36), transparent),
    conic-gradient(from var(--beam-angle), transparent 0%, transparent 54%, rgba(255,255,255,.08) 57%, rgba(255,255,255,.3) 62%, rgba(255,255,255,.68) 66%, rgba(255,255,255,.3) 72%, rgba(255,255,255,.08) 75%, transparent 79%, transparent 100%);
  -webkit-mask-image:
    conic-gradient(from var(--beam-angle), transparent 0%, transparent 30%, rgba(255,255,255,.1) 36%, rgba(255,255,255,.42) 44%, #fff 52%, #fff 80%, rgba(255,255,255,.42) 86%, rgba(255,255,255,.1) 92%, transparent 96%, transparent 100%),
    linear-gradient(#fff, transparent 28px, transparent calc(100% - 28px), #fff),
    linear-gradient(90deg, #fff, transparent 28px, transparent calc(100% - 28px), #fff);
  -webkit-mask-composite: source-in, source-over;
  mask-image:
    conic-gradient(from var(--beam-angle), transparent 0%, transparent 30%, rgba(255,255,255,.1) 36%, rgba(255,255,255,.42) 44%, #fff 52%, #fff 80%, rgba(255,255,255,.42) 86%, rgba(255,255,255,.1) 92%, transparent 96%, transparent 100%),
    linear-gradient(#fff, transparent 28px, transparent calc(100% - 28px), #fff),
    linear-gradient(90deg, #fff, transparent 28px, transparent calc(100% - 28px), #fff);
  mask-composite: intersect, add;
  box-shadow: inset 0 0 9px 1px rgba(255,255,255,.24);
  filter: hue-rotate(var(--beam-hue, 0deg)) brightness(1.18) saturate(1.35);
  animation: beam-spin var(--beam-speed) linear infinite, beam-hue 12s ease-in-out infinite;
  transition: opacity .2s ease;
}
.beam-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  padding: 1px;
  pointer-events: none;
  opacity: calc(var(--beam-opacity) * .86);
  background:
    conic-gradient(from var(--beam-angle), transparent 0%, transparent 58%, rgba(255,255,255,.04) 62%, rgba(255,255,255,.22) 67%, rgba(255,255,255,.92) 70%, rgba(255,255,255,.62) 71.5%, rgba(255,255,255,.18) 74%, transparent 82%, transparent 100%),
    radial-gradient(ellipse 70px 40px at 33% -7%, rgb(255, 50, 100), transparent),
    radial-gradient(ellipse 60px 35px at 12% -5%, rgb(40, 140, 255), transparent),
    radial-gradient(ellipse 40px 70px at 2% 68%, rgb(50, 200, 80), transparent),
    radial-gradient(ellipse 180px 32px at 74% 100%, rgb(100, 70, 255), transparent),
    radial-gradient(ellipse 74px 32px at 94% 0%, rgb(255, 120, 40), transparent),
    radial-gradient(ellipse 52px 48px at 100% 27%, rgb(180, 40, 240), transparent);
  -webkit-mask:
    conic-gradient(from var(--beam-angle), transparent 0%, transparent 30%, rgba(255,255,255,.1) 36%, rgba(255,255,255,.38) 44%, #fff 52%, #fff 80%, rgba(255,255,255,.38) 86%, rgba(255,255,255,.1) 92%, transparent 96%, transparent 100%),
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: source-in, xor;
  mask:
    conic-gradient(from var(--beam-angle), transparent 0%, transparent 30%, rgba(255,255,255,.1) 36%, rgba(255,255,255,.38) 44%, #fff 52%, #fff 80%, rgba(255,255,255,.38) 86%, rgba(255,255,255,.1) 92%, transparent 96%, transparent 100%),
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: intersect, exclude;
  filter: drop-shadow(0 0 8px rgba(53,211,255,.58)) drop-shadow(0 0 18px rgba(240,80,180,.18)) hue-rotate(var(--beam-hue, 0deg)) brightness(1.22) saturate(1.36);
  animation: beam-spin var(--beam-speed) linear infinite, beam-hue 12s ease-in-out infinite;
  transition: opacity .2s ease;
}
.auth-beam, .payment-beam, .amount-beam { --beam-opacity: 1; }
.beam-card::before, .beam-card::after { animation: none; }
.beam-card:hover::before, .beam-card:hover::after,
.payment-beam::before, .payment-beam::after,
.amount-beam::before, .amount-beam::after {
  animation: beam-spin var(--beam-speed) linear infinite, beam-hue 12s ease-in-out infinite;
}
.panel h2, .panel h3 { margin: 0 0 12px; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.stat-card { min-height: 112px; display: flex; flex-direction: column; justify-content: space-between; }
.stat-card span { color: var(--muted); font-weight: 700; }
.stat-card strong { font-size: 34px; }
.stat-card small { color: var(--muted); font-weight: 700; }
.dashboard-stats .stat-card strong { font-size: 28px; overflow-wrap: anywhere; }
.dashboard-hero { align-items: flex-start; margin-bottom: 12px; padding: 16px 18px; }
.dashboard-hero h2 { margin: 2px 0 4px; }
.dashboard-hero p { margin: 0; }
.dashboard-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--primary-dark); font-size: 12px; font-weight: 900; letter-spacing: 0; }
.dashboard-kicker::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--ok); }
.dashboard-status-band { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-bottom: 12px; }
.dashboard-status-band div { min-width: 0; min-height: 74px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); padding: 12px; overflow: hidden; }
.dashboard-status-band span, .dashboard-status-band small { display: block; color: var(--muted); font-size: 12px; font-weight: 800; }
.dashboard-status-band strong { display: block; margin: 4px 0; font-size: 24px; line-height: 1; overflow-wrap: anywhere; }
.dashboard-chart-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.dashboard-chart-panel { min-width: 0; padding: 14px; }
.chart-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
.chart-head h3 { margin: 0; }
.chart-head span { color: var(--muted); font-size: 12px; font-weight: 800; }
.dashboard-chart { height: 280px; min-width: 0; }
.metric-list, .rank-list { display: grid; gap: 8px; }
.metric-list div, .rank-list div { display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid var(--line); border-radius: 8px; background: #fbfcfe; padding: 10px 12px; }
.metric-list span, .rank-list span { color: var(--muted); font-weight: 700; }
.metric-list strong, .rank-list strong { text-align: right; overflow-wrap: anywhere; }
.dashboard-visual-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.visual-panel { min-width: 0; }
.visual-list { display: grid; gap: 10px; }
.visual-row { display: grid; gap: 7px; min-width: 0; }
.visual-row-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-width: 0; }
.visual-row-head span, .visual-row small { color: var(--muted); font-size: 12px; font-weight: 800; }
.visual-row-head strong { text-align: right; overflow-wrap: anywhere; }
.visual-track { position: relative; height: 8px; overflow: hidden; border-radius: 999px; background: #e8eef5; }
.visual-track b { display: block; height: 100%; min-width: 0; max-width: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--beam-a), var(--beam-b)); transition: width .2s ease; }
.visual-track.ok b, .visual-row.ok .visual-track b { background: linear-gradient(90deg, #39f2a4, #7dffd1); }
.visual-track.warn b, .visual-row.warn .visual-track b { background: linear-gradient(90deg, #ffc857, #ffe08a); }
.visual-track.danger b, .visual-row.danger .visual-track b { background: linear-gradient(90deg, #f06b45, #ff9188); }
.visual-row.blue .visual-track b { background: linear-gradient(90deg, #45b8ff, #8cf4ff); }
.visual-row.muted .visual-track b { background: linear-gradient(90deg, #708395, #aab7c4); }
.visual-empty { min-height: 74px; display: grid; place-items: center; border: 1px dashed var(--line); border-radius: 8px; color: var(--muted); font-weight: 800; }
.order-flow, .recharge-flow { display: grid; gap: 8px; }
.order-flow-item, .recharge-flow-item { display: grid; align-items: center; gap: 10px; min-width: 0; border: 1px solid var(--line); border-radius: 8px; background: #fbfcfe; padding: 10px 12px; }
.order-flow-item { grid-template-columns: 10px minmax(0, 1fr) auto; }
.order-flow-item > span { width: 10px; height: 34px; border-radius: 999px; background: var(--muted); }
.order-flow-item.ok > span, .order-flow-item.received > span { background: var(--ok); }
.order-flow-item.warn > span, .order-flow-item.listening > span, .order-flow-item.pending > span { background: #ffc857; }
.order-flow-item.danger > span, .order-flow-item.cancelled > span, .order-flow-item.expired > span { background: var(--danger); }
.order-flow-item strong, .order-flow-item small, .recharge-flow-item strong, .recharge-flow-item small { display: block; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.order-flow-item small, .recharge-flow-item small { color: var(--muted); font-size: 12px; font-weight: 750; }
.order-flow-item b { color: var(--muted); font-size: 12px; white-space: nowrap; }
.recharge-flow-item { grid-template-columns: minmax(0, 1fr) auto; }
.recharge-flow-item button { white-space: nowrap; }
.service-card { display: flex; flex-direction: column; gap: 12px; min-height: 178px; background: rgba(255,255,255,.96); perspective: 900px; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.service-card:hover { --beam-opacity: 1; transform: translateY(-2px); border-color: rgba(53,211,255,.28); box-shadow: 0 16px 34px rgba(15,23,42,.1); }
.service-card.unavailable { opacity: .72; filter: saturate(.68); }
.service-head { display: flex; align-items: center; gap: 10px; }
.service-icon { width: 36px; height: 36px; border-radius: 8px; object-fit: cover; background: #edf2f7; flex: 0 0 auto; transform: translateZ(0); transform-origin: 50% 54%; transform-style: preserve-3d; backface-visibility: hidden; will-change: transform; transition: filter .2s ease, box-shadow .2s ease; }
.service-card:hover .service-icon { animation: logo-tilt-3d .82s cubic-bezier(.2,.76,.24,1) both; filter: saturate(1.12) brightness(1.05); box-shadow: 0 10px 20px rgba(0,0,0,.18); }
.buy-controls { display: grid; grid-template-columns: minmax(0, 1fr) 104px; gap: 8px; align-items: end; }
.quantity-control { display: grid; gap: 4px; color: var(--muted); font-size: 12px; font-weight: 800; }
.quantity-control input { min-width: 0; }
.specified-workbench { display: grid; gap: 14px; }
.specified-hero { overflow: hidden; background: linear-gradient(135deg, rgba(12, 31, 42, .96), rgba(9, 47, 56, .78) 52%, rgba(37, 25, 31, .82)); --beam-opacity: .72; --beam-speed: 8.2s; }
.specified-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.specified-title-main { display: flex; align-items: center; gap: 12px; min-width: 0; }
.specified-logo { display: grid; place-items: center; width: 50px; height: 50px; flex: 0 0 auto; border: 1px solid rgba(119,230,255,.22); border-radius: 8px; background: rgba(4, 12, 18, .64); color: #8cf4ff; font-size: 13px; font-weight: 850; box-shadow: inset 0 0 22px rgba(53,211,255,.08), 0 12px 28px rgba(0,0,0,.18); }
.specified-logo img { width: 34px; height: 34px; border-radius: 7px; object-fit: cover; }
.section-kicker { display: block; margin-bottom: 4px; color: #8cf4ff; font-size: 12px; font-weight: 850; }
.specified-title-main h2 { margin: 0; overflow-wrap: anywhere; }
.specified-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.specified-actions button { min-width: 92px; white-space: nowrap; }
.specified-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 18px; overflow: hidden; border: 1px solid rgba(119,230,255,.13); border-radius: 8px; background: rgba(119,230,255,.12); }
.specified-metrics div { min-height: 72px; display: grid; align-content: center; gap: 5px; background: rgba(3, 14, 20, .72); padding: 12px; }
.specified-metrics span { color: rgba(210,229,237,.68); font-size: 12px; font-weight: 800; }
.specified-metrics strong { color: #f7fbff; font-size: 22px; overflow-wrap: anywhere; }
.specified-filter-panel { display: grid; grid-template-columns: minmax(170px, 220px) minmax(170px, 220px) minmax(260px, 1fr) auto; gap: 10px; align-items: end; }
.filter-field { display: grid; gap: 6px; min-width: 0; }
.filter-field span { color: var(--muted); font-size: 12px; font-weight: 850; }
.specified-search-field input { min-width: 0; }
.specified-filter-actions { display: flex; gap: 8px; align-items: center; }
.specified-filter-actions button { white-space: nowrap; }
.specified-bulk-panel { display: grid; gap: 12px; border-color: rgba(119,230,255,.16); background: rgba(9, 20, 27, .86); }
.specified-bulk-head { align-items: flex-start; }
.specified-bulk-head h3 { margin: 0 0 5px; }
.specified-bulk-panel textarea { min-height: 116px; resize: vertical; line-height: 1.6; }
.specified-bulk-footer { align-items: center; gap: 12px; }
.specified-table { margin-top: 0; }
.specified-table-frame { border: 1px solid rgba(53,211,255,.18); border-radius: 8px; background: rgba(10, 24, 31, .72); padding: 1px; --beam-opacity: .32; --beam-speed: 7.4s; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.specified-table-frame:hover { --beam-opacity: 1; transform: translateY(-1px); border-color: rgba(119,230,255,.34); box-shadow: 0 18px 44px rgba(0,0,0,.24), inset 0 0 30px rgba(53,211,255,.08); }
.specified-table-frame .specified-table { margin-top: 0; border-radius: 7px; background: rgba(4, 12, 18, .58); }
.specified-table-frame table { position: relative; z-index: 4; }
.specified-result-head { position: relative; z-index: 4; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid rgba(119,230,255,.12); padding: 12px 14px; background: linear-gradient(90deg, rgba(53,211,255,.08), rgba(57,242,164,.035), transparent); }
.specified-result-head strong { color: #f7fbff; }
.specified-table th, .specified-table td { white-space: nowrap; }
.specified-table td:nth-child(3) { min-width: 188px; }
.specified-number { display: inline-flex; align-items: center; min-width: 150px; border: 1px solid rgba(119,230,255,.16); border-radius: 8px; background: rgba(53,211,255,.07); color: #eafaff; padding: 8px 10px; font-weight: 850; box-shadow: inset 0 0 16px rgba(53,211,255,.045); }
.specified-table-frame tbody tr { transition: background .14s ease, box-shadow .14s ease; }
.specified-table-frame tbody tr:hover { background: linear-gradient(90deg, rgba(53,211,255,.12), rgba(57,242,164,.055) 48%, transparent 78%); box-shadow: inset 3px 0 0 rgba(57,242,164,.86); }
.specified-empty { min-height: 150px; }
.compact-empty { min-height: 96px; }
.number-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.number-card { display: grid; gap: 12px; }
.number-value { border: 1px solid var(--line); border-radius: 8px; background: #f8fafc; padding: 14px; color: var(--primary-dark); font-size: 20px; font-weight: 850; overflow-wrap: anywhere; }
.number-meta { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 8px; }
.number-meta span { color: var(--muted); font-weight: 700; }
.number-meta strong { text-align: right; overflow-wrap: anywhere; }
.number-cell { font-size: 14px; font-weight: 800; white-space: nowrap; }
.api-cell { min-width: 260px; max-width: 440px; overflow-wrap: anywhere; }
.api-link-box { border: 1px solid var(--line); border-radius: 8px; background: #fbfcfe; padding: 10px; overflow-wrap: anywhere; }
.empty-panel { min-height: 180px; display: grid; align-content: center; justify-items: center; text-align: center; }
.numbers-toolbar { margin-bottom: 14px; }
.numbers-toolbar > .row.wrap { display: grid; grid-template-columns: minmax(180px, 220px) minmax(220px, 320px) minmax(560px, 1fr) auto auto auto; align-items: center; width: 100%; }
.numbers-toolbar select { min-width: 180px; }
.number-type-picker { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px; }
.number-type-picker label { display: inline-flex; align-items: center; gap: 6px; min-height: 38px; border: 1px solid rgba(119,230,255,.16); border-radius: 8px; background: rgba(255,255,255,.055); color: var(--muted); padding: 7px 10px; font-size: 13px; font-weight: 850; cursor: pointer; }
.number-type-picker label.active { border-color: rgba(119,230,255,.38); background: rgba(53,211,255,.14); color: #f7fbff; }
.number-type-picker input { width: auto; min-width: 0; accent-color: var(--primary); }
.number-time-range { display: inline-flex; align-items: center; gap: 8px; min-width: 0; color: var(--muted); font-size: 12px; font-weight: 850; }
.number-time-range .el-date-editor.el-input__wrapper { width: 260px; min-width: 0; }
.number-time-range .el-date-editor.el-range-editor { width: 300px; min-width: 0; }
.number-time-range .el-date-editor.el-date-editor--timerange { width: 250px; }
.number-time-range .el-input__wrapper { border: 1px solid rgba(119,230,255,.18); background: rgba(4, 12, 18, .82); box-shadow: none; }
.number-time-range .el-range-input { color: #eef8fb; font-weight: 750; }
.number-time-range .el-range-separator { color: rgba(210,229,237,.68); }
.number-time-range .el-input__inner { color: #eef8fb; font-weight: 750; }
.number-time-range .el-input__inner::placeholder, .number-time-range .el-range-input::placeholder { color: rgba(226,239,247,.46); }
.el-picker__popper input.el-input__inner, .el-picker__popper input.el-range-input { width: auto; border: 0; border-radius: 0; background: transparent; padding: 0; }
.el-picker__popper .el-time-panel__btn { min-height: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; padding: 0 5px; line-height: 28px; }
.number-section-grid { display: grid; gap: 14px; }
.number-section-panel { display: grid; gap: 12px; padding: 14px; }
.number-section-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-width: 0; }
.number-section-head h3 { margin: 0; overflow-wrap: anywhere; }
.number-section-table table { min-width: 1120px; }
.number-section-empty { min-height: 74px; display: grid; place-items: center; border: 1px dashed rgba(119,230,255,.18); border-radius: 8px; background: rgba(255,255,255,.025); font-weight: 750; }
.renew-control { display: flex; align-items: center; gap: 8px; min-width: 230px; }
.renew-control select { min-width: 140px; }
.renew-control button { white-space: nowrap; }
.account-security-grid { align-items: start; }
.account-panel .auth-form { max-width: 420px; }
.pagination { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; border-top: 1px solid var(--line); padding-top: 14px; }
.pagination .row { flex-wrap: wrap; justify-content: flex-end; }
.page-jump { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 13px; font-weight: 750; }
.page-jump input { width: 72px; min-width: 72px; height: 34px; padding: 6px 8px; text-align: center; }
.page-jump button { min-height: 34px; padding: 6px 10px; white-space: nowrap; }
.image-preview { margin-top: 12px; }
.image-preview img { width: 64px; height: 64px; border: 1px solid var(--line); border-radius: 8px; object-fit: cover; background: #edf2f7; }
.icon-picker { display: grid; grid-template-columns: repeat(auto-fill, minmax(48px, 1fr)); gap: 8px; margin-top: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #fbfcfe; }
.icon-choice { display: grid; place-items: center; width: 48px; height: 48px; justify-self: center; border: 1px solid transparent; border-radius: 8px; background: #fff; padding: 5px; box-shadow: 0 4px 12px rgba(15, 23, 42, .05); transition: border-color .14s ease, box-shadow .14s ease, transform .14s ease; overflow: hidden; }
.icon-choice:hover { background: #fff; border-color: #b8d9df; transform: translateY(-1px); }
.icon-choice.active { background: #eef8fa; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(18, 107, 120, .14); }
.icon-choice img { width: 34px; height: 34px; border-radius: 7px; object-fit: cover; }
.row { display: flex; align-items: center; gap: 10px; }
.row.wrap { flex-wrap: wrap; }
.captcha-row { display: grid; grid-template-columns: 1fr 160px; gap: 10px; align-items: center; }
.captcha-row img { width: 160px; height: 48px; border: 1px solid var(--line); border-radius: 8px; cursor: pointer; background: #f8fafc; }
.turnstile-row { min-height: 65px; display: flex; align-items: center; gap: 10px; overflow: hidden; }
.turnstile-fallback { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 12px; border: 1px solid #fecaca; border-radius: 8px; background: #fff1f2; color: #991b1b; font-size: 13px; }
.turnstile-fallback button { min-height: 32px; padding: 0 12px; white-space: nowrap; }
.otp-row { display: grid; grid-template-columns: 1fr 130px; gap: 10px; align-items: center; }
.otp-row button { min-height: 44px; white-space: nowrap; }
.actions { display: flex; flex-wrap: wrap; gap: 8px; }
.actions button { padding: 6px 10px; white-space: nowrap; }
.spread { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.page-head { align-items: flex-start; margin-bottom: 12px; }
.page-head h2 { margin-bottom: 3px; }
.page-head p { margin: 0; }
.page-actions { justify-content: flex-end; width: min(920px, 100%); }
.page-actions input { min-width: 240px; flex: 1 1 260px; }
.page-actions select { width: auto; min-width: 112px; }
.admin-tool-switch, .admin-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 10px; }
.admin-tool-switch button, .admin-tabs button { border: 1px solid transparent; }
.admin-tool-switch button.active, .admin-tabs button.active { border-color: #b8d9df; background: #dcecf1; color: var(--primary-dark); box-shadow: inset 0 0 0 1px rgba(18,107,120,.08); }
.admin-tool-panel { margin-bottom: 10px; border-color: #cfe0e6; background: linear-gradient(180deg, #fff, #fbfdfe); }
.admin-table-panel { margin-top: 10px; padding: 0; overflow: hidden; }
.admin-table-panel > h3 { margin: 0; padding: 14px 14px 0; }
.admin-table-panel .pagination { margin: 0; padding: 12px 14px; }
.admin-data-table { font-size: 13px; }
.admin-data-table th, .admin-data-table td { padding: 8px 10px; vertical-align: middle; }
.admin-data-table thead th { background: #f8fafc; border-bottom-color: #dbe5ef; white-space: nowrap; }
.admin-data-table tbody tr:nth-child(even) { background: #fbfdff; }
.admin-data-table tbody tr:hover { background: #f5fbfd; }
.stacked-cell { display: grid; gap: 2px; min-width: 150px; }
.stacked-cell strong, .stacked-cell span { overflow-wrap: anywhere; }
.hash-cell { max-width: 260px; overflow-wrap: anywhere; }
.form { display: grid; gap: 10px; }
.form.inline { grid-template-columns: repeat(4, minmax(0, 1fr)) auto; align-items: end; }
.form.inline.admin-form { grid-template-columns: repeat(5, minmax(140px, 1fr)) minmax(92px, 120px); align-items: center; }
.form.inline.admin-form > button { min-height: 38px; white-space: nowrap; }
.platform-editor-panel { padding: 18px 16px 16px; }
.platform-editor-panel h3 { margin-bottom: 14px; }
.form.inline.admin-form.platform-form { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; }
.form.inline.admin-form.platform-edit-form { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; }
.form.inline.admin-form.platform-form > *, .form.inline.admin-form.platform-edit-form > * { min-width: 0; }
.form.inline.admin-form.platform-form > button, .form.inline.admin-form.platform-edit-form > button { width: 100%; }
.form.inline.admin-form input[type="file"] { min-width: 0; height: 38px; padding: 6px 10px; background: #f8fafc; }
.platform-icon-picker { display: grid; grid-template-columns: repeat(auto-fill, minmax(74px, 1fr)); gap: 10px; margin-top: 12px; padding: 12px; }
.platform-icon-picker .icon-choice { width: 100%; height: 70px; justify-self: stretch; border-radius: 8px; padding: 8px; }
.platform-icon-picker .icon-choice img { width: 100%; height: 100%; border-radius: 8px; object-fit: contain; }
.voidmob-purchase-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; align-items: stretch; }
.form.inline.admin-form.block-form { grid-template-columns: minmax(160px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(110px, 130px) minmax(98px, 120px); }
.block-list { display: grid; gap: 8px; margin-top: 12px; }
.block-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center; border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; background: #fbfcfe; }
.block-item strong, .block-item span { display: block; overflow-wrap: anywhere; }
.block-item button { white-space: nowrap; }
.field-help { display: grid; gap: 6px; min-width: 0; }
.field-help span { color: var(--text); font-size: 13px; font-weight: 850; }
.field-help small { color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.45; }
.field-help input, .field-help select, .field-help button { min-height: 40px; }
.action-field button { width: 100%; }
.compact-input { max-width: 360px; }
.tiny-input { width: 92px; min-width: 92px; }
.link-button { border: 0; background: transparent; color: var(--primary-dark); padding: 0; font: inherit; font-weight: 850; text-align: left; cursor: pointer; }
.link-button:hover { color: var(--primary); text-decoration: underline; }
.compact-actions { gap: 6px; flex-wrap: nowrap; }
.compact-actions button { padding: 7px 10px; white-space: nowrap; }
.relist-panel p { margin: 10px 0 0; }
.settings-card p { margin: 5px 0 0; }
.settings-wallet-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; margin-top: 14px; }
.settings-wallet-form button { white-space: nowrap; }
.settings-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.settings-meta div, .settings-meta label { border: 1px solid var(--line); border-radius: 8px; background: #fbfcfe; padding: 10px; }
.settings-meta span { display: block; color: var(--muted); font-size: 12px; font-weight: 800; }
.settings-meta strong { display: block; margin-top: 5px; overflow-wrap: anywhere; }
.settings-meta input { width: 100%; margin-top: 7px; }
.runtime-card p { margin: 5px 0 0; }
.runtime-meta { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.log-detail { min-width: 360px; max-width: 720px; white-space: normal; word-break: break-word; }
.muted { color: var(--muted); }
.notice { border-left: 3px solid #c84f31; background: #fff7f4; padding: 10px 12px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { border-bottom: 1px solid var(--line); padding: 10px 8px; text-align: left; vertical-align: top; }
th { color: var(--muted); font-weight: 700; }
tbody tr { position: relative; }
tbody tr.order-listening { background: linear-gradient(90deg, rgba(53,211,255,.08), transparent 54%); }
tbody tr.order-listening td:first-child { position: relative; }
tbody tr.order-listening td:first-child::before { content: ""; position: absolute; left: 0; top: 9px; bottom: 9px; width: 3px; border-radius: 999px; background: linear-gradient(180deg, var(--beam-a), var(--beam-b)); box-shadow: 0 0 14px rgba(53,211,255,.55); animation: pulse-signal 1.7s ease-in-out infinite; }
tbody tr.order-received { background: linear-gradient(90deg, rgba(20,122,79,.08), transparent 58%); }
.badge { display: inline-flex; align-items: center; border-radius: 999px; background: #edf2f7; padding: 4px 8px; font-size: 12px; font-weight: 700; }
.badge.ok { background: #e4f6ee; color: var(--ok); }
.badge.warn { background: #fff4d8; color: var(--warn); }
.badge.danger { background: #fde8e7; color: var(--danger); }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 12px; }
.service-admin-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.service-admin-card { display: grid; gap: 12px; }
.meta-line { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: 13px; }
.edit-panel { margin-top: 14px; border-color: #b8d9df; }
.price-page-head { align-items: flex-start; flex-wrap: wrap; margin-bottom: 10px; }
.price-page-head h2 { margin-bottom: 3px; }
.price-page-head p { margin: 0; }
.price-quick-panel { padding: 12px; }
.price-quick-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.price-quick-form, .price-edit-row { display: grid; grid-template-columns: minmax(92px, .8fr) minmax(150px, 1.5fr) 92px minmax(110px, 1fr) auto; align-items: center; gap: 8px; min-width: 0; border: 1px solid var(--line); border-radius: 8px; background: #fbfcfe; padding: 10px; }
.price-quick-form strong, .price-edit-row strong { color: var(--text); font-size: 13px; white-space: nowrap; }
.price-quick-form select, .price-quick-form input, .price-quick-form button, .price-edit-row select, .price-edit-row input, .price-edit-row button { min-height: 36px; padding: 8px 10px; }
.price-edit-panel { margin-top: 10px; padding: 12px; border-color: #b8d9df; }
.price-edit-panel .price-edit-row + .price-edit-row { margin-top: 8px; }
.price-edit-row { grid-template-columns: minmax(88px, .65fr) minmax(160px, 1.6fr) 92px minmax(110px, 1fr) auto auto; }
.price-table-panel { margin-top: 10px; padding: 0; overflow: hidden; }
.price-table-panel .table-wrap { max-height: calc(100vh - 282px); overflow: auto; }
.price-management-table { min-width: 1240px; table-layout: fixed; font-size: 12px; }
.price-management-table th, .price-management-table td { padding: 6px; vertical-align: middle; }
.price-management-table thead th { position: sticky; top: 0; z-index: 2; background: #f8fafc; border-bottom-color: #dbe5ef; text-align: center; }
.price-management-table th:first-child, .price-management-table td:first-child { position: sticky; left: 0; z-index: 3; width: 190px; text-align: left; background: #fff; box-shadow: 1px 0 0 var(--line); }
.price-management-table thead th:first-child { z-index: 4; background: #f8fafc; }
.price-management-table th:last-child, .price-management-table td:last-child { width: 96px; text-align: center; }
.price-management-table tbody tr:nth-child(even) { background: #fbfdff; }
.price-management-table tbody tr:nth-child(even) td:first-child { background: #fbfdff; }
.price-management-table tbody tr:hover { background: #f5fbfd; }
.price-management-table tbody tr:hover td:first-child { background: #f5fbfd; }
.price-group-head { color: var(--primary-dark); font-size: 13px; }
.price-duration-head { width: 94px; color: var(--muted); font-size: 12px; }
.price-matrix-cell { width: 94px; text-align: center; }
.price-matrix-cell.specified { background: rgba(18, 107, 120, .018); }
.price-service-head { gap: 8px; min-width: 0; }
.price-service-head .service-icon { width: 32px; height: 32px; }
.price-service-head strong, .price-service-head .mono { display: block; max-width: 126px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.price-cell-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2px 5px; min-height: 38px; border: 1px solid #dce7f1; border-radius: 8px; background: #fff; padding: 4px 5px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.5); }
.price-cell-card.specified { background: #f8fcfd; }
.price-cell-card strong { overflow: hidden; color: var(--text); font-size: 13px; line-height: 1.1; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.price-cell-card span { color: var(--muted); font-size: 10px; font-weight: 850; line-height: 1; }
.price-cell-actions { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.price-cell-actions button { min-height: 22px; padding: 3px 5px; border-radius: 6px; font-size: 12px; line-height: 1; }
.price-empty { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 38px; border: 1px dashed #d9e3ec; border-radius: 8px; color: #b0bdca; font-weight: 850; }
.price-chip-list { display: flex; flex-wrap: wrap; gap: 6px; }
.price-chip { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--line); border-radius: 8px; background: #fbfcfe; padding: 4px 5px 4px 8px; white-space: nowrap; }
.price-chip.specified { background: #f7fcfd; }
.price-chip span { color: var(--muted); font-size: 12px; font-weight: 850; }
.price-chip strong { font-size: 12px; }
.price-chip button { min-height: 26px; padding: 4px 7px; font-size: 12px; }
.price-card { display: grid; gap: 12px; }
.price-card h4 { margin: 4px 0 -4px; color: var(--muted); font-size: 13px; }
.price-list { display: grid; gap: 8px; }
.price-row { display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 8px; padding: 8px 10px; background: #fbfcfe; }
.deposit-card { border-color: #b8d9df; }
.deposit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 12px; }
.deposit-grid div { border: 1px solid var(--line); border-radius: 8px; background: #fbfcfe; padding: 10px; }
.deposit-grid strong { display: block; margin-top: 4px; font-size: 18px; }
.deposit-address { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; margin-bottom: 12px; }
.deposit-address span { overflow-wrap: anywhere; border: 1px solid var(--line); border-radius: 8px; background: #f8fafc; padding: 10px; }
.modal-backdrop { position: fixed; inset: 0; z-index: 900; display: grid; place-items: center; padding: 18px; background: rgba(15, 23, 42, .54); backdrop-filter: blur(4px); }
.global-loading-backdrop { position: fixed; inset: 0; z-index: 950; display: grid; place-items: center; padding: 18px; background: rgba(15, 23, 42, .36); backdrop-filter: blur(3px); }
.global-loading-box { display: grid; justify-items: center; gap: 10px; width: min(320px, calc(100vw - 36px)); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(17, 24, 39, .94); color: #fff; padding: 22px 20px; text-align: center; box-shadow: 0 24px 70px rgba(15, 23, 42, .34); animation: modal-in .16s ease-out; }
.global-loading-box strong { font-size: 16px; line-height: 1.35; }
.global-loading-box span { color: rgba(255,255,255,.68); font-size: 13px; font-weight: 750; line-height: 1.4; }
.global-loading-spinner { width: 34px; height: 34px; border: 3px solid rgba(255,255,255,.18); border-top-color: #8cf4ff; border-radius: 50%; animation: loading-spin .8s linear infinite; }
.payment-modal { width: min(760px, 100%); max-height: calc(100vh - 36px); overflow: auto; border-color: #b8d9df; box-shadow: 0 28px 80px rgba(15, 23, 42, .34); animation: modal-in .16s ease-out; }
.user-balance-modal { width: min(1080px, 100%); }
.balance-adjust-modal { width: min(560px, 100%); }
.user-detail-head p { margin: 4px 0 0; }
.balance-adjust-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 14px 0; }
.balance-adjust-summary div { border: 1px solid var(--line); border-radius: 8px; background: #fbfcfe; padding: 12px; }
.balance-adjust-summary span { display: block; color: var(--muted); font-size: 12px; font-weight: 850; }
.balance-adjust-summary strong { display: block; margin-top: 6px; font-size: 18px; overflow-wrap: anywhere; }
.balance-direction-tabs { margin-top: 0; }
.balance-adjust-form { margin-top: 12px; }
.balance-adjust-actions { display: flex; justify-content: flex-end; gap: 8px; }
.balance-adjust-actions button { min-width: 96px; }
.user-balance-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 14px 0; }
.user-balance-summary div { border: 1px solid var(--line); border-radius: 8px; background: #fbfcfe; padding: 12px; }
.user-balance-summary span { display: block; color: var(--muted); font-size: 12px; font-weight: 850; }
.user-balance-summary strong { display: block; margin-top: 6px; font-size: 17px; overflow-wrap: anywhere; }
.user-detail-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; color: var(--muted); font-size: 12px; font-weight: 800; }
.user-detail-meta span { border: 1px solid var(--line); border-radius: 999px; background: #f8fafc; padding: 6px 9px; }
.user-flow-table { max-height: 420px; overflow: auto; }
.amount-income { color: var(--ok); }
.amount-expense { color: var(--danger); }
.payment-amount { margin: 16px 0; border: 1px solid #b8d9df; border-radius: 8px; background: linear-gradient(135deg, #eef8fa, #f8fcfd); color: var(--primary-dark); padding: 18px; font-size: 38px; line-height: 1; font-weight: 850; text-align: center; box-shadow: inset 0 0 26px rgba(53,211,255,.11); }
.payment-amount span { color: var(--muted); font-size: 18px; font-weight: 800; }
.payment-watch { display: flex; align-items: center; gap: 10px; margin: -6px 0 16px; border: 1px solid rgba(18, 107, 120, .18); border-radius: 8px; background: #eef8fa; color: var(--primary-dark); padding: 10px 12px; }
.payment-watch strong { display: block; font-size: 14px; }
.payment-watch small { display: block; margin-top: 2px; color: var(--muted); font-weight: 700; }
.pulse-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 0 0 rgba(18, 107, 120, .42); flex: 0 0 auto; animation: pulse-dot 1.35s ease-out infinite; }
.payment-watch.active .pulse-dot { background: #39d88f; box-shadow: 0 0 0 0 rgba(57, 216, 143, .48); }
.payment-body { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 14px; align-items: start; }
.payment-qr-box { position: relative; display: grid; justify-items: center; gap: 10px; }
.payment-qr-box::before { content: ""; position: absolute; top: -4px; width: 248px; height: 248px; border-radius: 10px; pointer-events: none; opacity: .96; background: conic-gradient(from var(--beam-angle), transparent 0%, transparent 58%, rgba(255,255,255,.08) 62%, rgba(53,211,255,.95) 68%, rgba(57,242,164,.95) 70%, rgba(255,255,255,.48) 72%, transparent 80%, transparent 100%), radial-gradient(ellipse 74px 32px at 94% 0%, rgba(255,120,40,.9), transparent), radial-gradient(ellipse 80px 34px at 12% 100%, rgba(100,70,255,.78), transparent); padding: 1px; -webkit-mask: conic-gradient(from var(--beam-angle), transparent 0%, transparent 30%, rgba(255,255,255,.1) 36%, rgba(255,255,255,.38) 44%, #fff 52%, #fff 80%, rgba(255,255,255,.38) 86%, rgba(255,255,255,.1) 92%, transparent 96%, transparent 100%), linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: source-in, xor; mask: conic-gradient(from var(--beam-angle), transparent 0%, transparent 30%, rgba(255,255,255,.1) 36%, rgba(255,255,255,.38) 44%, #fff 52%, #fff 80%, rgba(255,255,255,.38) 86%, rgba(255,255,255,.1) 92%, transparent 96%, transparent 100%), linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: intersect, exclude; filter: drop-shadow(0 0 8px rgba(53,211,255,.48)) brightness(1.2) saturate(1.35); animation: beam-spin 6.5s linear infinite, beam-hue 12s ease-in-out infinite; }
.payment-qr-box img, .payment-qr-placeholder { width: 240px; height: 240px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.payment-qr-box img { display: block; padding: 10px; object-fit: contain; box-shadow: 0 14px 30px rgba(15,23,42,.1); }
.payment-qr-placeholder { display: grid; place-items: center; padding: 16px; color: var(--muted); text-align: center; font-weight: 750; }
.payment-qr-box button { width: 240px; }
.payment-details { min-width: 0; }
.admin-console { min-height: 100vh; color: #d8e9f0; background: radial-gradient(circle at 18% -4%, rgba(66,245,182,.16), transparent 360px), radial-gradient(circle at 96% 8%, rgba(69,184,255,.14), transparent 420px), linear-gradient(135deg, #07111a 0%, #0b1520 48%, #101824 100%); }
.admin-console::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: .55; background-image: linear-gradient(rgba(140,244,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(140,244,255,.035) 1px, transparent 1px), linear-gradient(125deg, transparent 0 46%, rgba(66,245,182,.08) 48%, transparent 50% 100%); background-size: 42px 42px, 42px 42px, 460px 460px; }
.admin-console .topbar { border-bottom-color: rgba(140,244,255,.16); background: rgba(7, 17, 26, .92); color: #f4fbff; box-shadow: 0 14px 34px rgba(0,0,0,.32); }
.admin-console .brand-mark { background: linear-gradient(135deg, #45b8ff, #42f5b6); color: #031119; box-shadow: 0 0 26px rgba(66,245,182,.22); }
.admin-console .topbar button.secondary { background: rgba(255,255,255,.08); color: #eaf7fb; }
.admin-console .topbar button.secondary:hover { background: rgba(140,244,255,.16); }
.admin-console .admin-shell { position: relative; z-index: 1; background: transparent; }
.admin-console .sidebar { border-right-color: rgba(140,244,255,.12); background: linear-gradient(180deg, rgba(5, 13, 20, .94), rgba(7, 18, 26, .82)); box-shadow: inset -1px 0 0 rgba(255,255,255,.025); }
.admin-console .sidebar > button { color: rgba(216,233,240,.76); }
.admin-console .sidebar > button:hover { border-color: rgba(140,244,255,.14); background: rgba(255,255,255,.055); color: #f4fbff; }
.admin-console .sidebar > button.active { border-color: rgba(140,244,255,.34); background: linear-gradient(135deg, rgba(69,184,255,.16), rgba(66,245,182,.1)); color: #8cf4ff; box-shadow: inset 0 0 0 1px rgba(140,244,255,.1), 0 10px 26px rgba(0,0,0,.22); }
.admin-console .sidebar > button.active::before { background: linear-gradient(180deg, #45b8ff, #42f5b6); box-shadow: 0 0 14px rgba(66,245,182,.62); }
.admin-console .content { color: #d8e9f0; }
.admin-console .content::before { background: linear-gradient(90deg, transparent, rgba(69,184,255,.72), rgba(66,245,182,.52), transparent); }
.admin-console h2, .admin-console h3, .admin-console .panel h2, .admin-console .panel h3 { color: #f4fbff; }
.admin-console .muted, .admin-console .page-head p, .admin-console .metric-list span, .admin-console .rank-list span, .admin-console .stat-card span, .admin-console .stat-card small, .admin-console .chart-head span { color: rgba(216,233,240,.58); }
.admin-console .panel { border-color: rgba(140,244,255,.14); background: rgba(9, 20, 30, .82); color: #d8e9f0; box-shadow: 0 18px 48px rgba(0,0,0,.26), inset 0 0 0 1px rgba(255,255,255,.022); backdrop-filter: blur(12px); }
.admin-console .dashboard-hero { position: relative; overflow: hidden; border: 1px solid rgba(140,244,255,.16); border-radius: 8px; background: linear-gradient(135deg, rgba(9, 20, 30, .9), rgba(9, 38, 48, .58)); box-shadow: 0 18px 48px rgba(0,0,0,.2), inset 0 0 0 1px rgba(255,255,255,.025); }
.admin-console .dashboard-hero::after { content: ""; position: absolute; right: -38px; top: -58px; width: 220px; height: 220px; border: 1px solid rgba(66,245,182,.12); border-radius: 50%; box-shadow: inset 0 0 46px rgba(69,184,255,.06); pointer-events: none; }
.admin-console .dashboard-kicker { color: #8cf4ff; text-shadow: 0 0 18px rgba(69,184,255,.18); }
.admin-console .dashboard-kicker::before { background: #42f5b6; box-shadow: 0 0 14px rgba(66,245,182,.72); }
.admin-console .dashboard-status-band div { position: relative; border-color: rgba(140,244,255,.14); background: rgba(4, 14, 22, .68); box-shadow: inset 0 0 0 1px rgba(255,255,255,.02); }
.admin-console .dashboard-status-band div::after { content: ""; position: absolute; right: -28px; top: -28px; width: 82px; height: 82px; border: 1px solid rgba(66,245,182,.12); border-radius: 50%; pointer-events: none; }
.admin-console .dashboard-status-band span, .admin-console .dashboard-status-band small { color: rgba(216,233,240,.58); }
.admin-console .dashboard-status-band strong { color: #f4fbff; text-shadow: 0 0 18px rgba(69,184,255,.12); }
.admin-console .dashboard-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.admin-console .stat-card { position: relative; min-height: 126px; overflow: hidden; padding: 16px; background: linear-gradient(135deg, rgba(11, 28, 42, .92), rgba(8, 20, 30, .84)); border-color: rgba(140,244,255,.15); }
.admin-console .stat-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: linear-gradient(90deg, #45b8ff, #42f5b6, transparent); opacity: .72; }
.admin-console .stat-card i { position: absolute; right: 12px; bottom: 12px; width: 54px; height: 54px; border: 1px solid rgba(140,244,255,.1); border-radius: 8px; transform: rotate(12deg); pointer-events: none; }
.admin-console .stat-card strong { color: #42f5b6; text-shadow: 0 0 18px rgba(66,245,182,.18); }
.admin-console .stat-card.accent strong { color: #8cf4ff; text-shadow: 0 0 18px rgba(69,184,255,.22); }
.admin-console .dashboard-chart-panel { background: linear-gradient(180deg, rgba(9, 20, 30, .88), rgba(5, 14, 22, .78)); border-color: rgba(140,244,255,.14); }
.admin-console .chart-head { border-bottom: 1px solid rgba(140,244,255,.1); padding-bottom: 8px; }
.admin-console .dashboard-chart { border-radius: 8px; background: linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.008)); }
.admin-console .visual-panel { background: linear-gradient(180deg, rgba(9, 20, 30, .86), rgba(5, 14, 22, .74)); border-color: rgba(140,244,255,.14); }
.admin-console .visual-row { border: 1px solid rgba(140,244,255,.1); border-radius: 8px; background: rgba(4, 14, 22, .46); padding: 9px 10px; }
.admin-console .visual-row-head span, .admin-console .visual-row small, .admin-console .order-flow-item small, .admin-console .recharge-flow-item small { color: rgba(216,233,240,.58); }
.admin-console .visual-row-head strong, .admin-console .order-flow-item strong, .admin-console .recharge-flow-item strong { color: #f4fbff; }
.admin-console .visual-track { background: rgba(140,244,255,.08); box-shadow: inset 0 0 0 1px rgba(255,255,255,.018); }
.admin-console .visual-track b { box-shadow: 0 0 14px rgba(66,245,182,.24); }
.admin-console .visual-empty { border-color: rgba(140,244,255,.12); color: rgba(216,233,240,.46); background: rgba(255,255,255,.018); }
.admin-console .order-flow-item, .admin-console .recharge-flow-item { border-color: rgba(140,244,255,.12); background: rgba(4, 14, 22, .52); }
.admin-console .order-flow-item > span { box-shadow: 0 0 14px rgba(140,244,255,.22); }
.admin-console .order-flow-item b { color: rgba(216,233,240,.68); }
.admin-console .recharge-flow-item button { min-height: 32px; padding: 6px 10px; }
.admin-console input, .admin-console select, .admin-console textarea { border-color: rgba(140,244,255,.18); background: rgba(3, 11, 18, .76); color: #eef8fb; }
.admin-console input::placeholder, .admin-console textarea::placeholder { color: rgba(216,233,240,.42); }
.admin-console select option { background: #091520; color: #eef8fb; }
.admin-console button:not(.el-button) { background: linear-gradient(135deg, #127d86, #15996f); color: #f6fffd; box-shadow: 0 8px 20px rgba(0,0,0,.14); }
.admin-console button:not(.el-button):hover { background: linear-gradient(135deg, #1595a0, #17aa7d); }
.admin-console button.secondary:not(.el-button) { background: rgba(255,255,255,.08); color: #d8e9f0; border: 1px solid rgba(140,244,255,.13); box-shadow: none; }
.admin-console button.secondary:not(.el-button):hover { background: rgba(140,244,255,.14); color: #f4fbff; }
.admin-console button.danger:not(.el-button) { background: linear-gradient(135deg, #b42318, #d1493c); }
.admin-console .badge { background: rgba(255,255,255,.08); color: rgba(238,248,251,.82); }
.admin-console .badge.ok { background: rgba(66,245,182,.14); color: #76efc4; }
.admin-console .badge.warn { background: rgba(255,200,87,.16); color: #ffd37a; }
.admin-console .badge.danger { background: rgba(255,107,95,.16); color: #ff9188; }
.admin-console .admin-tool-switch button.active, .admin-console .admin-tabs button.active { border-color: rgba(140,244,255,.36); background: linear-gradient(135deg, rgba(69,184,255,.18), rgba(66,245,182,.1)); color: #8cf4ff; }
.admin-console .admin-tool-panel { border-color: rgba(140,244,255,.16); background: rgba(10, 24, 36, .82); }
.admin-console .admin-data-table, .admin-console table { color: #d8e9f0; }
.admin-console th, .admin-console td { border-bottom-color: rgba(140,244,255,.1); }
.admin-console th, .admin-console .admin-data-table thead th { color: rgba(216,233,240,.66); background: rgba(5, 16, 25, .92); border-bottom-color: rgba(140,244,255,.16); }
.admin-console .admin-data-table tbody tr:nth-child(even), .admin-console .price-management-table tbody tr:nth-child(even) { background: rgba(255,255,255,.018); }
.admin-console .admin-data-table tbody tr:hover, .admin-console tbody tr:hover, .admin-console .price-management-table tbody tr:hover { background: rgba(140,244,255,.055); }
.admin-console .price-quick-form, .admin-console .price-edit-row { border-color: rgba(140,244,255,.12); background: rgba(4, 14, 22, .58); }
.admin-console .price-quick-form strong, .admin-console .price-edit-row strong { color: #f4fbff; }
.admin-console .metric-list div, .admin-console .rank-list div, .admin-console .settings-meta div, .admin-console .settings-meta label, .admin-console .deposit-grid div, .admin-console .block-item { border-color: rgba(140,244,255,.12); background: rgba(4, 14, 22, .58); }
.admin-console .link-button { color: #8cf4ff; }
.admin-console .icon-picker { border-color: rgba(140,244,255,.13); background: rgba(4, 14, 22, .56); }
.admin-console .icon-choice { border-color: rgba(140,244,255,.09); background: rgba(255,255,255,.06); box-shadow: none; }
.admin-console .icon-choice:hover, .admin-console .icon-choice.active { border-color: rgba(140,244,255,.45); background: rgba(140,244,255,.1); box-shadow: 0 0 0 3px rgba(69,184,255,.12); }
.admin-console .price-management-table thead th { background: rgba(5, 16, 25, .96); border-bottom-color: rgba(140,244,255,.16); }
.admin-console .price-management-table th:first-child, .admin-console .price-management-table td:first-child { background: rgba(7, 18, 28, .98); box-shadow: 1px 0 0 rgba(140,244,255,.12); }
.admin-console .price-management-table thead th:first-child { background: rgba(5, 16, 25, .98); }
.admin-console .price-management-table tbody tr:nth-child(even) td:first-child { background: rgba(9, 22, 32, .98); }
.admin-console .price-management-table tbody tr:hover td:first-child { background: rgba(12, 40, 48, .98); }
.admin-console .price-group-head { color: #8cf4ff; }
.admin-console .price-duration-head { color: rgba(216,233,240,.58); }
.admin-console .price-matrix-cell.specified { background: rgba(66,245,182,.018); }
.admin-console .price-cell-card, .admin-console .price-cell-card.specified { border-color: rgba(140,244,255,.14); background: rgba(4, 14, 22, .7); box-shadow: inset 0 0 0 1px rgba(255,255,255,.02); }
.admin-console .price-cell-card strong { color: #f4fbff; }
.admin-console .price-cell-card span { color: rgba(216,233,240,.54); }
.admin-console .price-empty { border-color: rgba(140,244,255,.12); color: rgba(216,233,240,.28); background: rgba(255,255,255,.018); }
.admin-console .page-jump { color: rgba(216,233,240,.62); }
.admin-console .payment-modal, .admin-console .user-balance-modal { border-color: rgba(140,244,255,.18); background: rgba(9, 20, 30, .96); color: #d8e9f0; box-shadow: 0 34px 92px rgba(0,0,0,.52); }
.admin-console .balance-adjust-summary div { border-color: rgba(140,244,255,.12); background: rgba(4, 14, 22, .58); }
.admin-console .user-detail-meta span { border-color: rgba(140,244,255,.14); background: rgba(4, 14, 22, .58); color: rgba(216,233,240,.72); }
.admin-console .notice { border-color: rgba(240,107,69,.24); border-left-color: #f06b45; background: rgba(50, 25, 22, .62); color: #ffe8df; }
.admin-console-login { min-height: 100vh; background: radial-gradient(circle at 18% -4%, rgba(66,245,182,.16), transparent 360px), radial-gradient(circle at 96% 8%, rgba(69,184,255,.14), transparent 420px), linear-gradient(135deg, #07111a 0%, #0b1520 48%, #101824 100%); }
.admin-console-login .admin-auth { color: #d8e9f0; }
.admin-console-login .admin-login-hero { border-color: rgba(140,244,255,.18); background: linear-gradient(135deg, rgba(9,20,30,.94), rgba(10,36,45,.82)); color: #f4fbff; box-shadow: 0 24px 70px rgba(0,0,0,.38); }
.admin-console-login .admin-login-card { border-color: rgba(140,244,255,.2); border-top-color: #42f5b6; background: rgba(9,20,30,.92); color: #d8e9f0; }
.admin-console-login .auth-card-head span, .admin-console-login .auth-kicker, .admin-console-login .text-link { color: #8cf4ff; }
.admin-console-login .admin-lock { border-color: rgba(140,244,255,.18); background: rgba(4,14,22,.64); }
.admin-console-login .admin-lock strong { color: #f4fbff; }
.admin-console-login input { border-color: rgba(140,244,255,.18); background: rgba(3, 11, 18, .76); color: #eef8fb; }
.client-shell .topbar { border-bottom-color: rgba(119,230,255,.16); background: rgba(7, 16, 22, .92); color: #eef8fb; box-shadow: 0 12px 34px rgba(0,0,0,.28); }
.client-shell .topbar .secondary { background: rgba(255,255,255,.08); color: #eef8fb; }
.client-shell .topbar .secondary:hover { background: rgba(119,230,255,.14); }
.client-shell .main { color: #eef8fb; background: linear-gradient(135deg, #071016 0%, #0d1718 48%, #171318 100%); }
.client-shell .main::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .82; background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201440%20900%22%3E%3Cpolygon%20points%3D%2294%2C86%20100%2C92%2094%2C98%2088%2C92%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.92%22%2F%3E%3Cpolygon%20points%3D%22238%2C210%20242%2C214%20238%2C218%20234%2C214%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.72%22%2F%3E%3Cpolygon%20points%3D%22412%2C83%20417%2C88%20412%2C93%20407%2C88%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.86%22%2F%3E%3Cpolygon%20points%3D%22586%2C279%20593%2C286%20586%2C293%20579%2C286%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.76%22%2F%3E%3Cpolygon%20points%3D%22760%2C138%20764%2C142%20760%2C146%20756%2C142%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.88%22%2F%3E%3Cpolygon%20points%3D%22918%2C232%20924%2C238%20918%2C244%20912%2C238%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.82%22%2F%3E%3Cpolygon%20points%3D%221116%2C105%201121%2C110%201116%2C115%201111%2C110%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.74%22%2F%3E%3Cpolygon%20points%3D%221288%2C303%201295%2C310%201288%2C317%201281%2C310%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.82%22%2F%3E%3Cpolygon%20points%3D%22168%2C453%20173%2C458%20168%2C463%20163%2C458%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.78%22%2F%3E%3Cpolygon%20points%3D%22346%2C597%20353%2C604%20346%2C611%20339%2C604%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.88%22%2F%3E%3Cpolygon%20points%3D%22538%2C478%20542%2C482%20538%2C486%20534%2C482%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.68%22%2F%3E%3Cpolygon%20points%3D%22724%2C684%20730%2C690%20724%2C696%20718%2C690%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.82%22%2F%3E%3Cpolygon%20points%3D%22898%2C515%20903%2C520%20898%2C525%20893%2C520%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.78%22%2F%3E%3Cpolygon%20points%3D%221074%2C628%201082%2C636%201074%2C644%201066%2C636%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.84%22%2F%3E%3Cpolygon%20points%3D%221246%2C482%201250%2C486%201246%2C490%201242%2C486%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.72%22%2F%3E%3Cpolygon%20points%3D%221360%2C700%201366%2C706%201360%2C712%201354%2C706%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.78%22%2F%3E%3Cpolygon%20points%3D%22248%2C782%20252%2C786%20248%2C790%20244%2C786%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.82%22%2F%3E%3Cpolygon%20points%3D%22614%2C815%20619%2C820%20614%2C825%20609%2C820%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.74%22%2F%3E%3Cpolygon%20points%3D%221006%2C808%201010%2C812%201006%2C816%201002%2C812%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.8%22%2F%3E%3C%2Fsvg%3E"); background-repeat: repeat-y; background-size: 100% 900px; filter: drop-shadow(0 0 5px rgba(255,255,255,.58)) drop-shadow(0 0 12px rgba(119,230,255,.22)); animation: star-twinkle 4.2s ease-in-out infinite; }
.client-shell .main::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5; background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201440%20900%22%3E%3Cpolygon%20points%3D%2258%2C315%2061%2C318%2058%2C321%2055%2C318%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.62%22%2F%3E%3Cpolygon%20points%3D%22146%2C725%20149%2C728%20146%2C731%20143%2C728%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.58%22%2F%3E%3Cpolygon%20points%3D%22304%2C109%20307%2C112%20304%2C115%20301%2C112%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.66%22%2F%3E%3Cpolygon%20points%3D%22454%2C349%20457%2C352%20454%2C355%20451%2C352%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.54%22%2F%3E%3Cpolygon%20points%3D%22642%2C51%20645%2C54%20642%2C57%20639%2C54%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.62%22%2F%3E%3Cpolygon%20points%3D%22818%2C385%20821%2C388%20818%2C391%20815%2C388%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.66%22%2F%3E%3Cpolygon%20points%3D%221000%2C69%201003%2C72%201000%2C75%20997%2C72%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.56%22%2F%3E%3Cpolygon%20points%3D%221168%2C405%201171%2C408%201168%2C411%201165%2C408%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.62%22%2F%3E%3Cpolygon%20points%3D%221338%2C165%201341%2C168%201338%2C171%201335%2C168%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.66%22%2F%3E%3Cpolygon%20points%3D%22116%2C583.5%20118.5%2C586%20116%2C588.5%20113.5%2C586%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.54%22%2F%3E%3Cpolygon%20points%3D%22392%2C745%20395%2C748%20392%2C751%20389%2C748%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.62%22%2F%3E%3Cpolygon%20points%3D%22512%2C179.5%20514.5%2C182%20512%2C184.5%20509.5%2C182%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.58%22%2F%3E%3Cpolygon%20points%3D%22680%2C545%20683%2C548%20680%2C551%20677%2C548%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.66%22%2F%3E%3Cpolygon%20points%3D%22842%2C773.5%20844.5%2C776%20842%2C778.5%20839.5%2C776%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.58%22%2F%3E%3Cpolygon%20points%3D%221038%2C311%201041%2C314%201038%2C317%201035%2C314%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.64%22%2F%3E%3Cpolygon%20points%3D%221204%2C811.5%201206.5%2C814%201204%2C816.5%201201.5%2C814%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.58%22%2F%3E%3Cpolygon%20points%3D%221402%2C545%201405%2C548%201402%2C551%201399%2C548%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.62%22%2F%3E%3Cpolygon%20points%3D%22226%2C365.5%20228.5%2C368%20226%2C370.5%20223.5%2C368%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.56%22%2F%3E%3Cpolygon%20points%3D%22782%2C203.5%20784.5%2C206%20782%2C208.5%20779.5%2C206%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.58%22%2F%3E%3Cpolygon%20points%3D%22956%2C679%20959%2C682%20956%2C685%20953%2C682%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.66%22%2F%3E%3Cpolygon%20points%3D%221314%2C639.5%201316.5%2C642%201314%2C644.5%201311.5%2C642%22%20fill%3D%22%23fff%22%20fill-opacity%3D%220.58%22%2F%3E%3C%2Fsvg%3E"); background-repeat: repeat-y; background-size: 100% 900px; filter: drop-shadow(0 0 4px rgba(255,255,255,.42)) drop-shadow(0 0 9px rgba(119,230,255,.18)); animation: star-twinkle-soft 6.4s ease-in-out .9s infinite; }
.client-shell .main::before, .client-shell .main::after { filter: none; animation: none; }
.client-auth::after, .client-auth .auth-hero::before, .client-auth .auth-hero::after { animation: none; }
.client-shell .content::before { content: none; display: none; animation: none; }
.client-shell .sidebar { border-right-color: rgba(119,230,255,.13); background: linear-gradient(180deg, rgba(5, 14, 20, .88), rgba(5, 14, 20, .74)); box-shadow: inset -1px 0 0 rgba(255,255,255,.03); }
.client-shell .sidebar > button { color: rgba(226,239,247,.78); }
.client-shell .sidebar > button:hover { border-color: rgba(119,230,255,.14); background: rgba(255,255,255,.055); color: #f7fbff; transform: translateX(1px); }
.client-shell .sidebar > button:hover .nav-subtitle { color: rgba(210,229,237,.72); }
.client-shell .sidebar > button.active { border-color: rgba(119,230,255,.28); background: linear-gradient(135deg, rgba(53,211,255,.17), rgba(57,242,164,.1)); color: #8cf4ff; box-shadow: inset 0 0 0 1px rgba(119,230,255,.12), 0 10px 24px rgba(0,0,0,.16); }
.client-shell .sidebar > button.active::before { background: linear-gradient(180deg, #8cf4ff, #39f2a4); box-shadow: 0 0 12px rgba(119,230,255,.6); }
.client-shell .sidebar .nav-title { color: inherit; }
.client-shell .sidebar .nav-subtitle { color: rgba(210,229,237,.54); }
.client-shell .sidebar > button.active .nav-subtitle { color: rgba(194,255,238,.72); }
.client-shell .sidebar-contact { border-color: rgba(119,230,255,.18); background: linear-gradient(135deg, rgba(53,211,255,.12), rgba(57,242,164,.08)); color: #91f2ff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.025); }
.client-shell .sidebar-contact small { color: rgba(210,229,237,.68); }
.client-shell .sidebar-contact:hover { border-color: rgba(119,230,255,.36); background: linear-gradient(135deg, rgba(53,211,255,.18), rgba(57,242,164,.12)); color: #f7fbff; }
.client-shell .main .panel { border-color: rgba(119,230,255,.14); background: rgba(9, 20, 27, .82); color: #eef8fb; box-shadow: 0 16px 42px rgba(0,0,0,.22), inset 0 0 0 1px rgba(255,255,255,.025); backdrop-filter: blur(12px); }
.client-shell .main .panel h2, .client-shell .main .panel h3, .client-shell .content h2 { color: #f7fbff; }
.client-shell .main .service-card { background: rgba(10, 24, 31, .86); border-color: rgba(119,230,255,.13); }
.client-shell .main .service-card:hover { border-color: rgba(119,230,255,.35); box-shadow: 0 20px 48px rgba(0,0,0,.28); }
.client-shell .main .specified-panel { border-color: rgba(119,230,255,.16); background: rgba(9, 20, 27, .86); }
.client-shell .main .number-card { background: rgba(10, 24, 31, .86); border-color: rgba(119,230,255,.13); }
.client-shell .main .number-value, .client-shell .main .api-link-box { border-color: rgba(119,230,255,.14); background: rgba(4, 12, 18, .72); color: #eaf7fb; }
.client-shell .main .number-meta { border-bottom-color: rgba(119,230,255,.12); }
.client-shell .main .pagination { border-top-color: rgba(119,230,255,.12); }
.client-shell .main input, .client-shell .main select, .client-shell .main textarea { border-color: rgba(119,230,255,.18); background: rgba(4, 12, 18, .82); color: #eef8fb; }
.client-shell .main input::placeholder, .client-shell .main textarea::placeholder { color: rgba(226,239,247,.46); }
.client-shell .main select option { background: #0b151b; color: #eef8fb; }
.client-shell .main button.secondary { background: rgba(255,255,255,.075); color: #eef8fb; }
.client-shell .main button.secondary:hover { background: rgba(119,230,255,.14); }
.client-shell .main .muted, .client-shell .payment-modal .muted { color: rgba(210,229,237,.68); }
.client-shell .main table { color: #eef8fb; }
.client-shell .main th { color: rgba(210,229,237,.66); }
.client-shell .main th, .client-shell .main td { border-bottom-color: rgba(119,230,255,.12); }
.client-shell .main tbody tr:hover { background: rgba(255,255,255,.035); }
.client-shell .main .specified-table-frame tbody tr:hover { background: linear-gradient(90deg, rgba(53,211,255,.12), rgba(57,242,164,.055) 48%, transparent 78%); box-shadow: inset 3px 0 0 rgba(57,242,164,.86); }
.client-shell .main tbody tr.order-listening { background: linear-gradient(90deg, rgba(53,211,255,.12), transparent 56%); }
.client-shell .main tbody tr.order-received { background: linear-gradient(90deg, rgba(57,242,164,.1), transparent 58%); }
.client-shell .main .badge { background: rgba(255,255,255,.08); color: rgba(238,248,251,.82); }
.client-shell .main .badge.ok, .client-shell .topbar .badge.ok { background: rgba(57,242,164,.15); color: #76efb7; }
.client-shell .main .badge.warn { background: rgba(255,196,79,.16); color: #ffd37a; }
.client-shell .main .badge.danger { background: rgba(255,99,88,.15); color: #ff9188; }
.client-shell .main .deposit-grid div, .client-shell .payment-modal .deposit-grid div { border-color: rgba(119,230,255,.14); background: rgba(4, 12, 18, .68); }
.client-shell .main .deposit-address span, .client-shell .payment-modal .deposit-address span { border-color: rgba(119,230,255,.14); background: rgba(4, 12, 18, .72); color: #eaf7fb; }
.client-shell .main .notice, .client-shell .payment-modal .notice { border-color: rgba(240,107,69,.26); border-left-color: #f06b45; background: rgba(48, 25, 22, .62); color: #ffe8df; }
.client-shell .payment-modal { border-color: rgba(119,230,255,.2); background: rgba(8, 18, 24, .94); color: #eef8fb; box-shadow: 0 34px 92px rgba(0,0,0,.5); }
.client-shell .payment-modal .secondary { background: rgba(255,255,255,.08); color: #eef8fb; }
.client-shell .payment-amount { border-color: rgba(119,230,255,.22); background: linear-gradient(135deg, rgba(7,26,35,.95), rgba(11,42,45,.88)); color: #91f2ff; box-shadow: inset 0 0 30px rgba(53,211,255,.16), 0 14px 36px rgba(0,0,0,.24); }
.client-shell .payment-amount span { color: rgba(210,229,237,.68); }
.client-shell .payment-watch { border-color: rgba(119,230,255,.16); background: rgba(9, 35, 43, .82); color: #eaf7fb; box-shadow: inset 0 0 20px rgba(53,211,255,.08); }
.client-shell .payment-watch small { color: rgba(210,229,237,.68); }
@keyframes modal-in {
  from { opacity: 0; transform: translateY(8px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes pulse-dot {
  0% { box-shadow: 0 0 0 0 rgba(18, 107, 120, .42); transform: scale(1); }
  72% { box-shadow: 0 0 0 9px rgba(18, 107, 120, 0); transform: scale(1.08); }
  100% { box-shadow: 0 0 0 0 rgba(18, 107, 120, 0); transform: scale(1); }
}
@keyframes loading-spin {
  to { transform: rotate(360deg); }
}
.text-link { color: var(--primary); font-weight: 750; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.toast { position: fixed; top: 18px; left: 50%; z-index: 1000; width: min(560px, calc(100vw - 32px)); transform: translateX(-50%); border: 1px solid rgba(255,255,255,.16); border-left: 5px solid #f6c343; border-radius: 8px; background: #111827; color: #fff; padding: 15px 18px; font-size: 15px; font-weight: 750; line-height: 1.5; box-shadow: 0 22px 60px rgba(15, 23, 42, .34); animation: toast-in .18s ease-out; }
.el-message { border-radius: 8px; box-shadow: 0 18px 48px rgba(15, 23, 42, .18); }
.sms-message-box { border-radius: 8px; }
.sms-message-box .el-message-box__message { white-space: pre-line; line-height: 1.65; }
@keyframes toast-in {
  from { opacity: 0; transform: translate(-50%, -10px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}
@property --beam-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
@property --beam-hue {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}
@keyframes beam-spin {
  to { --beam-angle: 360deg; }
}
@keyframes beam-hue {
  0%, 100% { --beam-hue: -10deg; }
  50% { --beam-hue: 16deg; }
}
@keyframes signal-drift {
  from { background-position: 0 0, 0 0, 0 0; }
  to { background-position: 48px 48px, 48px 48px, 340px 340px; }
}
@keyframes scan-line {
  0%, 100% { transform: scaleX(.2); opacity: .16; }
  50% { transform: scaleX(1); opacity: .72; }
}
@keyframes auth-grid-flight {
  from { background-position: 0 0, 0 0; }
  to { background-position: 0 46px, 46px 0; }
}
@keyframes signal-lanes {
  from { background-position: 0 0, 0 0; }
  to { background-position: 520px 520px, 0 0; }
}
@keyframes hero-scan {
  0%, 100% { background-position: 0 0, 0 -46px; opacity: .7; }
  50% { background-position: 0 0, 0 46px; opacity: 1; }
}
@keyframes terminal-plate {
  0%, 100% { transform: rotate(8deg) translateY(0); }
  50% { transform: rotate(11deg) translateY(-6px); }
}
@keyframes pulse-signal {
  0%, 100% { opacity: .55; transform: scaleY(.7); }
  50% { opacity: 1; transform: scaleY(1); }
}
@keyframes logo-tilt-3d {
  0% { transform: perspective(900px) rotateX(0deg) rotateY(0deg) translateY(0) translateZ(0) scale(1); }
  28% { transform: perspective(900px) rotateX(10deg) rotateY(-18deg) translateY(-2px) translateZ(12px) scale(1.06); }
  58% { transform: perspective(900px) rotateX(-6deg) rotateY(14deg) translateY(-1px) translateZ(8px) scale(1.045); }
  82% { transform: perspective(900px) rotateX(2deg) rotateY(-4deg) translateY(0) translateZ(3px) scale(1.015); }
  100% { transform: perspective(900px) rotateX(0deg) rotateY(0deg) translateY(0) translateZ(0) scale(1); }
}
@keyframes star-twinkle {
  0%, 100% { opacity: .45; filter: brightness(.68); }
  38% { opacity: .98; filter: brightness(1.55); }
  68% { opacity: .62; filter: brightness(.96); }
}
@keyframes star-twinkle-soft {
  0%, 100% { opacity: .18; filter: brightness(.72); }
  52% { opacity: .72; filter: brightness(1.65); }
}
@keyframes announcement-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.api-key-panel .deposit-address {
  margin: 14px 0;
}
.api-doc-page {
  display: grid;
  gap: 16px;
}
.api-doc-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 2px;
}
.api-doc-header h2 {
  margin-bottom: 4px;
}
.api-doc-key-card,
.api-doc-main-card {
  border-color: rgba(39, 104, 122, .34);
  background: linear-gradient(180deg, rgba(248, 252, 255, .98), rgba(241, 249, 252, .96));
  color: #10202a;
}
.api-doc-key-card .muted,
.api-doc-main-card .muted {
  color: #667586;
}
.api-doc-key-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}
.api-doc-key-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(18, 130, 145, .1);
  color: #0f7b89;
  font-weight: 900;
  letter-spacing: 0;
}
.api-doc-key-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  margin: 14px 0;
}
.api-doc-key-row input {
  min-width: 0;
  border-color: #d7e3ec;
  background: #fff;
  color: #17212f;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}
.api-doc-key-card code,
.api-doc-main-card code {
  color: #0f7280;
}
.api-doc-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.api-doc-meta-grid > div {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 12px;
  border: 1px solid #dce8f0;
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
}
.api-doc-meta-grid span {
  color: #6b7a8b;
  font-size: 12px;
  font-weight: 800;
}
.api-doc-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 0;
  min-height: 560px;
}
.api-doc-sidebar {
  display: grid;
  align-content: start;
  gap: 7px;
  padding-right: 16px;
  border-right: 1px solid #dce8f0;
}
.api-doc-sidebar-title {
  margin-bottom: 4px;
  color: #6b7a8b;
  font-size: 12px;
  font-weight: 900;
}
.api-doc-nav-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  width: 100%;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #263542;
  text-align: left;
}
.api-doc-nav-item:hover,
.api-doc-nav-item.active {
  border-color: #cfe1ea;
  background: #eef8fb;
  color: #0d7784;
}
.api-doc-nav-method {
  justify-self: start;
  min-width: 42px;
  padding: 3px 6px;
  border-radius: 999px;
  background: #e7eef5;
  color: #536273;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}
.api-doc-method-get {
  background: #e6f7ee;
  color: #0f8a54;
}
.api-doc-method-post {
  background: #eef2ff;
  color: #4056d8;
}
.api-doc-method-error {
  background: #fff0ed;
  color: #c14634;
}
.api-doc-content {
  min-width: 0;
  padding-left: 18px;
}
.api-doc-response-note {
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid #dce8f0;
  border-radius: 8px;
  background: #f7fbfd;
}
.api-doc-response-note p {
  margin: 5px 0 0;
  color: #647383;
}
.api-doc-section {
  border: 1px solid #dce8f0;
  border-radius: 8px;
  padding: 18px;
  background: #fff;
}
.api-doc-section h3 {
  margin-bottom: 6px;
}
.api-doc-section-desc {
  margin: 0 0 14px;
  color: #657586;
}
.api-doc-meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin-bottom: 18px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #152331;
}
.api-doc-method {
  flex: 0 0 auto;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.api-doc-endpoint {
  min-width: 0;
  overflow-x: auto;
  color: #d7f7ff !important;
  white-space: nowrap;
}
.api-doc-block {
  display: grid;
  gap: 9px;
  margin-top: 16px;
}
.api-doc-block-label {
  color: #31404f;
  font-size: 13px;
  font-weight: 900;
}
.api-doc-table-wrap {
  border: 1px solid #dce8f0;
  border-radius: 8px;
}
.api-doc-table {
  margin: 0;
}
.api-doc-table th {
  background: #f4f8fb;
  color: #596879;
}
.api-doc-table td,
.api-doc-table th {
  border-color: #e4edf3;
  color: #263542;
}
.api-doc-code {
  margin: 0;
  padding: 14px;
  max-width: 100%;
  overflow-x: auto;
  border-radius: 8px;
  background: #152331;
  color: #dcf7ff;
  font: 12px/1.6 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  white-space: pre;
}
.api-doc-code code {
  color: inherit;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
@media (max-width: 1280px) {
  .form.inline.admin-form.platform-form, .form.inline.admin-form.platform-edit-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-admin-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .price-quick-grid { grid-template-columns: 1fr; }
  .price-quick-form, .price-edit-row { grid-template-columns: minmax(120px, .8fr) minmax(180px, 1.4fr) 110px minmax(120px, 1fr) auto; }
  .numbers-toolbar > .row.wrap { grid-template-columns: minmax(180px, 220px) minmax(220px, 1fr); }
  .number-time-range { grid-column: 1 / -1; }
}
@media (max-width: 920px) {
  .main, .admin-shell, .grid, .grid.two, .number-grid, .stat-grid, .dashboard-status-band, .dashboard-chart-grid, .dashboard-visual-grid, .service-admin-grid, .price-grid, .auth, .form.inline, .admin-form, .voidmob-purchase-grid, .price-row, .price-quick-form, .price-edit-row, .settings-wallet-form, .settings-meta, .user-balance-summary, .balance-adjust-summary { grid-template-columns: 1fr; }
  .api-doc-header, .api-doc-key-head { align-items: stretch; grid-template-columns: 1fr; flex-direction: column; }
  .api-doc-key-row, .api-doc-meta-grid, .api-doc-layout { grid-template-columns: 1fr; }
  .api-doc-sidebar { border-right: 0; border-bottom: 1px solid #dce8f0; padding-right: 0; padding-bottom: 14px; }
  .api-doc-content { padding-left: 0; padding-top: 14px; }
  .admin-console .dashboard-stats { grid-template-columns: 1fr; }
  .dashboard-hero { align-items: stretch; flex-direction: column; }
  .form.inline.admin-form, .form.inline.admin-form.platform-form, .form.inline.admin-form.platform-edit-form { grid-template-columns: 1fr; }
  .price-quick-form, .price-edit-row { grid-template-columns: 1fr; }
  .price-table-panel .table-wrap { max-height: none; }
  .page-head { align-items: stretch; flex-direction: column; }
  .page-actions { justify-content: flex-start; width: 100%; }
  .page-actions input, .page-actions select, .page-actions button { width: 100%; min-width: 0; }
  .admin-tool-switch button, .admin-tabs button { flex: 1 1 140px; }
  .auth-page { min-height: auto; padding: 18px; }
  .client-auth { min-height: 100vh; }
  .auth-hero { min-height: auto; padding: 24px; }
  .auth-hero h1 { font-size: 34px; }
  .auth-highlights { grid-template-columns: 1fr; }
  .auth-card { align-self: stretch; }
  .captcha-row, .otp-row { grid-template-columns: 1fr; }
  .buy-controls { grid-template-columns: 1fr; }
  .numbers-toolbar > .row.wrap { grid-template-columns: 1fr; }
  .number-time-range { align-items: flex-start; flex-direction: column; }
  .number-time-range .el-date-editor.el-input__wrapper, .number-time-range .el-date-editor.el-range-editor, .number-time-range .el-date-editor.el-date-editor--timerange { width: 100%; min-width: 0; }
  .specified-title-row, .specified-result-head { align-items: flex-start; flex-direction: column; }
  .specified-actions, .specified-filter-actions { justify-content: flex-start; width: 100%; }
  .specified-actions button, .specified-filter-actions button { flex: 1 1 120px; }
  .specified-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .specified-filter-panel { grid-template-columns: 1fr; }
  .deposit-grid, .deposit-address, .payment-body { grid-template-columns: 1fr; }
  .payment-amount { font-size: 30px; }
  .payment-qr-box img, .payment-qr-placeholder, .payment-qr-box button { width: min(240px, 100%); }
  .payment-qr-box img, .payment-qr-placeholder { height: auto; aspect-ratio: 1; }
  .sidebar { display: flex; gap: 8px; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .admin-nav { position: static; min-height: auto; }
  .sidebar > button { min-width: 150px; margin-bottom: 0; }
  .sidebar-contact { min-width: max-content; margin-top: 0; padding: 9px 12px; }
  .flappy-widget { display: none; }
  .pagination { align-items: flex-start; flex-direction: column; }
  .pagination .row { justify-content: flex-start; }
  .user-detail-head { align-items: flex-start; flex-direction: column; }
  .compact-actions { flex-wrap: wrap; }
  .renew-control { min-width: 0; flex-wrap: wrap; }
  .topbar { flex-wrap: wrap; }
  .top-announcement { order: 3; flex-basis: 100%; max-width: none; }
  .toast { top: 10px; width: calc(100vw - 20px); padding: 13px 14px; font-size: 14px; }
}
