.vh-grid{gap:var(--gap-card);align-items:start;display:grid}@media (min-width:960px){.vh-grid{grid-template-columns:minmax(0,340px) minmax(0,1fr);gap:28px}}.vh-toggles{gap:16px;padding:22px 20px;display:grid}@media (min-width:960px){.vh-toggles{position:-webkit-sticky;position:sticky;top:92px}}.vh-toggles-title{margin:0}.vh-toggle{cursor:pointer;color:var(--body);align-items:flex-start;gap:10px;font-size:.95rem;display:flex}.vh-toggle input{width:18px;height:18px;accent-color:var(--indigo);flex-shrink:0;margin-top:2px}.vh-toggle-note{color:var(--secondary);margin-top:2px;font-size:.82rem;line-height:1.45;display:block}.vh-field{gap:6px;display:grid}.vh-field-label{color:var(--ink);font-size:.95rem;font-weight:600}.vh-list{gap:14px;display:grid}.vh-progress{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:14px 16px}.vh-progress-top{justify-content:space-between;align-items:baseline;margin-bottom:8px;display:flex}.vh-progress-label{letter-spacing:.05em;text-transform:uppercase;color:var(--secondary);font-size:.78rem;font-weight:700}.vh-progress-count{color:var(--ink);font-variant-numeric:tabular-nums;font-weight:600}.vh-progress-track{border-radius:var(--radius-pill);background:var(--indigo-tint);height:8px;overflow:hidden}.vh-progress-fill{border-radius:var(--radius-pill);background:var(--indigo);height:100%}@media (prefers-reduced-motion:no-preference){.vh-progress-fill{transition:width var(--dur-base)var(--ease-standard)}}.vh-group{padding:18px 18px 8px}@media (prefers-reduced-motion:no-preference){.vh-group{animation:vhReveal var(--dur-base)var(--ease-standard)both}}@keyframes vhReveal{0%{opacity:0;transform:translateY(var(--reveal-rise))}to{opacity:1;transform:translateY(0)}}.vh-group-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:6px;display:flex}.vh-group-title{font-family:var(--serif);color:var(--ink);margin:0;font-size:1.15rem}.vh-group-source{color:var(--indigo);word-break:break-all;font-size:.8rem;text-decoration:underline}.vh-items{margin:0;padding:0;list-style:none}.vh-item{border-top:1px solid var(--line)}.vh-item:first-child{border-top:0}.vh-check{cursor:pointer;align-items:flex-start;gap:12px;padding:13px 4px;display:flex}.vh-check input{width:19px;height:19px;accent-color:var(--indigo);flex-shrink:0;margin-top:2px}.vh-check-body{gap:2px;display:grid}.vh-check-label{color:var(--body);line-height:1.45}.vh-check.is-done .vh-check-label{color:var(--secondary);text-decoration:line-through}.vh-check-note{color:var(--secondary);font-size:.82rem}.vh-disclaimer{margin-top:4px}.vh-actions{gap:8px;display:grid}.vh-save-hint{color:var(--secondary);margin:0;font-size:.85rem;line-height:1.5}
