:root {
  --bg: #07080c;
  --bg-2: #0c0e14;
  --elev: #12151d;
  --elev-2: #181c27;
  --line: rgba(232, 236, 244, 0.08);
  --line-strong: rgba(232, 236, 244, 0.16);
  --text: #e9edf5;
  --muted: #8b93a7;
  --faint: #5c6478;
  --content: #3ee8d3;
  --content-2: #7cf6e6;
  --content-dim: rgba(62, 232, 211, 0.12);
  --express: #f5b942;
  --express-2: #ffd37a;
  --express-dim: rgba(245, 185, 66, 0.12);
  --gap: #fb7185;
  --gap-dim: rgba(251, 113, 133, 0.12);
  --closed: #34d399;
  --closed-dim: rgba(52, 211, 153, 0.12);
  --danger: #f43f5e;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --radius: 22px;
  --radius-sm: 14px;
  --nav-h: 72px;
  --tab-h: 68px;
  --font: "SF Pro Display", "PingFang SC", "Hiragino Sans GB", "Noto Sans SC", "Microsoft YaHei", system-ui, sans-serif;
  --mono: "SF Mono", "JetBrains Mono", ui-monospace, Menlo, monospace;
}

[data-theme="light"] {
  --bg: #f3f1eb;
  --bg-2: #ece8df;
  --elev: #fffcf7;
  --elev-2: #ffffff;
  --line: rgba(20, 24, 34, 0.08);
  --line-strong: rgba(20, 24, 34, 0.16);
  --text: #161922;
  --muted: #5c6478;
  --faint: #8b93a7;
  --shadow: 0 18px 50px rgba(22, 25, 34, 0.08);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: hidden; }
html {
  height: 100%;
  touch-action: pan-y;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}
body {
  min-height: 100%;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  letter-spacing: 0.01em;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  overscroll-behavior-y: contain;
}
body.immersive .tabbar { display: none !important; }
body.immersive .main { padding: 12px 16px 32px; }
body.immersive .sidebar { display: none !important; }
body.immersive .app { grid-template-columns: 1fr; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 500px at 10% -10%, rgba(62, 232, 211, 0.07), transparent 55%),
    radial-gradient(700px 400px at 110% 0%, rgba(245, 185, 66, 0.06), transparent 50%);
  z-index: 0;
}

a { color: inherit; text-decoration: none; touch-action: manipulation; -webkit-touch-callout: none; }
button, .btn, .tabbar a, .seg button, .nav-link, .choice {
  touch-action: manipulation;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
input, textarea, select {
  touch-action: auto;
  -webkit-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}
button, input, textarea, select { font-family: inherit; color: inherit; }
img { max-width: 100%; }

.tabular { font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; }

/* layout */
.app {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100vh;
  grid-template-columns: 248px 1fr;
}
.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 22px 16px;
  border-right: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(18,21,29,.92), rgba(7,8,12,.88));
  backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px 18px;
}
.brand-mark {
  width: 36px; height: 36px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, var(--content), transparent 60%),
    linear-gradient(225deg, var(--express), #111 70%);
  box-shadow: 0 0 0 1px var(--line-strong), 0 10px 30px rgba(62,232,211,.15);
}
.brand b { display: block; font-size: 15px; letter-spacing: 0.08em; }
.brand span { display: block; color: var(--muted); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; }
.nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--muted);
  font-size: 14px;
}
.nav-link:hover { background: var(--elev); color: var(--text); }
.nav-link.active {
  background: var(--elev-2);
  color: var(--text);
  box-shadow: inset 0 0 0 1px var(--line);
}
.nav-link .dot {
  width: 7px; height: 7px; border-radius: 99px; background: var(--faint);
}
.nav-link.active .dot { background: var(--content); box-shadow: 0 0 12px var(--content); }
.nav-spacer { flex: 1; }
.side-foot {
  padding: 12px;
  border-radius: 16px;
  background: var(--elev);
  border: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}
.main {
  min-width: 0;
  padding: 28px 36px 120px;
}
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 28px;
}
.topbar > div:first-child {
  flex: 1;
  min-width: 0;
}
.topbar .btn {
  flex-shrink: 0;
}
.eyebrow {
  color: var(--express);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; font-weight: 560; line-height: 1.3; }
h1 { font-size: 32px; letter-spacing: -0.03em; }
h2 { font-size: 20px; }
.lede { color: var(--muted); margin-top: 8px; font-size: 14px; max-width: 46rem; line-height: 1.65; }

/* cards */
.grid { display: grid; gap: 16px; }
.grid-2 { grid-template-columns: 1.4fr 1fr; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), transparent 40%), var(--elev);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
}
.card.tight { padding: 14px 16px; }
.surface {
  background: var(--elev-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

/* scores */
.score {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.score b {
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.score.content b, .score b.content { color: var(--content); }
.score.express b, .score b.express { color: var(--express); }
.score.gap b, .score b.gap { color: var(--gap); }
.score.closed b, .score b.closed { color: var(--closed); }
.score span { color: var(--muted); font-size: 12px; letter-spacing: 0.08em; }

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  border: 1px solid var(--line);
  color: var(--muted);
}
.pill.crit { color: var(--gap); background: var(--gap-dim); border-color: transparent; }
.pill.ok { color: var(--closed); background: var(--closed-dim); border-color: transparent; }
.pill.cyan { color: var(--content); background: var(--content-dim); border-color: transparent; }
.pill.amber { color: var(--express); background: var(--express-dim); border-color: transparent; }

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  background: var(--elev-2);
  border: 1px solid var(--line-strong);
  transition: transform .15s ease, background .15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn.primary {
  background: linear-gradient(90deg, var(--content), #6ee7d8);
  color: #04110f;
  border: 0;
  font-weight: 650;
}
.btn.warm {
  background: linear-gradient(90deg, var(--express), #ffd37a);
  color: #1a1203;
  border: 0;
  font-weight: 650;
}
.btn.ghost { background: transparent; }
.btn.danger { color: var(--danger); border-color: rgba(244,63,94,.35); }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.btn-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }

/* forms */
label { display: block; font-size: 12px; color: var(--muted); margin-bottom: 8px; letter-spacing: 0.04em; }
.field { margin: 0 0 14px; }
.field:last-child { margin-bottom: 0; }
.choice-row { display: flex; flex-wrap: wrap; gap: 8px; }

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=date],
input[type=search],
input[type=tel],
input[type=url],
textarea,
select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  background: var(--bg);
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  padding: 12px 14px;
  outline: none;
  font-size: 16px;
  line-height: 1.35;
  color: var(--text);
  box-shadow: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
textarea { min-height: 140px; resize: vertical; line-height: 1.6; }
::placeholder { color: var(--faint); }
input:focus, textarea:focus, select:focus {
  border-color: rgba(62,232,211,.45);
  box-shadow: 0 0 0 4px rgba(62,232,211,.12);
}

select {
  cursor: pointer;
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%238b93a7' d='M4.2 6.2 8 10l3.8-3.8 1.2 1.2L8 12.4 3 7.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px;
  color-scheme: dark;
}
[data-theme="light"] select { color-scheme: light; }

input[type=date], input[type=number] { color-scheme: dark; }
[data-theme="light"] input[type=date],
[data-theme="light"] input[type=number] { color-scheme: light; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { appearance: none; margin: 0; -webkit-appearance: none; }
input[type=date]::-webkit-datetime-edit { padding: 0; color: var(--text); }
input[type=date]::-webkit-date-and-time-value { text-align: left; min-height: 22px; }
input[type=date]::-webkit-calendar-picker-indicator {
  opacity: .7;
  cursor: pointer;
  width: 18px;
  height: 18px;
  filter: invert(.72);
}
[data-theme="light"] input[type=date]::-webkit-calendar-picker-indicator { filter: invert(.35); }

.cap-list { display: flex; flex-direction: column; gap: 8px; margin-top: 12px; }
.cap-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  background: var(--bg);
  border: 1px solid var(--line);
}
.cap-row span:first-child { color: var(--muted); font-size: 13px; }

.file-drop input[type=file] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
  pointer-events: auto;
}

.file-drop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 132px;
  padding: 22px 16px;
  border-radius: 18px;
  border: 1.5px dashed var(--line-strong);
  background: rgba(62,232,211,.04);
  cursor: pointer;
  text-align: center;
  position: relative;
  transition: border-color .15s ease, background .15s ease, transform .15s ease;
}
.file-drop:hover, .file-drop.drag {
  border-color: rgba(62,232,211,.55);
  background: var(--content-dim);
  transform: translateY(-1px);
}
.file-drop.has-file {
  border-style: solid;
  border-color: rgba(62,232,211,.35);
  background: var(--elev-2);
}
.file-drop-icon {
  width: 42px; height: 42px; border-radius: 14px;
  display: grid; place-items: center;
  background: var(--elev-2);
  border: 1px solid var(--line);
  color: var(--content);
  font-size: 18px;
}
.file-drop-title { font-size: 14px; color: var(--text); font-weight: 560; }
.file-drop-hint { font-size: 12px; color: var(--faint); }
.file-drop-name { font-size: 13px; color: var(--content-2); word-break: break-all; max-width: 100%; }

.choice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: var(--elev-2);
  cursor: pointer;
  user-select: none;
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}
.choice input {
  appearance: none;
  -webkit-appearance: none;
  width: 16px; height: 16px;
  min-width: 16px; min-height: 16px;
  margin: 0;
  border: 1.5px solid var(--line-strong);
  background: var(--bg);
  display: grid;
  place-items: center;
  flex: 0 0 16px;
  pointer-events: auto;
  opacity: 1;
  position: static;
  padding: 0;
  box-shadow: none;
}
.choice input[type=checkbox] { border-radius: 5px; }
.choice input[type=radio] { border-radius: 99px; }
.choice input:checked {
  border-color: var(--content);
  background: var(--content);
  box-shadow: none;
}
.choice input:checked::after {
  content: "";
  width: 8px; height: 5px;
  border-left: 2px solid #04110f;
  border-bottom: 2px solid #04110f;
  transform: rotate(-45deg) translate(0, -1px);
}
.choice input[type=radio]:checked::after {
  width: 6px; height: 6px;
  border: 0;
  border-radius: 99px;
  background: #04110f;
  transform: none;
}
.choice:has(:checked) {
  color: var(--text);
  border-color: rgba(62,232,211,.4);
  background: var(--content-dim);
}

.paste-xl { min-height: 280px; font-size: 15px; }

.toast {
  position: fixed;
  left: 50%;
  bottom: calc(var(--tab-h) + 24px + env(safe-area-inset-bottom));
  transform: translateX(-50%);
  background: var(--elev-2);
  border: 1px solid var(--line-strong);
  padding: 10px 16px;
  border-radius: 999px;
  z-index: 50;
  font-size: 13px;
  box-shadow: var(--shadow);
  pointer-events: none;
  transition: opacity .2s ease;
}

.ptr {
  position: fixed;
  top: env(safe-area-inset-top, 0px);
  left: 0;
  right: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  transform: translateY(-120%);
  pointer-events: none;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.04em;
}
.ptr.armed { color: var(--content); }
.ptr.loading {
  transform: translateY(8px) !important;
  color: var(--content);
}
.ptr i {
  width: 14px;
  height: 14px;
  border: 2px solid var(--line-strong);
  border-top-color: var(--content);
  border-radius: 99px;
  flex: 0 0 14px;
}
.ptr.loading i { animation: ptr-spin .7s linear infinite; }
@keyframes ptr-spin { to { transform: rotate(360deg); } }

.list { display: flex; flex-direction: column; gap: 8px; }
.row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--elev-2);
}
.row .btn { flex-shrink: 0; }
.row-main { flex: 1; min-width: 0; color: inherit; overflow-wrap: anywhere; }
.btn.compact { padding: 6px 10px; font-size: 12px; }
.muted { color: var(--muted); line-height: 1.65; }
.faint { color: var(--faint); font-size: 12px; line-height: 1.5; }
.grow { flex: 1; min-width: 0; overflow-wrap: anywhere; }

.progress {
  height: 6px;
  background: var(--line);
  border-radius: 99px;
  overflow: hidden;
}
.progress > i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--content), var(--express));
  width: 0%;
}

/* mobile tabbar */
.tabbar {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  height: calc(var(--tab-h) + env(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
  background: rgba(8,10,16,.92);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(18px);
  z-index: 30;
  grid-template-columns: repeat(5, 1fr);
}
.tabbar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--muted);
  gap: 4px;
}
.tabbar a.active { color: var(--text); }
.tabbar .capture {
  width: 48px; height: 48px; border-radius: 18px; margin-top: -18px;
  background: linear-gradient(135deg, var(--content), var(--express));
  color: #081014;
  font-size: 22px;
  font-weight: 700;
  display: grid; place-items: center;
}

/* voice dock */
.voice-dock {
  position: sticky;
  bottom: 24px;
  margin-top: 24px;
  padding: 16px;
  border-radius: 28px;
  background: rgba(18,21,29,.92);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 20;
}
.hold {
  height: 64px;
  width: 100%;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 650;
  color: #06110f;
  background: linear-gradient(90deg, var(--content), #9ff7ea);
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}
.hold:disabled { opacity: .45; cursor: not-allowed; }
.hold.recording {
  background: linear-gradient(90deg, var(--gap), #fb7185);
  color: white;
  animation: pulse 1.2s ease-in-out infinite;
}
.hands-free .hold {
  touch-action: manipulation;
  background: var(--elev-2);
  color: var(--text);
  border: 1px solid var(--line-strong);
  font-size: 15px;
}
.hands-free .hold.recording {
  background: linear-gradient(90deg, var(--gap), #fb7185);
  color: white;
  border-color: transparent;
}
@keyframes pulse {
  50% { filter: brightness(1.15); transform: scale(1.01); }
}
.voice-mode-voice [data-text],
.voice-mode-voice [data-send-text] { display: none !important; }
.voice-mode-text [data-hold] { display: none !important; }
.voice-mode-text [data-text] {
  display: block !important;
  width: 100%;
  max-width: none;
  min-height: 132px;
  margin: 10px 0 0;
  text-align: left;
}

/* interview timeline */
.uttr { display: grid; grid-template-columns: 92px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.uttr .who { font-size: 12px; color: var(--muted); }
.uttr.me .who { color: var(--content); }
.uttr.interviewer .who { color: var(--express); }

/* call room */
.call {
  min-height: calc(100dvh - 16px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 12px 12px 8px;
  gap: 12px;
}
.call-stage {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(560px, 100%);
  min-height: 0;
}
.call-dock {
  width: min(560px, 100%);
  flex: 0 0 auto;
  padding: 14px 14px calc(12px + env(safe-area-inset-bottom));
  border-radius: 24px;
  background: var(--elev);
  border: 1px solid var(--line-strong);
  text-align: left;
  z-index: 40;
}
.call-dock [data-hint] { margin-bottom: 10px; }
.call-orb {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  margin: 0 auto;
  background:
    radial-gradient(circle at 32% 28%, #ffe7a8, #e0a12a 42%, #2a1a05 78%);
  box-shadow: 0 0 80px rgba(245,185,66,.32);
}
.call-orb.talking {
  animation: breathe 0.9s ease-in-out infinite;
  box-shadow: 0 0 120px rgba(245,185,66,.45);
}
.incoming {
  min-height: calc(100vh - 48px);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 32px 20px;
  gap: 8px;
}
.incoming .btn { margin-top: 18px; min-width: 160px; }
[hidden] { display: none !important; }
.incoming.is-off,
.call.is-off { display: none !important; }
@keyframes breathe {
  50% { transform: scale(1.04); box-shadow: 0 0 120px rgba(245,185,66,.28); }
}
.call-actions {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  justify-content: center;
  position: relative;
  z-index: 40;
}
.call-btn {
  width: 72px; height: 72px; border-radius: 50%; border: 0; cursor: pointer;
  pointer-events: auto;
  font-weight: 650;
}
.call-btn.hang { background: var(--danger); color: white; font-size: 13px; }
.call-btn.mute { background: var(--elev-2); color: var(--text); border: 1px solid var(--line); }

.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 16px;
  text-align: center;
  color: var(--muted);
  line-height: 1.7;
}
.empty .btn { margin-top: 0; }

@media (max-width: 980px) {
  .app { grid-template-columns: 1fr; }
  .sidebar { display: none; }
  .tabbar { display: grid; }
  body.immersive .tabbar { display: none !important; }
  body.immersive .main { padding: 8px 12px 28px; }
  .main { padding: 18px 16px calc(var(--tab-h) + 56px + env(safe-area-inset-bottom)); }
  .grid-2, .grid-3, .dual { grid-template-columns: 1fr; }
  h1 { font-size: 26px; }
  .topbar {
    flex-direction: column;
    align-items: stretch;
  }
  .topbar .btn {
    align-self: flex-start;
  }
  .row {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .voice-dock {
    bottom: calc(var(--tab-h) + 10px + env(safe-area-inset-bottom));
  }
  .call, .incoming {
    min-height: auto;
    padding-bottom: 8px;
  }
  .call { min-height: calc(100dvh - 8px); }
  .call-actions { flex-wrap: wrap; }
  .uttr { grid-template-columns: 72px 1fr; }
  .score b { font-size: 34px; }
}

/* login */
.login-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  position: relative;
  z-index: 1;
}
.login-card {
  width: min(440px, 100%);
  padding: 36px 32px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.04), transparent 38%), var(--elev);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.login-card h1 { font-size: 28px; margin: 12px 0 6px; }
.err { color: var(--gap); font-size: 13px; margin: 8px 0; }

.dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.bar-h {
  height: 8px; border-radius: 99px; background: var(--line); overflow: hidden;
}
.bar-h > i { display:block; height:100%; }

.seg {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2px 0 10px;
  margin-bottom: 8px;
  touch-action: pan-x pan-y;
}
.seg button {
  appearance: none;
  border: 1px solid var(--line-strong);
  background: var(--elev);
  color: var(--muted);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
}
.seg button.on {
  color: #04110f;
  background: linear-gradient(90deg, var(--content), #6ee7d8);
  border-color: transparent;
  font-weight: 650;
}
.panel { display: none; }
.panel.on { display: block; }

[data-theme="light"] .tabbar {
  background: rgba(255, 252, 247, 0.92);
}
[data-theme="light"] .voice-dock {
  background: rgba(255, 252, 247, 0.94);
}
