:root {
  --bg: #f4f6f2;
  --surface: #ffffff;
  --surface-2: #f8faf6;
  --text: #162116;
  --muted: #6f7b70;
  --line: #e2e8df;
  --lime: #a8ef19;
  --lime-strong: #78c800;
  --lime-soft: #effbd7;
  --navy: #10211a;
  --blue: #2d8cff;
  --orange: #f59e0b;
  --red: #dc3f4d;
  --shadow: 0 18px 50px rgba(25, 43, 31, .08);
  --radius: 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { min-height: 100%; background: var(--bg); }
body { margin: 0; min-height: 100vh; color: var(--text); background: var(--bg); font-size: 14px; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
.icon { flex: 0 0 auto; }
.app-shell { min-height: 100vh; }
.sidebar { position: fixed; inset: 0 auto 0 0; z-index: 40; width: 256px; padding: 24px 16px 16px; background: #fff; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.brand { height: 46px; display: flex; align-items: center; gap: 11px; padding: 0 9px; }
.brand-mark { position: relative; width: 34px; height: 25px; display: inline-block; }
.brand-mark span { position: absolute; width: 23px; height: 12px; border: 5px solid var(--lime-strong); border-radius: 999px; transform: rotate(-10deg); }
.brand-mark span:first-child { top: 0; left: 0; border-right-color: transparent; }
.brand-mark span:last-child { right: 0; bottom: 0; border-left-color: transparent; }
.brand-name { font-size: 19px; font-weight: 800; letter-spacing: -.45px; }
.sidebar-label { margin: 30px 12px 10px; color: #9aa39a; font-size: 10px; font-weight: 800; letter-spacing: 1.4px; }
.nav-list { display: grid; gap: 5px; }
.nav-item { min-height: 46px; padding: 0 13px; border-radius: 12px; color: #637064; display: flex; align-items: center; gap: 12px; font-weight: 650; transition: .18s ease; }
.nav-item:hover { color: var(--text); background: var(--surface-2); }
.nav-item.active { color: #17230f; background: var(--lime-soft); box-shadow: inset 3px 0 var(--lime-strong); }
.nav-item.active .icon { color: var(--lime-strong); }
.nav-badge { margin-left: auto; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 99px; background: #ffebe9; color: #c6383f; font-size: 11px; display: grid; place-items: center; }
.sidebar-bottom { margin-top: auto; display: grid; gap: 8px; }
.connection-card { display: flex; gap: 10px; align-items: center; padding: 13px; margin-bottom: 5px; border-radius: 13px; background: var(--navy); color: #fff; }
.connection-card strong, .admin-mini strong { display: block; font-size: 12px; }
.connection-card small, .admin-mini small { display: block; margin-top: 2px; color: #a9b6ad; font-size: 10px; }
.pulse-dot { width: 8px; height: 8px; border-radius: 99px; background: var(--lime); box-shadow: 0 0 0 5px rgba(168,239,25,.16); display: inline-block; }
.admin-mini { padding: 10px 8px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 10px; }
.avatar { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, var(--lime), #5fcf00); color: #14210c; font-weight: 850; }
.nav-item.logout { color: #a15d61; }
.main-area { min-height: 100vh; margin-left: 256px; display: flex; flex-direction: column; }
.topbar { position: sticky; top: 0; z-index: 30; height: 76px; padding: 0 30px; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.topbar-title { display: grid; gap: 3px; }
.topbar-title small { color: #99a198; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; }
.topbar-title strong { font-size: 17px; }
.topbar-actions { display: flex; align-items: center; gap: 12px; }
.status-pill { height: 34px; padding: 0 13px; border-radius: 99px; background: #f1f8e6; color: #487015; display: flex; gap: 9px; align-items: center; font-size: 11px; font-weight: 750; }
.status-pill.warning { color: #9a6500; background: #fff6d9; }
.status-pill.warning .pulse-dot { background: var(--orange); box-shadow: 0 0 0 5px rgba(245,158,11,.13); }
.icon-button { border: 1px solid var(--line); width: 40px; height: 40px; border-radius: 12px; background: #fff; color: #647066; display: grid; place-items: center; cursor: pointer; }
.icon-button:hover { border-color: #cbd7c8; color: var(--text); }
.bell { position: relative; }
.bell span { position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px; padding: 0 4px; border: 2px solid #fff; border-radius: 99px; background: var(--red); color: #fff; font-size: 9px; display: grid; place-items: center; }
.top-avatar { width: 40px; height: 40px; }
.menu-button { display: none; }
.page-content { width: 100%; max-width: 1540px; margin: 0 auto; padding: 32px 32px 46px; flex: 1; }
.page-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.eyebrow { display: block; margin-bottom: 7px; color: var(--lime-strong); font-size: 10px; font-weight: 850; letter-spacing: 1.4px; }
.page-heading h1 { margin: 0; font-size: clamp(24px, 3vw, 35px); line-height: 1.08; letter-spacing: -1.2px; }
.page-heading p { max-width: 720px; margin: 9px 0 0; color: var(--muted); line-height: 1.55; }
.page-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.btn { min-height: 43px; padding: 0 17px; border: 1px solid transparent; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 760; cursor: pointer; transition: .17s; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #122009; background: var(--lime); box-shadow: 0 9px 25px rgba(120,200,0,.2); }
.btn-dark { color: #fff; background: var(--navy); }
.btn-secondary { color: var(--text); background: #fff; border-color: var(--line); }
.btn-danger { color: #fff; background: var(--red); }
.btn-small { min-height: 34px; padding: 0 12px; border-radius: 9px; font-size: 12px; }
.btn.copied { background: #dffac2; color: #427500; }
.alert { margin-bottom: 22px; padding: 13px 16px; border-radius: 13px; display: flex; align-items: center; gap: 10px; border: 1px solid; }
.alert.success { color: #2f650a; background: #edfadf; border-color: #d5f2bb; }
.alert.error { color: #a62d3a; background: #fff0f1; border-color: #ffd2d5; }
.alert.warning { color: #8a5a00; background: #fff7df; border-color: #f8e1a5; }
.alert button { margin-left: auto; border: 0; background: transparent; color: currentColor; font-size: 20px; cursor: pointer; }
.stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; margin-bottom: 19px; }
.stat-card { position: relative; min-height: 142px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); overflow: hidden; box-shadow: 0 6px 26px rgba(30,43,31,.03); }
.stat-card::after { content: ""; position: absolute; width: 85px; height: 85px; right: -29px; top: -28px; border-radius: 99px; background: var(--accent-soft, #f0f6ee); }
.stat-card .stat-icon { width: 38px; height: 38px; margin-bottom: 16px; border-radius: 11px; color: var(--accent, var(--lime-strong)); background: var(--accent-soft, var(--lime-soft)); display: grid; place-items: center; }
.stat-card small { display: block; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .7px; }
.stat-card strong { display: block; margin-top: 6px; font-size: 27px; letter-spacing: -.7px; }
.stat-card .trend { position: absolute; right: 17px; bottom: 18px; color: var(--muted); font-size: 10px; }
.accent-blue { --accent:#1677e8; --accent-soft:#e9f3ff; }
.accent-gold { --accent:#cc8800; --accent-soft:#fff6d8; }
.accent-purple { --accent:#7c4ce0; --accent-soft:#f1eaff; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(310px, .85fr); gap: 18px; }
.panel { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 7px 30px rgba(30,43,31,.035); overflow: hidden; }
.panel + .panel { margin-top: 18px; }
.panel-header { min-height: 70px; padding: 18px 20px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.panel-header h2 { margin: 0; font-size: 16px; letter-spacing: -.2px; }
.panel-header p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.panel-body { padding: 20px; }
.panel-body.flush { padding: 0; }
.table-wrap { width: 100%; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th { padding: 13px 16px; color: #8a958a; background: #fbfcfa; border-bottom: 1px solid var(--line); font-size: 9px; font-weight: 850; letter-spacing: .7px; text-align: left; white-space: nowrap; }
td { padding: 15px 16px; border-bottom: 1px solid #edf0eb; font-size: 12px; white-space: nowrap; }
tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: #fcfdfb; }
.client-id { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 750; }
.badge { min-height: 25px; padding: 0 9px; border-radius: 99px; display: inline-flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 800; }
.badge.green { color: #3e7805; background: #eaf8dc; }
.badge.blue { color: #1765b3; background: #e9f4ff; }
.badge.gold { color: #8e6100; background: #fff3d0; }
.badge.gray { color: #687168; background: #eef1ed; }
.badge.red { color: #a4313c; background: #ffebed; }
.event-list { display: grid; }
.event-item { padding: 15px 19px; display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 12px; border-bottom: 1px solid #edf0eb; }
.event-item:last-child { border-bottom: 0; }
.event-symbol { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: var(--lime-soft); color: var(--lime-strong); }
.event-symbol.deposit { background: #e9f4ff; color: #1975d2; }
.event-symbol.ftd { background: #fff3d0; color: #c48500; }
.event-symbol.unknown { background: #eef1ed; color: #747d74; }
.event-main strong { display: block; font-size: 12px; }
.event-main small { display: block; color: var(--muted); margin-top: 4px; font-size: 10px; }
.event-value { text-align: right; }
.event-value strong { display: block; font-size: 12px; }
.event-value small { color: var(--muted); font-size: 9px; }
.mini-chart { height: 220px; padding: 22px 20px 12px; display: flex; align-items: flex-end; gap: 7px; border-bottom: 1px solid var(--line); background-image: linear-gradient(to top, #eef1ec 1px, transparent 1px); background-size: 100% 25%; }
.bar-column { height: 100%; min-width: 8px; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 7px; }
.bar { width: min(22px, 70%); min-height: 3px; border-radius: 8px 8px 3px 3px; background: linear-gradient(to top, var(--lime-strong), var(--lime)); transition: .2s; }
.bar-column:hover .bar { filter: brightness(.93); transform: scaleX(1.08); }
.bar-column small { color: #949d94; font-size: 8px; }
.chart-legend { padding: 13px 20px; color: var(--muted); font-size: 10px; display: flex; justify-content: space-between; }
.empty-state { padding: 42px 20px; text-align: center; color: var(--muted); }
.empty-state .empty-icon { width: 52px; height: 52px; margin: 0 auto 12px; border-radius: 15px; background: var(--surface-2); display: grid; place-items: center; }
.empty-state strong { display: block; color: var(--text); margin-bottom: 5px; }
.filter-bar { padding: 14px; margin-bottom: 16px; border: 1px solid var(--line); border-radius: 15px; background: #fff; display: grid; grid-template-columns: minmax(220px, 1fr) repeat(3, minmax(140px, .35fr)) auto; gap: 10px; }
.search-field { position: relative; }
.search-field .icon { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: #929b92; }
.input, .select, .textarea { width: 100%; min-height: 43px; padding: 0 13px; border: 1px solid #dce3da; border-radius: 11px; color: var(--text); background: #fff; outline: none; transition: .15s; }
.textarea { min-height: 95px; padding-top: 12px; resize: vertical; }
.search-field .input { padding-left: 42px; }
.input:focus, .select:focus, .textarea:focus { border-color: var(--lime-strong); box-shadow: 0 0 0 3px rgba(120,200,0,.11); }
.input[readonly] { color: #536053; background: #f6f8f5; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.form-group { display: grid; gap: 7px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 11px; font-weight: 780; }
.form-group label span { color: var(--red); }
.form-help { color: var(--muted); font-size: 10px; line-height: 1.45; }
.input-action { display: flex; gap: 8px; }
.input-action .input { min-width: 0; }
.switch-line { min-height: 52px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.switch-line strong { display: block; font-size: 11px; }
.switch-line small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; }
.switch { position: relative; width: 42px; height: 24px; flex: 0 0 auto; }
.switch input { position: absolute; opacity: 0; }
.switch span { position: absolute; inset: 0; border-radius: 99px; background: #cfd7ce; cursor: pointer; transition: .2s; }
.switch span::after { content: ""; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; border-radius: 99px; background: #fff; box-shadow: 0 2px 7px rgba(0,0,0,.15); transition: .2s; }
.switch input:checked + span { background: var(--lime-strong); }
.switch input:checked + span::after { transform: translateX(18px); }
.form-section + .form-section { margin-top: 28px; padding-top: 25px; border-top: 1px solid var(--line); }
.form-section h3 { margin: 0 0 5px; font-size: 14px; }
.form-section > p { margin: 0 0 17px; color: var(--muted); font-size: 11px; }
.form-footer { margin-top: 20px; display: flex; justify-content: flex-end; gap: 10px; }
.notice { padding: 14px; border: 1px solid #d9e7d5; border-radius: 12px; color: #4e604d; background: #f6faf3; line-height: 1.5; font-size: 11px; }
.notice strong { color: var(--text); }
.code-box { position: relative; padding: 15px 52px 15px 15px; border-radius: 12px; color: #d9ffe4; background: #10211a; font: 11px/1.6 ui-monospace, SFMono-Regular, Menlo, monospace; word-break: break-all; }
.code-box .copy-float { position: absolute; right: 8px; top: 8px; width: 34px; height: 34px; border: 1px solid #365044; border-radius: 9px; color: #e9ffdf; background: #1b3025; display: grid; place-items: center; cursor: pointer; }
.detail-list { display: grid; }
.detail-row { padding: 12px 0; border-bottom: 1px solid #edf0eb; display: flex; justify-content: space-between; gap: 18px; }
.detail-row:last-child { border-bottom: 0; }
.detail-row span { color: var(--muted); font-size: 11px; }
.detail-row strong { text-align: right; font-size: 11px; }
.pagination { margin-top: 18px; display: flex; justify-content: center; gap: 6px; }
.pagination a { min-width: 36px; height: 36px; padding: 0 10px; border: 1px solid var(--line); border-radius: 9px; background: #fff; display: grid; place-items: center; font-size: 11px; font-weight: 700; }
.pagination a.active { border-color: var(--lime-strong); background: var(--lime-soft); }
.drop-zone { min-height: 220px; padding: 35px; border: 2px dashed #d9e1d6; border-radius: 16px; background: #fbfcfa; display: grid; place-items: center; text-align: center; }
.drop-zone .upload-icon { width: 58px; height: 58px; margin: 0 auto 12px; border-radius: 17px; color: var(--lime-strong); background: var(--lime-soft); display: grid; place-items: center; }
.drop-zone strong { display: block; margin-bottom: 6px; }
.drop-zone p { max-width: 440px; margin: 0 auto 15px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.drop-zone input[type=file] { position: absolute; width: 1px; height: 1px; opacity: 0; }
.steps { counter-reset: steps; display: grid; gap: 13px; }
.step { position: relative; padding: 14px 14px 14px 52px; border: 1px solid var(--line); border-radius: 13px; }
.step::before { counter-increment: steps; content: counter(steps); position: absolute; left: 13px; top: 13px; width: 27px; height: 27px; border-radius: 9px; background: var(--lime-soft); color: #497c08; display: grid; place-items: center; font-weight: 850; }
.step strong { display: block; font-size: 11px; }
.step p { margin: 4px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.footer { min-height: 55px; padding: 0 32px; color: #98a098; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; font-size: 10px; }
.compact-stats { grid-template-columns: repeat(4, minmax(0,1fr)); }
.compact-stats .stat-card { min-height: 124px; }
.compact-stats .stat-icon { margin-bottom: 10px; }
.deposit-filter { grid-template-columns: minmax(220px,1fr) repeat(4,minmax(132px,.42fr)) auto; }
.settings-grid { grid-template-columns: minmax(0,1.5fr) minmax(300px,.72fr); }
.tools-grid { grid-template-columns: minmax(0,1.45fr) minmax(300px,.72fr); }
.import-grid { grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); }
.event-detail-grid { grid-template-columns: minmax(0,1.5fr) minmax(320px,.65fr); align-items: start; }
.sticky-detail { position: sticky; top: 94px; margin-top: 0 !important; }
.payload-title { margin: 20px 0 8px; font-size: 12px; }
.payload-box { max-height: 390px; margin: 0; padding: 13px; border-radius: 12px; color: #d9ffe4; background: #10211a; font: 10px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace; white-space: pre-wrap; word-break: break-word; overflow: auto; }
.error-notice { margin-top: 15px; color: #a4313c; border-color: #ffd2d5; background: #fff0f1; }
.warning-notice { margin-top: 15px; color: #805400; border-color: #f8e1a5; background: #fff8e4; }
.checkbox-line { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; cursor: pointer; }
.checkbox-line input { width: 16px; height: 16px; accent-color: var(--lime-strong); }
.generated-url { min-height: 108px; }
.text-danger { color: var(--red); }
.form-section h3 small { color: var(--muted); font-size: 10px; font-weight: 600; }
.sidebar-backdrop { display: none; }

@media (max-width: 1180px) {
  .stat-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .content-grid { grid-template-columns: 1fr; }
  .filter-bar { grid-template-columns: 1fr 1fr; }
  .filter-bar .search-field { grid-column: 1 / -1; }
  .deposit-filter { grid-template-columns: repeat(3,1fr); }
  .settings-grid, .tools-grid, .import-grid, .event-detail-grid { grid-template-columns: 1fr; }
  .sticky-detail { position: static; }
}
@media (max-width: 850px) {
  .sidebar { transform: translateX(-100%); transition: transform .22s ease; box-shadow: var(--shadow); }
  .sidebar-open .sidebar { transform: translateX(0); }
  .sidebar-open .sidebar-backdrop { display: block; position: fixed; inset: 0; z-index: 35; background: rgba(10,20,13,.45); backdrop-filter: blur(2px); }
  .main-area { margin-left: 0; }
  .menu-button { display: grid; }
  .topbar { height: 68px; padding: 0 17px; }
  .topbar-title small { display: none; }
  .status-pill { display: none; }
  .page-content { padding: 24px 17px 40px; }
  .page-heading { align-items: flex-start; flex-direction: column; }
  .page-actions { width: 100%; justify-content: flex-start; }
  .footer { padding: 0 17px; }
}
@media (max-width: 620px) {
  .top-avatar { display: none; }
  .stat-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .stat-card { min-height: 126px; padding: 16px; }
  .stat-card strong { font-size: 22px; }
  .stat-card .trend { position: static; display: block; margin-top: 7px; }
  .content-grid { display: block; }
  .content-grid > * + * { margin-top: 16px; }
  .form-grid, .filter-bar { grid-template-columns: 1fr; }
  .compact-stats { grid-template-columns: 1fr 1fr; }
  .filter-bar .search-field { grid-column: auto; }
  .panel-header { align-items: flex-start; }
  .panel-body { padding: 16px; }
  .input-action { flex-direction: column; }
  .input-action .btn { width: 100%; }
  .page-actions .btn { flex: 1; }
  .footer span:last-child { display: none; }
}
@media (max-width: 390px) {
  .stat-grid { grid-template-columns: 1fr; }
  .stat-card { min-height: 116px; }
  .topbar-title strong { font-size: 14px; }
}

.auth-body { min-height: 100vh; background: #fff; }
.auth-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(410px, 1.05fr) minmax(440px, .95fr); }
.auth-visual { position: relative; min-height: 100vh; padding: 40px clamp(35px, 6vw, 90px); color: #f4fff0; background: radial-gradient(circle at 75% 20%, rgba(168,239,25,.23), transparent 27%), linear-gradient(145deg, #0e2418, #07130d); display: flex; flex-direction: column; overflow: hidden; }
.auth-visual::after { content: ""; position: absolute; width: 460px; height: 460px; right: -220px; bottom: -210px; border: 1px solid rgba(168,239,25,.28); border-radius: 50%; box-shadow: 0 0 0 55px rgba(168,239,25,.035), 0 0 0 115px rgba(168,239,25,.025); }
.auth-brand { display: flex; align-items: center; gap: 11px; font-size: 18px; }
.auth-copy { position: relative; z-index: 1; max-width: 600px; margin: auto 0; }
.auth-kicker { color: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: 1.7px; }
.auth-copy h1 { margin: 18px 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -2.5px; }
.auth-copy p { max-width: 510px; margin: 0; color: #b8c9be; font-size: 15px; line-height: 1.7; }
.auth-live { position: relative; z-index: 1; width: fit-content; padding: 13px 16px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; background: rgba(255,255,255,.06); display: flex; align-items: center; gap: 12px; }
.auth-live strong, .auth-live small { display: block; }
.auth-live strong { font-size: 11px; }
.auth-live small { margin-top: 3px; color: #9eb0a4; font-size: 9px; }
.auth-form-side { padding: 32px; display: grid; place-items: center; }
.auth-card { width: 100%; max-width: 420px; }
.auth-card h2 { margin: 0; font-size: 30px; letter-spacing: -1px; }
.auth-card > p { margin: 8px 0 28px; color: var(--muted); }
.auth-card .form-group { margin-top: 16px; }
.password-wrap { position: relative; }
.password-wrap .input { padding-right: 78px; }
.password-wrap button { position: absolute; right: 8px; top: 6px; height: 31px; padding: 0 8px; border: 0; color: #62804a; background: transparent; font-size: 10px; font-weight: 750; cursor: pointer; }
.auth-submit { width: 100%; margin-top: 23px; }
.auth-security { display: block; margin-top: 15px; color: #9aa39a; text-align: center; }
.installer-body { min-height: 100vh; padding: 28px 16px 70px; background: radial-gradient(circle at 50% -20%, #eaffc8, transparent 38%), var(--bg); }
.installer-shell { max-width: 860px; margin: 0 auto; }
.installer-brand { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; }
.installer-brand strong { font-size: 18px; }
.installer-brand em { margin-left: auto; color: #849083; font-size: 9px; font-style: normal; font-weight: 850; letter-spacing: 1.4px; }
.installer-card { padding: clamp(22px, 5vw, 46px); border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.installer-heading h1, .install-success h1 { margin: 0; font-size: clamp(26px, 4vw, 38px); letter-spacing: -1.3px; }
.installer-heading > p, .install-success > p { margin: 10px 0 25px; color: var(--muted); line-height: 1.55; }
.requirement-grid { margin: 0 0 27px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.requirement { min-height: 39px; padding: 8px 11px; border-radius: 10px; display: flex; align-items: center; gap: 8px; font-size: 10px; }
.requirement b { width: 21px; height: 21px; border-radius: 7px; display: grid; place-items: center; }
.requirement.passed { color: #41710c; background: #eff9e4; }
.requirement.passed b { color: #fff; background: var(--lime-strong); }
.requirement.failed { color: #9d3340; background: #fff0f1; }
.requirement.failed b { color: #fff; background: var(--red); }
.install-success { min-height: 430px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.success-check { width: 75px; height: 75px; margin-bottom: 22px; border-radius: 24px; color: #244600; background: var(--lime); box-shadow: 0 15px 40px rgba(120,200,0,.25); display: grid; place-items: center; font-size: 35px; font-weight: 900; }
.install-success p { max-width: 540px; }
@media (max-width: 800px) {
  .auth-shell { grid-template-columns: 1fr; }
  .auth-visual { min-height: 290px; padding: 28px 24px; }
  .auth-copy { margin: 42px 0; }
  .auth-copy h1 { font-size: 34px; }
  .auth-copy p { font-size: 12px; }
  .auth-live { display: none; }
  .auth-form-side { padding: 45px 22px; }
}
@media (max-width: 560px) {
  .requirement-grid { grid-template-columns: 1fr; }
  .installer-card { border-radius: 18px; }
}
