@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,sans-serif;background:radial-gradient(120% 120% at 10% 10%,#19204a,#0b0e1f 36%,#050612);color:#e8ecff}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:transparent}h1,h2,h3,p{margin:0}a{color:inherit}#root{min-height:100vh}.app{width:100%;max-width:none;margin:0;padding:24px 24px 40px;display:flex;flex-direction:column;gap:16px}.app-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);gap:16px}.brand{display:flex;align-items:center;gap:14px}.logo-chip{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;background:#fff;border-radius:12px;box-shadow:none}.brand__logo{height:42px;width:auto}.brand__title{margin:0;font-size:18px;letter-spacing:.02em;font-weight:700}.brand__subtitle{margin:2px 0 0;font-size:13px;color:#9fb0ff;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.app-header .user{display:flex;gap:12px;align-items:center}.app-header .user>div{display:flex;flex-direction:column;gap:2px;line-height:1.2}.app-header .user small{color:#9ca3af}.app-header img{width:40px;height:40px;border-radius:50%}button{font:inherit}.app-header button{padding:10px 14px;border-radius:10px;border:1px solid #334155;background:#111827;color:#e9edf5;cursor:pointer}main{display:grid;grid-template-columns:3fr 1.4fr;gap:20px}.chat-section{border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:12px;display:flex;flex-direction:column;gap:12px;background:#ffffff08;min-height:70vh;max-height:calc(100vh - 160px);overflow:hidden;overflow-y:auto}.chat-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px;border-bottom:1px solid rgba(255,255,255,.07)}.eyebrow{text-transform:uppercase;font-size:10px;letter-spacing:.2em;color:#9fb0ff}.muted{color:#9ca3af;margin-top:4px}.chip{padding:8px 12px;border-radius:999px;border:1px solid #1f2937;background:#0f172a;color:#e9edf5}.chat-window{display:flex;flex-direction:column;flex:1;gap:12px;overflow:hidden}.chat-messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:0 8px}.chat-message{border:1px solid #1f2937;border-radius:12px;padding:10px 12px;background:#0f172a}.chat-message.agent{border-color:#38bdf8;background:#38bdf814}.chat-message.user{border-color:#22c55e;background:#22c55e1a}.chat-message.error{border-color:#f87171;background:#f871711a}.chat-message .meta{display:flex;justify-content:space-between;color:#9ca3af;font-size:12px;margin-bottom:4px;gap:8px}.chat-message .meta .pin{margin-left:auto;padding:4px 8px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#9fb0ff;cursor:pointer}.chat-message .agent-meta{display:flex;gap:6px;margin-bottom:6px}.chat-message .agent-meta .badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:#38bdf814;color:#e8ecff;font-size:12px;font-weight:600}.slug-chip{display:inline-flex;align-items:center;gap:2px;padding:2px;margin:0 4px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#38bdf814;color:#e8ecff;font:inherit}.slug-chip .slug-main{padding:4px 8px;border:none;background:transparent;color:inherit;cursor:pointer;font:inherit}.slug-chip .slug-zoom{padding:4px 6px;border:none;background:transparent;color:inherit;cursor:pointer;font-size:14px}.chat-input{border:1px solid #1f2937;border-radius:12px;padding:10px;display:flex;flex-direction:column;gap:8px;background:#0f172a}.chat-input textarea{width:100%;min-height:100px;resize:vertical;border:none;border-radius:8px;padding:10px;font:inherit;background:#0b1320;color:#e9edf5}.chat-input textarea:disabled{opacity:.6}.chat-input .actions{display:flex;justify-content:flex-end}.chat-input button{padding:10px 16px;border-radius:10px;border:1px solid #38bdf8;background:linear-gradient(120deg,#38bdf8,#0ea5e9);color:#0c1118;cursor:pointer}.empty-state{border:1px dashed #1f2937;border-radius:12px;padding:20px;text-align:center;color:#9ca3af}.zoom-panel{border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:12px;background:#ffffff08;display:flex;flex-direction:column;gap:12px}.zoom-image-preview{display:flex;justify-content:center;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px}.zoom-image-preview img{max-width:100%;height:auto;max-height:360px;border-radius:10px}.zoom-header{display:flex;align-items:center;justify-content:space-between}.zoom-panel textarea{width:100%;min-height:400px;resize:vertical;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#0f172a;color:#e9edf5;padding:12px;font:inherit}.zoom-panel .ghost{padding:8px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#e9edf5;cursor:pointer}.login-panel{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.login-panel .card{width:min(420px,90vw);border:1px solid #1f2937;border-radius:20px;padding:24px;background:#0f172a;display:grid;gap:14px}.warning{padding:10px 12px;border-radius:12px;background:#f8b4001f;border:1px solid rgba(248,180,0,.4)}.error{color:#f87171}@media (max-width: 900px){.app{padding:20px}main{grid-template-columns:1fr}}
