/* Monohaus Dialer. Tokens lifted from monohaus.xyz. */
:root {
  --bg: #05050a;
  --bg-2: #09090f;
  --card: #0c0c1e;
  --card-2: #10102a;
  --line: rgba(255, 255, 255, 0.06);
  --line-2: rgba(255, 255, 255, 0.11);
  --blue: #2563eb;
  --blue-light: #3b82f6;
  --blue-glow: rgba(37, 99, 235, 0.4);
  --blue-tint: rgba(37, 99, 235, 0.15);
  --text: #eef0ff;
  --text-2: rgba(238, 240, 255, 0.72);
  --muted: #6b7db3;
  --muted-2: rgba(238, 240, 255, 0.45);
  --ok: #199e70;
  --warn: #c98500;
  --bad: #e66767;
  --display: 'Syne', 'Arial Black', sans-serif;
  --body: 'DM Sans', system-ui, sans-serif;
  --r: 12px;
  --r-s: 8px;
  --rail: 224px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html, body { margin: 0; height: 100%; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
[hidden] { display: none !important; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3 { font-family: var(--display); font-weight: 800; letter-spacing: -0.01em; line-height: 1.1; margin: 0; }
h1 { font-size: 32px; }
h2 { font-size: 22px; }
h3 { font-size: 16px; font-weight: 700; }
p { margin: 0; }
svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }

.eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--blue-light);
}
.muted { color: var(--muted); }
.tnum { font-variant-numeric: tabular-nums; }

/* Shell */
.boot { position: fixed; inset: 0; display: grid; place-items: center; color: var(--muted); }
.app { display: grid; grid-template-columns: var(--rail) 1fr; min-height: 100vh; }
.rail {
  position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; gap: 28px;
  padding: 28px 18px; border-right: 1px solid var(--line); background: var(--bg-2);
}
.wordmark {
  font-family: var(--display); font-weight: 800; font-size: 18px; letter-spacing: 0.22em; text-decoration: none;
  display: flex; flex-direction: column; line-height: 1.15;
}
.wordmark span { color: var(--blue-light); font-size: 11px; letter-spacing: 0.32em; }
.nav { display: flex; flex-direction: column; gap: 4px; }
.nav a {
  display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: var(--r-s);
  text-decoration: none; color: var(--text-2); font-weight: 500; transition: background 0.18s, color 0.18s;
}
.nav a:hover { background: rgba(255, 255, 255, 0.04); color: var(--text); }
.nav a[aria-current="page"] { background: var(--blue-tint); color: var(--text); }
.nav a[aria-current="page"] svg { color: var(--blue-light); }
.rail-foot { margin-top: auto; display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.who { display: flex; flex-direction: column; line-height: 1.3; }
.who small { color: var(--muted); text-transform: uppercase; letter-spacing: 0.12em; font-size: 10px; font-weight: 600; }
.main { min-width: 0; padding: 32px 40px 80px; }
.view-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.view-head .eyebrow { margin-bottom: 6px; }

.banner {
  margin-bottom: 16px; padding: 10px 14px; border-radius: var(--r-s); background: rgba(230, 103, 103, 0.12);
  border: 1px solid rgba(230, 103, 103, 0.35); color: #ffd4d4; display: flex; justify-content: space-between; gap: 12px;
}
.banner.ok { background: rgba(25, 158, 112, 0.12); border-color: rgba(25, 158, 112, 0.4); color: #c9f5e4; }

/* Controls */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 0 16px;
  border-radius: var(--r-s); border: 1px solid var(--line-2); background: rgba(255, 255, 255, 0.04);
  cursor: pointer; font-weight: 500; text-decoration: none; white-space: nowrap; transition: background 0.18s, border-color 0.18s, box-shadow 0.18s;
}
.btn:hover { background: rgba(255, 255, 255, 0.08); }
.btn:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .nav a:focus-visible, .lead-row:focus-visible {
  outline: 2px solid var(--blue-light); outline-offset: 2px;
}
.btn.primary { background: var(--blue); border-color: var(--blue-light); box-shadow: 0 0 0 0 var(--blue-glow); }
.btn.primary:hover { background: var(--blue-light); box-shadow: 0 8px 28px -8px var(--blue-glow); }
.btn.ghost { background: transparent; border-color: transparent; color: var(--text-2); }
.btn.ghost:hover { background: rgba(255, 255, 255, 0.05); color: var(--text); }
.btn.danger { border-color: rgba(230, 103, 103, 0.4); color: #ffb4b4; }
.btn.danger:hover { background: rgba(230, 103, 103, 0.12); }
.btn.small { min-height: 32px; padding: 0 12px; font-size: 13px; }
.btn.big { min-height: 52px; padding: 0 26px; font-size: 16px; font-weight: 600; }
.btn[disabled] { opacity: 0.5; cursor: not-allowed; }
.btn.busy { position: relative; color: transparent; }
.btn.busy::after {
  content: ''; position: absolute; width: 16px; height: 16px; border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35); border-top-color: #fff; animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: var(--text-2); font-weight: 500; }
input, select, textarea {
  min-height: 40px; padding: 8px 12px; border-radius: var(--r-s); border: 1px solid var(--line-2);
  background: rgba(255, 255, 255, 0.03); color: var(--text); width: 100%; transition: border-color 0.18s;
}
input:hover, select:hover, textarea:hover { border-color: rgba(255, 255, 255, 0.2); }
input::placeholder, textarea::placeholder { color: var(--muted-2); }
select { appearance: none; padding-right: 32px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7db3' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; cursor: pointer; }
select option { background: var(--card); }
textarea { min-height: 88px; resize: vertical; line-height: 1.5; }
input[type="checkbox"] { width: 16px; height: 16px; min-height: 0; padding: 0; accent-color: var(--blue); cursor: pointer; }
.toolbar { display: flex; gap: 10px; flex-wrap: wrap; align-items: flex-end; margin-bottom: 18px; }
.toolbar label { min-width: 150px; }
.toolbar .grow { flex: 1; min-width: 200px; }
.toolbar .spacer { flex: 1; }
.form-error { color: #ffb4b4; font-size: 13px; }

.status {
  display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; letter-spacing: 0.02em; white-space: nowrap;
}
.status i { width: 8px; height: 8px; border-radius: 50%; background: var(--c, var(--muted)); flex: none; }

.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); }
.empty { padding: 48px 24px; text-align: center; color: var(--muted); }
.empty h3 { color: var(--text); margin-bottom: 6px; }

/* Auth */
.auth { min-height: 100vh; display: grid; place-items: center; padding: 24px; background:
  radial-gradient(60% 50% at 50% 0%, rgba(37, 99, 235, 0.18), transparent 70%), var(--bg); }
.auth-card { width: 100%; max-width: 380px; display: flex; flex-direction: column; gap: 16px; padding: 32px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; }
.auth-card h1 { font-size: 26px; margin-bottom: 4px; }
.auth-demo { font-size: 13px; color: var(--muted); padding: 10px 12px; border: 1px dashed var(--line-2); border-radius: var(--r-s); }

/* Queue */
.queue { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 24px; align-items: start; }
.queue-list { display: flex; flex-direction: column; gap: 12px; position: sticky; top: 24px; }
.queue-filters { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.queue-filters .full { grid-column: 1 / -1; }
.queue-count { display: flex; justify-content: space-between; align-items: baseline; font-size: 12px; color: var(--muted); padding: 0 2px; }
.lead-list { display: flex; flex-direction: column; max-height: calc(100vh - 260px); overflow: auto; border: 1px solid var(--line); border-radius: var(--r); background: var(--card); }
.lead-row {
  display: grid; grid-template-columns: 1fr auto; gap: 2px 10px; padding: 11px 14px; border: 0; border-bottom: 1px solid var(--line);
  background: transparent; text-align: left; cursor: pointer; width: 100%; transition: background 0.15s;
}
.lead-row:last-child { border-bottom: 0; }
.lead-row:hover { background: rgba(255, 255, 255, 0.03); }
.lead-row[aria-selected="true"] { background: var(--blue-tint); box-shadow: inset 2px 0 0 var(--blue-light); }
.lead-row b { grid-column: 1; grid-row: 1; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lead-row small { grid-column: 1; grid-row: 2; color: var(--muted); font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lead-row .status { grid-column: 2; grid-row: 1 / 3; align-self: center; }

.focus { display: flex; flex-direction: column; gap: 28px; padding: 32px 36px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; position: relative; overflow: hidden; }
.focus::before { content: ''; position: absolute; inset: -40% -20% auto auto; width: 420px; height: 420px; background: radial-gradient(circle, rgba(37, 99, 235, 0.16), transparent 60%); pointer-events: none; }
.focus-head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; }
.focus h1 { font-size: clamp(30px, 4vw, 44px); margin: 8px 0 6px; overflow-wrap: anywhere; }
.focus-sub { color: var(--text-2); font-size: 16px; }
.focus-sub span + span::before { content: '·'; margin: 0 8px; color: var(--muted); }
.focus-meta { display: flex; flex-direction: column; gap: 4px; align-items: flex-end; font-size: 12px; color: var(--muted); text-align: right; }
.phone-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.phone { font-size: 28px; font-weight: 600; letter-spacing: 0.02em; font-variant-numeric: tabular-nums; }
.phone-row .btn.big svg { width: 20px; height: 20px; }
.outcomes { display: grid; grid-template-columns: repeat(auto-fill, minmax(164px, 1fr)); gap: 8px; }
.outcome {
  display: flex; align-items: center; gap: 10px; padding: 12px 12px; border-radius: 10px; border: 1px solid var(--line-2);
  background: rgba(255, 255, 255, 0.02); cursor: pointer; text-align: left; font-size: 14px; transition: border-color 0.15s, background 0.15s;
}
.outcome:hover { background: rgba(255, 255, 255, 0.05); }
.outcome[aria-pressed="true"] { border-color: var(--c); background: color-mix(in oklab, var(--c) 18%, transparent); }
.outcome i { width: 10px; height: 10px; border-radius: 50%; background: var(--c); flex: none; }
.outcome kbd { margin-left: auto; font-family: var(--body); font-size: 11px; color: var(--muted); border: 1px solid var(--line-2); border-radius: 4px; padding: 0 5px; line-height: 18px; }
.log-row { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: end; }
.log-row label { min-width: 0; }
.callback-when { max-width: 280px; }
.history { display: flex; flex-direction: column; gap: 0; border-top: 1px solid var(--line); padding-top: 20px; }
.history h3 { margin-bottom: 10px; }
.history-item { display: grid; grid-template-columns: 110px 1fr; gap: 12px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.history-item:last-child { border-bottom: 0; }
.history-item time { color: var(--muted); font-size: 12px; padding-top: 2px; }
.history-item p { color: var(--text-2); }
.notes-box { font-size: 14px; color: var(--text-2); padding: 12px 14px; border: 1px dashed var(--line-2); border-radius: var(--r-s); }

/* Tables */
.table-wrap { overflow: auto; border: 1px solid var(--line); border-radius: var(--r); background: var(--card); }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { padding: 10px 14px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: middle; white-space: nowrap; }
th { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 600; position: sticky; top: 0; background: var(--card); }
tr:last-child td { border-bottom: 0; }
tbody tr:hover td { background: rgba(255, 255, 255, 0.02); }
td.num, th.num { text-align: right; font-variant-numeric: tabular-nums; }
td .sub { display: block; color: var(--muted); font-size: 12px; }
.pager { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; font-size: 13px; color: var(--muted); }

/* Import panel */
.panel { padding: 22px 24px; background: var(--card-2); border: 1px solid var(--line-2); border-radius: var(--r); margin-bottom: 18px; display: flex; flex-direction: column; gap: 16px; }
.panel-head { display: flex; justify-content: space-between; align-items: center; }
.map-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 10px; }
.report { display: grid; grid-template-columns: repeat(3, auto); gap: 8px 28px; justify-content: start; font-size: 14px; }
.report b { font-family: var(--display); font-size: 22px; display: block; }
.report-list { max-height: 160px; overflow: auto; font-size: 12px; color: var(--muted); padding-left: 18px; margin: 0; }
.file-drop { display: flex; align-items: center; gap: 12px; }

/* Dashboard */
.ledger { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); border: 1px solid var(--line); border-radius: var(--r); background: var(--card); margin-bottom: 24px; }
.ledger > div { padding: 18px 20px; border-right: 1px solid var(--line); }
.ledger > div:last-child { border-right: 0; }
.ledger .k { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.ledger .v { font-family: var(--display); font-weight: 800; font-size: 30px; line-height: 1.1; margin-top: 4px; font-variant-numeric: tabular-nums; }
.ledger .v small { font-family: var(--body); font-weight: 500; font-size: 13px; color: var(--muted); margin-left: 4px; }
.dash-grid { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2fr); gap: 20px; margin-bottom: 20px; }
.dash-grid > section, .dash-full { padding: 20px 22px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); min-width: 0; }
.dash-full { margin-bottom: 20px; }
.sec-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
.sec-head h3 { font-size: 15px; }
.sec-head small { color: var(--muted); font-size: 12px; }
.seg { display: inline-flex; border: 1px solid var(--line-2); border-radius: var(--r-s); overflow: hidden; }
.seg button { border: 0; background: transparent; padding: 7px 14px; cursor: pointer; color: var(--text-2); font-size: 13px; font-weight: 500; }
.seg button[aria-pressed="true"] { background: var(--blue-tint); color: var(--text); }
.chart { position: relative; }
.chart svg { width: 100%; height: auto; display: block; overflow: visible; stroke: none; }
.chart rect, .chart text { stroke: none; }
.chart .bar { fill: var(--blue-light); transition: opacity 0.15s; }
.chart .bar:hover { opacity: 0.8; }
.chart .hit { fill: transparent; cursor: pointer; }
.chart .grid { stroke: var(--line-2); stroke-width: 1; }
.chart .axis { fill: var(--muted); font-size: 11px; font-family: var(--body); }
.tip {
  position: absolute; pointer-events: none; padding: 6px 10px; border-radius: 6px; background: #1a1a33; border: 1px solid var(--line-2);
  font-size: 12px; white-space: nowrap; transform: translate(-50%, calc(-100% - 8px)); opacity: 0; transition: opacity 0.12s;
}
.tip.on { opacity: 1; }
.tip b { display: block; font-variant-numeric: tabular-nums; }
.bars { display: flex; flex-direction: column; gap: 9px; }
.bar-row { display: grid; grid-template-columns: 120px 1fr 40px; gap: 10px; align-items: center; font-size: 13px; }
.bar-row .track { height: 10px; border-radius: 4px; background: rgba(255, 255, 255, 0.04); overflow: hidden; }
.bar-row .fill { height: 100%; border-radius: 4px; background: var(--c); min-width: 2px; }
.bar-row .n { text-align: right; font-variant-numeric: tabular-nums; color: var(--text-2); }
.cb-list { display: flex; flex-direction: column; }
.cb-item { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 14px; align-items: center; }
.cb-item:last-child { border-bottom: 0; }
.cb-item small { color: var(--muted); grid-column: 1; }
.cb-item time { font-size: 12px; color: var(--warn); font-weight: 600; font-variant-numeric: tabular-nums; }
.cb-item time.late { color: var(--bad); }
.me { color: var(--blue-light); font-weight: 600; }

/* Funnel, hours, guide */
.funnel { display: flex; flex-direction: column; gap: 10px; }
.funnel-row { display: grid; grid-template-columns: 120px 1fr 44px; gap: 2px 10px; align-items: center; font-size: 13px; }
.funnel-row .track { height: 14px; border-radius: 4px; background: rgba(255, 255, 255, 0.04); overflow: hidden; }
.funnel-row .fill { height: 100%; border-radius: 4px; background: var(--blue-light); }
.funnel-row .n { text-align: right; font-variant-numeric: tabular-nums; font-weight: 600; }
.funnel-row .pct { grid-column: 2 / 4; font-size: 11px; color: var(--muted); }
.hours { display: grid; grid-template-columns: repeat(15, 1fr); gap: 4px; height: 170px; align-items: end; }
.hour { display: flex; flex-direction: column; align-items: center; height: 100%; justify-content: flex-end; gap: 4px; min-width: 0; }
.hour .col { flex: 1; width: 100%; display: flex; align-items: flex-end; }
.hour .dials { width: 100%; background: rgba(59, 130, 246, 0.22); border-radius: 4px 4px 0 0; display: flex; align-items: flex-end; min-height: 2px; }
.hour .conn { width: 100%; background: var(--blue-light); border-radius: 4px 4px 0 0; }
.hour .rate { font-size: 10px; color: var(--text-2); font-variant-numeric: tabular-nums; height: 12px; line-height: 12px; }
.hour .lbl { font-size: 10px; color: var(--muted); }
.ledger .v.bad { color: var(--bad); }
td .bad { color: var(--bad); font-size: 12px; }
.guide { display: grid; gap: 20px; max-width: 860px; }
.guide .card { padding: 22px 24px; display: flex; flex-direction: column; gap: 14px; }
.steps { margin: 0; padding-left: 22px; display: flex; flex-direction: column; gap: 10px; color: var(--text-2); }
.steps li::marker { color: var(--blue-light); font-weight: 700; }
.steps b { color: var(--text); }

.chip { display: inline-block; padding: 2px 9px; border-radius: 999px; border: 1px solid var(--line-2); font-size: 12px; color: var(--text-2); margin-right: 4px; }
.chip.cb { border-color: rgba(201, 133, 0, 0.5); color: #ffd58a; }
.chip.dim { color: var(--muted); }
.target { min-width: 220px; display: flex; flex-direction: column; gap: 6px; }
.target-head { display: flex; justify-content: space-between; font-size: 12px; }
.target .track { height: 8px; border-radius: 4px; background: rgba(255, 255, 255, 0.05); overflow: hidden; }
.target .fill { height: 100%; background: var(--blue-light); border-radius: 4px; }
td.good { color: #7ee2b8; }
.seg.full { width: 100%; }
.seg.full button { flex: 1; }

/* Settings */
.settings { display: grid; gap: 24px; max-width: 720px; }
.settings .card { padding: 22px 24px; display: flex; flex-direction: column; gap: 14px; }
.settings .card p.muted { font-size: 13px; }
.row { display: flex; gap: 12px; align-items: flex-end; flex-wrap: wrap; }
.row label { flex: 1; min-width: 200px; }
.team { display: flex; flex-direction: column; }
.team-row { display: grid; grid-template-columns: 1fr 140px; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); align-items: center; }
.team-row:last-child { border-bottom: 0; }
.team-row small { display: block; color: var(--muted); font-size: 12px; }
code { font-family: ui-monospace, 'Cascadia Mono', Consolas, monospace; font-size: 13px; background: rgba(255, 255, 255, 0.05); padding: 2px 6px; border-radius: 4px; }

/* Responsive */
@media (max-width: 1100px) {
  .queue { grid-template-columns: 300px minmax(0, 1fr); }
  .dash-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .app { grid-template-columns: 1fr; }
  .rail { position: fixed; top: auto; bottom: 0; left: 0; right: 0; height: auto; flex-direction: row; align-items: center; gap: 8px; padding: 8px 10px; border-right: 0; border-top: 1px solid var(--line); z-index: 30; }
  .wordmark, .rail-foot .who { display: none; }
  .nav { flex-direction: row; flex: 1; }
  .nav a { flex: 1; flex-direction: column; gap: 4px; font-size: 11px; padding: 8px 4px; }
  .rail-foot { margin: 0; }
  .main { padding: 20px 16px 96px; }
  .queue { grid-template-columns: 1fr; }
  /* Phone-first calling: the lead card comes before the list, big tap targets, no keyboard hints. */
  .queue .focus { order: -1; }
  .phone-row { gap: 10px; }
  .phone-row .btn.big { flex: 1 1 140px; min-height: 56px; }
  .phone-row .btn:not(.big) { flex: 1 1 120px; min-height: 56px; }
  .outcomes { grid-template-columns: 1fr 1fr; }
  .outcome { min-height: 52px; }
  .outcome kbd, [data-log] kbd { display: none; }
  .log-row .btn.big { width: 100%; }
  .log-row > div { align-items: stretch !important; }
  .callback-when { max-width: none; }
  .queue-list { position: static; }
  .lead-list { max-height: 260px; }
  .focus { padding: 22px 18px; }
  .focus-head { flex-direction: column; }
  .focus-meta { align-items: flex-start; text-align: left; }
  .phone { font-size: 24px; }
  .log-row { grid-template-columns: 1fr; }
  .ledger { grid-template-columns: 1fr 1fr; }
  .ledger > div:nth-child(2n) { border-right: 0; }
  .ledger > div { border-bottom: 1px solid var(--line); }
  .bar-row { grid-template-columns: 112px 1fr 32px; font-size: 12px; }
  .funnel-row { grid-template-columns: 100px 1fr 36px; }
  .hours { grid-template-columns: repeat(8, 1fr); height: 140px; }
  .hour:nth-child(n+9) { display: none; }
  .bar-row .status { white-space: normal; font-size: 12px; line-height: 1.2; }
  .report { grid-template-columns: repeat(3, 1fr); }
  .team-row { grid-template-columns: 1fr 120px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
