:root{font-family:Inter,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg);color:var(--text)}h1,h2{margin:0;color:var(--text)}h1{font-size:28px}h2{font-size:18px}input,button{font-family:inherit}:root[data-theme=light]{color-scheme:light;--bg: #f5f7fb;--text: #101828;--muted: #475467;--subtle: #667085;--card: #ffffff;--border: #eaecf0;--border-strong: #d0d5dd;--pill: #f3f4f6;--pill-text: #475467;--placeholder: #f9fafb;--accent: #1f5eff;--accent-weak: #eef4ff;--success-bg: #ecfdf3;--success-text: #027a48;--error-bg: #fef3f2;--error-border: #fecdca;--error-text: #b42318;--shadow: rgba(16, 24, 40, .06);--grid: rgba(16, 24, 40, .08);--axis-text: #344054;--weekend: rgba(16, 24, 40, .04)}:root[data-theme=dark]{color-scheme:dark;--bg: #0f1115;--text: #f5f7fb;--muted: #c7ced9;--subtle: #9aa4b2;--card: #161922;--border: #252a36;--border-strong: #31394a;--pill: #1f2430;--pill-text: #c7ced9;--placeholder: #131722;--accent: #7aa2ff;--accent-weak: #1b2a52;--success-bg: #12361f;--success-text: #5fe1a6;--error-bg: #3b1a1a;--error-border: #6b2c2c;--error-text: #ff8b8b;--shadow: rgba(0, 0, 0, .4);--grid: rgba(255, 255, 255, .12);--axis-text: #e2e8f0;--weekend: rgba(255, 255, 255, .06)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]){--bg: #0f1115;--text: #f5f7fb;--muted: #c7ced9;--subtle: #9aa4b2;--card: #161922;--border: #252a36;--border-strong: #31394a;--pill: #1f2430;--pill-text: #c7ced9;--placeholder: #131722;--accent: #7aa2ff;--accent-weak: #1b2a52;--success-bg: #12361f;--success-text: #5fe1a6;--error-bg: #3b1a1a;--error-border: #6b2c2c;--error-text: #ff8b8b;--shadow: rgba(0, 0, 0, .4);--grid: rgba(255, 255, 255, .12);--axis-text: #e2e8f0;--weekend: rgba(255, 255, 255, .06)}}#root{max-width:100%;margin:0;padding:32px 24px 48px}.app{display:flex;flex-direction:column;gap:24px}.top-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:20px 24px}.top-bar-left{min-width:220px;flex:1 1 30%}.top-bar-center{flex:1 1 40%;display:flex;justify-content:center}.top-bar-center .toolbar-row{width:100%;justify-content:center;flex-wrap:nowrap}.top-bar-right{display:flex;align-items:center;gap:16px;flex:1 1 30%;justify-content:flex-end}.top-bar-center .filter{flex:0 0 auto}.top-bar-center .filter:first-child select{width:220px}.top-bar-center .filter:last-child select{width:160px}.subtitle{margin-top:6px;color:var(--subtle)}.status{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.icon-actions{display:flex;gap:8px}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1px solid var(--border-strong);background:transparent;color:var(--muted);font-size:18px;padding:0}.icon-button:disabled{opacity:.6;cursor:not-allowed}.icon-button--success{background:var(--success-bg);color:var(--success-text);border-color:var(--success-border)}.icon-button.is-spinning{animation:spin .8s linear infinite}.status-pill{padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:var(--pill);color:var(--pill-text)}.status-pill--loading{background:var(--accent-weak);color:var(--accent)}.status-pill--ready{background:var(--success-bg);color:var(--success-text)}.status-pill--error{background:var(--error-bg);color:var(--error-text)}.status-time{font-size:12px;color:var(--subtle)}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 1px 2px var(--shadow)}.settings{display:flex;flex-direction:column;gap:12px;position:relative}.settings-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;align-items:center}.settings-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:8px;border:1px solid var(--border-strong);background:transparent;color:var(--muted);font-size:20px;line-height:1;padding:0}.settings-close:disabled{opacity:.6;cursor:not-allowed}.field{display:flex;flex-direction:column;gap:6px;font-size:14px;color:var(--text)}.field-label,.field-help{display:inline-flex;align-items:center;gap:6px}.hint{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;border:1px solid var(--border-strong);color:var(--muted);font-size:11px;line-height:1;cursor:default;position:relative;background:transparent;padding:0}.hint-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);width:max-content;max-width:320px;padding:8px 10px;border-radius:8px;background:var(--card);border:1px solid var(--border);box-shadow:0 6px 18px var(--shadow);font-size:12px;color:var(--text);line-height:1.4;font-weight:400;text-align:left;white-space:normal;opacity:0;pointer-events:none;transition:opacity .15s ease;z-index:10;-webkit-user-select:text;user-select:text}.hint-tooltip ul{margin:6px 0 0;padding-left:16px}.hint-tooltip li{margin:2px 0}.hint--large .hint-tooltip{max-width:420px;font-size:13px;padding:10px 12px}.hint:hover .hint-tooltip,.hint:focus-visible .hint-tooltip,.hint.is-open .hint-tooltip{opacity:1;pointer-events:auto}.field input{padding:10px 12px;border-radius:10px;border:1px solid var(--border-strong);font-size:14px;background:transparent;color:inherit}.settings-actions{display:flex;gap:12px;align-self:center;margin-top:2px}.toolbar{padding:16px 20px}.tabs{padding:0;border:none;box-shadow:none;background:transparent}.tabs-header{display:flex;gap:4px;border-bottom:1px solid var(--border)}.tab-button{padding:14px 22px;border:1px solid transparent;border-bottom:none;background:transparent;color:var(--muted);font-size:16px;font-weight:700;cursor:pointer;border-top-left-radius:12px;border-top-right-radius:12px;margin-bottom:-1px;transition:color .2s,background .2s,border-color .2s}.tab-button:hover{color:var(--text)}.tab-button.active{color:var(--text);background:var(--card);border-color:var(--border);border-bottom:1px solid var(--card)}.toolbar-row{display:flex;flex-wrap:wrap;gap:16px}button{border-radius:10px;border:1px solid transparent;padding:10px 16px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer}button.primary{background:var(--accent);color:#fff}button.primary:disabled{opacity:.7;cursor:wait}button.ghost{background:transparent;color:var(--muted);border-color:var(--border-strong)}.error{color:var(--error-text);font-size:14px;background:var(--error-bg);border:1px solid var(--error-border);border-radius:12px;padding:10px 12px;white-space:pre-line}.meta{font-size:13px;color:var(--muted)}.muted{font-size:12px;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.card-header{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.filter-row{display:flex;gap:12px;flex-wrap:wrap}.filter{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--muted)}.filter select{padding:8px 12px;border-radius:10px;border:1px solid var(--border-strong);background:transparent;font-size:14px;color:var(--text);min-width:220px}.filter select option{background:var(--card);color:var(--text)}.tabs{display:flex;gap:8px;flex-wrap:wrap}.tab{background:var(--pill);color:var(--muted);border:none}.tab--active{background:var(--accent);color:#fff}.chart{height:360px}.chart-legend{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px 16px;padding:12px 8px 4px}.chart-legend-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);background:transparent;border:1px solid transparent;padding:2px 4px;border-radius:8px;cursor:pointer;text-align:left}.chart-legend-dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto}.chart-legend-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chart-legend-item:hover{border-color:var(--border-strong)}.chart-legend-item.is-muted{opacity:.45}.task-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.task-item{border:1px solid var(--border);border-radius:12px;background:var(--placeholder)}.task-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;color:inherit;text-decoration:none}.task-info{display:flex;flex-direction:column;gap:2px;min-width:0}.task-title{font-size:14px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-subtitle{font-size:12px;color:var(--muted)}.task-link-inline a{font-size:12px;color:var(--accent);text-decoration:none}.task-link-inline a:hover{text-decoration:underline}.task-date{font-size:12px;color:var(--muted);flex:0 0 auto}.task-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.task-page-info{font-size:12px;color:var(--muted)}.status-table{width:100%;border-collapse:collapse;margin-top:16px}.status-table thead{border-bottom:1px solid var(--border)}.status-table th{text-align:left;padding:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.status-table td{padding:12px;border-bottom:1px solid var(--border-weak);font-size:14px}.status-table tbody tr:hover{background:var(--hover)}.task-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:16px}.task-stat-item{display:flex;flex-direction:column;gap:8px;padding:16px;background:var(--hover);border-radius:12px}.task-stat-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.task-stat-value{font-size:32px;font-weight:700;color:var(--text)}.task-stats-table{margin-top:20px}.status-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;color:#fff;background:var(--pill);text-transform:uppercase;letter-spacing:.03em;line-height:1.4}.task-subtitle .status-badge{font-size:9px;padding:1px 6px}.report-actions{display:inline-flex;align-items:center;gap:8px}.copy-toast{font-size:12px;color:var(--success-text);background:var(--success-bg);border:1px solid var(--success-border);padding:4px 8px;border-radius:8px}.chart-tooltip{background:var(--card);border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px var(--shadow);padding:10px 12px;font-size:12px;color:var(--text);min-width:320px}.chart-tooltip-title{font-weight:600;margin-bottom:6px;color:var(--muted)}.chart-tooltip-row{display:flex;align-items:center;gap:6px;margin:4px 0}.chart-tooltip-label{flex:1;white-space:normal}.chart-tooltip-value{font-weight:600}.chart-empty,.placeholder{padding:24px;border-radius:12px;background:var(--placeholder);color:var(--subtle);text-align:center;font-size:14px}.loader-block{display:inline-flex;align-items:center;gap:10px;padding:16px 18px;border-radius:12px;background:var(--pill);color:var(--muted);font-size:14px}.loader{width:18px;height:18px;border-radius:50%;border:2px solid var(--border-strong);border-top-color:var(--accent);animation:spin .8s linear infinite}.loading-overlay{position:fixed;inset:0;background:#0f111559;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:20}.loading-overlay.is-hiding{animation:fade-out .3s ease forwards}.loading-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:24px;min-width:280px;max-width:360px;box-shadow:0 20px 60px var(--shadow);text-align:center}.modal-overlay{position:fixed;inset:0;background:#0f111559;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:30}.modal-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:24px;min-width:300px;max-width:420px;box-shadow:0 20px 60px var(--shadow)}.modal-title{font-weight:600;margin-bottom:16px;color:var(--text)}.modal-body{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.checkbox-row{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text)}.checkbox-row input{accent-color:var(--accent)}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.loading-title{font-weight:600;margin-bottom:12px;color:var(--text)}.loading-stage{font-size:13px;color:var(--muted);margin-bottom:12px}.loading-done{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px 0 4px}.done-icon{width:44px;height:44px;border-radius:50%;background:var(--success-bg);color:var(--success-text);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}.done-text{font-size:14px;font-weight:600;color:var(--text)}.progress-bar{height:10px;border-radius:999px;background:var(--placeholder);overflow:hidden;border:1px solid var(--border)}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--accent),#45b6ff);transition:width .2s ease}.loading-meta{margin:10px 0 16px;font-size:13px;color:var(--muted)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade-out{to{opacity:0}}@media(max-width:900px){.app-header{flex-direction:column;align-items:flex-start}.status{align-items:flex-start}.header-actions{width:100%;justify-content:space-between}}
