:root{--bg: #1a1714;--surface: #252119;--surface-alt: #2e2822;--border: #3d352e;--text: #f5f0eb;--text-muted: #9c9088;--accent: #c47a2c;--accent-hover: #d9924a;--accent-soft: #5c4228;--success: #6b9e78;--danger: #b85450;--log-bg: #141210;font-family:Segoe UI,Trebuchet MS,sans-serif;color:var(--text);background:var(--bg);line-height:1.45}*{box-sizing:border-box}html,body,#root{margin:0;height:100%;min-height:100%}body{background:radial-gradient(ellipse at 20% 0%,#2a2218 0%,transparent 55%),radial-gradient(ellipse at 90% 10%,#1f1812 0%,transparent 40%),var(--bg)}button,input{font:inherit}.app-shell{max-width:920px;margin:0 auto;padding:2.5rem 1.25rem 3rem}.app-shell-wide{max-width:1100px}.brand{font-size:1.75rem;font-weight:650;letter-spacing:.04em;margin:0 0 .25rem}.brand span{color:var(--accent)}.subhead{color:var(--text-muted);margin:0 0 1.75rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem 1.35rem}.card+.card{margin-top:1rem}label{display:block;font-size:.85rem;color:var(--text-muted);margin-bottom:.35rem}input[type=text],input[type=password]{width:100%;background:var(--log-bg);border:1px solid var(--border);border-radius:6px;color:var(--text);padding:.65rem .75rem;margin-bottom:.9rem}input[type=file]{width:100%;color:var(--text-muted);margin-bottom:.75rem}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:6px;padding:.65rem 1.1rem;background:var(--accent);color:#1a120a;font-weight:600;cursor:pointer}.btn:hover:not(:disabled){background:var(--accent-hover)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-ghost{background:var(--surface-alt);color:var(--text);border:1px solid var(--border)}.row{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.muted{color:var(--text-muted);font-size:.9rem}.error{color:var(--danger);margin:.5rem 0 0}.success{color:var(--success)}.log{background:var(--log-bg);border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem;min-height:8rem;font-family:Consolas,Courier New,monospace;font-size:.85rem;white-space:pre-wrap;color:var(--text-muted)}.progress{height:8px;background:var(--log-bg);border-radius:999px;overflow:hidden;margin:.75rem 0}.progress>span{display:block;height:100%;background:linear-gradient(90deg,var(--accent-soft),var(--accent));transition:width .25s ease}.checkbox{display:flex;gap:.5rem;align-items:center;margin:.5rem 0 1rem;color:var(--text-muted)}.checkbox input{margin:0}.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.usage-pill{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:var(--accent-soft);border:1px solid var(--border);border-radius:999px;padding:.35rem .75rem;font-size:.8rem;color:var(--text)}.history-list{list-style:none;margin:0;padding:0}.history-list li{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem 0;border-top:1px solid var(--border);flex-wrap:wrap}.history-list li:first-child{border-top:none;padding-top:0}.history-list li.active{background:var(--surface-alt);margin:0 -.5rem;padding-left:.5rem;padding-right:.5rem;border-radius:6px}.history-main{display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1}.history-open{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;color:var(--text);font:inherit;font-weight:600;text-align:left;padding:0;cursor:pointer}.history-open:hover{color:var(--accent-hover)}.admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem 1rem;margin-bottom:1rem}.admin-grid label{margin-bottom:.25rem}.admin-grid input,.admin-grid select,.admin-table input,.admin-table select{width:100%;background:var(--log-bg);border:1px solid var(--border);border-radius:6px;color:var(--text);padding:.5rem .65rem;margin-bottom:0}.table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-table th,.admin-table td{text-align:left;padding:.55rem .4rem;border-bottom:1px solid var(--border);vertical-align:middle}.admin-table th{color:var(--text-muted);font-weight:600;font-size:.8rem}.btn-compact{padding:.35rem .75rem;font-size:.8rem;line-height:1.2;min-height:0;font-weight:600}.topbar>.row{flex-wrap:nowrap;gap:.5rem}.btn-icon{padding:.35rem;min-width:2rem;display:inline-flex;align-items:center;justify-content:center}.admin-user-actions{width:2.5rem;text-align:right}.admin-user-row-deleted td{text-decoration:line-through;color:var(--text-muted);opacity:.85}.admin-user-row-deleted .admin-user-actions,.admin-user-row-deleted .admin-user-actions *{text-decoration:none;opacity:1}.admin-user-divider-row td{padding:.85rem .4rem .55rem;border-bottom:none}.admin-user-divider{display:flex;align-items:center;gap:.75rem;color:var(--text-muted);font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.admin-user-divider:before,.admin-user-divider:after{content:"";flex:1;height:1px;background:var(--border)}.admin-user-divider span{white-space:nowrap}.launcher-project-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;flex-wrap:wrap}.launcher-project-main{flex:1 1 280px;min-width:0}.launcher-project-actions{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;justify-content:flex-end;flex:0 0 auto;margin-top:1.35rem}.history-modal{width:min(920px,100%);max-height:min(90vh,900px);overflow:auto}.history-modal-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.15rem}.history-modal-actions{gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.history-modal-sub{margin:.2rem 0 .55rem;font-size:.85rem}.history-tabs{gap:.4rem;margin-bottom:.75rem;flex-wrap:wrap}.history-project-editor{margin-bottom:.85rem}.history-project-grid{margin-bottom:.75rem}.history-project-span{grid-column:1 / -1}.history-field-value{font-size:.9rem;line-height:1.35;min-height:1.35rem;word-break:break-word}.history-table{font-size:.8rem;table-layout:fixed;width:100%}.history-table th,.history-table td{padding:.28rem .3rem;vertical-align:middle;line-height:1.25}.history-table th{font-size:.72rem;white-space:nowrap}.history-col-check{width:1.6rem;text-align:center}.history-col-check input{margin:0;vertical-align:middle}.history-col-date{width:6.6rem;white-space:nowrap;font-variant-numeric:tabular-nums;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis}.history-col-project{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-col-owner{width:5.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-col-edited{width:4.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-muted)}.history-col-lock{width:4.2rem;white-space:nowrap}.history-col-scans{width:3.6rem;white-space:nowrap;font-variant-numeric:tabular-nums;text-align:right}.history-col-actions{width:2.4rem;text-align:right}.history-row-active td{background:color-mix(in srgb,var(--accent, #3d6b8c) 12%,transparent)}.history-row-actions{gap:.3rem;flex-wrap:nowrap;justify-content:flex-end}.app-shell-studio{max-width:1400px;height:100vh;max-height:100vh;overflow:hidden;display:flex;flex-direction:column;padding-top:1rem;padding-bottom:.75rem;box-sizing:border-box}.app-shell-studio>.topbar{flex-shrink:0;margin-bottom:.65rem}.app-shell-studio>.muted,.app-shell-studio>.error{flex-shrink:0;margin:.15rem 0}.app-shell-studio .btn-compact{padding:.28rem .7rem;font-size:.85rem;line-height:1.2;min-height:0}.app-shell-studio .topbar{align-items:center;margin-bottom:.45rem}.app-shell-studio .brand{margin:0;font-size:1.35rem}.studio-scan-bar{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;margin-bottom:.5rem;flex-shrink:0;padding:.45rem .65rem}.studio-scan-bar label{margin:0}.studio-scan-bar select{min-width:min(280px,100%);flex:1;background:var(--log-bg);border:1px solid var(--border);border-radius:6px;color:var(--text);padding:.28rem .55rem;font-size:.85rem}.studio-scan-pos{white-space:nowrap;font-variant-numeric:tabular-nums}.studio-layout{display:grid;grid-template-columns:1fr;gap:.75rem;align-items:stretch;flex:1;min-height:0;overflow:hidden}.studio-layout-strip-open{grid-template-columns:minmax(180px,240px) 1fr}@media(max-width:860px){.studio-layout,.studio-layout-strip-open{grid-template-columns:1fr;min-height:60vh}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.comment-choices{display:flex;flex-direction:column;gap:.35rem;margin:.75rem 0 .35rem}.comment-choice{display:flex;align-items:center;gap:.45rem;cursor:pointer}@media(max-width:860px){.app-shell-studio{height:auto;max-height:none;overflow:auto}}.studio-strip-side{display:flex;flex-direction:column;min-height:0;overflow:hidden;padding:.75rem}.studio-strip-scroll{overflow:auto;flex:1;min-height:0}.studio-main{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0;overflow:hidden}.studio-heatmap-card{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden;padding:.5rem .75rem .65rem}.studio-canvas-wrap{flex:1 1 auto;min-height:320px;display:flex;flex-direction:column;overflow:hidden}.studio-canvas-stage{position:relative;flex:1 1 auto;min-height:280px;overflow:hidden}.studio-canvas{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%!important;height:100%!important;image-rendering:pixelated;border:1px solid var(--border);border-radius:6px;background:#141210;box-sizing:border-box}.studio-canvas-edit{cursor:crosshair;touch-action:none;-webkit-user-select:none;user-select:none}.studio-row-corrected td{color:#ff7ae0}.studio-hover{flex:0 0 auto;margin:.35rem 0 0;font-size:.85rem;line-height:1.35}.studio-table td,.studio-table th{white-space:nowrap;font-size:.8rem;padding:.35rem .3rem}.stats-wrap{position:relative}.stats-popover{position:absolute;right:0;top:calc(100% + .4rem);z-index:40;min-width:240px;box-shadow:0 8px 24px #00000059}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0806b8;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem}.modal{width:min(960px,100%);max-height:min(80vh,720px);overflow:auto}.modal-card{width:min(480px,100%);padding:1.25rem 1.35rem}.index-prompt{margin-top:.75rem;padding:.75rem;border:1px dashed var(--border);border-radius:8px;background:var(--surface-alt)}.qc-chart{width:100%}.qc-chart-legend{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:var(--text-muted);margin-bottom:.35rem}.qc-swatch.snr{color:#e8c84a;margin-right:.15rem}.qc-swatch.dropout{color:#e05050;margin-left:.75rem;margin-right:.15rem}.qc-chart-canvas{display:block;width:100%;border:1px solid var(--border);border-radius:6px;background:var(--log-bg)}.badge{display:inline-block;padding:.15rem .5rem;border-radius:4px;font-size:.72rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}.badge-delivered{background:var(--accent-soft);color:var(--accent)}.badge-frozen{background:#b8545033;color:var(--danger)}.studio-banner{flex-shrink:0;padding:.4rem .85rem;border-radius:6px;font-size:.85rem;margin-bottom:.45rem}.studio-banner-lock{background:#b854501f;border:1px solid rgba(184,84,80,.35);color:var(--danger)}.studio-banner-admin{background:#c47a2c1a;border:1px solid rgba(196,122,44,.35);color:var(--accent)}
