:root{--bg:#0f0f12;--surface:#1a1a1f;--border:#2a2a32;--text:#e8e8ed;--muted:#8888a0;--accent:#6366f1;--accent-hover:#818cf8;--danger:#ef4444;--success:#22c55e}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,input,textarea{font:inherit}button{cursor:pointer;min-height:44px}@media (max-width:640px){.admin,.customer{padding:1rem}.instanceItem,.shareRow{flex-direction:column}.instanceItem{align-items:flex-start}.chatForm{flex-wrap:wrap}.chatForm input{min-width:0}}.admin,.customer{max-width:640px;margin:0 auto;padding:1.5rem;min-height:100vh}.admin main{display:flex;flex-direction:column;gap:0}.header{margin-bottom:2rem}.header h1{margin:0 0 .25rem;font-size:1.75rem}.muted{color:var(--muted);font-size:.95rem;margin:0}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.card h2{margin:0 0 1rem;font-size:1.1rem}.cardHead{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cardHead h2{margin:0}.field{margin-bottom:1rem}.field label{display:block;margin-bottom:.35rem;font-size:.9rem;color:var(--muted)}.field input[type=file],.field input[type=password],.field input[type=text]{width:100%;padding:.5rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text)}.btn{padding:.5rem 1rem;background:var(--accent);color:#fff;border:none;border-radius:8px;font-weight:500}.btn:disabled{opacity:.6;cursor:not-allowed}.btnSecondary{background:var(--surface);border:1px solid var(--border);color:var(--text)}.btnSmall{padding:.35rem .65rem;font-size:.85rem}.btnDanger{background:var(--danger)}.error{color:var(--danger);margin:0 0 1rem;font-size:.9rem}.success{color:var(--success);margin:1rem 0 .5rem;font-size:.9rem}.uploadResult{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.qrWrap{margin-top:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.qrWrap svg{border-radius:8px}.shareRow{display:flex;gap:.5rem;margin-top:.5rem}.shareInput{flex:1 1;padding:.5rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text)}.shareInput,.small{font-size:.85rem}.instanceList{list-style:none;margin:0;padding:0}.instanceItem{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border);gap:1rem;flex-wrap:wrap}.instanceItem:last-child{border-bottom:none}.instanceActions{display:flex;gap:.5rem}.chatWrap{display:flex;flex-direction:column;height:calc(100vh - 8rem);min-height:320px}.messages{flex:1 1;overflow-y:auto;padding:1rem 0}.msg{margin-bottom:1rem}.msgUser{color:var(--muted)}.msgBotAnswer{white-space:pre-wrap;margin:.5rem 0 0}.citations{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.citations h4{font-size:.85rem;margin:0 0 .5rem;color:var(--muted)}.citeBlock{font-size:.9rem;padding:.5rem;background:var(--bg);border-radius:8px;margin-bottom:.5rem}.citeRef{font-weight:600;color:var(--accent);margin-bottom:.25rem}.chatForm{display:flex;gap:.5rem;padding:.5rem 0}.chatForm input{flex:1 1;padding:.6rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text)}.chatForm button{padding:.6rem 1rem}.keyForm{max-width:400px}.smallHeader{margin:0 0 .75rem;font-size:1rem;color:var(--muted)}.sourceList{list-style:none;margin:0 0 1rem;padding:0}.sourceItem{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border);gap:.5rem}.sourceItem:last-child{border-bottom:none}.addSourceForm{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-top:.5rem}.addSourceForm input[type=file]{flex:1 1;min-width:0}.discardConfirm{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.5rem}.discardConfirm p{margin:0;font-size:.9rem;color:var(--muted)}