:root {
  color-scheme: dark;
  --bg: #0d0f12;
  --surface: #14171b;
  --surface-2: #191d22;
  --surface-3: #20252b;
  --border: #2a3037;
  --border-soft: #20252a;
  --text: #f3f5f7;
  --muted: #8b949f;
  --muted-2: #606975;
  --accent: #a88aff;
  --accent-strong: #8f6cf4;
  --accent-soft: rgba(168, 138, 255, .12);
  --green: #59d795;
  --orange: #efa95f;
  --red: #f06f78;
  --shadow: 0 24px 70px rgba(0, 0, 0, .35);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); min-width: 320px; }
body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: -1;
  background: radial-gradient(circle at 75% -20%, rgba(132, 94, 225, .12), transparent 32%),
              linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px),
              linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; }
.hidden { display: none !important; }
.muted { color: var(--muted); }
.eyebrow { margin: 0 0 10px; color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .18em; }

.app-shell { display: grid; grid-template-columns: 250px minmax(0, 1fr); min-height: 100vh; }
.sidebar {
  position: fixed; inset: 0 auto 0 0; z-index: 30; width: 250px; display: flex; flex-direction: column;
  padding: 28px 18px 20px; border-right: 1px solid var(--border-soft); background: rgba(13, 15, 18, .96);
  backdrop-filter: blur(20px);
}
.brand { display: flex; align-items: center; gap: 13px; padding: 0 9px; }
.brand > span:last-child { display: grid; gap: 2px; }
.brand b { font-size: 16px; letter-spacing: -.02em; }
.brand small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .3em; }
.brand-mark {
  position: relative; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(168, 138, 255, .35);
  border-radius: 11px; background: linear-gradient(145deg, rgba(168,138,255,.2), rgba(168,138,255,.04)); transform: rotate(45deg);
}
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; position: absolute; border: 1px solid var(--accent); border-radius: 4px; }
.brand-mark::before { width: 17px; height: 17px; opacity: .35; }
.brand-mark::after { width: 10px; height: 10px; opacity: .65; }
.brand-mark span { width: 3px; height: 3px; background: var(--accent); box-shadow: 0 0 12px var(--accent); }
.nav { display: grid; gap: 5px; margin-top: 52px; }
.nav a { display: flex; align-items: center; gap: 13px; padding: 12px 14px; border-radius: 9px; color: var(--muted); font-size: 13px; font-weight: 650; transition: .18s ease; }
.nav a span { width: 19px; color: var(--muted-2); font-size: 17px; text-align: center; }
.nav a:hover { color: var(--text); background: var(--surface-2); }
.nav a.active { color: var(--text); background: var(--accent-soft); box-shadow: inset 2px 0 var(--accent); }
.nav a.active span { color: var(--accent); }
.sidebar-footer { margin-top: auto; display: grid; gap: 18px; padding: 18px 10px 0; border-top: 1px solid var(--border-soft); }
.mini-status { display: flex; align-items: center; gap: 11px; }
.mini-status div { display: grid; gap: 3px; }
.mini-status small { color: var(--muted-2); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.mini-status b { font-size: 12px; }
.status-dot { display: inline-block; width: 8px; height: 8px; flex: none; border-radius: 50%; background: var(--muted-2); box-shadow: 0 0 0 4px rgba(96,105,117,.12); }
.status-dot.online { background: var(--green); box-shadow: 0 0 0 4px rgba(89,215,149,.1), 0 0 12px rgba(89,215,149,.45); }
.status-dot.offline { background: var(--red); box-shadow: 0 0 0 4px rgba(240,111,120,.1); }
.status-dot.pending { animation: pulse 1.4s infinite; }
.logout-button { display: flex; justify-content: space-between; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 12px; cursor: pointer; }
.logout-button:hover { color: var(--text); }

.main-content { grid-column: 2; width: 100%; max-width: 1600px; margin: 0 auto; padding: 34px 46px 90px; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.topbar h1 { margin: 0; font-size: clamp(25px, 3vw, 34px); font-weight: 670; }
.topbar .eyebrow { margin-bottom: 7px; }
.topbar-actions { display: flex; align-items: center; gap: 12px; }
.service-chip { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); color: #c9ced4; font-size: 11px; font-weight: 650; }
.avatar { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; background: linear-gradient(135deg, #c0a9ff, #7960c5); color: #16101f; font-size: 13px; font-weight: 850; }
.menu-button { display: none; border: 0; background: none; font-size: 22px; }

.section { scroll-margin-top: 22px; margin-bottom: 24px; }
.overview-grid { display: grid; grid-template-columns: minmax(0, 2.2fr) minmax(260px, .8fr); gap: 18px; }
.hero-card, .quick-card, .panel, .stat-card { border: 1px solid var(--border-soft); background: linear-gradient(145deg, rgba(25,29,34,.98), rgba(18,21,25,.98)); box-shadow: 0 1px 0 rgba(255,255,255,.02); }
.hero-card { position: relative; min-height: 268px; overflow: hidden; border-color: rgba(168, 138, 255, .2); border-radius: 16px; }
.hero-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 50%, rgba(168,138,255,.15), transparent 37%); }
.hero-copy { position: relative; z-index: 2; max-width: 620px; padding: 38px 40px; }
.hero-copy h2 { margin-bottom: 13px; font-size: clamp(26px, 3.4vw, 42px); line-height: 1.08; }
.hero-subtitle { max-width: 520px; margin-bottom: 30px; color: #a5adb6; font-size: 14px; line-height: 1.65; }
.hero-meta { display: flex; gap: 38px; }
.hero-meta span { display: grid; gap: 5px; }
.hero-meta small { color: var(--muted-2); font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.hero-meta b { font-size: 12px; font-weight: 600; }
.signal-visual { position: absolute; top: 50%; right: 14%; width: 160px; height: 160px; transform: translateY(-50%); }
.signal-visual .ring { position: absolute; inset: 50%; border: 1px solid rgba(168,138,255,.25); border-radius: 50%; transform: translate(-50%, -50%); }
.signal-visual .ring-one { width: 54px; height: 54px; }
.signal-visual .ring-two { width: 100px; height: 100px; opacity: .65; }
.signal-visual .ring-three { width: 150px; height: 150px; opacity: .35; }
.signal-visual b { position: absolute; inset: 50%; width: 12px; height: 12px; border: 2px solid #ddd2ff; border-radius: 50%; background: var(--accent); box-shadow: 0 0 30px var(--accent); transform: translate(-50%, -50%); }
.quick-card { display: flex; flex-direction: column; padding: 28px; border-radius: 16px; }
.quick-card .card-heading { display: flex; justify-content: space-between; gap: 20px; }
.quick-card h3 { margin: 0; font-size: 24px; }
.quick-card > p { margin: 20px 0 28px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.quick-card .button { margin-top: auto; }
.card-icon { display: grid; place-items: center; width: 38px; height: 38px; flex: none; border: 1px solid rgba(168,138,255,.25); border-radius: 10px; background: var(--accent-soft); color: var(--accent); font-size: 20px; }

.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 24px; }
.stat-card { display: flex; align-items: center; gap: 18px; min-height: 108px; padding: 20px 22px; border-radius: 13px; }
.stat-card div { display: grid; gap: 6px; }
.stat-card small { color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .11em; }
.stat-card strong { font-size: 26px; font-weight: 650; }
.stat-icon { display: grid; place-items: center; width: 40px; height: 40px; flex: none; border-radius: 11px; font-size: 17px; }
.stat-icon.violet { color: var(--accent); background: var(--accent-soft); }
.stat-icon.green { color: var(--green); background: rgba(89,215,149,.1); }
.stat-icon.orange { color: var(--orange); background: rgba(239,169,95,.1); }
.stat-icon.red { color: var(--red); background: rgba(240,111,120,.1); }

.panel { border-radius: 14px; overflow: hidden; }
.panel-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 26px 28px 22px; }
.panel-header h2 { margin: 0 0 7px; font-size: 22px; }
.panel-header p:last-child { margin-bottom: 0; font-size: 12px; }
.panel-actions { display: flex; gap: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 39px; padding: 0 16px; border: 1px solid transparent; border-radius: 8px; font-size: 12px; font-weight: 720; cursor: pointer; transition: .18s ease; }
.button:disabled, .icon-button:disabled, .table-button:disabled { opacity: .45; cursor: not-allowed; }
.button-primary { border-color: var(--accent); background: var(--accent); color: #17111f; box-shadow: 0 8px 24px rgba(143,108,244,.15); }
.button-primary:hover:not(:disabled) { background: #b89fff; transform: translateY(-1px); }
.button-secondary { border-color: var(--border); background: var(--surface-2); color: #d7dbe0; }
.button-secondary:hover:not(:disabled) { border-color: #454d57; background: var(--surface-3); }
.button-ghost { border-color: transparent; background: transparent; color: var(--muted); }
.button-full { width: 100%; }
.search { display: flex; align-items: center; gap: 8px; min-width: 210px; padding: 0 12px; border: 1px solid var(--border); border-radius: 8px; background: #101317; color: var(--muted); }
.search input { width: 100%; height: 38px; padding: 0; border: 0; outline: 0; background: transparent; color: var(--text); font-size: 12px; }
.table-wrap { overflow-x: auto; border-top: 1px solid var(--border-soft); }
table { width: 100%; border-collapse: collapse; min-width: 900px; }
th { padding: 13px 18px; background: #111419; color: var(--muted-2); font-size: 9px; font-weight: 800; text-align: left; text-transform: uppercase; letter-spacing: .1em; }
td { padding: 17px 18px; border-top: 1px solid var(--border-soft); color: #b5bcc4; font-size: 12px; }
tbody tr { transition: background .15s ease; }
tbody tr:hover { background: rgba(255,255,255,.018); }
.client-cell { display: flex; align-items: center; gap: 11px; }
.client-cell > span:last-child { display: grid; gap: 4px; }
.client-cell b { color: var(--text); font-size: 12px; }
.client-cell small { max-width: 220px; overflow: hidden; color: var(--muted-2); text-overflow: ellipsis; white-space: nowrap; }
.client-avatar { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(168,138,255,.22); border-radius: 10px; background: var(--accent-soft); color: var(--accent); font-size: 11px; font-weight: 800; }
.state-badge { display: inline-flex; align-items: center; gap: 7px; padding: 5px 9px; border-radius: 999px; font-size: 10px; font-weight: 700; }
.state-badge i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.state-badge.active { color: var(--green); background: rgba(89,215,149,.08); }
.state-badge.disabled { color: var(--orange); background: rgba(239,169,95,.08); }
.state-badge.expired { color: var(--red); background: rgba(240,111,120,.08); }
.limit-cell { padding: 5px 8px; border: 1px solid var(--border); border-radius: 6px; background: #101317; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 10px; }
.expiry-cell { white-space: nowrap; }
.danger-text { color: var(--red); }
.table-button { display: inline-flex; align-items: center; min-height: 29px; padding: 0 10px; border: 1px solid rgba(168,138,255,.28); border-radius: 6px; background: var(--accent-soft); color: #c7b5ff; font-size: 10px; font-weight: 700; cursor: pointer; }
.row-actions { display: flex; justify-content: flex-end; gap: 4px; }
.actions-column { width: 120px; }
.icon-button { display: grid; place-items: center; width: 31px; height: 31px; padding: 0; border: 1px solid transparent; border-radius: 7px; background: transparent; color: var(--muted); cursor: pointer; }
.icon-button:hover { border-color: var(--border); background: var(--surface-3); color: var(--text); }
.icon-button.danger:hover { color: var(--red); }
.empty-state { display: grid; place-items: center; padding: 56px 20px; color: var(--muted); text-align: center; }
.empty-state > span { margin-bottom: 10px; color: var(--accent); font-size: 30px; }
.empty-state h3 { margin-bottom: 6px; color: var(--text); }
.empty-state p { margin-bottom: 0; font-size: 12px; }
.empty-state.compact { padding: 28px; border-top: 1px solid var(--border-soft); }

.split-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr; gap: 17px; padding: 0 28px 28px; }
.form-grid.two-columns { grid-template-columns: 1fr 1fr; padding: 2px 0 0; }
.field { display: grid; gap: 7px; }
.field > span, .switch-field b { color: #c6cbd1; font-size: 11px; font-weight: 650; }
.field input, .field textarea { width: 100%; border: 1px solid var(--border); border-radius: 8px; outline: 0; background: #101317; color: var(--text); font-size: 12px; transition: border .16s ease, box-shadow .16s ease; }
.field input { height: 41px; padding: 0 12px; }
.field textarea { resize: vertical; padding: 11px 12px; line-height: 1.55; }
.field input:focus, .field textarea:focus { border-color: rgba(168,138,255,.7); box-shadow: 0 0 0 3px rgba(168,138,255,.09); }
.field small, .switch-field small { color: var(--muted-2); font-size: 9px; line-height: 1.4; }
.field-wide { grid-column: 1 / -1; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.inline-message { margin: 0; color: var(--muted); font-size: 11px; }
.switch-field { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 13px; border: 1px solid var(--border); border-radius: 8px; background: #101317; }
.switch-field > span { display: grid; gap: 4px; }
.switch-field input { position: absolute; opacity: 0; }
.switch-field i { position: relative; width: 36px; height: 20px; flex: none; border-radius: 99px; background: #343a42; cursor: pointer; transition: .18s ease; }
.switch-field i::after { content: ""; position: absolute; top: 3px; left: 3px; width: 14px; height: 14px; border-radius: 50%; background: #d2d6da; transition: .18s ease; }
.switch-field input:checked + i { background: var(--accent-strong); }
.switch-field input:checked + i::after { left: 19px; background: white; }

.terminal-panel pre { min-height: 290px; max-height: 520px; margin: 0; padding: 22px 25px; overflow: auto; border-top: 1px solid var(--border-soft); background: #090b0e; color: #8fd7b3; font: 11px/1.65 ui-monospace, SFMono-Regular, Consolas, monospace; white-space: pre-wrap; word-break: break-word; }
.backup-list { border-top: 1px solid var(--border-soft); }
.backup-item { display: grid; grid-template-columns: 39px minmax(0, 1fr) auto 34px; align-items: center; gap: 13px; padding: 14px 26px; border-bottom: 1px solid var(--border-soft); }
.backup-item div { display: grid; gap: 4px; }
.backup-item b { font-size: 11px; }
.backup-item small { color: var(--muted); font-size: 10px; }
.backup-icon { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 9px; background: var(--accent-soft); color: var(--accent); }

.modal { width: min(680px, calc(100vw - 30px)); max-height: calc(100vh - 40px); padding: 0; overflow: auto; border: 1px solid #343b44; border-radius: 15px; background: var(--surface); color: var(--text); box-shadow: var(--shadow); }
.modal::backdrop { background: rgba(4, 5, 7, .75); backdrop-filter: blur(6px); }
.modal-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 25px 27px 18px; }
.modal-header h2 { margin: 0; font-size: 23px; }
.modal-close { width: 32px; height: 32px; border: 0; border-radius: 7px; background: var(--surface-3); color: var(--muted); font-size: 20px; cursor: pointer; }
.modal form > .form-grid { padding: 2px 27px; }
.modal-footer { display: flex; justify-content: flex-end; gap: 9px; padding: 20px 27px 25px; }
.form-error { margin: 14px 27px 0; padding: 10px 12px; border: 1px solid rgba(240,111,120,.28); border-radius: 7px; background: rgba(240,111,120,.08); color: #ff9ba2; font-size: 11px; line-height: 1.45; }
.access-modal { width: min(470px, calc(100vw - 30px)); padding-bottom: 27px; }
.access-modal .field, .access-modal .button, .qr-frame, .loading-state { margin-right: 27px; margin-left: 27px; }
.qr-frame { display: grid; place-items: center; margin-bottom: 20px; padding: 17px; border-radius: 12px; background: white; }
.qr-frame img { width: min(260px, 100%); aspect-ratio: 1; object-fit: contain; }
.access-modal .field { margin-bottom: 13px; }
.access-modal textarea { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 9px; }
.loading-state { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 190px; color: var(--muted); font-size: 12px; }
.loading-state i { width: 22px; height: 22px; border: 2px solid var(--border); border-top-color: var(--accent); border-radius: 50%; animation: spin .7s linear infinite; }
.toast-stack { position: fixed; z-index: 100; right: 24px; bottom: 24px; display: grid; gap: 9px; width: min(360px, calc(100vw - 30px)); }
.toast { padding: 13px 15px; border: 1px solid rgba(89,215,149,.25); border-radius: 9px; background: #18221d; color: #b4f3d2; box-shadow: var(--shadow); font-size: 11px; opacity: 0; transform: translateY(12px); transition: .22s ease; }
.toast.visible { opacity: 1; transform: translateY(0); }
.toast.error { border-color: rgba(240,111,120,.25); background: #27191c; color: #ffadb3; }
.toast.warning { border-color: rgba(239,169,95,.25); background: #281f17; color: #f3c895; }

.login-body { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: #0b0d10; }
.login-shell { display: grid; grid-template-columns: 1.1fr .9fr; width: min(970px, 100%); min-height: 590px; overflow: hidden; border: 1px solid var(--border); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
.login-brand { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; overflow: hidden; padding: 64px; background: radial-gradient(circle at 25% 30%, rgba(168,138,255,.22), transparent 36%), linear-gradient(145deg, #16191e, #0d0f12); }
.login-brand::after { content: ""; position: absolute; right: -110px; bottom: -140px; width: 390px; height: 390px; border: 1px solid rgba(168,138,255,.13); border-radius: 50%; box-shadow: 0 0 0 48px rgba(168,138,255,.025), 0 0 0 96px rgba(168,138,255,.018); }
.brand-mark-large { width: 54px; height: 54px; margin-bottom: 38px; border-radius: 15px; }
.brand-mark-large::before { width: 28px; height: 28px; }
.brand-mark-large::after { width: 17px; height: 17px; }
.login-brand h1 { margin-bottom: 22px; font-size: clamp(42px, 6vw, 66px); line-height: .97; }
.login-lead { max-width: 410px; color: #9da5ae; font-size: 14px; line-height: 1.7; }
.login-signal { display: flex; align-items: center; gap: 10px; margin-top: 46px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.login-signal i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 12px var(--green); }
.login-card { display: flex; flex-direction: column; justify-content: center; padding: 64px 54px; }
.login-card h2 { margin-bottom: 8px; font-size: 29px; }
.login-card .muted { margin-bottom: 34px; font-size: 12px; }
.login-card form { display: grid; gap: 18px; }
.password-wrap { position: relative; }
.password-wrap input { padding-right: 44px; }
.password-toggle { position: absolute; top: 5px; right: 5px; }
.login-card .form-error { margin: 0; }
.login-footnote { margin: 22px 0 0; color: var(--muted-2); font-size: 9px; text-align: center; }

@keyframes pulse { 50% { opacity: .35; } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  .app-shell { grid-template-columns: 220px minmax(0,1fr); }
  .sidebar { width: 220px; }
  .main-content { padding: 30px 28px 80px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .signal-visual { right: 8%; opacity: .6; }
}

@media (max-width: 820px) {
  .app-shell { display: block; }
  .sidebar { width: 250px; transform: translateX(-102%); transition: transform .22s ease; box-shadow: var(--shadow); }
  .sidebar.open { transform: translateX(0); }
  .main-content { padding: 24px 18px 70px; }
  .menu-button { display: block; }
  .topbar { align-items: flex-start; }
  .topbar-actions .service-chip, .topbar-actions .avatar { display: none; }
  .overview-grid, .split-grid { grid-template-columns: 1fr; }
  .hero-card { min-height: 300px; }
  .signal-visual { right: -15px; bottom: -25px; top: auto; transform: none; }
  .login-shell { grid-template-columns: 1fr; width: min(500px,100%); }
  .login-brand { display: none; }
}

@media (max-width: 560px) {
  .topbar { gap: 12px; }
  .topbar .eyebrow { display: none; }
  .topbar h1 { font-size: 23px; }
  .topbar-actions { margin-left: auto; }
  .topbar-actions .button { width: 38px; overflow: hidden; padding: 0; font-size: 0; }
  .topbar-actions .button::first-letter { font-size: 17px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .stat-card { min-height: 92px; padding: 15px; gap: 11px; }
  .stat-icon { width: 34px; height: 34px; }
  .stat-card strong { font-size: 22px; }
  .stat-card small { font-size: 7px; }
  .panel-header { flex-direction: column; padding: 22px 20px 18px; }
  .panel-actions { width: 100%; }
  .search { min-width: 0; flex: 1; }
  .hero-copy { padding: 30px 26px; }
  .hero-meta { flex-wrap: wrap; gap: 22px; }
  .form-grid.two-columns { grid-template-columns: 1fr; }
  .form-grid { padding-right: 20px; padding-left: 20px; }
  .modal form > .form-grid { padding-right: 20px; padding-left: 20px; }
  .modal-header, .modal-footer { padding-right: 20px; padding-left: 20px; }
  .login-body { padding: 15px; }
  .login-card { padding: 42px 25px; }
  .backup-item { grid-template-columns: 35px minmax(0,1fr) 31px; padding: 13px 18px; }
  .backup-item .table-button { grid-column: 2; width: max-content; }
  .backup-item .delete-backup { grid-column: 3; grid-row: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
