/* ==========================================================================
   Magent portal — shell, views, widgets
   ========================================================================== */

body { background: var(--bg); background-image: var(--grad-hero); background-repeat: no-repeat; background-attachment: fixed; }
body.drawer-open { overflow: hidden; }

.skip-link { position: absolute; inset-inline-start: 8px; top: -48px; background: var(--primary); color: #fff; padding: 8px 12px; border-radius: 10px; z-index: 2000; }
.skip-link:focus { top: 8px; }

/* --------------------------------------------------------------------------
   Top bar & navigation
   -------------------------------------------------------------------------- */
.topbar {
  position: sticky; top: 0; z-index: 50;
  padding-top: var(--safe-top);
  background: var(--surface-glass);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--border);
}
.topbar-inner {
  max-width: 1040px; margin: 0 auto;
  min-height: 60px; padding: 8px 16px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.topbar-actions { display: flex; align-items: center; gap: 8px; }
.topnav { display: none; gap: 4px; }
.topnav a {
  display: inline-flex; align-items: center; min-height: 40px; padding: 0 14px;
  border-radius: 12px; color: var(--text-2); font-weight: 700; text-decoration: none;
  transition: background var(--dur), color var(--dur);
}
.topnav a:hover { background: var(--bg-2); text-decoration: none; }
.topnav a[aria-current="page"] { background: var(--primary-soft); color: var(--primary-700); }
@media (prefers-color-scheme: dark) { .topnav a[aria-current="page"] { color: #d9d3ff; } }
@media (min-width: 768px) { .topnav:not([hidden]) { display: flex; } }

.view { max-width: 1040px; margin: 0 auto; padding: 16px 16px calc(96px + var(--safe-bottom)); min-height: calc(100dvh - 60px); }
@media (min-width: 768px) { .view { padding: 28px 24px 60px; } }
body[data-mode="auth"] .view, body[data-mode="onboarding"] .view { padding-bottom: 40px; }

.tabbar {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 40;
  display: flex; justify-content: space-around;
  padding: 6px 8px calc(6px + var(--safe-bottom));
  background: var(--surface-glass);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  backdrop-filter: saturate(160%) blur(14px);
  border-top: 1px solid var(--border);
}
.tabbar a {
  flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px;
  min-height: 52px; padding: 6px 4px; border-radius: 14px;
  color: var(--muted); font-size: 0.72rem; font-weight: 700; text-decoration: none;
  transition: color var(--dur), background var(--dur), transform 120ms var(--ease);
  -webkit-tap-highlight-color: transparent;
}
.tabbar a:active { transform: scale(0.94); }
.tabbar a svg { width: 24px; height: 24px; }
.tabbar a[aria-current="page"] { color: var(--primary); }
.tabbar a[aria-current="page"] svg { filter: drop-shadow(0 4px 10px rgba(91, 61, 245, 0.35)); }
@media (min-width: 768px) { .tabbar { display: none; } }

.boot { display: grid; place-items: center; min-height: 60vh; color: var(--primary); }
.fatal { text-align: center; display: grid; justify-items: center; gap: 16px; padding: 60px 16px; }
.fatal h2 { font-size: 1.2rem; max-width: 36ch; }

/* Directional icons flip in RTL */
html[dir="rtl"] .dir-icon { transform: scaleX(-1); }

/* --------------------------------------------------------------------------
   Pages
   -------------------------------------------------------------------------- */
.page { max-width: 720px; margin: 0 auto; }
.page-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-block-end: 18px; }
.page-title { font-size: clamp(1.7rem, 5vw, 2.2rem); }
.page-sub { color: var(--muted); margin-top: 4px; }
.page-head > .btn { margin-top: 6px; flex: none; }
.section-title { font-size: 1rem; color: var(--muted); font-weight: 700; margin: 22px 0 10px; text-transform: uppercase; letter-spacing: 0.06em; }
html[lang="ar"] .section-title { letter-spacing: 0; text-transform: none; }

/* --------------------------------------------------------------------------
   Auth
   -------------------------------------------------------------------------- */
.auth-screen { display: grid; grid-template-columns: minmax(0, 1fr); justify-items: center; gap: 18px; padding: clamp(8px, 6vh, 56px) 0 24px; }
.auth-card { width: 100%; min-width: 0; max-width: 440px; padding: 28px 24px 24px; border-radius: var(--radius-xl); box-shadow: var(--shadow-2); }
@media (min-width: 480px) { .auth-card { padding: 36px 32px 28px; } }
.auth-logo { margin-block-end: 18px; }
.auth-logo img { width: 56px; height: 56px; border-radius: 16px; box-shadow: var(--shadow-primary); }
.auth-title { font-size: 1.7rem; margin-block-end: 8px; }
.auth-sub { color: var(--text-2); margin-block-end: 22px; }
.auth-footer { max-width: 380px; text-align: center; }
.auth-links { margin-top: -6px; }

.otp { display: grid; grid-template-columns: repeat(var(--n, 6), minmax(0, 52px)); gap: 8px; justify-content: center; min-width: 0; }
.otp[data-n="7"], .otp[data-n="8"] { gap: 5px; }
.otp input {
  width: 100%; min-width: 0; height: 56px; padding: 0;
  text-align: center; font-size: 1.5rem; font-weight: 800; font-variant-numeric: tabular-nums;
  border-radius: 14px; border: 1.5px solid var(--border-strong); background: var(--surface); color: var(--text);
  caret-color: var(--primary);
  transition: border-color var(--dur), box-shadow var(--dur), transform 120ms var(--ease-spring);
}
.otp[data-n="7"] input, .otp[data-n="8"] input { font-size: 1.25rem; border-radius: 12px; height: 52px; }
.otp input:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px var(--ring); transform: translateY(-2px); }
.otp input.filled { border-color: var(--primary); background: var(--primary-soft); }
.otp input.error { border-color: var(--rose); animation: shake 320ms var(--ease); }
@keyframes shake { 20%, 60% { transform: translateX(-4px); } 40%, 80% { transform: translateX(4px); } }

/* --------------------------------------------------------------------------
   Onboarding
   -------------------------------------------------------------------------- */
.onb { max-width: 620px; margin: 0 auto; }
.onb-head { margin-block-end: 18px; }
.onb-progress { display: flex; gap: 6px; margin-block-end: 10px; }
.onb-progress span { flex: 1; height: 6px; border-radius: 999px; background: var(--border); transition: background 400ms var(--ease); }
.onb-progress span.on { background: var(--grad-brand); }
.onb-title { font-size: clamp(1.6rem, 5.5vw, 2.1rem); margin-top: 6px; }
.onb-sub { color: var(--text-2); margin-top: 6px; }
.onb-body { padding-block-end: 8px; }
.onb-actions {
  position: sticky; bottom: 0; z-index: 30;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  margin: 16px -16px calc(-40px - var(--safe-bottom)); padding: 12px 16px calc(12px + var(--safe-bottom));
  background: var(--surface-glass);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-top: 1px solid var(--border);
}
@media (min-width: 768px) { .onb-actions { position: static; margin: 20px 0 0; padding: 0; background: none; border: 0; backdrop-filter: none; } }
.onb-actions > .row { flex: 1 1 auto; min-width: 0; justify-content: flex-end; }
.onb-actions .btn-lg { flex: 1 1 auto; min-width: 0; padding-inline: 18px; }
@media (max-width: 479px) { .onb-actions #onb-back .lbl { display: none; } .onb-actions #onb-back { padding-inline: 12px; } .onb-actions #onb-skip { padding-inline: 10px; font-size: 0.9rem; } }
@media (min-width: 480px) { .onb-actions .btn-lg { flex: 0 0 auto; min-width: 180px; } }

.map-card { padding: 0; overflow: hidden; }
.map-picker { position: relative; }
.map-canvas { height: 300px; background: var(--bg-2); z-index: 0; }
@media (min-width: 640px) { .map-canvas { height: 340px; } }
.map-fallback { display: grid; place-items: center; height: 100%; }
.map-overlay { position: absolute; top: 10px; inset-inline: 10px; z-index: 500; display: flex; justify-content: flex-end; gap: 8px; pointer-events: none; }
.map-overlay > * { pointer-events: auto; }
.map-hint { position: absolute; top: 0; inset-inline-start: 0; background: var(--surface-glass); backdrop-filter: blur(8px); box-shadow: var(--shadow-1); max-width: calc(100% - 180px); overflow: hidden; text-overflow: ellipsis; }
.map-overlay .btn { box-shadow: var(--shadow-2); }
.map-coords { position: absolute; bottom: 8px; inset-inline-start: 10px; z-index: 500; padding: 2px 8px; border-radius: 8px; background: var(--surface-glass); }
@media (max-width: 479px) { .map-hint { top: 44px; max-width: 70%; } }
.leaflet-container { font: inherit; }
.leaflet-control-attribution { font-size: 10px !important; background: var(--surface-glass) !important; color: var(--muted) !important; }
.leaflet-bar a { background: var(--surface) !important; color: var(--text) !important; border-color: var(--border) !important; }
@media (prefers-color-scheme: dark) { .leaflet-tile { filter: brightness(0.75) contrast(1.05) saturate(0.85); } }

.magent-pin { background: none; border: 0; }
.magent-pin .pin { position: relative; width: 36px; height: 44px; transform-origin: 50% 100%; animation: pin-drop 500ms var(--ease-spring) both; }
.magent-pin .pin-head { position: absolute; top: 0; left: 4px; width: 28px; height: 28px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--grad-brand); box-shadow: 0 6px 16px -4px rgba(91, 61, 245, 0.6); border: 3px solid #fff; }
.magent-pin .pin-head::after { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: #fff; }
.magent-pin .pin-shadow { position: absolute; left: 12px; bottom: 0; width: 12px; height: 4px; border-radius: 50%; background: rgba(0,0,0,0.25); filter: blur(1px); }
@keyframes pin-drop { from { transform: translateY(-18px) scale(0.8); opacity: 0; } }

.chip-btn { cursor: pointer; min-height: 38px; padding: 0 12px; }
.chip-btn:hover { background: var(--bg-2); }

/* Forwarding */
.forwarding { display: grid; gap: 12px; }
.forwarding > * { min-width: 0; }
.service-number { text-align: center; padding: 24px 20px; background: linear-gradient(160deg, color-mix(in srgb, var(--primary-soft) 70%, var(--surface)), var(--surface)); }
.service-number-value {
  display: inline-flex; align-items: center; gap: 10px; margin: 8px auto 10px; max-width: 100%;
  border: 0; background: none; padding: 6px 12px; border-radius: 14px;
  font-size: clamp(1.6rem, 7vw, 2.3rem); font-weight: 800; letter-spacing: 0.01em; color: var(--text);
  transition: background var(--dur), transform 120ms var(--ease);
}
.service-number-value:hover { background: var(--primary-soft); }
.service-number-value:active { transform: scale(0.97); }
.service-number-value svg { width: 22px; height: 22px; color: var(--primary); }
.code-list { display: grid; gap: 10px; }
.code-item {
  display: flex; align-items: center; gap: 14px;
  padding: 12px 14px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border);
  color: var(--text); text-decoration: none; box-shadow: var(--shadow-1);
  transition: transform 120ms var(--ease), box-shadow var(--dur), border-color var(--dur);
}
.code-item:hover { text-decoration: none; border-color: var(--border-strong); box-shadow: var(--shadow-2); }
.code-item:active { transform: scale(0.985); }
.code-item .body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.code-item .title { font-weight: 700; }
.code-item .code { color: var(--muted); font-size: 0.9rem; font-weight: 600; }
.code-item .btn { pointer-events: none; }
.callout { display: flex; gap: 14px; align-items: flex-start; padding: 16px; border-radius: var(--radius); background: color-mix(in srgb, var(--amber-soft) 70%, var(--surface)); border: 1px solid color-mix(in srgb, var(--amber) 30%, transparent); }

/* Telegram flow */
.telegram-flow { margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--border); }
.tg-status { display: inline-flex; align-items: center; gap: 8px; }
.tg-status .spinner { width: 16px; height: 16px; }

/* Done */
.done-screen { text-align: center; display: grid; justify-items: center; gap: 12px; padding: clamp(24px, 10vh, 80px) 0 40px; max-width: 460px; margin: 0 auto; }
.done-screen h1 { font-size: clamp(2rem, 8vw, 2.8rem); }
.done-art { position: relative; width: 160px; height: 160px; margin-block-end: 10px; }
.checkmark { width: 160px; height: 160px; }
.checkmark .ring { fill: var(--emerald-soft); stroke: var(--emerald); stroke-width: 3; stroke-dasharray: 190; stroke-dashoffset: 190; animation: draw 700ms 150ms var(--ease) forwards; }
.checkmark .tick { fill: none; stroke: var(--emerald); stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 40; stroke-dashoffset: 40; animation: draw 450ms 700ms var(--ease) forwards; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.ringing-phone {
  position: absolute; right: -6px; bottom: 6px;
  width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center;
  background: var(--grad-brand); color: #fff; box-shadow: var(--shadow-primary);
  animation: ring 1.1s 1.2s var(--ease) 1;
}
.ringing-phone svg { width: 26px; height: 26px; }
@keyframes ring {
  0%, 100% { transform: rotate(0); }
  10%, 30%, 50%, 70% { transform: rotate(-12deg) scale(1.06); }
  20%, 40%, 60%, 80% { transform: rotate(12deg) scale(1.06); }
}
html[dir="rtl"] .ringing-phone { right: auto; left: -6px; }

/* --------------------------------------------------------------------------
   Lists (calls, memory)
   -------------------------------------------------------------------------- */
.list { display: grid; gap: 10px; }
.day-label { font-size: 0.78rem; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin: 10px 4px 0; }
html[lang="ar"] .day-label { letter-spacing: 0; text-transform: none; font-size: 0.85rem; }
.list-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 16px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border);
  box-shadow: var(--shadow-1); color: inherit; text-decoration: none;
  transition: transform 120ms var(--ease), box-shadow var(--dur), border-color var(--dur);
}
a.list-item:hover { text-decoration: none; border-color: var(--border-strong); box-shadow: var(--shadow-2); }
a.list-item:active { transform: scale(0.99); }
.list-item[aria-current="true"] { border-color: var(--primary); box-shadow: 0 0 0 3px var(--ring); }
.list-item .body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.list-item .title { font-weight: 800; }
.list-item .meta { gap: 8px; }
.list-item .chev { width: 18px; height: 18px; color: var(--muted); align-self: center; flex: none; }
.call-summary { color: var(--text-2); font-size: 0.92rem; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.chip .dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; animation: pulse 1.2s infinite; }
@keyframes pulse { 50% { opacity: 0.3; } }

/* Drawer (call detail) and bottom sheet (memory form) */
#drawer-root, #sheet-root { position: fixed; inset: 0; z-index: 100; pointer-events: none; }
#drawer-root.open, #sheet-root.open { pointer-events: auto; }
.drawer-backdrop { position: absolute; inset: 0; background: rgba(10, 8, 30, 0.45); opacity: 0; transition: opacity var(--dur); }
.open .drawer-backdrop { opacity: 1; }
.drawer, .sheet {
  position: absolute; inset-inline: 0; bottom: 0; max-height: 92dvh;
  display: flex; flex-direction: column;
  background: var(--surface); border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  box-shadow: var(--shadow-3);
  transform: translateY(100%); transition: transform 320ms var(--ease);
  padding-bottom: var(--safe-bottom);
}
.open .drawer, .open .sheet { transform: translateY(0); }
.drawer-grip { width: 40px; height: 5px; border-radius: 999px; background: var(--border-strong); margin: 10px auto 0; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 16px 12px 20px; }
.drawer-title { font-size: 1.15rem; }
.drawer-body, .sheet-body { overflow: auto; padding: 4px 20px 24px; overscroll-behavior: contain; }
@media (min-width: 768px) {
  .drawer {
    inset-inline-start: auto; inset-inline-end: 0; top: 0; bottom: 0; max-height: none;
    width: min(520px, 100%); border-radius: 0;
    transform: translateX(100%);
  }
  html[dir="rtl"] .drawer { transform: translateX(-100%); }
  .open .drawer, html[dir="rtl"] .open .drawer { transform: translateX(0); }
  .drawer-grip { display: none; }
  .drawer-head { padding-top: 22px; }
  .sheet { inset: 50% auto auto 50%; bottom: auto; width: min(560px, calc(100% - 32px)); max-height: 88dvh; border-radius: var(--radius-xl); transform: translate(-50%, -46%) scale(0.98); opacity: 0; transition: transform 260ms var(--ease-spring), opacity var(--dur); }
  .open .sheet { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}

/* Call detail */
.call-meta { padding: 16px; }
.call-detail-summary { margin-top: 12px; padding-top: 12px; border-top: 1px dashed var(--border); color: var(--text-2); line-height: 1.6; }
.transcript { display: flex; flex-direction: column; gap: 12px; }
.bubble-row { display: flex; flex-direction: column; gap: 4px; max-width: 88%; }
.bubble-row.agent { align-self: flex-end; align-items: flex-end; }
.bubble-row.caller { align-self: flex-start; align-items: flex-start; }
.bubble { padding: 10px 14px; border-radius: 18px; line-height: 1.55; font-size: 0.95rem; position: relative; }
.bubble-row.caller .bubble { background: var(--bg-2); border-end-start-radius: 6px; }
.bubble-row.agent .bubble { background: var(--primary); color: #fff; border-end-end-radius: 6px; box-shadow: var(--shadow-primary); }
.bubble-tag { display: block; font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.8; margin-block-end: 2px; }
html[lang="ar"] .bubble-tag { letter-spacing: 0; text-transform: none; }
.bubble-meta { display: flex; gap: 8px; align-items: center; font-size: 0.7rem; color: var(--muted); padding: 0 6px; }
.bubble-meta .latency { display: inline-flex; align-items: center; gap: 3px; color: var(--primary); font-weight: 700; }
.bubble-meta .latency svg { width: 12px; height: 12px; }
.tool-chips { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
.nerd { margin-top: 20px; border: 1px solid var(--border); border-radius: var(--radius); padding: 0 14px; }
.nerd summary { display: flex; align-items: center; gap: 8px; min-height: 48px; cursor: pointer; font-weight: 700; list-style: none; }
.nerd summary::-webkit-details-marker { display: none; }
.nerd summary svg { width: 18px; height: 18px; }
.nerd summary svg:last-child { margin-inline-start: auto; transition: transform var(--dur); }
.nerd[open] summary svg:last-child { transform: rotate(180deg); }
.nerd-grid { display: grid; gap: 4px; padding: 6px 0 14px; }
.nerd-row { display: flex; justify-content: space-between; gap: 12px; padding: 6px 8px; border-radius: 8px; font-size: 0.85rem; }
.nerd-row:nth-child(odd) { background: var(--bg-2); }
.nerd-row .num { font-weight: 700; }

/* Memory */
.memory-group { display: grid; gap: 10px; }
.memory-group + .memory-group { margin-top: 10px; }
.group-title { display: flex; align-items: center; gap: 10px; font-size: 1rem; margin: 6px 0 2px; }
.group-title .icon-badge { width: 34px; height: 34px; border-radius: 10px; }
.group-title .icon-badge svg { width: 18px; height: 18px; }
.memory-item { display: flex; align-items: flex-start; gap: 10px; padding: 14px 12px 14px 16px; transition: opacity 180ms, transform 180ms; }
.memory-item.removing { opacity: 0; transform: translateX(-12px); }
.memory-item .body { flex: 1; min-width: 0; display: grid; gap: 6px; }
.memory-item .content { line-height: 1.55; overflow-wrap: anywhere; }
.memory-item .btn-icon { flex: none; }
.type-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
@media (min-width: 480px) { .type-grid { grid-template-columns: repeat(3, 1fr); } }
.type-card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 6px; text-align: start;
  padding: 12px; border-radius: var(--radius); border: 1.5px solid var(--border); background: var(--surface);
  transition: border-color var(--dur), background var(--dur), box-shadow var(--dur), transform 120ms var(--ease);
}
.type-card:active { transform: scale(0.97); }
.type-card .icon-badge { width: 34px; height: 34px; border-radius: 10px; }
.type-card .icon-badge svg { width: 18px; height: 18px; }
.type-card .title { font-weight: 800; font-size: 0.9rem; }
.type-card[aria-checked="true"] { border-color: var(--primary); background: color-mix(in srgb, var(--primary-soft) 55%, var(--surface)); box-shadow: 0 0 0 3px var(--ring); }
.fab {
  position: fixed; inset-inline-end: 16px; bottom: calc(76px + var(--safe-bottom)); z-index: 35;
  width: 56px; height: 56px; padding: 0; border-radius: 18px;
}
.fab svg { width: 26px; height: 26px; }
@media (min-width: 768px) { .fab { display: none; } }

/* --------------------------------------------------------------------------
   Settings
   -------------------------------------------------------------------------- */
.settings { display: grid; gap: 14px; }
.settings .page-head { margin-block-end: 4px; }
@media (min-width: 900px) {
  .settings { grid-template-columns: 1fr 1fr; max-width: 1000px; }
  .settings .page-head, #s-greeting, #s-location { grid-column: 1 / -1; }
}
.settings-card { display: grid; gap: 16px; align-content: start; }
.settings-card .card-head { margin: 0; }
.settings-card .field + .field { margin: 0; }
.save-bar { display: flex; justify-content: flex-end; }
.default-greeting { margin-top: 8px; padding: 10px 12px; border-radius: 12px; background: var(--bg-2); font-size: 0.92rem; line-height: 1.7; }
.voice-list { display: grid; gap: 8px; }
.voice-item { display: flex; align-items: center; gap: 8px; }
.voice-pick { flex: 1; min-width: 0; display: flex; align-items: center; gap: 12px; text-align: start; padding: 10px 12px; border-radius: 14px; border: 1.5px solid var(--border); background: var(--surface); transition: border-color var(--dur), background var(--dur); }
.voice-pick .radio { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--border-strong); flex: none; display: grid; place-items: center; }
.voice-pick .radio::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--primary); transform: scale(0); transition: transform 180ms var(--ease-spring); }
.voice-pick .body { display: flex; flex-direction: column; min-width: 0; }
.voice-pick .title { font-weight: 800; display: flex; align-items: center; gap: 8px; }
.voice-pick .desc { color: var(--muted); font-size: 0.82rem; }
.voice-item.selected .voice-pick { border-color: var(--primary); background: color-mix(in srgb, var(--primary-soft) 55%, var(--surface)); }
.voice-item.selected .radio { border-color: var(--primary); }
.voice-item.selected .radio::after { transform: scale(1); }
.account-rows { display: grid; gap: 12px; }
.account-rows .row { min-height: 36px; }
#s-forwarding .service-number { padding: 18px 16px; }
#s-forwarding .service-number-value { font-size: clamp(1.25rem, 5.5vw, 1.6rem); }
