:root{--bg: #0f1419;--surface: #1a2332;--border: #2d3a4d;--text: #e7ecf3;--muted: #8b9cb3;--accent: #ffcc00;--danger: #f87171;--radius: 10px;font-family:Segoe UI,system-ui,sans-serif;line-height:1.5;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);padding:.5rem 1rem}button.primary{background:var(--accent);color:#111;border-color:var(--accent);font-weight:600}button.danger{border-color:var(--danger);color:var(--danger)}button:disabled{opacity:.5;cursor:not-allowed}select,input,textarea{font:inherit;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg);color:var(--text);padding:.5rem .75rem;width:100%}label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:.25rem}.field{margin-bottom:1rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid var(--border)}th{color:var(--muted);font-weight:600}.badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;background:var(--border)}.badge.active{background:#14532d;color:#86efac}.badge.inactive{background:#450a0a;color:#fca5a5}.badge.stream-none,.badge.stream-pending{background:#1e293b;color:#94a3b8}.badge.stream-processing{background:#422006;color:#fcd34d}.badge.stream-ready{background:#14532d;color:#86efac}.badge.stream-failed{background:#450a0a;color:#fca5a5}.error{color:var(--danger);margin:.5rem 0}.row-actions{display:flex;gap:.5rem;flex-wrap:wrap}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;max-width:420px;max-height:90vh;overflow-y:auto;width:100%}.modal h3{margin-top:0}.modal--wide{max-width:560px}.modal--xl{max-width:1200px}.bulk-upload-head{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.75rem}.bulk-drop-zone{border:2px dashed var(--border);border-radius:var(--radius);padding:.75rem;margin-bottom:.75rem;background:var(--bg)}.bulk-file-btn{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer}.bulk-file-btn input{display:none}.bulk-table-wrap{overflow-x:auto;margin-bottom:.75rem}.bulk-table{min-width:1000px}.bulk-table td,.bulk-table th{white-space:nowrap;vertical-align:middle}.artist-list-thumb{width:44px;height:44px;object-fit:cover;border-radius:8px;border:1px solid var(--border);vertical-align:middle;display:block;background:var(--bg)}.artist-list-thumb--empty{width:44px;height:44px;border-radius:8px;border:1px dashed var(--border);display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.85rem;background:#0003}.image-drop-field{margin-bottom:1.25rem}.image-drop-zone{position:relative;min-height:140px;border:2px dashed var(--border);border-radius:var(--radius);background:var(--bg);cursor:pointer;overflow:hidden;transition:border-color .15s,background .15s}.image-drop-zone:hover:not(.image-drop-zone--disabled){border-color:var(--muted)}.image-drop-zone--active{border-color:var(--accent);background:#ffcc000f}.image-drop-zone--disabled{opacity:.55;cursor:not-allowed}.image-drop-zone:focus{outline:none}.image-drop-zone:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.image-drop-zone__input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.image-drop-zone__preview{display:block;width:100%;max-height:200px;object-fit:contain;background:repeating-conic-gradient(var(--surface) 0% 25%,var(--bg) 0% 50%) 50% / 12px 12px}.image-drop-zone__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:140px;padding:1rem;text-align:center;color:var(--muted);gap:.35rem}.image-drop-zone__placeholder-title{font-weight:600;color:var(--text);font-size:.95rem}.image-drop-zone__placeholder-sub{font-size:.8rem;line-height:1.35;max-width:280px}.image-drop-zone__busy{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0f1419bf;font-weight:600;color:var(--accent)}.entity-multi-picker__label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:.25rem}.entity-multi-picker__hint{font-size:.75rem;color:var(--muted);margin:0 0 .5rem;line-height:1.35}.entity-multi-picker__chips{display:flex;flex-wrap:wrap;gap:.4rem;min-height:2rem;margin-bottom:.5rem;align-items:center}.entity-multi-picker__empty{font-size:.85rem;color:var(--muted);font-style:italic}.entity-multi-picker__chip{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .35rem .2rem .2rem;background:var(--bg);border:1px solid var(--border);border-radius:999px;font-size:.8rem;max-width:100%}.entity-multi-picker__chip-photo{width:26px;height:26px;border-radius:50%;object-fit:cover;flex-shrink:0}.entity-multi-picker__chip-photo--empty{background:var(--border)}.entity-multi-picker__chip-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:140px}.entity-multi-picker__chip-remove{padding:0 .35rem;margin:0;min-width:auto;line-height:1;border:none;background:transparent;color:var(--muted);font-size:1.1rem}.entity-multi-picker__chip-remove:hover:not(:disabled){color:var(--danger)}.entity-multi-picker__search{margin-bottom:.5rem}.entity-multi-picker__list{list-style:none;margin:0;padding:0;max-height:220px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg)}.entity-multi-picker__list-msg{padding:.75rem;color:var(--muted);font-size:.85rem}.entity-multi-picker__row{display:flex;align-items:center;gap:.6rem;width:100%;padding:.45rem .65rem;border:none;border-bottom:1px solid var(--border);background:transparent;color:var(--text);text-align:left;cursor:pointer;font:inherit}.entity-multi-picker__row:last-child{border-bottom:none}.entity-multi-picker__row:hover:not(:disabled){background:#ffffff0a}.entity-multi-picker__row--selected{background:#ffcc0014}.entity-multi-picker__row-photo{width:36px;height:36px;border-radius:8px;object-fit:cover;flex-shrink:0}.entity-multi-picker__row-photo--empty{background:var(--border)}.entity-multi-picker__row-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.entity-multi-picker__row-name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entity-multi-picker__row-meta{font-size:.75rem;color:var(--muted)}.entity-multi-picker__check{color:var(--accent);font-weight:700;flex-shrink:0}
