:root {
  --ink: #1b2c28;
  --muted: #687973;
  --line: #dce5e1;
  --soft: #f5f6f4;
  --paper: #ffffff;
  --green: #166957;
  --green-dark: #172f2a;
  --green-soft: #e7f3ef;
  --gold: #d39a35;
  --gold-soft: #fff4dc;
  --blue: #3f6f9c;
  --blue-soft: #eaf2f9;
  --rose: #a7535e;
  --rose-soft: #faecee;
  --shadow: 0 12px 32px rgba(22, 45, 40, 0.08);
}

* { box-sizing: border-box; }

html { background: var(--soft); }

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
  letter-spacing: 0;
}

button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.mobile-nav { display: none; }

.app-shell { min-height: 100vh; display: grid; grid-template-columns: 248px minmax(0, 1fr); }

.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 24px 16px 18px;
  color: #fff;
  background: #18342e;
  z-index: 20;
}

.brand { display: flex; align-items: center; gap: 12px; padding: 0 8px 28px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 7px; background: #f1bd57; color: #173b34; font-size: 20px; font-weight: 800; box-shadow: inset 0 0 0 1px rgba(255,255,255,.32); }
.brand strong, .brand span { display: block; }
.brand strong { font-size: 16px; }
.brand div > span { margin-top: 4px; color: #aac7be; font-size: 12px; }

.side-nav { display: grid; gap: 6px; }
.nav-item { display: flex; align-items: center; gap: 12px; width: 100%; padding: 12px 14px; border: 0; border-radius: 6px; color: #c7d8d2; background: transparent; text-align: left; }
.nav-item span { width: 20px; color: #91b3a9; font-size: 18px; text-align: center; }
.nav-item:hover { background: rgba(255,255,255,.07); color: #fff; }
.nav-item.active { color: #fff; background: #1d7563; font-weight: 700; }
.nav-item.active span { color: #f4c76f; }

.sidebar-footer { margin-top: auto; padding: 18px 8px 0; border-top: 1px solid rgba(255,255,255,.12); }
.storage-state { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; color: #b8cec7; font-size: 12px; }
.storage-state b { font-weight: 400; }
.storage-state span { width: 7px; height: 7px; border-radius: 50%; background: #76d2a9; }

.main { min-width: 0; }
.topbar { position: sticky; top: 0; z-index: 15; display: flex; align-items: center; gap: 20px; min-height: 86px; padding: 14px 34px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.95); backdrop-filter: blur(12px); }
.topbar-title { min-width: 0; margin-right: auto; }
.topbar-title p, .eyebrow { margin: 0 0 3px; color: var(--green); font-size: 12px; font-weight: 800; }
.topbar-title h1 { overflow: hidden; margin: 0; font-size: 21px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.topbar-actions { display: flex; align-items: end; gap: 10px; }
.network-chip { display: flex; align-items: center; align-self: center; gap: 6px; padding: 6px 9px; border-radius: 5px; color: var(--green); background: var(--green-soft); font-size: 11px; }
.network-chip i { width: 7px; height: 7px; border-radius: 50%; background: #29a276; }
.network-chip b { font-weight: 700; }
.network-chip.offline { color: #8b5c18; background: var(--gold-soft); }
.network-chip.offline i { background: var(--gold); }
.top-data-button { display: none; }
.compact-field { display: grid; gap: 3px; color: var(--muted); font-size: 11px; }
.compact-field select { min-width: 116px; height: 38px; padding: 0 30px 0 10px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: var(--paper); }
.menu-button { display: none !important; }

.view-root { max-width: 1480px; margin: 0 auto; padding: 28px 34px 48px; }
.section { margin-top: 28px; }
.section:first-child { margin-top: 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.section-head h2, .panel h2 { margin: 0; font-size: 18px; }
.section-head p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }

.hero-band { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr); gap: 22px; padding: 26px 28px; color: #fff; background: var(--green-dark); border-radius: 8px; box-shadow: var(--shadow); }
.hero-band::after { content: ""; position: absolute; right: -44px; bottom: -76px; width: 190px; height: 190px; border: 34px solid rgba(241,189,87,.1); border-radius: 50%; pointer-events: none; }
.hero-band .date-line { margin: 0 0 10px; color: #b9d6cd; font-size: 13px; }
.hero-band h2 { margin: 0; max-width: 720px; font-size: 26px; line-height: 1.35; }
.hero-band .hero-copy { margin: 10px 0 0; max-width: 720px; color: #c9ddd7; font-size: 14px; line-height: 1.7; }
.hero-side { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.15); }
.hero-progress { display: flex; align-items: baseline; gap: 6px; }
.hero-progress strong { font-size: 38px; }
.hero-progress span { color: #b9d6cd; font-size: 13px; }
.progress-track { overflow: hidden; height: 7px; margin: 12px 0 18px; border-radius: 4px; background: rgba(255,255,255,.14); }
.progress-track span { display: block; height: 100%; background: #f0bd5d; transition: width .25s ease; }
.date-controls { display: flex; gap: 8px; }
.date-controls input { width: 100%; min-width: 0; height: 38px; padding: 0 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 6px; color: #fff; background: rgba(255,255,255,.08); color-scheme: dark; }

.stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.stat { padding: 18px 20px; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); }
.stat span { display: block; color: var(--muted); font-size: 12px; }
.stat strong { display: block; margin-top: 7px; font-size: 25px; }
.stat small { display: block; margin-top: 5px; color: var(--muted); }

.task-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.task-card { position: relative; min-width: 0; padding: 20px; border: 1px solid var(--line); border-left: 4px solid var(--domain-color); border-radius: 7px; background: var(--paper); transition: box-shadow .2s, opacity .2s; }
.task-card:hover { box-shadow: var(--shadow); }
.task-card.completed { background: #f8faf9; opacity: .78; }
.task-card.completed h3 { color: var(--muted); text-decoration: line-through; }
.task-top { display: flex; align-items: flex-start; gap: 12px; }
.task-check { flex: 0 0 auto; appearance: none; display: grid; place-items: center; width: 23px; height: 23px; margin: 1px 0 0; border: 2px solid var(--domain-color); border-radius: 5px; background: #fff; }
.task-check:checked { background: var(--domain-color); }
.task-check:checked::after { content: "✓"; color: #fff; font-size: 15px; font-weight: 900; }
.task-card h3 { margin: 0; font-size: 16px; line-height: 1.55; }
.task-domain { display: inline-block; margin-bottom: 8px; color: var(--domain-color); font-size: 12px; font-weight: 800; }
.task-order { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-left: 6px; border-radius: 4px; color: var(--muted); background: var(--soft); font-size: 10px; }
.task-details { margin: 14px 0 0 35px; }
.task-details p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.task-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 16px 0 0 35px; padding-top: 13px; border-top: 1px solid var(--line); }
.task-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.mini-tag { padding: 4px 7px; border-radius: 4px; color: var(--muted); background: var(--soft); font-size: 11px; }
.record-button { border: 0; color: var(--green); background: transparent; font-size: 12px; font-weight: 800; white-space: nowrap; }
.record-button.has-record::before { content: "●"; margin-right: 5px; color: var(--gold); font-size: 8px; }

.notice { padding: 28px; border: 1px dashed #b8c8c2; border-radius: 7px; background: rgba(255,255,255,.65); text-align: center; }
.notice h3 { margin: 0 0 8px; font-size: 18px; }
.notice p { margin: 0 0 16px; color: var(--muted); font-size: 13px; }
.toggle-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); }
.toggle-row strong, .toggle-row small { display: block; }
.toggle-row small { margin-top: 3px; color: var(--muted); }
.switch { position: relative; width: 44px; height: 24px; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch span { position: absolute; inset: 0; border-radius: 12px; background: #aebbb7; transition: .2s; }
.switch span::after { content: ""; position: absolute; left: 3px; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: .2s; }
.switch input:checked + span { background: var(--green); }
.switch input:checked + span::after { transform: translateX(20px); }

.primary-button, .quiet-button { min-height: 38px; padding: 0 14px; border-radius: 6px; font-weight: 700; }
.primary-button { border: 1px solid var(--green); color: #fff; background: var(--green); }
.primary-button:hover { background: #105848; }
.quiet-button { border: 1px solid var(--line); color: var(--ink); background: var(--paper); }
.quiet-button:hover { background: var(--soft); }
.sidebar .quiet-button { border-color: rgba(255,255,255,.18); color: #fff; background: rgba(255,255,255,.06); }
.full { width: 100%; }
.icon-button { display: grid; place-items: center; width: 38px; height: 38px; padding: 0; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: var(--paper); font-size: 20px; }

.calendar-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.calendar-toolbar h2 { margin: 0; min-width: 150px; text-align: center; font-size: 19px; }
.calendar-toolbar .month-nav { display: flex; align-items: center; gap: 9px; }
.legend { display: flex; flex-wrap: wrap; gap: 13px; color: var(--muted); font-size: 12px; }
.legend span { display: flex; align-items: center; gap: 6px; }
.legend i { width: 8px; height: 8px; border-radius: 50%; background: var(--line); }
.legend .done { background: var(--green); }
.legend .partial { background: var(--gold); }
.calendar-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); }
.calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.weekday { padding: 11px; border-bottom: 1px solid var(--line); color: var(--muted); background: #f8faf9; font-size: 12px; font-weight: 700; text-align: center; }
.day-cell { position: relative; min-height: 116px; padding: 10px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; text-align: left; }
.day-cell:nth-child(7n) { border-right: 0; }
.day-cell.outside { color: #aeb9b6; background: #fafbfa; }
.day-cell.weekend, .day-cell.off-day { background: #f7f8f7; }
.day-cell.today { box-shadow: inset 0 0 0 2px var(--green); }
.day-cell .number { display: inline-grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; font-size: 12px; font-weight: 800; }
.day-cell.today .number { color: #fff; background: var(--green); }
.day-status { margin-top: 10px; }
.day-status strong, .day-status span { display: block; }
.day-status strong { font-size: 12px; }
.day-status span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.micro-progress { overflow: hidden; height: 4px; margin-top: 10px; border-radius: 2px; background: var(--line); }
.micro-progress span { display: block; height: 100%; background: var(--green); }

.plan-tabs, .term-tabs { display: flex; gap: 5px; padding: 4px; border-radius: 7px; background: #e9efec; }
.plan-tabs { max-width: 100%; overflow-x: auto; }
.plan-tabs button, .term-tabs button { min-width: 54px; padding: 8px 12px; border: 0; border-radius: 5px; color: var(--muted); background: transparent; font-size: 12px; }
.plan-tabs button.active, .term-tabs button.active { color: var(--green-dark); background: #fff; box-shadow: 0 2px 8px rgba(22,61,54,.08); font-weight: 800; }
.month-summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 7px; background: var(--paper); }
.month-summary h2 { margin: 0; font-size: 19px; }
.month-summary p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.ring { --value: 0; display: grid; place-items: center; width: 72px; height: 72px; flex: 0 0 auto; border-radius: 50%; background: conic-gradient(var(--green) calc(var(--value) * 1%), var(--line) 0); }
.ring::before { content: attr(data-label); display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: #fff; font-size: 13px; font-weight: 800; }
.plan-domain-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 14px; }
.plan-card { border: 1px solid var(--line); border-top: 4px solid var(--domain-color); border-radius: 7px; background: var(--paper); }
.plan-card-head { padding: 18px 20px 14px; border-bottom: 1px solid var(--line); }
.plan-card-head span { color: var(--domain-color); font-size: 12px; font-weight: 800; }
.plan-card-head h3 { margin: 6px 0 0; font-size: 16px; line-height: 1.5; }
.plan-items { margin: 0; padding: 16px 20px 16px 40px; }
.plan-items li { margin: 0 0 10px; padding-left: 4px; color: #40514c; font-size: 13px; line-height: 1.65; }
.plan-items li:last-child { margin-bottom: 0; }
.path-line { padding: 12px 20px; color: var(--muted); background: #f8faf9; font-size: 12px; }

.report-actions { display: flex; align-items: center; gap: 8px; }
.report-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr); gap: 16px; }
.panel { border: 1px solid var(--line); border-radius: 7px; background: var(--paper); }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.panel-body { padding: 18px 20px; }
.overall-score { display: flex; align-items: center; gap: 22px; }
.big-ring { width: 116px; height: 116px; }
.big-ring::before { width: 88px; height: 88px; font-size: 21px; }
.score-copy h3 { margin: 0; font-size: 19px; }
.score-copy p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.bar-list { display: grid; gap: 15px; }
.bar-row { display: grid; grid-template-columns: 92px minmax(80px,1fr) 45px; align-items: center; gap: 10px; font-size: 12px; }
.bar-row strong { font-size: 12px; }
.bar-row .track { overflow: hidden; height: 7px; border-radius: 4px; background: var(--line); }
.bar-row .track span { display: block; height: 100%; background: var(--bar-color, var(--green)); }
.bar-row em { color: var(--muted); font-style: normal; text-align: right; }

.report-table-wrap { overflow-x: auto; }
.report-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.report-table th, .report-table td { padding: 13px 12px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
.report-table th { color: var(--muted); background: #f8faf9; font-weight: 700; }
.report-table tr:last-child td { border-bottom: 0; }
.status-badge { display: inline-block; padding: 4px 8px; border-radius: 4px; color: #82621b; background: var(--gold-soft); font-size: 11px; }
.status-badge.pass { color: var(--green); background: var(--green-soft); }

.acceptance-list { display: grid; gap: 1px; }
.acceptance-item { display: grid; grid-template-columns: 24px minmax(0,1fr); gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.acceptance-item:last-child { border: 0; }
.acceptance-item input { width: 18px; height: 18px; accent-color: var(--green); }
.acceptance-item strong { display: block; font-size: 13px; }
.acceptance-item span { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.sign-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field-label { display: block; margin: 16px 0 6px; color: var(--muted); font-size: 12px; font-weight: 700; }
input[type="text"], textarea { width: 100%; padding: 10px 11px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: #fff; outline: none; }
input[type="text"]:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px var(--green-soft); }
textarea { resize: vertical; }

.modal { width: min(600px, calc(100vw - 32px)); padding: 0; border: 0; border-radius: 8px; color: var(--ink); box-shadow: 0 30px 80px rgba(10,35,29,.3); }
.modal::backdrop { background: rgba(10,35,29,.55); backdrop-filter: blur(3px); }
.modal form { padding: 22px; }
.small-modal { width: min(440px, calc(100vw - 32px)); }
.modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.modal-head h2 { margin: 7px 0 0; font-size: 18px; line-height: 1.5; }
.domain-pill { display: inline-block; padding: 4px 8px; border-radius: 4px; color: var(--green); background: var(--green-soft); font-size: 11px; font-weight: 800; }
.task-meta { margin: 16px 0 4px; padding: 12px 14px; color: var(--muted); background: var(--soft); border-radius: 6px; font-size: 12px; line-height: 1.7; }
.modal-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 20px; }
.data-actions { display: grid; gap: 8px; margin-top: 20px; }
.action-row { position: relative; display: block; width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: #fff; text-align: left; }
.action-row:hover { background: var(--soft); }
.action-row span, .action-row small { display: block; }
.action-row span { font-weight: 800; }
.action-row small { margin-top: 3px; color: var(--muted); }
.file-row input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.danger-row { color: #a53f48; }

.toast { position: fixed; left: 50%; bottom: 24px; z-index: 50; transform: translate(-50%, 20px); padding: 10px 16px; border-radius: 6px; color: #fff; background: #173d35; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: .2s; font-size: 13px; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 980px) {
  .app-shell { grid-template-columns: 1fr; }
  .sidebar { position: fixed; left: 0; transform: translateX(-100%); width: 248px; transition: transform .22s ease; box-shadow: 20px 0 50px rgba(0,0,0,.2); }
  .sidebar.open { transform: translateX(0); }
  .menu-button { display: grid !important; }
  .hero-band { grid-template-columns: 1fr; }
  .hero-side { padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 0; }
  .report-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .sidebar { display: none; }
  .topbar { min-height: 72px; padding: 10px 16px; }
  .menu-button { display: none !important; }
  .topbar-title p { display: none; }
  .topbar-title h1 { font-size: 16px; }
  .topbar-actions .compact-field { display: grid; }
  .topbar-actions .compact-field > span { display: none; }
  .compact-field select { min-width: 106px; width: 106px; height: 42px; padding-left: 8px; font-size: 12px; }
  .topbar-actions .primary-button { display: none; }
  .network-chip { display: none; }
  .top-data-button { display: grid; flex: 0 0 auto; width: 42px; height: 42px; }
  .view-root { padding: 18px 14px 36px; }
  .hero-band { width: 100%; min-width: 0; padding: 20px; }
  .hero-band h2 { font-size: 21px; }
  .hero-band .hero-copy { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .hero-side { min-width: 0; }
  .focus-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .date-controls input { height: 44px; }
  .stat-grid, .task-grid, .plan-domain-grid { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat { min-width: 0; padding: 16px; }
  .stat strong { font-size: 22px; }
  .task-card { padding: 17px 15px; }
  .task-check { width: 28px; height: 28px; }
  .task-details, .task-footer { margin-left: 40px; }
  .task-footer { align-items: flex-start; flex-direction: column; }
  .record-button { min-height: 40px; padding: 0; }
  .calendar-toolbar { align-items: flex-start; flex-direction: column; }
  .calendar-toolbar .month-nav { justify-content: space-between; width: 100%; }
  .calendar-wrap { overflow-x: auto; scroll-snap-type: x proximity; }
  .calendar-grid { min-width: 650px; }
  .day-cell { min-height: 100px; }
  .month-summary { align-items: flex-start; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .plan-tabs { width: 100%; }
  .report-actions { width: 100%; }
  .report-actions button { flex: 1; }
  .overall-score { align-items: flex-start; flex-direction: column; }
  .sign-grid { grid-template-columns: 1fr; }
  .modal { width: 100vw; max-width: none; margin: auto 0 0; border-radius: 8px 8px 0 0; }
  .modal form { padding: 20px 16px calc(20px + env(safe-area-inset-bottom)); }
  .modal input, .modal textarea { font-size: 16px; }
  .mobile-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: calc(64px + env(safe-area-inset-bottom));
    padding: 5px 8px env(safe-area-inset-bottom);
    border-top: 1px solid var(--line);
    background: rgba(255,255,255,.97);
    box-shadow: 0 -8px 24px rgba(22,61,54,.08);
    backdrop-filter: blur(12px);
  }
  .mobile-nav-item {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 2px;
    min-width: 0;
    min-height: 54px;
    padding: 0;
    border: 0;
    color: var(--muted);
    background: transparent;
    font-size: 11px;
  }
  .mobile-nav-item span { font-size: 20px; line-height: 1; }
  .mobile-nav-item.active { color: var(--green); font-weight: 800; }
  .today-toolbar { align-items: stretch; }
  .day-jump { flex: 1; justify-content: space-between; }
  .day-jump strong { min-width: 70px; }
  .complete-day-button { padding: 0 11px; font-size: 12px; }
}

@media (max-width: 360px) {
  .topbar-title h1 { font-size: 15px; }
  .compact-field select { width: 102px; min-width: 102px; font-size: 11px; }
  .stat-grid { grid-template-columns: 1fr; }
}

@media print {
  body { background: #fff; }
  .sidebar, .topbar, .mobile-nav, .report-actions, .term-tabs, .toast { display: none !important; }
  .app-shell { display: block; }
  .view-root { max-width: none; padding: 0; }
  .panel, .stat, .month-summary { break-inside: avoid; box-shadow: none; }
  .report-grid { grid-template-columns: 1.3fr .7fr; }
  .report-print-title { display: block !important; margin-bottom: 18px; }
}
.today-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.day-jump { display: flex; align-items: center; gap: 8px; }
.day-jump strong { min-width: 92px; font-size: 13px; text-align: center; }
.day-jump .icon-button { width: 42px; height: 42px; }
.complete-day-button { min-height: 42px; }
.focus-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 14px; }
.focus-chip { min-width: 0; padding: 10px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 6px; background: rgba(255,255,255,.06); }
.focus-chip span, .focus-chip strong { display: block; }
.focus-chip span { color: #a9c5bd; font-size: 10px; }
.focus-chip strong { overflow: hidden; margin-top: 4px; color: #fff; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
