:root{--bg: #0f1115;--panel: #1a1d23;--border: #2a2f37;--text: #e6e8eb;--muted: #9aa3ad;--accent: #4f8cff;--error: #ff6b6b;--ok: #46c46a;color-scheme:dark}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}.center{min-height:100vh;display:grid;place-items:center;padding:1rem}.card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1.5rem;width:100%;max-width:360px;display:flex;flex-direction:column;gap:.75rem}.card.wide{max-width:640px;margin:1.5rem auto}h1{margin:0;font-size:1.4rem}h2{font-size:1.1rem;margin:.5rem 0 0}label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:var(--muted)}input{padding:.6rem .7rem;border-radius:8px;border:1px solid var(--border);background:#11141a;color:var(--text);font-size:1rem}input:focus{outline:2px solid var(--accent);border-color:var(--accent)}select{padding:.6rem .7rem;border-radius:8px;border:1px solid var(--border);background:#11141a;color:var(--text);font-size:1rem}select:focus{outline:2px solid var(--accent);border-color:var(--accent)}.filter-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin:.5rem 0}.filter-row>button{align-self:flex-end}button{padding:.6rem .9rem;border-radius:8px;border:none;background:var(--accent);color:#fff;font-size:1rem;font-weight:600;cursor:pointer}button:disabled{opacity:.6;cursor:default}button.link{background:none;color:var(--muted);font-weight:400;padding:0;width:auto}.muted{color:var(--muted);font-size:.85rem}a{color:var(--accent)}.error{background:#ff6b6b1f;border:1px solid var(--error);color:var(--error);padding:.5rem .7rem;border-radius:8px;font-size:.85rem}.notice{background:#4a90e21f;border:1px solid var(--accent);color:var(--accent);padding:.5rem .7rem;border-radius:8px;font-size:.85rem}.result{margin-top:.75rem;padding:.5rem .7rem;border-radius:8px;background:#11141a;border:1px solid var(--border);font-family:ui-monospace,monospace;font-size:.85rem}.preview{margin:.75rem 0}.preview img{max-width:100%;max-height:320px;border-radius:8px;border:1px solid var(--border)}.badge{background:#11141a;border:1px solid var(--border);border-radius:999px;padding:.1rem .6rem;font-size:.8rem}.page{max-width:800px;margin:0 auto}.img-list{display:flex;flex-direction:column;gap:.6rem;margin:.5rem 0 0}.img-row{display:flex;align-items:center;gap:.85rem;padding:.6rem;border:1px solid var(--border);border-radius:10px;background:#11141a}.img-thumb{width:64px;height:64px;flex-shrink:0;border-radius:8px;border:1px solid var(--border);background:#0a0c10;object-fit:cover;display:block}.img-meta{flex:1 1 auto;min-width:0}.img-name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pill{display:inline-block;border-radius:999px;padding:.08rem .55rem;font-size:.72rem;font-weight:600;border:1px solid var(--border)}.pill.todo{color:var(--muted)}.pill.progress{color:var(--accent);border-color:var(--accent)}.pill.done{color:var(--ok);border-color:var(--ok)}.img-cta{flex-shrink:0}.topbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}hr{border:none;border-top:1px solid var(--border);margin:1rem 0}code{background:#11141a;border-radius:4px;padding:.05rem .3rem;font-size:.85em}
