.qp .fc{margin-top:8px}.qp .tldr{list-style:none;margin:0;padding:14px 16px;border:1px solid var(--hairline);border-radius:var(--r-card);background:var(--surface-soft);display:flex;flex-direction:column;gap:6px}.qp .tldr li{font-size:13.5px;color:var(--muted);line-height:1.5;padding-left:16px;position:relative}.qp .tldr li:before{content:"→";position:absolute;left:0;color:var(--accent)}.qp .fc-grid{display:grid;grid-template-columns:1fr;gap:20px;align-items:start}@media(min-width:900px){.qp .fc-grid{grid-template-columns:minmax(280px,360px) 1fr}}.qp .fc-reset{border:0;padding:0;margin:0;min-inline-size:0}.qp .fc-inputs{display:flex;flex-direction:column;gap:16px;border:1px solid var(--hairline);border-radius:var(--r-card);background:var(--surface);padding:22px 22px 24px}.qp .fc-field{display:flex;flex-direction:column;gap:7px;border:0;padding:0;margin:0;min-inline-size:0}.qp .fc-label{font-size:13.5px;color:var(--muted);padding:0}.qp .fc-field input[type=number]{width:100%;font:inherit;font-size:16px;color:var(--ink);background:var(--canvas);border:1px solid var(--edge);border-radius:var(--r-btn);padding:10px 12px}.qp .fc-field input[type=number]:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.qp .fc-seg{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.qp .fc-seg-3{grid-template-columns:repeat(3,1fr)}.qp .fc-seg-4{grid-template-columns:repeat(4,1fr)}.qp .fc-seg-btn{display:flex;align-items:center;justify-content:center;border:1px solid var(--edge);background:var(--canvas);color:var(--muted);font:inherit;font-size:13.5px;padding:9px 4px;border-radius:var(--r-btn);cursor:pointer;transition:border-color .16s var(--ease-out),color .16s var(--ease-out),background .16s var(--ease-out)}.qp .fc-seg-btn.is-on{border-color:var(--accent);background:var(--accent-soft);color:var(--ink)}.qp .fc-seg-btn:focus-within{outline:2px solid var(--accent);outline-offset:1px}.qp .fc-reset-btn{align-self:flex-start;border:1px solid var(--edge);background:var(--canvas);color:var(--muted);font:inherit;font-size:13px;padding:8px 14px;border-radius:var(--r-btn);cursor:pointer;transition:border-color .16s var(--ease-out),color .16s var(--ease-out)}.qp .fc-reset-btn:hover{border-color:var(--accent);color:var(--ink)}.qp .fc-reset-btn:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.qp .fc-result{border:1px solid var(--hairline);border-radius:var(--r-card);background:var(--surface);padding:24px 26px 26px}.qp .fc-result-h{font-size:15px;font-weight:600;color:var(--muted);letter-spacing:0;margin-bottom:10px}.qp .fc-headline{font-size:clamp(19px,2.2vw,24px);line-height:1.3;color:var(--ink);letter-spacing:-.4px;min-height:62px}.qp .fc-headline.is-overdue{color:var(--accent)}.qp .fc-roll{display:inline-block;animation:fc-fade .26s var(--ease-out)}@keyframes fc-fade{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}.qp .fc-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;margin:20px 0 4px;background:var(--hairline);border:1px solid var(--hairline);border-radius:var(--r-card);overflow:hidden}@media(min-width:560px){.qp .fc-stats{grid-template-columns:repeat(4,1fr)}}.qp .fc-stat{display:flex;flex-direction:column;gap:3px;padding:16px 18px;background:var(--surface)}.qp .fc-stat-n{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:22px;color:var(--ink)}.qp .fc-stat-l{font-size:12.5px;color:var(--muted);line-height:1.35}.qp .fc-chart{margin:22px 0 0}.qp .fc-chart-h{font-size:14px;font-weight:600;color:var(--muted);margin-bottom:10px}.qp .fc-chart svg{width:100%;height:200px;display:block;background:var(--surface-soft);border:1px solid var(--hairline);border-radius:var(--r-card)}.qp .fc-chart-no-review{fill:none;stroke:var(--muted-soft);stroke-width:1.5;stroke-dasharray:4 3;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}.qp .fc-chart-scheduled{fill:none;stroke:var(--accent);stroke-width:2;stroke-linejoin:round;stroke-linecap:round;vector-effect:non-scaling-stroke}.qp .fc-legend{display:flex;gap:18px;margin-top:8px;font-size:12.5px;color:var(--muted)}.qp .fc-legend-item{display:flex;align-items:center;gap:6px}.qp .fc-legend-swatch{width:14px;height:2px;display:inline-block}.qp .fc-legend-swatch.no-review{background:repeating-linear-gradient(90deg,var(--muted-soft) 0 4px,transparent 4px 7px)}.qp .fc-legend-swatch.scheduled{background:var(--accent)}.qp .fc-chart-cap{margin-top:10px;font-size:13px;color:var(--muted);line-height:1.5}.qp .fc-note{margin-top:18px;padding-top:16px;border-top:1px solid var(--hairline);font-size:13px;color:var(--muted-soft);line-height:1.55}.qp .fc-table-wrap{overflow-x:auto;border:1px solid var(--hairline);border-radius:var(--r-card)}.qp table.fc-table{width:100%;border-collapse:collapse;font-size:14.5px}.qp table.fc-table th,.qp table.fc-table td{text-align:left;padding:12px 16px;border-bottom:1px solid var(--hairline);vertical-align:top}.qp table.fc-table thead th{color:var(--muted);font-weight:600;font-size:13px;background:var(--surface-soft)}.qp table.fc-table tbody tr:last-child td{border-bottom:0}.qp table.fc-table td.fc-table-preset{color:var(--ink);font-weight:600;white-space:nowrap}@media(prefers-reduced-motion:reduce){.qp .fc-roll{animation:none}.qp .fc-seg-btn{transition:none}}
