:root{--bg: #ffffff;--surface: #f4f5f7;--surface-strong: #e8eaed;--border: #d5d8dd;--text: #1a1d21;--text-muted: #6b7280;--open: #9aa0a6;--done: #1a7f37;--done-bg: #e7f4ea;--next: #1f6feb;--danger: #b42318;--radius: 8px;color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--bg: #16181d;--surface: #1f2229;--surface-strong: #2a2e37;--border: #3a3f4a;--text: #e8eaed;--text-muted: #9aa0a6;--open: #7d838c;--done: #4ac26b;--done-bg: #16301f;--next: #6aa5ff;--danger: #ff6b60}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}button{font:inherit;color:inherit}.app{max-width:720px;margin:0 auto;padding:12px 12px 24px;display:flex;flex-direction:column;gap:12px}.app-header{display:flex;flex-direction:column;gap:8px}.titles{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}h1{font-size:18px;margin:0}.dev-badge{font-size:12px;color:var(--text-muted)}.tabs{display:flex;gap:4px}.tab{flex:1;padding:8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer}.tab.is-active{background:var(--surface-strong);font-weight:600}.status,.error,.hint,.empty{margin:0;font-size:14px;color:var(--text-muted)}.error{color:var(--danger)}.list-view{display:flex;flex-direction:column;gap:12px}.progress{display:flex;flex-direction:column;gap:6px}.progress-labels{display:flex;justify-content:space-between;font-size:15px;font-weight:600}.progress-percent{color:var(--text-muted);font-weight:400}.progress-track{height:12px;background:var(--surface-strong);border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:var(--done)}.search{width:100%;padding:10px 12px;font-size:16px;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius)}.participants{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.participant{width:100%;display:flex;align-items:center;gap:12px;padding:10px 12px;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer}.participant:disabled{cursor:default;opacity:.85}.participant:focus-visible{outline:3px solid var(--next);outline-offset:1px}.participant.is-done{background:var(--done-bg);border-color:var(--done)}.participant.is-next{border-color:var(--next);border-width:2px}.participant.has-left{opacity:.55}.participant.is-dragging{opacity:.4}.checkbox{flex:0 0 auto;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1;border:2px solid var(--open);border-radius:6px;background:var(--bg)}.is-done .checkbox{border-color:var(--done);color:var(--done)}.avatar{flex:0 0 auto;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--surface-strong);color:var(--text-muted);font-size:12px;font-weight:600;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.name{flex:1 1 auto;font-size:20px;font-weight:500;overflow-wrap:anywhere}.is-done .name{color:var(--done)}.meta{flex:0 0 auto;display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.next-badge{color:var(--next);font-weight:600;white-space:nowrap}.left-badge{font-style:italic}.reset,.secondary{padding:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;font-weight:600}.reset:disabled,.secondary:disabled{cursor:default;color:var(--text-muted)}.reset-confirm{display:flex;flex-direction:column;gap:8px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius)}.reset-confirm p{margin:0;font-size:15px}.reset-actions{display:flex;gap:8px}.reset-actions button{flex:1}.reset.danger{border-color:var(--danger);color:var(--danger)}.csv-fallback{width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;padding:8px;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius)}.panel{display:flex;flex-direction:column;gap:14px}.panel h2{font-size:15px;margin:0}fieldset{margin:0;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;gap:8px}fieldset:disabled{opacity:.6}legend{font-size:13px;font-weight:600;color:var(--text-muted);padding:0 4px}fieldset label{display:flex;align-items:center;gap:8px;font-size:15px}.stats-grid{display:flex;gap:16px;margin:0;flex-wrap:wrap}.stats-grid dt{font-size:13px;color:var(--text-muted)}.stats-grid dd{margin:0;font-size:18px;font-weight:600}.stats-order{margin:0;padding-left:22px;display:flex;flex-direction:column;gap:4px}.stats-order li{display:flex;justify-content:space-between;gap:12px}.stats-order .time{color:var(--text-muted);font-variant-numeric:tabular-nums}.position{font-variant-numeric:tabular-nums}
