.today-view { flex: 1; min-height: 0; overflow-y: auto; scrollbar-width: none; padding: 20px 18px calc(var(--bottom-nav-height) + env(safe-area-inset-bottom) + 28px); background: var(--feed-bg); }
.today-view::-webkit-scrollbar, .today-picker-body::-webkit-scrollbar { display: none; }
.today-container { max-width: 1180px; margin: 0 auto; }
.today-welcome { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px; margin-bottom: 20px; border: 1px solid #dce6fa; border-radius: 22px; background: #edf3ff; }
.today-welcome h2 { margin: 0 0 8px; font-size: 25px; letter-spacing: -.04em; }
.today-welcome p { margin: 0; color: #52647b; font-size: 13px; line-height: 1.6; }
.today-welcome .today-date { margin-bottom: 12px; color: #365a9a; font-size: 11px; font-weight: 650; }
.today-sun { color: #dc9c33; font-size: 52px; line-height: 1; }
.today-columns { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; }
.today-panel { min-width: 0; background: #fff; border: 1px solid #e4e9f1; border-radius: 22px; padding: 22px; }
.today-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.today-panel-heading > div { min-width: 0; }
.today-panel-heading h3 { margin: 0; font-size: 19px; letter-spacing: -.025em; line-height: 1.35; }
.today-panel-heading button { flex-shrink: 0; }
.today-eyebrow { font-size: 10px; letter-spacing: .12em; font-weight: 700; color: #718299; margin: 0 0 8px; }
.today-description { margin: 16px 0 22px; color: #637084; font-size: 12px; line-height: 1.7; }
.today-progress-row { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 10px; color: #637084; font-size: 11px; }
.today-items { list-style: none; padding: 0; margin: 16px 0 0; }
.today-item { display: flex; align-items: center; gap: 8px; padding: 15px 0; border-bottom: 1px solid var(--border); }
.today-item:last-child { border-bottom: 0; }
.today-item-main { flex: 1; min-width: 0; }
.today-item-check { display: flex; align-items: flex-start; gap: 12px; min-height: 44px; cursor: pointer; }
.today-item-check input { flex-shrink: 0; width: 21px; height: 21px; margin: 2px 0 0; accent-color: var(--primary); }
.today-item-check > span { font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
.today-item.is-done .today-item-check > span { text-decoration: line-through; color: #7c838e; }
.today-item-link { display: block; padding: 4px 0 4px 33px; min-height: 32px; text-align: left; font-size: 11px; color: var(--primary); background: transparent; overflow-wrap: anywhere; max-width: 100%; }
.today-item-meta { display: block; padding: 0 0 0 33px; color: #637084; font-size: 11px; line-height: 1.6; overflow-wrap: anywhere; }
.today-remove { flex-shrink: 0; width: 36px; min-height: 44px; border-radius: 10px; color: #718299; background: transparent; font-size: 23px; }
.today-remove:hover { background: #f0f3f8; }
.today-empty { text-align: center; padding: 26px 8px; }
.today-empty > span { display: inline-grid; place-items: center; width: 52px; height: 52px; margin-bottom: 14px; border-radius: 17px; background: #edf3ff; color: var(--primary); font-size: 28px; }
.today-empty h4 { margin: 0 0 9px; font-size: 17px; }
.today-empty p { font-size: 12px; line-height: 1.8; max-width: 290px; margin: 0 auto 20px; color: #637084; }
.today-reminders-empty > span { color: #bb8226; background: #fff5df; }
.today-footnote { margin: 20px 0 0; padding-top: 15px; border-top: 1px solid var(--border); color: #7c838e; font-size: 11px; line-height: 1.7; }
.today-picker-dialog { width: min(560px, calc(100% - 28px)); padding: 0; max-height: calc(100dvh - 32px); overflow: hidden; }
.today-picker-dialog form { display: flex; flex-direction: column; max-height: calc(100dvh - 32px); }
.today-picker-header { flex-shrink: 0; padding: 22px 22px 16px; }
.today-picker-header .dialog-copy { line-height: 1.7; }
.today-picker-body { overflow-y: auto; min-height: 0; padding: 0 22px; scrollbar-width: none; }
.today-picker-group { padding: 12px 0; border-top: 1px solid var(--border); }
.today-picker-group h3 { margin: 4px 0 10px; font-size: 13px; overflow-wrap: anywhere; color: #52647b; }
.today-picker-option { display: flex; align-items: flex-start; gap: 10px; min-height: 48px; padding: 11px 0; font-size: 13px; line-height: 1.6; cursor: pointer; }
.today-picker-option input { flex-shrink: 0; width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--primary); }
.today-picker-option span { overflow-wrap: anywhere; }
.today-picker-option.is-disabled { opacity: .5; cursor: default; }
.today-picker-option.is-done span { text-decoration: line-through; }
.today-picker-empty { padding: 25px 0; text-align: center; color: #637084; font-size: 13px; line-height: 1.7; }
.today-picker-footer { flex-shrink: 0; padding: 14px 22px 20px; border-top: 1px solid var(--border); background: #fff; }
.today-picker-footer p { margin: 0; color: #52647b; font-size: 12px; }
.today-picker-footer .dialog-actions { margin-top: 12px; }
@media (max-width: 359px) {
    .today-panel, .today-welcome { padding: 18px 15px; }
    .today-sun { font-size: 35px; }
    .today-panel-heading h3 { font-size: 17px; }
    .today-panel-heading button { padding: 10px; font-size: 12px; }
    .today-picker-footer .dialog-actions { flex-wrap: wrap; }
}
@media (min-width: 900px) {
    .today-view { padding: 24px; border: 1px solid #e8ebef; border-radius: 20px; }
    .today-welcome { padding: 26px 30px; }
    .today-welcome h2 { font-size: 30px; }
    .today-sun { font-size: 62px; }
}
@media (min-width: 1100px) { .today-columns { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); } }
