:root { color-scheme: dark; }
* { box-sizing: border-box; }
body { font-family: 'Segoe UI', 'Noto Sans KR', sans-serif; background: #11151c;
       color: #dde3ec; margin: 0; padding: 24px; }
h1 { font-size: 22px; margin: 0 0 4px; }
.sub { color: #8b94a5; font-size: 13px; margin-bottom: 24px; }
.sub a { color: #6db3f2; }
.total-card, .cat-card { background: #1a202b; border: 1px solid #2a3240;
       border-radius: 10px; padding: 18px 20px; margin-bottom: 18px; }
.cat-head { display: flex; justify-content: space-between; align-items: baseline;
       flex-wrap: wrap; gap: 8px; }
.cat-head h2 { font-size: 17px; margin: 0; }
.hours { font-size: 14px; color: #aeb7c6; }
.hours b { color: #fff; font-size: 16px; }
.bar { background: #2a3240; border-radius: 6px; height: 14px; margin: 12px 0 4px;
       overflow: hidden; }
.bar > div { height: 100%; border-radius: 6px; background: linear-gradient(90deg,#3b82f6,#22d3ee);
       min-width: 2px; transition: width .3s; }
.pct { font-size: 12px; color: #8b94a5; }
table { width: 100%; border-collapse: collapse; margin-top: 14px; font-size: 13px; }
th { text-align: left; color: #8b94a5; font-weight: 600; padding: 6px 8px;
       border-bottom: 1px solid #2a3240; }
td { padding: 7px 8px; border-bottom: 1px solid #222936; vertical-align: middle; }
tr:last-child td { border-bottom: none; }
.badge { padding: 2px 8px; border-radius: 10px; font-size: 11px; font-weight: 600; }
.badge.done { background: #14352a; color: #34d399; }
.badge.partial { background: #3a2e14; color: #fbbf24; }
.badge.pending { background: #2a3240; color: #8b94a5; }
.path { font-family: 'JetBrains Mono', Consolas, monospace; font-size: 12px;
       color: #9fb4d0; word-break: break-all; }
button.copy { background: #2a3240; color: #dde3ec; border: none; border-radius: 5px;
       padding: 3px 9px; margin-left: 8px; cursor: pointer; font-size: 11px; }
button.copy:hover { background: #3b466a; }
a.viewer { color: #6db3f2; text-decoration: none; font-size: 12px; }
.num { text-align: right; font-variant-numeric: tabular-nums; }
.instr { color: #c9d4e3; font-style: italic; max-width: 220px; }
.res { font-size: 12px; color: #aeb7c6; white-space: nowrap; }
.empty { color: #5d6677; font-size: 13px; padding: 10px 4px; }
.cat-buttons { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
       gap: 16px; }
a.cat-btn { display: block; background: #1a202b; border: 1px solid #2a3240;
       border-radius: 10px; padding: 18px 20px; text-decoration: none; color: #dde3ec;
       transition: border-color .15s, transform .15s; }
a.cat-btn:hover { border-color: #3b82f6; transform: translateY(-2px); }
.cat-btn .name { font-size: 18px; font-weight: 700; margin-bottom: 2px; }
.cat-btn .name .pct { font-weight: 400; margin-left: 6px; }
.cat-btn .stat { font-size: 13px; color: #aeb7c6; margin-top: 6px; }
.cat-btn .stat b { color: #fff; }
.cat-btn .big-pct { font-size: 26px; font-weight: 700; color: #22d3ee; margin-top: 8px; }
a.back { color: #6db3f2; text-decoration: none; font-size: 13px; }
.range { font-size: 11px; color: #8b94a5; white-space: nowrap; }
