*{box-sizing:border-box}body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f4f5}.app-root{min-height:100vh;display:flex;align-items:stretch;justify-content:center}.chat-container{width:100%;max-width:1000px;margin:2rem;background:#fff;border-radius:16px;box-shadow:0 12px 30px rgba(15,23,42,.12);display:flex;overflow:hidden}.chat-sidebar{width:260px;background:linear-gradient(160deg,#0f172a,#1d283a);color:#e5e7eb;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.chat-sidebar h1{margin:0;font-size:1.4rem;line-height:1.2}.chat-sidebar small{color:#9ca3af}.chat-main{flex:1 1;display:flex;flex-direction:column;padding:1.5rem}.chat-messages{flex:1 1;overflow-y:auto;padding-right:.5rem;margin-bottom:1rem}.message{margin-bottom:.9rem;max-width:80%;padding:.7rem .9rem;border-radius:12px;font-size:.9rem;white-space:pre-wrap}.message.user{margin-left:auto;background:#0ea5e9;color:#f9fafb;border-bottom-right-radius:4px}.message.assistant{margin-right:auto;background:#e5e7eb;color:#111827;border-bottom-left-radius:4px}.chat-input-row{display:flex;gap:.5rem}.chat-input-row input[type=text]{flex:1 1;padding:.65rem .75rem;border-radius:999px;border:1px solid #d4d4d8;font-size:.9rem;outline:none}.chat-input-row button{border-radius:999px;border:none;padding:0 1.2rem;background:#16a34a;color:#f9fafb;font-weight:600;cursor:pointer}.chat-input-row button:disabled{background:#9ca3af;cursor:not-allowed}.chat-tagline{font-size:.7rem;color:#9ca3af}.chat-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;padding:.2rem .55rem;border-radius:999px;background:rgba(251,191,36,.1);color:#facc15;border:1px solid rgba(250,204,21,.35)}.admin-link{margin-top:auto;font-size:.8rem}.admin-link a{color:#93c5fd;text-decoration:none}.admin-link a:hover{text-decoration:underline}.admin-container{width:900px}.admin-container,.admin-container-login{margin:2rem auto;background:#fff;border-radius:16px;padding:1.5rem 1.5rem 2rem;box-shadow:0 12px 30px rgba(15,23,42,.12)}.admin-container-login{width:600px;height:350px}.admin-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}.admin-header h1{margin:0}.admin-form{padding:10px 50px 50px;margin-bottom:1.5rem}.admin-form input[type=file]{display:block;margin-bottom:.75rem}.admin-doc-list h2{font-size:1rem;margin-bottom:.5rem}.admin-doc-list ul{padding-left:1rem;margin:0}.admin-doc-list li{font-size:.85rem;color:#374151}.widget-root{height:100vh;display:flex;justify-content:center;align-items:center;background:#020617;color:#f9fafb}.message.assistant{position:relative}.table>tbody>tr>td,.table>thead>tr>th{border:1px solid #dfdfdf}.table{width:100%}.table>tbody>tr>td{text-align:center}