*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);height:100vh;overflow:hidden}#root{height:100vh}.chat-container{display:flex;flex-direction:column;height:100vh;background:#fff;border-radius:0}.chat-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;text-align:center;box-shadow:0 2px 10px #0000001a}.chat-header h1{font-size:24px;margin-bottom:5px}.chat-header p{font-size:13px;opacity:.9}.chat-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:15px;background:#f5f5f5}.chat-welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;margin:auto;color:#999;text-align:center;font-size:16px}.message{display:flex;margin-bottom:10px}.message.user{justify-content:flex-end}.message.bot,.message.error{justify-content:flex-start}.message-bubble{max-width:70%;padding:12px 16px;border-radius:18px;word-wrap:break-word;line-height:1.4;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user .message-bubble{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:4px}.message.bot .message-bubble{background:#e0e0e0;color:#333;border-bottom-left-radius:4px}.message.error .message-bubble{background:#ffebee;color:#c62828;border-bottom-left-radius:4px}.message-bubble.loading{background:#e0e0e0;color:#666;font-style:italic}.chat-input-form{display:flex;gap:10px;padding:15px;background:#fff;border-top:1px solid #e0e0e0}.chat-input-form input{flex:1;padding:12px 16px;border:1px solid #e0e0e0;border-radius:24px;font-size:14px;font-family:inherit;direction:rtl;text-align:right;outline:none;transition:border-color .2s}.chat-input-form input:focus{border-color:#667eea}.chat-input-form input::placeholder{color:#999}.chat-input-form button{padding:12px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:24px;cursor:pointer;font-size:16px;transition:opacity .2s}.chat-input-form button:hover{opacity:.9}.chat-input-form button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 600px){.message-bubble{max-width:85%}.chat-header h1{font-size:20px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:#f9fafb;color:#111827;min-height:100vh}.topbar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.topbar-title{font-weight:600;font-size:1rem;color:#111827}.topbar-user{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#6b7280}.btn{padding:.4rem .9rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;border:1px solid transparent;transition:background .15s,color .15s}.btn-primary{background:#2563eb;color:#fff;border-color:#2563eb}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#fff;color:#374151;border-color:#d1d5db}.btn-secondary:hover{background:#f3f4f6}.main{max-width:800px;margin:3rem auto;padding:0 1.25rem;text-align:center}.main h1{font-size:1.75rem;font-weight:700;margin-bottom:.75rem;color:#111827}.main p{color:#6b7280;font-size:1rem;line-height:1.6}.muted{color:#6b7280}.data-table{width:100%;margin-top:1.5rem;border-collapse:collapse;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;font-size:.9rem;text-align:left}.data-table th,.data-table td{padding:.6rem .9rem;border-bottom:1px solid #f1f5f9}.data-table th{background:#f9fafb;font-weight:600;color:#374151}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:#f9fafb}
