.tabs { position: fixed; left: 0; right: 0; bottom: 0; z-index: 10; display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--card); border-top: 1px solid var(--line); padding-bottom: env(safe-area-inset-bottom); }
.tabs button { border: 0; border-radius: 0; background: transparent; min-height: 60px; display: flex;
  flex-direction: column; align-items: center; justify-content: center; gap: 2px; font-size: 13px; font-weight: 600;
  color: var(--muted); }
.tabs button span { font-size: 20px; line-height: 1; }
.tabs button[aria-current="page"] { color: var(--ink); box-shadow: inset 0 3px 0 var(--accent); }
.add { display: flex; gap: 8px; }
.add input { flex: 1; min-width: 0; }
.mic { width: var(--tap); padding: 0; flex: 0 0 var(--tap); font-size: 20px; touch-action: none; user-select: none;
  -webkit-user-select: none; }
.mic.recording { background: var(--accent); border-color: var(--accent); color: #fff; }
ul.items { list-style: none; margin: 0; padding: 0; }
ul.items li { display: flex; align-items: center; gap: 10px; min-height: 52px; border-bottom: 1px solid var(--line); }
ul.items li:last-child { border-bottom: 0; }
.check { width: 30px; height: 30px; min-height: 30px; flex: 0 0 30px; padding: 0; border-radius: 8px;
  border: 2px solid var(--ink); background: var(--card); display: grid; place-items: center; font-size: 18px; }
.done .check { background: var(--ink); color: var(--paper); }
.done .txt { text-decoration: line-through; color: var(--muted); }
.txt { flex: 1; min-width: 0; overflow-wrap: anywhere; }
.meta { font-size: 13px; color: var(--muted); }
.del { min-height: 40px; width: 40px; padding: 0; border: 0; background: transparent; color: var(--muted); font-size: 22px; }
.new { font-size: 12px; background: var(--accent); color: #fff; border-radius: 6px; padding: 1px 6px; margin-left: 6px; }
.day h2 { font-size: 16px; margin: 0 0 6px; }
.day.today h2 { color: var(--accent); }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.code-in { text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.choice { display: block; width: 100%; text-align: left; margin-top: 8px; }
.empty { text-align: center; padding: 22px 8px; color: var(--muted); }
.voice-out { margin-top: 10px; font-size: 15px; }
