.list-head,.topic-row{grid-template-columns:28px minmax(190px,2fr) .95fr .95fr .9fr .75fr .85fr 38px}.select-row{accent-color:var(--accent);width:16px;height:16px}.rep-control{display:flex;align-items:center;gap:6px}.rep-control button{border:1px solid var(--line);background:var(--surface);border-radius:5px;width:20px;height:20px;line-height:15px;color:var(--muted);cursor:pointer}.rep-control button:hover{color:var(--accent);border-color:var(--accent)}.bulk-bar{position:fixed;z-index:6;bottom:25px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:12px;padding:10px 12px 10px 17px;background:var(--ink);color:var(--surface);border-radius:10px;box-shadow:var(--shadow)}.bulk-bar .secondary{padding:6px 9px;background:transparent;border-color:#ffffff55;color:inherit}.bulk-bar .delete{background:#d9594d;color:white;padding:7px 10px;border-radius:7px}.visual{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:20px}.visual h2{font-size:20px}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line);margin-top:16px}.weekday,.day{min-height:86px;padding:8px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.weekday{min-height:30px;text-transform:uppercase;font-size:10px;color:var(--muted);font-weight:700}.day.empty-day{background:var(--bg)}.day b{font-size:12px}.today-cell b{display:inline-grid;place-items:center;background:var(--accent);color:white;border-radius:50%;width:22px;height:22px}.cal-item{font-size:10px;line-height:1.2;border-radius:3px;background:var(--accent-soft);color:var(--accent);padding:3px;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cal-item.overdue-item{background:#fae5e2;color:#a03225}.heatmap{display:grid;grid-template-columns:repeat(15,1fr);gap:6px;max-width:720px;margin:20px 0}.heat{aspect-ratio:1;border-radius:3px;background:var(--line)}.heat.l1{background:#dce9dd}.heat.l2{background:#a9c9ad}.heat.l3{background:#6f9b76}.heat.l4{background:#405c46}.legend{display:flex;gap:7px;align-items:center;color:var(--muted);font-size:11px}.legend span{width:11px;height:11px;border-radius:2px}.sync-note{font-size:12px;color:var(--muted);margin-top:15px}@media(max-width:850px){.list-head,.topic-row{grid-template-columns:28px 1fr 38px}.topic-row>*:not(:first-child):not(:nth-child(2)):not(:last-child){display:none}.calendar-grid{font-size:11px}.weekday,.day{min-height:62px;padding:4px}.cal-item{display:none}.heatmap{grid-template-columns:repeat(10,1fr)}}
