:root {
  color-scheme: dark;
  --bg: #070a12;
  --surface: #101522;
  --surface-2: #161d2d;
  --surface-3: #20293b;
  --text: #f5f7fb;
  --muted: #9aa7bb;
  --line: rgba(255, 255, 255, 0.1);
  --accent: #6c63ff;
  --accent-2: #3cc8c5;
  --danger: #f04e5e;
  --success: #52d68a;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--bg); color: var(--text); }
body { min-height: 100vh; font-size: 1rem; line-height: 1.5; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 0.5rem; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.02; letter-spacing: -0.055em; }
h2 { margin-bottom: 0.5rem; font-size: 1.55rem; line-height: 1.15; letter-spacing: -0.03em; }
.muted { color: var(--muted); }
.eyebrow { margin-bottom: 0.65rem; color: #9b96ff; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.brand-mark { display: inline-grid; grid-template-columns: repeat(2, 1fr); align-items: end; gap: 6px; width: 54px; height: 46px; padding: 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: linear-gradient(145deg, rgba(108,99,255,.32), rgba(60,200,197,.13)); box-shadow: 0 12px 32px rgba(108,99,255,.2); }
.brand-mark span { display: block; border-radius: 99px; background: linear-gradient(180deg, #8e87ff, #5d54ef); }
.brand-mark span:first-child { height: 55%; }
.brand-mark span:last-child { height: 100%; background: linear-gradient(180deg, #54e3df, #2ea4aa); }
.brand-mark.small { width: 34px; height: 31px; padding: 6px; border-radius: 10px; gap: 4px; }
.wordmark { display: inline-flex; align-items: center; gap: 0.75rem; font-size: 1.06rem; font-weight: 800; letter-spacing: -0.025em; }
.wordmark.compact { font-size: .98rem; }

.auth-page { background: radial-gradient(circle at 18% 15%, rgba(108,99,255,.2), transparent 34%), radial-gradient(circle at 85% 80%, rgba(60,200,197,.12), transparent 30%), var(--bg); }
.auth-shell { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); min-height: 100vh; }
.brand-panel { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 8vw, 8rem); overflow: hidden; }
.brand-panel h1 { max-width: 720px; font-size: clamp(3.5rem, 8vw, 7.5rem); }
.brand-panel > p:not(.eyebrow) { max-width: 600px; color: #b7c0d0; font-size: clamp(1.05rem, 2vw, 1.35rem); }
.brand-panel .brand-mark { margin-bottom: 3rem; }
.signal-lines { position: absolute; right: -5%; bottom: -15%; display: flex; align-items: flex-end; gap: 22px; height: 55%; opacity: .18; transform: rotate(-8deg); }
.signal-lines i { display: block; width: 72px; height: 35%; border-radius: 99px; background: var(--accent); }
.signal-lines i:nth-child(2) { height: 58%; }.signal-lines i:nth-child(3) { height: 82%; background: var(--accent-2); }.signal-lines i:nth-child(4) { height: 100%; background: var(--accent-2); }
.auth-card { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5rem); background: rgba(13,17,28,.86); border-left: 1px solid var(--line); backdrop-filter: blur(24px); }
.auth-card header { margin-bottom: 2rem; }
.auth-card header p:last-child { color: var(--muted); }

.stack-form { display: grid; gap: 1rem; }
label { display: grid; gap: .45rem; color: #cad1dd; font-size: .9rem; font-weight: 700; }
input, select { width: 100%; min-height: 48px; padding: .75rem .9rem; border: 1px solid var(--line); border-radius: 12px; background: #0b101b; color: var(--text); outline: none; }
input:focus, select:focus { border-color: #8982ff; box-shadow: 0 0 0 3px rgba(108,99,255,.18); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: .67rem 1rem; border: 1px solid transparent; border-radius: 11px; color: var(--text); background: var(--surface-3); font-weight: 750; cursor: pointer; transition: transform .16s ease, background .16s ease, border-color .16s ease; }
.button:hover { transform: translateY(-1px); }
.button:disabled { opacity: .5; cursor: wait; transform: none; }
.button.primary { background: linear-gradient(135deg, #746bff, #5148df); box-shadow: 0 12px 28px rgba(84,74,224,.24); }
.button.ghost { border-color: var(--line); background: transparent; }
.button.subtle { background: rgba(255,255,255,.06); }
.button.control[aria-pressed="true"] { border-color: rgba(240,78,94,.6); background: rgba(240,78,94,.15); }
.button.wide { width: 100%; min-height: 50px; }
.form-message { margin: 0; padding: .7rem .8rem; border-radius: 10px; color: var(--success); background: rgba(82,214,138,.1); font-size: .9rem; }
.form-message.error { color: #ff9ba5; background: rgba(240,78,94,.1); }

.topbar { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: .9rem clamp(1.1rem, 4vw, 3.5rem); border-bottom: 1px solid var(--line); background: rgba(7,10,18,.82); backdrop-filter: blur(18px); }
.topbar.transparent { position: absolute; width: 100%; background: transparent; border: 0; }
.top-actions { display: flex; align-items: center; gap: .6rem; }
.user-pill { padding: .55rem .8rem; border-radius: 10px; background: rgba(255,255,255,.05); color: #cbd2df; font-size: .9rem; }
.dashboard-shell { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: 4.5rem 0; }
.dashboard-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 2.5rem; }
.dashboard-heading h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
.meeting-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr)); gap: 1rem; }
.meeting-card, .empty-card { position: relative; min-height: 220px; padding: 1.35rem; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(155deg, rgba(22,29,45,.94), rgba(13,18,29,.95)); box-shadow: 0 18px 44px rgba(0,0,0,.16); overflow: hidden; }
.meeting-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -60px; top: -60px; border-radius: 50%; background: radial-gradient(circle, rgba(108,99,255,.24), transparent 66%); }
.meeting-card h2 { margin: .9rem 0 .5rem; }
.meeting-card .meta { color: var(--muted); font-size: .88rem; }
.meeting-card .card-actions { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.4rem; }
.meeting-card .card-actions .button { flex: 1; min-width: 105px; }
.status-label { display: inline-flex; align-items: center; gap: .4rem; padding: .35rem .6rem; border-radius: 999px; color: var(--success); background: rgba(82,214,138,.1); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.status-label.closed { color: var(--muted); background: rgba(255,255,255,.05); }
.empty-card { display: grid; place-items: center; grid-column: 1/-1; min-height: 300px; text-align: center; color: var(--muted); }

.dialog-card { width: min(520px, calc(100% - 2rem)); padding: 1.5rem; border: 1px solid var(--line); border-radius: 20px; color: var(--text); background: #111725; box-shadow: var(--shadow); }
.dialog-card::backdrop { background: rgba(2,4,9,.75); backdrop-filter: blur(7px); }
.dialog-heading { display: flex; justify-content: space-between; gap: 1rem; }
.icon-button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 11px; color: var(--text); background: transparent; font-size: 1.5rem; cursor: pointer; }
.toast { position: fixed; z-index: 100; right: 1.2rem; bottom: 1.2rem; max-width: min(420px, calc(100% - 2.4rem)); padding: .9rem 1rem; border: 1px solid rgba(82,214,138,.35); border-radius: 12px; background: #12251e; box-shadow: var(--shadow); }
.table-card { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 1rem; border-bottom: 1px solid var(--line); text-align: left; }
th { color: var(--muted); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
td:last-child { text-align: right; }
.row-actions { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: .35rem; }
.row-actions .button { min-height: 36px; padding: .45rem .65rem; font-size: .82rem; }

.lobby-page { background: radial-gradient(circle at 15% 50%, rgba(108,99,255,.16), transparent 30%), var(--bg); }
.lobby-shell { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; min-height: 100vh; padding: 7rem clamp(1rem, 5vw, 5rem) 3rem; }
.preview-stage { position: relative; aspect-ratio: 16/9; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: linear-gradient(145deg, #161d2a, #0c101a); overflow: hidden; box-shadow: var(--shadow); }
.preview-stage video { width: 100%; height: 100%; object-fit: cover; transform: scaleX(-1); }
.preview-empty { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; color: var(--muted); text-align: center; }
.avatar-placeholder { display: grid; place-items: center; width: 92px; height: 92px; margin-bottom: 1rem; border-radius: 50%; background: linear-gradient(135deg, #6259ef, #348e9a); color: white; font-size: 1.4rem; font-weight: 900; }
.preview-badge { position: absolute; left: 1rem; bottom: 1rem; display: flex; align-items: center; gap: .55rem; padding: .5rem .75rem; border-radius: 10px; background: rgba(5,8,13,.72); backdrop-filter: blur(10px); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(82,214,138,.14); }
.status-dot.off { background: var(--danger); box-shadow: 0 0 0 4px rgba(240,78,94,.14); }
.device-panel { max-width: 520px; }
.device-panel h1 { font-size: clamp(2.3rem, 5vw, 4.6rem); }
.device-grid { display: grid; gap: .9rem; margin-top: 2rem; }
.two-columns, .prejoin-controls { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.notice { padding: 1rem; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }

.meeting-page { height: 100vh; overflow: hidden; background: #05070c; }
.meeting-topbar { position: fixed; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; min-height: 68px; padding: .8rem 1rem; background: linear-gradient(180deg, rgba(5,7,12,.95), transparent); }
.meeting-topbar > div { display: flex; align-items: center; gap: 1rem; }
.meeting-name { max-width: 40vw; overflow: hidden; color: var(--muted); font-size: .9rem; text-overflow: ellipsis; white-space: nowrap; }
.meeting-status { display: flex; gap: .65rem; }
.recording-pill, .participant-count { display: inline-flex; align-items: center; gap: .45rem; padding: .42rem .66rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(8,11,18,.72); font-size: .8rem; font-weight: 750; backdrop-filter: blur(12px); }
.recording-pill { border-color: rgba(240,78,94,.42); color: #ffabb3; }
.recording-pill span { width: 8px; height: 8px; border-radius: 50%; background: var(--danger); animation: pulse 1.3s infinite; }
@keyframes pulse { 50% { opacity: .35; } }
.video-grid { --grid-columns: 1; --grid-rows: 1; display: grid; grid-template-columns: repeat(var(--grid-columns), minmax(0, 1fr)); grid-template-rows: repeat(var(--grid-rows), minmax(0, 1fr)); gap: 8px; width: 100vw; height: 100vh; padding: 72px 10px 96px; }
.video-tile { position: relative; min-width: 0; min-height: 0; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; background: linear-gradient(145deg, #171d28, #0d111a); overflow: hidden; }
.video-tile video { width: 100%; height: 100%; object-fit: cover; }
.video-tile.local video { transform: scaleX(-1); }
.video-tile.screen video { object-fit: contain; transform: none; }
.video-tile .tile-placeholder { position: absolute; inset: 0; display: grid; place-items: center; }
.video-tile .tile-placeholder span { display: grid; place-items: center; width: clamp(64px, 10vw, 118px); aspect-ratio: 1; border-radius: 50%; background: linear-gradient(135deg, #5f56e5, #267f8b); font-size: clamp(1.2rem, 3vw, 2.1rem); font-weight: 900; }
.video-tile .tile-label { position: absolute; left: .65rem; bottom: .65rem; max-width: calc(100% - 1.3rem); padding: .4rem .6rem; border-radius: 8px; background: rgba(4,6,10,.7); overflow: hidden; font-size: .8rem; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; backdrop-filter: blur(8px); }
.meeting-controls { position: fixed; z-index: 30; left: 50%; bottom: 16px; display: flex; gap: .55rem; transform: translateX(-50%); padding: .55rem; border: 1px solid var(--line); border-radius: 18px; background: rgba(13,17,26,.85); box-shadow: 0 12px 34px rgba(0,0,0,.36); backdrop-filter: blur(18px); }
.round-control { display: grid; place-items: center; min-width: 65px; height: 54px; padding: 0 .7rem; border: 1px solid var(--line); border-radius: 13px; color: var(--text); background: rgba(255,255,255,.07); cursor: pointer; }
.round-control span { font-size: .76rem; font-weight: 800; }
.round-control:hover { background: rgba(255,255,255,.12); }
.round-control:disabled { opacity: .45; cursor: wait; }
.round-control[aria-pressed="true"] { border-color: rgba(240,78,94,.45); background: rgba(240,78,94,.2); }
.round-control.danger { background: var(--danger); border-color: transparent; }
.record-control:not([aria-pressed="true"]) { border-color: rgba(240,78,94,.35); }
.connection-notice { position: fixed; z-index: 50; top: 82px; left: 50%; padding: .65rem .85rem; border-radius: 10px; background: #332911; color: #ffd879; transform: translateX(-50%); }
.recording-result p { color: var(--muted); }

@media (max-width: 900px) {
  .auth-shell, .lobby-shell { grid-template-columns: 1fr; }
  .brand-panel { display: none; }
  .auth-card { min-height: 100vh; border: 0; }
  .lobby-shell { padding-top: 6rem; }
  .device-panel { max-width: none; }
  .top-actions .user-pill { display: none; }
}

@media (max-width: 680px) {
  .topbar { align-items: flex-start; }
  .top-actions { justify-content: flex-end; flex-wrap: wrap; }
  .top-actions .button { min-height: 36px; padding: .45rem .6rem; font-size: .8rem; }
  .dashboard-heading { align-items: stretch; flex-direction: column; }
  .dashboard-heading .button { width: 100%; }
  .two-columns, .prejoin-controls { grid-template-columns: 1fr; }
  .meeting-topbar .wordmark { display: none; }
  .meeting-name { max-width: 55vw; }
  .participant-count { display: none; }
  .video-grid { padding-bottom: 88px; }
  .meeting-controls { width: calc(100% - 1rem); bottom: 8px; justify-content: center; gap: .3rem; overflow-x: auto; }
  .round-control { flex: 1 0 54px; min-width: 54px; height: 50px; padding: 0 .3rem; }
  .round-control span { font-size: .66rem; }
  th, td { padding: .75rem; }
}

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

/* Syncrest light minimal theme */
:root {
  --bg: #f5f7fb;
  --surface: #ffffff;
  --surface-2: #f8fafc;
  --surface-3: #eef2f7;
  --text: #172033;
  --muted: #64748b;
  --line: #d8e0ea;
  --accent: #2563eb;
  --accent-2: #0891b2;
  --danger: #dc2626;
  --success: #059669;
  --shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
}

html,
body {
  background: var(--bg);
  color: var(--text);
}

body {
  background-image:
    radial-gradient(circle at 5% 0%, rgba(37, 99, 235, 0.08), transparent 32rem),
    radial-gradient(circle at 95% 5%, rgba(8, 145, 178, 0.06), transparent 30rem);
}

.topbar,
.meeting-topbar {
  background: rgba(255, 255, 255, 0.94);
  border-color: var(--line);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(16px);
}

.brand,
.brand-copy strong,
.page-heading h1,
.section-heading h2,
.meeting-card h2,
.meeting-card h3,
.dialog-card h2,
.recording-card h3,
.auth-card h1 {
  color: var(--text);
}

.brand-copy span,
.page-heading p,
.meeting-card p,
.recording-card p,
.dialog-card p,
.auth-card p,
.helper-text,
.empty-card {
  color: var(--muted);
}

.auth-card,
.auth-visual,
.meeting-card,
.empty-card,
.dialog-card,
.recording-card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.auth-visual {
  background-image: linear-gradient(145deg, #eff6ff, #ffffff 50%, #ecfeff);
}

input,
select,
textarea {
  background: #ffffff;
  color: var(--text);
  border-color: #cbd5e1;
}

input::placeholder,
textarea::placeholder {
  color: #94a3b8;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.13);
}

label {
  color: #334155;
}

.button,
.icon-button,
.round-control {
  border: 1px solid #cbd5e1;
  font-weight: 700;
  box-shadow: 0 3px 9px rgba(15, 23, 42, 0.08);
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease, background 150ms ease;
}

.button:hover,
.icon-button:hover,
.round-control:hover {
  transform: translateY(-1px);
  border-color: #94a3b8;
  box-shadow: 0 7px 18px rgba(15, 23, 42, 0.12);
}

.button:focus-visible,
.icon-button:focus-visible,
.round-control:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.25);
  outline-offset: 2px;
}

.button.primary {
  color: #ffffff;
  background: var(--accent);
  border-color: #1d4ed8;
}

.button.primary:hover {
  background: #1d4ed8;
  border-color: #1e40af;
}

.button.ghost,
.button.subtle,
.icon-button {
  color: #334155;
  background: #ffffff;
}

.button.danger,
.round-control.danger {
  color: #ffffff;
  background: var(--danger);
  border-color: #b91c1c;
}

.meeting-card:hover,
.recording-card:hover {
  border-color: #b9c7d8;
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.13);
}

.meeting-page {
  background: #eef2f7;
  background-image: radial-gradient(circle at 50% -15%, rgba(37, 99, 235, 0.12), transparent 42rem);
}

.meeting-controls {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.14);
}

.round-control {
  color: #334155;
  background: #ffffff;
}

.round-control.is-off,
.round-control[aria-pressed="true"] {
  color: #b91c1c;
  background: #fff1f2;
  border-color: #fecdd3;
}

.video-tile {
  background: #e5eaf1;
  border-color: #cbd5e1;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.12);
}

.participant-count,
.meeting-timer,
.recording-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  color: #334155;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(15, 23, 42, 0.07);
  font-variant-numeric: tabular-nums;
}

.meeting-timer {
  color: #1e3a5f;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.recording-pill {
  gap: 7px;
  color: #b91c1c;
  background: #fff1f2;
  border-color: #fecdd3;
  font-weight: 700;
}

.recording-pill span {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
}

.recording-pill .recording-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dc2626;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.12);
}

.recording-pill strong {
  min-width: 42px;
  font-variant-numeric: tabular-nums;
}

.recording-result[open] {
  position: fixed;
  inset: auto 18px 92px auto;
  width: min(430px, calc(100vw - 36px));
  margin: 0;
  padding: 18px;
  color: var(--text);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.2);
  z-index: 45;
}

.recording-result::backdrop {
  display: none;
}

.conversion-progress {
  display: grid;
  gap: 8px;
  margin: 14px 0 16px;
}

.conversion-progress-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #475569;
  font-size: 0.88rem;
}

progress {
  width: 100%;
  height: 9px;
  overflow: hidden;
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: #e2e8f0;
}

progress::-webkit-progress-bar {
  background: #e2e8f0;
  border-radius: 999px;
}

progress::-webkit-progress-value {
  background: linear-gradient(90deg, #2563eb, #0891b2);
  border-radius: 999px;
}

progress::-moz-progress-bar {
  background: linear-gradient(90deg, #2563eb, #0891b2);
  border-radius: 999px;
}

.recordings-section {
  margin-top: 54px;
  padding-top: 6px;
  scroll-margin-top: 90px;
}

.recording-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.recording-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 20px;
  border-radius: 18px;
}

.recording-card-info {
  display: grid;
  gap: 7px;
}

.recording-card h3,
.recording-card p {
  margin: 0;
}

.recording-status {
  justify-self: start;
  padding: 5px 9px;
  border-radius: 999px;
  color: #475569;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  font-size: 0.78rem;
  font-weight: 800;
}

.status-completed,
.status-webm_ready {
  color: #047857;
  background: #ecfdf5;
  border-color: #a7f3d0;
}

.status-processing,
.status-recording {
  color: #1d4ed8;
  background: #eff6ff;
  border-color: #bfdbfe;
}

.status-error {
  color: #b91c1c;
  background: #fff1f2;
  border-color: #fecdd3;
}

.recording-card-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: min(320px, 40vw);
}

.library-progress {
  display: grid;
  flex: 1;
  gap: 7px;
  color: #475569;
  font-size: 0.83rem;
  font-weight: 700;
}

@media (max-width: 720px) {
  .meeting-status {
    gap: 6px;
  }

  .meeting-timer,
  .participant-count,
  .recording-pill {
    min-height: 32px;
    padding: 0 9px;
    font-size: 0.76rem;
  }

  .recording-card {
    align-items: stretch;
    flex-direction: column;
  }

  .recording-card-actions {
    align-items: stretch;
    flex-direction: column;
    min-width: 0;
  }

  .recording-result[open] {
    inset: auto 12px 84px 12px;
    width: auto;
  }
}

.recording-pill[hidden] { display: none !important; }

[hidden] { display: none !important; }
