/* Balde OS — 02 Azul nocturno.
   Azul marino profundo, un solo azul de acción y tarjetas de borde fino.
   El azul marca números, foco y acciones: si lo lleva todo, deja de señalar. */
:root {
  --bg: #07101c;
  --bg-2: #0a1626;
  --surface: #0d1a2b;
  --surface-2: #12233a;
  --tile: #132740;
  --line: #1c2e46;
  --ink: #eef3fb;
  --ink-muted: #8ea2bd;
  --accent: #3887fe;
  --accent-2: #2a6fe8;
  --accent-soft: rgba(56, 135, 254, 0.16);
  --tag-ink: #93bcff;
  --ok: #3ecf8e;
  --busy: #f2c14e;
  --idle: #7d8aa0;
  --bad: #ff7d7d;
  --radius: 18px;
  --pad: 22px;
  --col: 560px;
  --tabbar-h: 66px;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  color: var(--ink);
  font: 16px/1.45 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overscroll-behavior-y: none;
}
html { background: var(--bg); }
body {
  min-height: 100dvh;
  background:
    radial-gradient(900px 520px at 90% -8%, rgba(56, 135, 254, 0.12), transparent 60%),
    linear-gradient(180deg, var(--bg-2), var(--bg) 420px);
  background-attachment: fixed;
}

button, input, textarea { font: inherit; color: inherit; }
button { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.ico { display: inline-flex; align-items: center; justify-content: center; }
.chev { width: 18px; height: 18px; color: var(--ink-muted); margin-left: auto; }

/* ---------- estructura ---------- */
main {
  max-width: var(--col);
  margin: 0 auto;
  padding: 0 var(--pad) calc(var(--tabbar-h) + var(--safe-bottom) + 28px);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--col);
  margin: 0 auto;
  padding: calc(var(--safe-top) + 14px) var(--pad) 12px;
  background: linear-gradient(180deg, rgba(8, 17, 30, 0.96), rgba(8, 17, 30, 0.82));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 10px; }
.logo { width: 28px; height: 28px; color: var(--accent); }
.wordmark { font-weight: 700; font-size: 15px; letter-spacing: 0.08em; }

.avatar {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--tile);
  color: var(--ink-muted);
  cursor: pointer;
}
.avatar svg { width: 20px; height: 20px; }
.account-menu {
  position: absolute;
  top: calc(var(--safe-top) + 62px);
  right: var(--pad);
  min-width: 200px;
  padding: 14px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}
.account-name { margin: 0 0 12px; font-weight: 600; }
.account-menu .btn { width: 100%; }

.hero { padding: 18px 0 10px; }
.greeting {
  margin: 0;
  font-size: 30px;
  font-weight: 650;
  letter-spacing: -0.015em;
  line-height: 1.15;
}
#view-delegate .greeting, #view-work .greeting, #view-approve .greeting { font-size: 36px; font-weight: 700; }
.subtitle { margin: 6px 0 0; font-size: 17px; color: var(--ink-muted); }
.muted { color: var(--ink-muted); margin: 6px 0 0; }
.small { font-size: 14px; }

.section-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.display {
  margin: 22px 0 0;
  font-size: 36px;
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.today-label { font-size: 14px; margin: 6px 0 4px; }
.icon-btn {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 0; border-radius: 50%;
  background: transparent;
  color: var(--ink-muted);
  cursor: pointer;
}
.icon-btn:hover { background: var(--surface); color: var(--ink); }
.icon-btn svg { width: 20px; height: 20px; }
.section-head .icon-btn { margin-top: 22px; }
#view-approve .section-head .icon-btn { margin-top: 0; }

.stack { display: flex; flex-direction: column; gap: 12px; }

/* ---------- inicio: lo importante hoy ---------- */
.priorities { display: flex; flex-direction: column; margin: 4px 0 18px; }
.priority {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.priority:last-child { border-bottom: 0; }
.p-num {
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.p-body { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.p-title { font-size: 18px; font-weight: 600; overflow-wrap: anywhere; }
.p-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.p-where { font-size: 13px; color: var(--ink-muted); }
.tag {
  display: inline-block;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--tag-ink);
  font-size: 13px;
  font-weight: 550;
  white-space: nowrap;
}

.tile {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
  padding: 18px;
  text-align: left;
  color: var(--ink);
  background: linear-gradient(135deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  border-radius: 20px;
  cursor: pointer;
}
.tile-icon {
  width: 54px; height: 54px;
  display: grid; place-items: center;
  flex: none;
  border-radius: 15px;
  background: var(--tile);
  color: var(--accent);
}
.tile-icon svg { width: 26px; height: 26px; }
.tile-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.tile-kicker { font-size: 14px; color: var(--ink-muted); }
.tile-title { font-size: 18px; font-weight: 600; overflow-wrap: anywhere; }
.tile-sub { font-size: 14px; color: var(--ink-muted); }

.ask-bar {
  display: flex;
  align-items: center;
  margin-top: 22px;
  min-height: 66px;
  border-radius: 20px;
  background: linear-gradient(115deg, #3d8dff, var(--accent-2));
  box-shadow: 0 14px 34px rgba(42, 111, 232, 0.32);
}
.ask-text {
  flex: 1;
  align-self: stretch;
  padding: 0 22px;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  text-align: left;
  cursor: pointer;
}
.ask-mic {
  width: 60px;
  align-self: stretch;
  display: grid; place-items: center;
  border: 0;
  background: none;
  color: #fff;
  cursor: pointer;
}
.ask-mic svg { width: 26px; height: 26px; }

/* ---------- asistente ---------- */
#view-delegate { padding-bottom: 96px; }
.voice-stage { display: flex; flex-direction: column; align-items: center; padding: 30px 0 8px; }
.orb {
  position: relative;
  width: 168px; height: 168px;
  display: grid; place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  background: radial-gradient(circle at 35% 30%, #5aa5ff, var(--accent) 45%, #1f5fd9);
  box-shadow:
    0 0 0 18px rgba(56, 135, 254, 0.1),
    0 0 0 38px rgba(56, 135, 254, 0.05),
    0 24px 70px rgba(40, 110, 255, 0.4);
}
.orb svg { width: 70px; height: 70px; stroke-width: 2; }
.orb::after {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  border: 2px solid rgba(90, 165, 255, 0.55);
  opacity: 0;
}
.voice-stage:has(#voice-btn[aria-pressed="true"]) .orb::after { animation: listen 1.6s ease-out infinite; }
.voice-stage:has(#voice-btn[aria-pressed="true"]) .orb { background: radial-gradient(circle at 35% 30%, #7bb8ff, #4b94ff 45%, #2467e0); }
@keyframes listen { from { transform: scale(0.9); opacity: 0.9; } to { transform: scale(1.35); opacity: 0; } }
.voice-status { margin: 44px 0 14px; font-size: 18px; font-weight: 500; text-align: center; max-width: 34ch; }
.btn-talk {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border: 1.5px solid var(--accent);
  border-radius: 999px;
  background: rgba(56, 135, 254, 0.06);
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}
.btn-talk svg { color: var(--accent); }
.btn-talk[aria-pressed="true"] { background: var(--accent); border-color: var(--accent); }
.btn-talk[aria-pressed="true"] svg { color: #fff; }
.btn-talk:disabled { opacity: 0.55; cursor: default; }

.list-title { margin: 30px 0 10px; font-size: 15px; font-weight: 500; color: var(--ink-muted); border-top: 1px solid var(--line); padding-top: 22px; }
.suggestions { display: flex; flex-direction: column; gap: 10px; }
.suggestion {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  text-align: left;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  cursor: pointer;
  font-size: 16px;
}
.suggestion > svg:first-child { color: var(--accent); }
.suggestion:hover { border-color: #2a4466; }
.resume { padding: 12px 16px; }
.resume-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: none; border-radius: 50%; background: var(--tile); color: var(--accent); }
.resume-body { display: flex; flex-direction: column; min-width: 0; }
.resume-title { font-size: 15px; font-weight: 550; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.resume-sub { font-size: 13px; color: var(--ink-muted); }

.hint {
  margin: 18px 0 0;
  padding: 12px 14px;
  font-size: 15px;
  color: var(--ink-muted);
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 14px 14px 14px 4px;
}
.hint strong { color: var(--ink); font-weight: 600; }

.composer {
  position: fixed;
  z-index: 8;
  left: 0; right: 0;
  bottom: calc(var(--tabbar-h) + var(--safe-bottom) + 10px);
  display: flex;
  align-items: flex-end;
  gap: 10px;
  max-width: var(--col);
  margin: 0 auto;
  padding: 0 16px;
}
/* Lo que sube por detrás se desvanece en vez de chocar con la barra. */
.composer::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -28px 0 -12px;
  background: linear-gradient(180deg, transparent, var(--bg) 45%);
  pointer-events: none;
}
.composer textarea {
  flex: 1;
  min-height: 54px;
  max-height: 140px;
  padding: 15px 52px 15px 20px;
  resize: none;
  font-size: 16px;
  line-height: 1.4;
  background: rgba(13, 26, 43, 0.96);
  border: 1px solid var(--line);
  border-radius: 27px;
  backdrop-filter: blur(10px);
}
.composer textarea::placeholder { color: var(--ink-muted); }
.composer textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }
.composer-mic {
  position: absolute;
  right: 78px;
  bottom: 7px;
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 0;
  border-radius: 50%;
  background: none;
  color: var(--ink-muted);
  cursor: pointer;
}
.view:has(#voice-btn[aria-pressed="true"]) .composer-mic { color: var(--accent); }
.send {
  width: 54px; height: 54px;
  display: grid; place-items: center;
  flex: none;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #4b97ff, var(--accent-2));
  color: #fff;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(42, 111, 232, 0.4);
}
.send[aria-busy="true"] { opacity: 0.6; }
.send:disabled { cursor: default; }

/* ---------- trabajo ---------- */
.segmented {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin: 18px 0 16px;
  padding: 4px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.seg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 4px;
  border: 0;
  border-radius: 10px;
  background: none;
  color: var(--ink-muted);
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
}
.seg.is-active { background: var(--accent); color: #fff; font-weight: 600; box-shadow: 0 6px 18px rgba(42, 111, 232, 0.35); }
.seg-n { min-width: 20px; padding: 1px 7px; border-radius: 999px; font-size: 12px; font-weight: 700; background: var(--accent-soft); color: var(--tag-ink); }
.seg.is-active .seg-n { background: rgba(255, 255, 255, 0.22); color: #fff; }

.work-card {
  padding: 18px;
  background: linear-gradient(135deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.wc-head { display: flex; gap: 14px; align-items: flex-start; }
.wc-icon { width: 50px; height: 50px; flex: none; border-radius: 14px; background: var(--tile); color: var(--accent); }
.wc-icon svg { width: 24px; height: 24px; }
.wc-main { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.wc-title { font-size: 17px; font-weight: 600; overflow-wrap: anywhere; }
.wc-when { margin-top: 14px; font-size: 14px; color: var(--ink); }
.wc-meta { margin-top: 8px; font-size: 14px; color: var(--ink-muted); }
.wc-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-top: 16px; }
.wc-status { min-width: 0; }
.wc-status-line { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 550; }
.tone-ok .wc-status-line { color: var(--ok); }
.tone-busy .wc-status-line { color: var(--busy); }
.tone-bad .wc-status-line { color: var(--bad); }
.tone-idle .wc-status-line { color: var(--ink-muted); }
.dot { width: 9px; height: 9px; flex: none; border-radius: 50%; background: currentColor; }
.wc-updated { margin-top: 4px; font-size: 13px; color: var(--ink-muted); }

.stepper { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 16px; }
.stepper::before, .stepper::after {
  content: "";
  position: absolute;
  top: 7px; left: 16.66%;
  width: 66.68%;
  height: 2px;
  background: var(--line);
}
/* Tramo recorrido: del primer paso al actual. */
.stepper::after { width: calc(66.68% * var(--p, 0)); background: var(--accent); }
.step { position: relative; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.step-dot { width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--idle); background: var(--surface); }
.step.done .step-dot { border-color: var(--accent); background: var(--accent); }
.step.now .step-dot { border-color: var(--accent); background: var(--accent); box-shadow: 0 0 0 5px var(--accent-soft); }
.step-label { font-size: 12px; color: var(--ink-muted); }
.step.done .step-label, .step.now .step-label { color: var(--tag-ink); }

.work-foot { display: flex; flex-direction: column; align-items: center; margin: 34px 0 0; color: var(--ink-muted); text-align: center; }
.work-foot svg { width: 30px; height: 30px; margin-bottom: 8px; }
.work-foot p { margin: 0; font-size: 15px; }
.work-foot .small { font-size: 12px; margin-top: 2px; }

/* ---------- estados ---------- */
.empty {
  padding: 24px 18px;
  text-align: center;
  color: var(--ink-muted);
  border: 1px dashed var(--line);
  border-radius: var(--radius);
}
.all-clear::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 40px; height: 40px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--tag-ink);
  font-weight: 700;
}
.skeleton {
  height: 72px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(90deg, var(--surface) 25%, var(--surface-2) 50%, var(--surface) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}
.priorities .skeleton { margin-top: 12px; }
@keyframes shimmer { to { background-position: -200% 0; } }

.error {
  margin: 14px 0 0;
  padding: 12px 14px;
  font-size: 14px;
  color: var(--bad);
  background: rgba(255, 125, 125, 0.08);
  border: 1px solid rgba(255, 125, 125, 0.3);
  border-radius: 12px;
}

/* ---------- botones ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: var(--surface-2);
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.06s ease;
}
.btn:active { transform: scale(0.985); }
.btn:disabled { opacity: 0.5; cursor: default; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 8px 20px rgba(42, 111, 232, 0.3); }
.btn-ghost { background: transparent; border-color: var(--line); }
.btn-quiet { background: transparent; color: var(--ink-muted); }
.btn-sm { padding: 10px 18px; font-size: 15px; white-space: nowrap; }
.link-btn { padding: 4px; border: 0; background: none; color: var(--accent); font-size: 14px; cursor: pointer; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

/* ---------- navegación ---------- */
.tabbar {
  position: fixed;
  z-index: 9;
  left: 0; right: 0; bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 6px max(10px, calc((100vw - var(--col)) / 2)) calc(6px + var(--safe-bottom));
  background: rgba(8, 17, 30, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
}
.tab {
  position: relative;
  min-height: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: 0;
  background: none;
  color: var(--ink-muted);
  font-size: 12px;
  cursor: pointer;
}
.tab svg { width: 25px; height: 25px; }
.tab.is-active { color: var(--accent); font-weight: 600; }
.tab.is-active svg { fill: var(--accent-soft); }
.tab.is-active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 34px; height: 3px;
  border-radius: 3px;
  background: var(--accent);
}
.badge {
  position: absolute;
  top: 4px;
  left: calc(50% + 6px);
  min-width: 18px;
  padding: 1px 5px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

/* ---------- login ---------- */
.login { display: grid; place-items: center; min-height: 100dvh; padding: var(--pad); }
.login-inner { width: 100%; max-width: 330px; text-align: center; }
.app-icon {
  display: block;
  margin: 0 auto 22px;
  border-radius: 24px;
  box-shadow: 0 0 0 1px rgba(90, 165, 255, 0.25), 0 18px 50px rgba(40, 110, 255, 0.35);
}
.login-inner h1 { margin: 0 0 6px; font-size: 30px; font-weight: 700; letter-spacing: -0.01em; }
.login-inner form { margin-top: 26px; text-align: left; }
#gsi-button { display: flex; justify-content: center; margin-top: 28px; }
.nota-google { margin-top: 22px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; line-height: 1.45; }
.field { display: block; }
.field-label { display: block; margin-bottom: 8px; font-size: 13px; color: var(--ink-muted); letter-spacing: 0.02em; }
.field textarea, input[type="password"] {
  width: 100%;
  padding: 14px 16px;
  resize: none;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.field textarea:focus, input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }

/* ---------- hoja de confirmación ---------- */
.sheet { position: fixed; inset: 0; z-index: 20; display: flex; align-items: flex-end; }
.sheet-backdrop { position: absolute; inset: 0; background: rgba(2, 6, 14, 0.7); backdrop-filter: blur(2px); }
.sheet-panel {
  position: relative;
  width: 100%;
  max-width: var(--col);
  max-height: 90dvh;
  overflow-y: auto;
  margin: 0 auto;
  padding: 12px var(--pad) calc(var(--pad) + var(--safe-bottom));
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  border: 1px solid var(--line);
  border-radius: 26px 26px 0 0;
  animation: rise 0.22s ease-out;
}
@keyframes rise { from { transform: translateY(14px); opacity: 0; } }
.sheet-grip { width: 40px; height: 4px; margin: 0 auto 18px; border-radius: 2px; background: var(--line); }
.sheet-panel h2 { margin: 0 0 16px; font-size: 22px; font-weight: 700; }
.preview { margin: 0 0 20px; padding: 4px 16px; background: rgba(7, 16, 28, 0.5); border: 1px solid var(--line); border-radius: 16px; }
.preview > div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.preview > div:last-child { border-bottom: 0; }
.preview dt { color: var(--ink-muted); font-size: 14px; }
.preview dd { margin: 0; text-align: right; font-weight: 600; }
.sheet-actions { display: flex; flex-direction: column; gap: 8px; }
#fix-form { margin-top: 16px; }

/* ---------- avisos ---------- */
.toast {
  position: fixed;
  z-index: 30;
  top: calc(var(--safe-top) + 70px);
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100vw - 32px);
  padding: 12px 18px;
  font-weight: 550;
  background: var(--surface-2);
  border: 1px solid rgba(62, 207, 142, 0.45);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4);
}
.update-bar {
  position: fixed;
  z-index: 30;
  left: 12px; right: 12px;
  bottom: calc(var(--tabbar-h) + var(--safe-bottom) + 14px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: var(--col);
  margin: 0 auto;
  padding: 12px 16px;
  font-size: 14px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 14px;
}

@media (max-width: 380px) {
  :root { --pad: 18px; }
  .greeting { font-size: 27px; }
  .display { font-size: 31px; }
  .priority { grid-template-columns: 60px 1fr auto; }
  .p-num { font-size: 40px; }
  .orb { width: 148px; height: 148px; }
}
@media (prefers-reduced-motion: reduce) {
  .skeleton, .sheet-panel { animation: none; }
  .voice-stage:has(#voice-btn[aria-pressed="true"]) .orb::after { animation: none; opacity: 1; }
}
