.cv{max-width:50rem;color:var(--foreground);flex-direction:column;gap:1.25rem;margin:0 auto;display:flex}.cv-head h1{letter-spacing:-.02em;font-size:1.9rem;font-weight:700}.cv-sub{color:var(--muted);margin-top:.6rem;font-size:.95rem;line-height:1.6}.cv-input-wrap{flex-direction:column;gap:.6rem;display:flex}.cv-input{width:100%;font-family:var(--font-mono);letter-spacing:.06em;text-align:center;border:1px solid var(--border);background:var(--surface);color:var(--foreground);border-radius:12px;padding:.8rem 1rem;font-size:1.25rem}.cv-input:focus{border-color:var(--accent);outline:none}.cv-input.error{border-color:#ef4444}.cv-fields{grid-template-columns:repeat(5,1fr);gap:.5rem;display:grid}.cv-field{border:1px solid var(--border);background:var(--surface);border-radius:9px;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .3rem;display:flex}.cv-field code{font-family:var(--font-mono);color:var(--accent);font-size:.95rem;font-weight:600}.cv-field span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.66rem}.cv-presets{flex-wrap:wrap;gap:.5rem;display:flex}.cv-preset{font-family:var(--font-mono);border:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:999px;padding:.4rem .75rem;font-size:.78rem;transition:color .15s,border-color .15s}.cv-preset:hover{color:var(--foreground);border-color:var(--accent)}.cv-preset.active{background:var(--accent);border-color:var(--accent);color:var(--accent-foreground);font-weight:600}.cv-desc{border-left:3px solid var(--accent);background:var(--surface);border-radius:0 10px 10px 0;padding:.85rem 1.1rem;font-size:1.05rem;line-height:1.5}.cv-error-msg{color:#ef4444;font-family:var(--font-mono);border:1px solid color-mix(in srgb, #ef4444 40%, var(--border));background:color-mix(in srgb, #ef4444 6%, var(--surface));border-radius:10px;padding:.85rem 1.1rem;font-size:.9rem}.cv-heat{flex-direction:column;gap:.9rem;display:flex}.cv-heat-block{flex-direction:column;gap:.4rem;display:flex}.cv-heat-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-size:.7rem}.cv-heat-cells{gap:3px;display:grid}.cv-hours{grid-template-columns:repeat(24,1fr)}.cv-mins{grid-template-columns:repeat(30,1fr)}.cv-dow{grid-template-columns:repeat(7,1fr);max-width:22rem}.cv-heat-cells span{font-family:var(--font-mono);background:var(--surface);border:1px solid var(--border);color:var(--muted);aspect-ratio:1;border-radius:4px;justify-content:center;align-items:center;font-size:.6rem;display:flex}.cv-mins span{font-size:0}.cv-dow span{aspect-ratio:auto;padding:.3rem 0;font-size:.72rem}.cv-heat-cells span.on{background:var(--accent);border-color:var(--accent);color:var(--accent-foreground);font-weight:600}.cv-runs h2{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.6rem;font-size:.8rem}.cv-runs ul{border:1px solid var(--border);border-radius:12px;flex-direction:column;margin:0;padding:0;list-style:none;display:flex;overflow:hidden}.cv-runs li{background:var(--surface);justify-content:space-between;align-items:center;gap:1rem;padding:.6rem .9rem;font-size:.88rem;display:flex}.cv-runs li+li{border-top:1px solid var(--border)}.cv-run-time{font-family:var(--font-mono)}.cv-run-rel{color:var(--muted);font-size:.8rem}.cv-empty{color:var(--muted);font-size:.9rem}@media (max-width:640px){.cv-mins{grid-template-columns:repeat(20,1fr)}}
