:root {
  color-scheme: light;
  --ink: #172033;
  --muted: #667085;
  --canvas: #f6f8fc;
  --panel: #ffffff;
  --line: #e1e6ef;
  --paypal: #0070ba;
  --paypal-deep: #003087;
  --discord: #5865f2;
  --green: #16865b;
  --red: #cf3d54;
  --amber: #b56a09;
  --shadow: 0 18px 50px rgba(39, 51, 89, .1);
  font-family: Manrope, "Avenir Next", "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { min-height: 100%; background: var(--canvas); }
body { margin: 0; min-height: 100vh; color: var(--ink); background: var(--canvas); }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
.ui-icon { width: 19px; height: 19px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(1.85rem, 3vw, 2.7rem); letter-spacing: -.045em; line-height: 1.05; margin-bottom: .55rem; }
h2 { font-size: 1.12rem; letter-spacing: -.02em; margin-bottom: .3rem; }
small { display: block; color: var(--muted); }
.mono, code { font-family: "IBM Plex Mono", "Cascadia Mono", Consolas, monospace; }
.eyebrow { color: var(--discord); font: 700 .7rem/1.2 "IBM Plex Mono", monospace; letter-spacing: .14em; text-transform: uppercase; margin-bottom: .65rem; }
.muted { color: var(--muted); }
.back, .text-link { display: inline-block; color: var(--discord); font-weight: 700; font-size: .85rem; margin-bottom: 1.2rem; }

.sidebar { position: fixed; inset: 0 auto 0 0; width: 250px; padding: 26px 18px; display: flex; flex-direction: column; background: rgba(255,255,255,.96); color: var(--ink); border-right: 1px solid var(--line); box-shadow: 10px 0 35px rgba(39,51,89,.035); z-index: 20; }
.brand { display: flex; align-items: center; gap: 12px; padding: 0 8px 28px; font-weight: 800; letter-spacing: -.03em; }
.brand > span:last-child > span { color: var(--discord); }
.brand small { font: 500 .64rem/1.4 "IBM Plex Mono", monospace; color: #8690a5; letter-spacing: .06em; text-transform: uppercase; }
.brand-mark { width: 38px; height: 38px; border-radius: 12px 4px 12px 4px; display: grid; place-items: center; flex: none; color: #fff; background: linear-gradient(145deg, var(--discord), var(--paypal)); box-shadow: 0 8px 26px rgba(88,101,242,.27); }
.brand-mark svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.nav-list { display: grid; gap: 5px; }
.nav-list a { display: flex; align-items: center; gap: 11px; padding: 11px 13px; border-radius: 10px; color: #59647a; font-size: .88rem; font-weight: 650; transition: .15s ease; }
.nav-list a:hover { color: #3442c1; background: #f1f3ff; }
.nav-list a.active { color: #3442c1; background: #e9ecff; box-shadow: inset 2px 0 var(--discord); }
.sidebar-account { margin-top: auto; padding: 16px 10px 0; border-top: 1px solid var(--line); font-size: .74rem; color: #758096; overflow-wrap: anywhere; }
.sidebar-actions { display: grid; gap: 3px; margin-top: 9px; }
.sidebar-actions form { margin: 0; }
.link-button, .theme-toggle { width: 100%; display: flex; align-items: center; gap: 9px; border: 0; border-radius: 8px; background: none; color: #465168; padding: 8px 7px; cursor: pointer; font: 700 .73rem/1.2 inherit; text-align: left; }
.link-button:hover, .theme-toggle:hover { color: #3442c1; background: #f1f3ff; }
.theme-icon-sun { display: none; }
.theme-toggle-floating { position: fixed; top: 18px; right: 18px; z-index: 30; width: auto; padding: 9px 12px; color: #344054; background: rgba(255,255,255,.92); border: 1px solid var(--line); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.main { margin-left: 250px; padding: 42px clamp(24px, 4vw, 64px) 70px; max-width: 1600px; }
.mobile-nav { display: none; }
.page-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.page-header p:not(.eyebrow) { color: var(--muted); margin-bottom: 0; }

.panel { background: var(--panel); border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 5px 20px rgba(39,51,89,.04); margin-bottom: 22px; overflow: hidden; }
.form-section, .journey { padding: 24px; overflow: visible; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 22px; }
.section-heading p { color: var(--muted); font-size: .85rem; margin: 0; }
.section-heading a { color: var(--discord); font-weight: 700; font-size: .82rem; }
.signal-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-bottom: 22px; }
.signal-grid article { position: relative; padding: 20px; min-height: 120px; background: var(--panel); border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.signal-grid article::after { content: ""; position: absolute; width: 52px; height: 3px; left: 20px; bottom: 0; background: var(--discord); }
.signal-grid article:nth-child(2)::after { background: var(--paypal); }.signal-grid article:nth-child(3)::after { background: var(--amber); }.signal-grid article:nth-child(4)::after { background: var(--green); }
.signal-grid span { display: block; color: var(--muted); font-size: .75rem; font-weight: 700; }
.signal-grid strong { display: block; margin-top: 18px; font-size: 1.8rem; letter-spacing: -.05em; }

.journey { background: linear-gradient(120deg, #111a2f 0%, #152341 60%, #112e4e 100%); border: 0; color: white; box-shadow: var(--shadow); }
.journey .eyebrow { color: #8fa8ff; }.journey .section-heading p { color: #9cabc7; }
.journey-line { display: flex; align-items: center; gap: 12px; }
.journey-line div { min-width: 105px; }.journey-line i { display: grid; place-items: center; width: 27px; height: 27px; margin-bottom: 10px; border: 1px solid #6174a7; border-radius: 50%; color: #aebcff; font: normal .68rem "IBM Plex Mono",monospace; }
.journey-line b, .journey-line span { display: block; }.journey-line span { color: #95a3bf; font-size: .7rem; margin-top: 3px; }.journey-line em { height: 1px; flex: 1; background: linear-gradient(90deg,#5865f2,#0070ba); opacity: .7; }
.status-pill { padding: 8px 12px; border-radius: 999px; background: #eef1f6; color: var(--muted); font: 700 .72rem "IBM Plex Mono",monospace; text-transform: uppercase; }
.status-pill span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 7px; background: #98a2b3; }
.status-pill.ready { background: #e8f7f0; color: var(--green); }.status-pill.ready span { background: var(--green); box-shadow: 0 0 0 4px rgba(22,134,91,.12); }.status-pill.error { color: var(--red); background: #fff0f2; }

.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .82rem; }
th { padding: 14px 18px; text-align: left; color: #8790a3; font: 700 .65rem "IBM Plex Mono",monospace; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid var(--line); }
td { padding: 16px 18px; border-bottom: 1px solid #edf0f5; vertical-align: top; }
tbody tr:last-child td { border-bottom: 0; } td small, td strong, td code { display: block; margin-top: 4px; } td code { max-width: 250px; overflow-wrap: anywhere; color: var(--paypal-deep); }
.empty { padding: 38px; text-align: center; color: var(--muted); }
.badge { display: inline-flex; padding: 4px 7px; border-radius: 6px; background: #eef1f6; color: #667085; font: 700 .62rem "IBM Plex Mono",monospace; text-transform: uppercase; }
.badge.completed, .badge.active { color: var(--green); background: #e7f7ef; }.badge.pending { color: var(--amber); background: #fff5e6; }.badge.failed,.badge.refunded,.badge.cancelled { color: var(--red); background: #fff0f2; }.badge.partial_refund { color: #8a4b0f; background: #fff2d8; }

.card-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); gap: 15px; }
.server-card { padding: 18px; border: 1px solid var(--line); background: var(--panel); border-radius: 15px; display: flex; align-items: center; gap: 13px; transition: .16s ease; }
.server-card:hover { border-color: #bbc4ff; transform: translateY(-2px); box-shadow: var(--shadow); }.server-card .badge { margin-left: auto; }.server-icon { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 13px; color: white; font-weight: 800; background: #5865f2; }.server-card strong { display: block; }.server-card small { margin-top: 3px; font-size: .63rem; }
.catalog-list { display: grid; gap: 12px; }.product-card { display: grid; grid-template-columns: 48px 1fr auto auto; gap: 16px; align-items: center; padding: 18px; border: 1px solid var(--line); background: var(--panel); border-radius: 15px; transition: .16s ease; }.product-card:hover { transform: translateX(3px); border-color: #bbc4ff; }.product-card p { margin: 4px 0; color: var(--muted); font-size: .8rem; }.product-symbol { display: grid; place-items: center; width: 48px; height: 48px; background: #eef0ff; border-radius: 13px; font-size: 1.3rem; }.product-card > b { font-size: 1.05rem; }
.product-cover { width: 48px; height: 48px; border-radius: 13px; object-fit: cover; background: #eef0ff; }
.empty-state { padding: 38px; text-align: center; grid-column: 1/-1; }.empty-state strong { font-size: 1.1rem; }.empty-state p { color: var(--muted); }

.stack { display: grid; gap: 16px; }.stack-lg { display: grid; gap: 0; }.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }.form-grid.compact { grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 14px; }.full { grid-column: 1/-1; }
label { display: grid; gap: 7px; color: #394158; font-size: .76rem; font-weight: 750; }
input, select, textarea { width: 100%; border: 1px solid #d7dce6; border-radius: 9px; background: white; color: var(--ink); padding: 10px 12px; outline: 0; font-size: .85rem; transition: border-color .14s, box-shadow .14s; }
textarea { resize: vertical; line-height: 1.5; } input:focus,select:focus,textarea:focus { border-color: var(--discord); box-shadow: 0 0 0 3px rgba(88,101,242,.11); }
.check-line { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }.check-line label { display: flex; align-items: center; gap: 8px; }.check-line input, .file-picker input, .check-card input { width: auto; accent-color: var(--discord); }
.switch { display: flex; align-items: center; gap: 8px; cursor: pointer; }.switch input { position: absolute; opacity: 0; pointer-events: none; }.switch span { position: relative; width: 35px; height: 20px; border-radius: 20px; background: #d9deea; transition: .15s; }.switch span::after { content:""; position: absolute; width: 14px; height: 14px; top: 3px; left: 3px; border-radius: 50%; background: white; transition: .15s; box-shadow: 0 1px 3px rgba(0,0,0,.2); }.switch input:checked + span { background: var(--discord); }.switch input:checked + span::after { transform: translateX(15px); }
.product-overrides { display: grid; gap: 12px; }.product-overrides article { padding: 17px; border: 1px solid var(--line); border-radius: 12px; }.override-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; }.field-help { margin: 10px 0 0; color: var(--muted); font-size: .67rem; line-height: 1.8; }
.sync-panel { display: flex; align-items: center; gap: 24px; padding: 18px 24px; border-left: 3px solid var(--green); }.sync-panel.sync-error { border-left-color: var(--red); }.sync-panel > div:last-child { display: grid; gap: 3px; }.sync-panel small { color: var(--muted); }.sync-route { display: flex; align-items: center; gap: 9px; min-width: 220px; font: 700 .72rem "IBM Plex Mono",monospace; text-transform: uppercase; letter-spacing: .06em; }.sync-route span,.sync-route strong { padding: 7px 9px; border-radius: 7px; background: #eef0ff; color: #3f4bc7; }.sync-route i { color: var(--paypal); font-style: normal; }
.sync-panel.is-syncing { border-left-color: var(--paypal); }.sync-panel.is-syncing .sync-route i { animation: sync-pulse .8s ease-in-out infinite alternate; }
.synced-product.unavailable { opacity: .58; background: repeating-linear-gradient(135deg,transparent,transparent 12px,rgba(120,130,150,.035) 12px,rgba(120,130,150,.035) 24px); }.synced-identity { display: flex; align-items: center; gap: 12px; }.synced-identity img { width: 48px; height: 48px; border-radius: 12px; object-fit: cover; }.synced-identity small { display: block; margin-top: 5px; color: var(--muted); font-size: .66rem; }.game-description { max-width: 850px; margin: 13px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }.game-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }.game-links a { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 7px; color: #3f4bc7; background: #eef0ff; font-size: .68rem; font-weight: 800; }.game-links .ui-icon { width: 12px; height: 12px; }
.paypal-accounts { grid-column: 1/-1; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }.subsection-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:12px; }.subsection-heading h3 { margin:0 0 4px; font-size:.9rem; }.subsection-heading p { margin:0; color:var(--muted); font-size:.72rem; }.paypal-account-row { display:grid; grid-template-columns:minmax(160px,.75fr) minmax(240px,1.25fr) 38px; align-items:end; gap:12px; margin-top:10px; }.paypal-account-row[hidden] { display:none; }.icon-button { width:38px; height:38px; border:1px solid var(--line); border-radius:9px; background:var(--panel); color:var(--muted); font-size:1.25rem; cursor:pointer; }.icon-button.danger:hover { color:var(--red); border-color:var(--red); }
.game-source-card { display: grid; grid-template-columns: minmax(180px,300px) 1fr; gap: 26px; padding: 24px; }.game-source-card.no-image { grid-template-columns: 1fr; }.game-source-card > img { width: 100%; max-height: 230px; border-radius: 14px; object-fit: cover; }.game-source-card h2 { margin-bottom: 8px; }.game-source-card > div > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }.game-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }.game-meta span { display: grid; gap: 3px; min-width: 120px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 9px; font: .7rem "IBM Plex Mono",monospace; }.game-meta b { color: var(--muted); font: 700 .58rem Inter,sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.file-picker { display: grid; grid-template-columns: repeat(auto-fill,minmax(220px,1fr)); gap: 10px; }.file-picker label,.check-card { display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; }.file-picker span { min-width: 0; }.file-picker strong,.file-picker small { display:block; overflow:hidden; text-overflow:ellipsis; }.file-picker small { margin-top:3px; }
.sticky-actions { position: sticky; bottom: 15px; z-index: 4; display: flex; justify-content: flex-end; gap: 10px; padding: 12px; margin-top: 0; border: 1px solid rgba(215,220,230,.9); border-radius: 14px; background: rgba(255,255,255,.88); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.sticky-actions form { display: contents; }
.button-spinner { display: none; width: 14px; height: 14px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; }.sync-button.is-loading .button-spinner { display: inline-block; animation: sync-spin .65s linear infinite; }.sync-button:disabled { cursor: wait; opacity: .72; transform: none; }
@keyframes sync-spin { to { transform: rotate(360deg); } }
@keyframes sync-pulse { to { transform: translateX(4px); } }
.button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 9px; padding: 10px 15px; cursor: pointer; font-weight: 800; font-size: .78rem; transition: .14s ease; }.button:hover { transform: translateY(-1px); }.button.primary { color:white; background: var(--discord); box-shadow: 0 7px 18px rgba(88,101,242,.2); }.button.secondary { background:white; border-color: #d8dde7; color: #344054; }.button.danger { background:#fff1f3; color:var(--red); }.button.tiny { padding:6px 9px; font-size:.68rem; }
.icon-danger { width:30px; height:30px; display:grid; place-items:center; border:0; border-radius:8px; color:var(--red); background:#fff0f2; cursor:pointer; }.icon-danger .ui-icon { width:15px; height:15px; }.error-text { color:var(--red); max-width:300px; display:block; }.audit-list article { display:grid; grid-template-columns:150px 210px 1fr; gap:16px; padding:15px 18px; border-bottom:1px solid var(--line); align-items:start; }.audit-list article:last-child{border:0}.audit-list time{color:var(--muted);font-size:.72rem}.audit-list code{font-size:.7rem;overflow-wrap:anywhere;color:#536078}.manual-form{display:grid;gap:5px;margin-top:8px;min-width:190px}.manual-form input{padding:6px 8px;font-size:.68rem}
.flash { margin-bottom: 20px; padding: 12px 15px; border-radius: 10px; font-size: .82rem; font-weight: 700; }.flash.success { color: var(--green); background: #e7f7ef; border: 1px solid #c4ead8; }.flash.error { color: var(--red); background: #fff0f2; border: 1px solid #ffd3d9; }

.auth-body,.checkout-body { display:grid; place-items:center; min-height:100vh; padding:24px; background: radial-gradient(circle at 12% 18%, rgba(88,101,242,.13),transparent 33%), radial-gradient(circle at 90% 88%,rgba(0,112,186,.13),transparent 31%), #f5f7fb; }
.auth-card { width:min(900px,100%); display:grid; grid-template-columns:1fr 340px; gap:48px; padding:42px; background:var(--panel); border:1px solid var(--line); border-radius:24px; box-shadow:var(--shadow); position:relative; }.auth-card.compact { display:block; width:min(480px,100%); }.auth-brand { grid-column:1/-1; display:flex; align-items:center; gap:11px; }.auth-brand strong,.auth-brand small{display:block}.auth-copy h1 { max-width:520px; }.auth-copy p:not(.eyebrow){color:var(--muted);max-width:500px}.form-error { padding:11px 13px; border-radius:9px; color:var(--red); background:#fff0f2; font-size:.78rem; margin-bottom:14px; }.auth-card .text-link{text-align:center;margin:0}.auth-card.compact h1{font-size:2rem}.auth-card.compact>p:not(.eyebrow){color:var(--muted)}
.checkout-card { width:min(500px,100%); padding:42px; background:white; border:1px solid var(--line); border-radius:22px; box-shadow:var(--shadow); text-align:center; }.paypal-logo{font-size:1.5rem;font-weight:900;color:var(--paypal-deep);font-style:italic;margin-bottom:30px}.paypal-logo span{color:var(--paypal)}.checkout-product-image{width:82px;height:82px;margin:-6px auto 22px;border-radius:18px;object-fit:cover;box-shadow:0 10px 24px rgba(18,26,45,.12)}.loader{width:38px;height:38px;margin:28px auto;border:3px solid #dce3ec;border-top-color:var(--paypal);border-radius:50%;animation:spin .8s linear infinite}.result-icon{width:58px;height:58px;margin:0 auto 22px;display:grid;place-items:center;border-radius:50%}.result-icon .ui-icon{width:28px;height:28px;stroke-width:2}.result-icon.completed{background:#e7f7ef;color:var(--green)}.result-icon.cancelled{background:#fff0f2;color:var(--red)}
.compact-checkout .stack { margin-top:24px; text-align:left; }.compact-checkout .button { width:100%; margin-top:4px; }.compact-checkout h1 { font-size:clamp(1.65rem,5vw,2.2rem); }
@keyframes spin{to{transform:rotate(360deg)}}

@media (max-width: 900px) {
  .sidebar { transform: translateX(-105%); transition: transform .2s ease; box-shadow: 20px 0 45px rgba(0,0,0,.2); }.sidebar.open{transform:none}.mobile-nav{display:grid;place-items:center;position:fixed;top:13px;left:13px;z-index:25;width:40px;height:40px;border:1px solid var(--line);border-radius:10px;background:white;color:var(--ink);box-shadow:var(--shadow)}.main{margin-left:0;padding:70px 18px 60px}.signal-grid{grid-template-columns:repeat(2,1fr)}.auth-card{grid-template-columns:1fr;gap:22px;padding:28px}.journey-line{align-items:flex-start;overflow-x:auto;padding-bottom:8px}.journey-line em{min-width:30px;margin-top:14px}.form-grid.compact{grid-template-columns:1fr 1fr}.audit-list article{grid-template-columns:1fr}.product-card{grid-template-columns:42px 1fr auto}.product-card>.badge{display:none}.sync-panel{align-items:flex-start;flex-direction:column;gap:12px}.game-source-card{grid-template-columns:1fr}.game-source-card>img{max-width:360px}
}
@media (max-width: 600px) {
  .page-header{display:block}.page-header>.button,.page-header>.status-pill,.page-header>.badge{margin-top:14px}.signal-grid,.form-grid,.form-grid.compact{grid-template-columns:1fr}.signal-grid article{min-height:100px}.full{grid-column:auto}.product-card{grid-template-columns:42px 1fr}.product-card>b{grid-column:2}.sticky-actions{justify-content:stretch;flex-wrap:wrap}.sticky-actions .button{flex:1}.auth-card{padding:23px}.journey{padding:20px}.journey-line div{min-width:90px}.section-heading{display:block}.section-heading>*+*{margin-top:10px}.override-head{align-items:flex-start}.sync-route{min-width:0}.game-meta{display:grid}.synced-identity{align-items:flex-start}.paypal-account-row{grid-template-columns:1fr 38px}.paypal-account-row label:nth-of-type(2){grid-column:1}.paypal-account-row .icon-button{grid-column:2;grid-row:1/3}.subsection-heading{align-items:flex-start;flex-direction:column}
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation-duration:.01ms!important;animation-iteration-count:1!important} }
[data-theme="dark"] {
  color-scheme: dark;
  --ink: #edf1fb;
  --muted: #9aa7bf;
  --canvas: #0b1120;
  --panel: #121a2a;
  --line: #273147;
  --shadow: 0 18px 55px rgba(0,0,0,.25);
}
[data-theme="dark"] html, [data-theme="dark"] body { background: var(--canvas); }
[data-theme="dark"] .sidebar { background: #111a2f; color: #dfe5f4; border-color: #273147; box-shadow: none; }
[data-theme="dark"] .brand > span:last-child > span { color: #71a8ff; }
[data-theme="dark"] .brand small { color: #8290af; }
[data-theme="dark"] .nav-list a { color: #aeb9d0; }
[data-theme="dark"] .nav-list a:hover, [data-theme="dark"] .nav-list a.active { color: #fff; background: rgba(255,255,255,.08); }
[data-theme="dark"] .sidebar-account { color: #8e9bb6; border-color: rgba(255,255,255,.1); }
[data-theme="dark"] .link-button, [data-theme="dark"] .theme-toggle { color: #dce3f4; }
[data-theme="dark"] .link-button:hover, [data-theme="dark"] .theme-toggle:hover { color: #fff; background: rgba(255,255,255,.08); }
[data-theme="dark"] .theme-icon-moon { display: none; }
[data-theme="dark"] .theme-icon-sun { display: block; }
[data-theme="dark"] .theme-toggle-floating { color: #dfe6f5; background: rgba(18,26,42,.9); border-color: #354059; }
[data-theme="dark"] input, [data-theme="dark"] select, [data-theme="dark"] textarea { background: #0f1728; color: var(--ink); border-color: #354059; }
[data-theme="dark"] .product-symbol, [data-theme="dark"] .sync-route span, [data-theme="dark"] .sync-route strong, [data-theme="dark"] .game-links a { background: #20294b; color: #aeb8ff; }
[data-theme="dark"] .server-card, [data-theme="dark"] .product-card { background: var(--panel); }
[data-theme="dark"] .sticky-actions { background: rgba(18,26,42,.9); border-color: #354059; }
[data-theme="dark"] .button.secondary { background: #182136; color: #dfe6f5; border-color: #354059; }
[data-theme="dark"] .auth-body, [data-theme="dark"] .checkout-body { background: radial-gradient(circle at 10% 20%,rgba(88,101,242,.15),transparent 35%),#0b1120; }
[data-theme="dark"] .auth-card, [data-theme="dark"] .checkout-card { background: var(--panel); }
[data-theme="dark"] label { color: #cbd3e2; }
[data-theme="dark"] .status-pill { background: #202a3c; }
[data-theme="dark"] .table-wrap td { border-color: #202a3c; }
[data-theme="dark"] .mobile-nav { background: #141d30; color: white; border-color: #33405a; }
