*{box-sizing:border-box;margin:0;padding:0}.horus{background:#fff;flex-direction:column;width:400px;height:550px;font-family:Arial,Helvetica,sans-serif;display:flex;position:relative;overflow:hidden}.header{color:#fff;background:#2d2e2e;flex-shrink:0;padding:15px}.brand{align-items:center;gap:12px;display:flex}.brand img{object-fit:cover;background:#fff;border-radius:50%;width:45px;height:45px}.brand h2{font-size:20px;font-weight:700}.brand p{color:#d8e8dc;font-size:13px}.modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.session-modal{background:#fff;border-radius:18px;flex-direction:column;gap:14px;width:90%;max-width:330px;padding:25px;display:flex;box-shadow:0 10px 30px #00000040}.session-modal h2{color:#142024;font-size:23px}.session-modal p{color:#666;font-size:14px;line-height:1.5}.session-modal input{border:1px solid #ccc;border-radius:12px;outline:none;width:100%;padding:12px;font-size:15px}.session-modal input:focus{border-color:#03bbef}.session-modal button{color:#fff;cursor:pointer;background:#03bbef;border:none;border-radius:12px;padding:12px;font-size:15px;font-weight:600}.session-modal button:hover{opacity:.9}.session-modal button:disabled{opacity:.5;cursor:not-allowed}.tabs{border-bottom:1px solid #ddd;flex-shrink:0;display:flex}.tabs button{cursor:pointer;color:#666;background:#fff;border:none;flex:1;justify-content:center;align-items:center;gap:6px;padding:12px;font-size:14px;display:flex}.tabs button.active{color:#03bbef;border-bottom:3px solid #03bbef}.content{background:#f7f9fb;flex:1;padding:15px;overflow-y:auto}.welcome{background:#fff;border-radius:18px;padding:18px;box-shadow:0 2px 8px #0000000d}.welcome h3{color:#364152;margin-bottom:20px;font-size:15px;line-height:1.6}.welcome button{color:#142024;cursor:pointer;background:#fff;border:2px solid #142024;border-radius:25px;width:100%;margin-bottom:10px;padding:12px;font-size:14px}.welcome button:hover{color:#fff;background:#03bbef;border-color:#03bbef}.messages{flex-direction:column;gap:12px;display:flex;overflow-y:auto}.user{color:#fff;background:#03bbef;border-radius:18px 18px 4px;align-self:flex-end;max-width:82%;padding:11px 14px;font-size:14px;line-height:1.6}.assistant{color:#26363b;background:#fff;border:1px solid #e8edef;border-radius:18px 18px 18px 4px;align-self:flex-start;max-width:82%;padding:11px 14px;font-size:14px;line-height:1.65;box-shadow:0 2px 7px #0000000f}.history-list{flex-direction:column;gap:12px;display:flex}.history-card{background:#fff;border-radius:15px;padding:15px;box-shadow:0 2px 6px #00000014}.history-card h4{color:#142024;margin-bottom:5px}.history-card span{color:#777;font-size:13px}.input{background:#fff;border-top:1px solid #ddd;flex-shrink:0;align-items:center;gap:10px;padding:8px;display:flex}.input input{border:2px solid #03bbef;border-radius:30px;outline:none;flex:1;padding:12px;font-size:15px}.input input:disabled{cursor:not-allowed;background:#f1f1f1}.input svg:first-child{color:#03bbef}.content::-webkit-scrollbar{width:5px}.content::-webkit-scrollbar-thumb{background:#03bbef;border-radius:10px}.error-message{color:red}.typing{align-items:center;gap:6px;padding:8px 0;display:flex}.typing span{background:#777;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite typingBounce}.typing span:first-child{animation-delay:0s}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}.history-date-group{background:#fff;border-radius:12px;margin-bottom:10px;overflow:hidden;box-shadow:0 2px 6px #0000000f}.history-date-header{cursor:pointer;color:#142024;background:#fff;border:none;justify-content:space-between;align-items:center;width:100%;padding:14px 15px;font-size:14px;font-weight:600;transition:background .2s;display:flex}.history-date-header:hover{background:#f3f8fa}.history-date{text-align:left}.history-arrow{color:#03bbef;font-size:11px}.history-date-messages{border-top:1px solid #eee;flex-direction:column;gap:10px;padding:5px 10px 10px;display:flex}.history-message{border-radius:12px;padding:10px 12px;font-size:13px}.history-message.user-message{background:#e8f8fd}.history-message.assistant-message{background:#f7f7f7}.history-role{color:#142024;margin-bottom:5px;font-weight:700}.history-text{color:#364152;line-height:1.5}.history-time{color:#888;text-align:right;margin-top:6px;font-size:11px}@keyframes typingBounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}.message.assistant p{margin:8px 0;line-height:1.6}.message.assistant ul{padding-left:20px}.message.assistant li{margin-bottom:6px}.message.assistant strong{font-weight:700}.send_icon{color:#fff;background-color:#f1f1f1}@media (width<=600px){.horus{width:100%;height:100vh}.session-modal{width:85%}}.voice-trigger{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;transition:background .2s,transform .2s;display:flex}.voice-trigger:hover:not(:disabled){background:#0000000f;transform:scale(1.04)}.voice-trigger:disabled{opacity:.4;cursor:not-allowed}.voice-modal-overlay{z-index:9999;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.voice-modal{text-align:center;background:#fff;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;width:min(420px,100%);min-height:400px;padding:42px 28px 30px;display:flex;position:relative;box-shadow:0 20px 60px #00000040}.voice-close{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:absolute;top:14px;right:14px}.voice-close:hover:not(:disabled){background:#00000012}.voice-close:disabled{opacity:.35;cursor:not-allowed}.voice-modal-icon{background:#0000000f;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;display:flex}.voice-modal h3{margin:0 0 8px;font-size:24px}.voice-status{opacity:.7;max-width:320px;min-height:42px;margin:0;line-height:1.5}.voice-record-button{color:#fff;cursor:pointer;background:#111;border:none;border-radius:50%;justify-content:center;align-items:center;width:118px;height:118px;margin:24px 0 16px;transition:transform .2s,opacity .2s;display:flex;box-shadow:0 10px 30px #0003}.voice-record-button:hover:not(:disabled){transform:scale(1.05)}.voice-record-button.recording{animation:1.5s infinite voice-pulse}.voice-record-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.voice-record-button.processing{background:#555}.voice-record-button.speaking{background:#333}.voice-spinner{animation:1s linear infinite voice-spin}.voice-hint{opacity:.55;margin:0;font-size:13px}.voice-error{box-sizing:border-box;color:#b42318;background:#fff0f0;border-radius:10px;width:100%;margin-top:12px;padding:10px 12px;font-size:13px}.voice-avatar-container{background:#111;border-radius:18px;width:220px;height:260px;margin:0 auto 16px;position:relative;overflow:hidden}.voice-avatar-video{object-fit:cover;width:100%;height:100%;display:block}@keyframes voice-pulse{0%{box-shadow:0 0 #00000040}70%{box-shadow:0 0 0 18px #0000}to{box-shadow:0 0 #0000}}@keyframes voice-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=480px){.voice-modal{border-radius:20px;min-height:360px;padding:38px 20px 26px}.voice-record-button{width:105px;height:105px}}.horus-launcher{cursor:pointer;z-index:9999;background:#03bbef;border:none;border-radius:50%;width:75px;height:75px;padding:5px;animation:2s infinite pulse;position:fixed;bottom:30px;right:30px;box-shadow:0 8px 25px #00000040}.horus-launcher img{object-fit:cover;border-radius:50%;width:70px;height:70px;margin-right:14px}.horus-popup{z-index:9999;border-radius:25px;width:400px;height:550px;position:fixed;bottom:25px;right:25px;overflow:hidden;box-shadow:0 15px 50px #0000004d}.close-chat{color:#03bbef;cursor:pointer;z-index:10000;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;padding:0;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 2px 8px #0003}.history-container{flex-direction:column;gap:12px;height:100%;padding:16px;display:flex;overflow-y:auto}.history-message{border-radius:12px;flex-direction:column;gap:6px;max-width:90%;padding:12px;display:flex}.user-message{background:#d7ecff;align-self:flex-end}.assistant-message{background:#f2f2f2;align-self:flex-start}.history-role{font-size:12px;font-weight:600}.history-text{white-space:pre-wrap;word-break:break-word;line-height:1.5}.history-time{color:gray;font-size:11px}.history-loading,.history-empty,.history-error{text-align:center;color:gray;padding:20px}@keyframes openChat{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #0b496b80}70%{box-shadow:0 0 0 20px #0b4e6b00}to{box-shadow:0 0 #0b536b00}}@media (width<=600px){.horus-popup{border-radius:0;width:100%;height:100%;bottom:0;right:0}}.login-page{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.background-image{filter:blur(8px);opacity:.25;background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.1)}.login-page:before{content:"";z-index:1;background:#ffffffa6;position:absolute;inset:0}.login-card{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-radius:16px;flex-direction:column;width:420px;padding:35px;display:flex;position:relative;box-shadow:0 20px 50px #00000026}.login-logo{object-fit:contain;border-radius:50%;width:90px;height:90px;margin:0 auto 10px}.login-card h2{text-align:center;margin:5px 0}.login-card h3{text-align:center;color:#666;margin-bottom:25px}.login-card label{margin-bottom:8px;font-weight:600}.login-card input{border:1px solid #ccc;border-radius:8px;margin-bottom:6px;padding:12px;font-size:15px}.login-card input:focus{border-color:#8edbf0;outline:none;box-shadow:0 0 0 3px #93c5dc26}.login-card button{color:#fff;cursor:pointer;background:#03bbef;border:none;border-radius:8px;margin-top:20px;padding:13px;font-size:15px}.login-card button:hover{background:#8ed0e8}.login-card button:disabled{opacity:.7;cursor:not-allowed}.error-box{color:#b00020;background:#ffe3e3;border:1px solid #ffb5b5;border-radius:8px;margin-bottom:20px;padding:12px}.field-error{color:#d32f2f;margin-top:-2px;margin-bottom:12px;font-size:13px}.sidebar{color:#fff;background:#111827;flex-direction:column;width:240px;padding:20px;display:flex}.sidebar h2{margin-bottom:30px}.sidebar img{width:150px;height:150px}.sidebar-menu{flex-direction:column;flex:1;display:flex}.sidebar button{color:#cbd5e1;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;margin-bottom:8px;padding:14px;font-size:20px}.logout-button{margin-top:auto;color:#fff!important;text-align:center!important;background:#dc2626!important}.logout-button:hover{background:#991b1b!important}.admin-container{padding:30px}.admin-header{justify-content:space-between;align-items:center;display:flex}.create-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:12px 18px}.admin-table{border-collapse:collapse;background:#fff;width:100%;margin-top:25px}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #ddd;padding:14px}.field-error{color:#dc2626;margin-top:-10px;margin-bottom:10px;font-size:13px;display:block}.view-btn,.delete-btn{cursor:pointer;border:none;border-radius:6px;margin-right:8px;padding:8px 12px}.view-btn{color:#fff;background:#10b981}.delete-btn{color:#fff;background:#ef4444}.active{color:green;font-weight:700}.inactive{color:red;font-weight:700}.error-box{color:#991b1b;background:#fee2e2;border-radius:8px;margin:15px 0;padding:12px}.success-box{color:#166534;background:#dcfce7;border-radius:8px;margin:15px 0;padding:12px}.modal-overlay,.slide-overlay{background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:12px;width:400px;padding:30px}.slide-overlay{justify-content:flex-end}.slide-panel{background:#fff;width:400px;height:100%;padding:30px;animation:.3s slide}@keyframes slide{0%{transform:translate(100%)}to{transform:translate(0)}}.slide-panel input{width:100%;margin-bottom:15px;padding:12px}.slide-panel button{color:#fff;background:#2563eb;border:none;border-radius:8px;width:100%;padding:12px}.close-btn{margin-top:10px;background:#6b7280!important}.profile-page{background:#f8fafc;min-height:calc(100vh - 80px);padding:2rem;overflow:hidden}.profile-container{max-width:1100px;margin:auto}.profile-header{background:#fff;border-radius:18px;align-items:center;gap:1.5rem;padding:2rem;display:flex;box-shadow:0 10px 30px #0000000f}.avatar{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;font-size:2.5rem;font-weight:700;display:flex}.profile-title h2{margin:0;font-size:1.8rem}.profile-title p{color:#64748b;margin:.4rem 0}.profile-title span{color:#1d4ed8;background:#dbeafe;border-radius:20px;padding:.35rem .9rem;font-size:.85rem;font-weight:600;display:inline-block}.profile-content{grid-template-columns:1fr 1.2fr;gap:2rem;margin-top:2rem;display:grid}.info-card,.password-card{background:#fff;border-radius:18px;padding:2rem;box-shadow:0 10px 30px #0000000f}.info-card h3,.password-card h3{color:#1e293b;margin-top:0}.info-row{border-bottom:1px solid #e5e7eb;padding:1rem 0}.info-row:last-child{border-bottom:none}.info-row label{color:#64748b;font-size:.85rem}.info-row p{color:#334155;margin:.3rem 0 0;font-weight:600}.form-group label{color:#475569;margin-bottom:.4rem;font-weight:600;display:block}.password-rules{background:#f1f5f9;border-radius:10px;margin:1rem 0;padding:1rem}.password-rules ul{margin-bottom:0;padding-left:1.2rem}.password-rules li{color:#475569;margin-bottom:.3rem}.error-box,.success-box{border-radius:10px;margin-bottom:1rem;padding:.8rem}.error-box{color:#b91c1c;background:#fee2e2}.success-box{color:#15803d;background:#dcfce7}.change-password-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;width:100%;padding:.9rem;font-size:1rem;font-weight:600}.change-password-btn:hover{background:#1d4ed8}.change-password-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=900px){.profile-content{grid-template-columns:1fr}.profile-page{overflow:auto}}.super_dashboard{box-sizing:border-box;background:#f8fafc;width:100%;min-height:100%;padding:1.5rem}.super_dashboard-header{margin-bottom:1.5rem}.super_dashboard-header h1{color:#1e293b;margin:0;font-size:2rem}.cards{grid-template-columns:repeat(2,minmax(220px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.stat-card{box-sizing:border-box;background:#fff;border-radius:16px;align-items:center;gap:1rem;width:100%;padding:1rem;display:flex;box-shadow:0 8px 20px #0f172a14}.stat-card .icon{color:#2563eb;background:#dbeafe;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.stat-card .icon svg{width:22px;height:22px}.stat-card span{color:#64748b;font-size:.85rem}.stat-card h2{color:#0f172a;margin:.25rem 0 0;font-size:1.5rem}.graphs{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.graph-card{background:#fff;border-radius:16px;width:100%;padding:1.5rem;box-shadow:0 8px 20px #0f172a14}.graph-card h3{color:#1e293b;margin-top:0}.tables{flex-direction:column;gap:1.5rem;display:flex}.table-card{background:#fff;border-radius:16px;width:100%;padding:1.5rem;overflow-x:auto;box-shadow:0 8px 20px #0f172a14}.table-card table{border-collapse:collapse;width:100%}.table-card th{text-align:left;color:#334155;background:#f1f5f9;padding:12px}.table-card td{color:#475569;border-bottom:1px solid #e2e8f0;padding:12px}.loading{color:#64748b;justify-content:center;align-items:center;height:50vh;display:flex}@media (width<=768px){.dashboard{padding:1rem}.dashboard-header h1{font-size:1.5rem}}.dashboard{background:#f5f7fb;height:100vh;display:flex}.dashboard-content{flex:1;padding:30px;overflow:auto}.admin-login-container{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.background-blur{filter:blur(15px);z-index:-2;background-image:url(/assets/horus_logo-Djfb5YU_.png);background-position:50%;background-size:cover;position:absolute;inset:0;transform:scale(1.1)}.admin-login-container:before{content:"";z-index:-1;background:#ffffff59;position:absolute;inset:0}.admin-login-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;width:380px;padding:35px;box-shadow:0 15px 40px #00000040}.admin-login-card h1{text-align:center;margin-bottom:10px}.logo_container{justify-content:center;align-items:center;margin:15px 0 20px;display:flex}.logoAdmin{object-fit:contain;width:120px;height:auto}.subtitle{text-align:center;color:#777;margin-bottom:25px}.form-group input{border:1px solid #ddd;border-radius:8px;width:100%;padding:12px;font-size:15px}.form-group input:focus{border-color:#2563eb;outline:none}button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;width:100%;padding:13px;font-size:16px}button:disabled{opacity:.6}.error-box{color:#b91c1c;background:#fee2e2;border-radius:8px;margin-bottom:15px;padding:12px}.field-error{color:#dc2626;margin-top:5px;font-size:13px;display:block}.forgot-password-link{color:#000}.admin-dashboard{background:#f5f7fb;height:100vh;display:flex}.admin-dashboard-content{flex:1;padding:30px;overflow:auto}.Adminsidebar{color:#fff;background:#111827;flex-direction:column;width:240px;padding:20px;display:flex}.Adminsidebar h2{margin-bottom:30px}.Adminsidebar-menu{flex-direction:column;flex:1;display:flex}.Adminsidebar button{color:#cbd5e1;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;margin-bottom:8px;padding:14px;font-size:20px}.Adminsidebar img{width:150px;height:150px}.sidebar button:hover{background:#1f2937}.sidebar button.active{color:#fff;background:#2563eb}.Adminlogout-button{margin-top:auto;color:#fff!important;text-align:center!important;background:#dc2626!important}.Adminlogout-button:hover{background:#991b1b!important}.admin-stat-statistics-dashboard{background:#f8fafc;width:100%;min-height:100vh;padding:24px}.admin-stat-dashboard-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.dashboard-header h1{color:#0f172a;margin:0;font-size:28px;font-weight:700}.dashboard-header p{color:#64748b;margin-top:8px}.dashboard-actions{color:#64748b;align-items:center;gap:20px;font-size:14px;display:flex}.refresh-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;transition:all .3s;display:flex}.refresh-btn:hover{opacity:.85}.stats-cards{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px;display:grid}.stat-card{background:#fff;border-radius:16px;align-items:center;gap:18px;padding:22px;transition:transform .2s;display:flex;box-shadow:0 4px 12px #0000000d}.stat-card:hover{transform:translateY(-4px)}.stat-card h3{color:#64748b;margin:0;font-size:14px}.stat-card strong{color:#0f172a;margin:8px 0;font-size:30px;display:block}.stat-card p{color:#94a3b8;margin:0;font-size:13px}.stat-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.blue{color:#2563eb;background:#dbeafe}.purple{color:#7c3aed;background:#ede9fe}.green{color:#16a34a;background:#dcfce7}.orange{color:#ea580c;background:#ffedd5}.cyan{color:#0891b2;background:#cffafe}.emerald{color:#059669;background:#d1fae5}.charts-container{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.chart-card{background:#fff;border-radius:16px;padding:22px;box-shadow:0 4px 12px #0000000d}.chart-card h2{color:#0f172a;margin-top:0;margin-bottom:20px;font-size:18px}.top-users-card{background:#fff;border-radius:16px;margin-top:30px;padding:22px;box-shadow:0 4px 12px #0000000d}.table-header h2{color:#0f172a;margin:0}.table-header p{color:#64748b;margin-top:6px}.users-table-wrapper{margin-top:20px;overflow-x:auto}.users-table{border-collapse:collapse;width:100%}.users-table th{text-align:left;color:#64748b;border-bottom:1px solid #e2e8f0;padding:14px;font-size:14px}.users-table td{border-bottom:1px solid #f1f5f9;padding:16px 14px}.users-table tr:hover{background:#f8fafc}.user-info{align-items:center;gap:12px;display:flex}.avatar{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-weight:600;display:flex}.rank-badge{background:#f1f5f9;border-radius:8px;padding:6px 10px;font-weight:600}.empty-table{text-align:center;color:#94a3b8}.dashboard-loading,.dashboard-error{color:#64748b;flex-direction:column;justify-content:center;align-items:center;min-height:300px;display:flex}.dashboard-error button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;margin-top:15px;padding:10px 18px}@media (width<=1100px){.stats-cards{grid-template-columns:repeat(2,1fr)}.charts-container{grid-template-columns:1fr}}@media (width<=700px){.statistics-dashboard{padding:15px}.dashboard-header{flex-direction:column;align-items:flex-start;gap:15px}.stats-cards{grid-template-columns:1fr}}.admin-documents{width:100%}.admin-documents-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.admin-documents-title{color:#111827;margin:0;font-size:30px}.admin-documents-subtitle{color:#6b7280;margin-top:6px}.admin-documents-upload-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;margin-left:550px;padding:12px 10px;font-size:15px;font-weight:600;transition:all .25s}.admin-documents-upload-button:hover{background:#1d4ed8}.admin-documents-loading,.admin-documents-empty,.admin-documents-error{text-align:center;background:#fff;border-radius:12px;margin-top:20px;padding:30px;box-shadow:0 8px 25px #0000000d}.admin-documents-error{color:#dc2626}.admin-documents-table-wrapper{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 25px #00000014}.admin-documents-table{border-collapse:collapse;width:100%}.admin-documents-table thead{background:#f3f4f6}.admin-documents-table th{text-align:left;color:#374151;padding:18px;font-size:15px}.admin-documents-table td{color:#4b5563;border-top:1px solid #e5e7eb;padding:18px}.admin-documents-table tbody tr{transition:all .2s}.admin-documents-table tbody tr:hover{background:#f9fafb}.admin-document-name{color:#111827;font-weight:600}.admin-document-actions{flex-wrap:wrap;gap:10px;display:flex}.admin-document-read-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;padding:8px 15px;transition:all .2s}.admin-document-read-button:hover{background:#1d4ed8}.admin-document-download-button{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:6px;padding:8px 15px;transition:all .2s}.admin-document-download-button:hover{background:#15803d}.admin-document-delete-button{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:6px;padding:8px 15px;transition:all .2s}.admin-document-delete-button:hover{background:#b91c1c}.admin-upload-modal-overlay{z-index:999;background:#00000059;justify-content:flex-end;display:flex;position:fixed;inset:0}.admin-upload-modal{background:#fff;flex-direction:column;width:420px;height:100vh;animation:.3s slideIn;display:flex;box-shadow:-8px 0 25px #0000002e}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.admin-upload-modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:22px;display:flex}.admin-upload-modal-header h3{margin:0}.admin-upload-close-button{cursor:pointer;color:#6b7280;background:0 0;border:none;font-size:22px}.admin-upload-close-button:hover{color:#111827}.admin-upload-modal-body{flex:1;padding:25px;overflow:auto}.admin-upload-form{flex-direction:column;gap:15px;display:flex}.admin-upload-label{color:#111827;font-weight:600}.admin-upload-input{border:1px solid #d1d5db;border-radius:8px;padding:12px}.admin-upload-error{color:#dc2626;font-size:14px}.admin-upload-selected{background:#f3f4f6;border-radius:8px;padding:10px}.admin-upload-message{color:#166534;background:#dcfce7;border-radius:8px;padding:12px}.admin-upload-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.admin-upload-cancel-button{cursor:pointer;background:#e5e7eb;border:none;border-radius:8px;padding:10px 18px}.admin-upload-submit-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:10px 18px}.admin-upload-submit-button:disabled{opacity:.6;cursor:not-allowed}@media (width<=768px){.admin-documents-header{flex-direction:column;align-items:flex-start;gap:20px}.admin-document-actions{flex-direction:column}.admin-upload-modal{width:100%}}.admin-profile{max-width:800px;margin:0 auto}.admin-profile-title{color:#111827;margin-bottom:30px;font-size:32px}.admin-profile-card,.admin-password-card{background:#fff;border-radius:12px;margin-bottom:30px;padding:25px;box-shadow:0 8px 25px #00000014}.admin-profile-card h3,.admin-password-card h3{color:#111827;margin-top:0;margin-bottom:25px}.admin-profile-row{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.admin-profile-row:last-child{border-bottom:none}.admin-profile-row span{color:#6b7280;font-weight:500}.admin-profile-row strong{color:#111827;font-weight:600}.admin-password-form{flex-direction:column;gap:20px;display:flex}.admin-password-group{flex-direction:column;display:flex}.admin-password-group label{color:#374151;margin-bottom:8px;font-weight:600}.admin-password-group input{border:1px solid #d1d5db;border-radius:8px;padding:12px 14px;font-size:15px;transition:border-color .2s,box-shadow .2s}.admin-password-group input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}.admin-password-error{color:#dc2626;margin-top:6px;font-size:13px}.admin-password-message{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin-bottom:20px;padding:12px 16px}.admin-password-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;align-self:flex-start;padding:12px 24px;font-size:15px;font-weight:600;transition:background .2s}.admin-password-button:hover{background:#1d4ed8}.admin-password-button:disabled{opacity:.6;cursor:not-allowed}.forgot-password-link{cursor:pointer;background:0 0;border:none;margin:15px auto 0;padding:0;font-size:14px;text-decoration:underline;display:block}@media (width<=768px){.admin-profile{max-width:100%}.admin-profile-row{flex-direction:column;align-items:flex-start;gap:6px}.admin-password-button{width:100%}}.chat-users-container{background:#f8fafc;width:100%;min-height:100vh;padding:24px}.chat-users-container h1{color:#0f172a;margin:0;font-size:28px}.subtitle{color:#64748b;margin-top:8px;margin-bottom:25px}.users-table-card{background:#fff;border-radius:16px;padding:20px;overflow-x:auto;box-shadow:0 4px 15px #0000000d}.users-table-card table{border-collapse:collapse;width:100%}.users-table-card th{text-align:left;color:#64748b;border-bottom:1px solid #e2e8f0;padding:14px;font-size:14px}.users-table-card td{color:#334155;border-bottom:1px solid #f1f5f9;padding:15px 14px}.users-table-card tr:hover{background:#f8fafc}.user-name{color:#0f172a;align-items:center;gap:10px;font-weight:600;display:flex}.avatar{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.session-count{color:#16a34a;background:#dcfce7;border-radius:20px;padding:5px 12px;font-size:13px;font-weight:600}.view-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:9px;align-items:center;gap:7px;padding:9px 15px;font-weight:500;transition:all .2s;display:flex}.view-btn:hover{background:#1d4ed8}.modal-overlay{z-index:1000;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.chat-modal{background:#fff;border-radius:18px;flex-direction:column;width:900px;max-width:100%;max-height:90vh;display:flex;overflow:hidden}.modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:20px 25px;display:flex}.modal-header h2{color:#0f172a;margin:0}.modal-header p{color:#64748b;margin:5px 0 0}.modal-header button{cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;width:40px;height:40px}.conversation{padding:20px 25px;overflow-y:auto}.session-title{color:#475569;align-items:center;gap:8px;margin-bottom:15px;font-weight:600;display:flex}.message{border-radius:14px;max-width:85%;margin-bottom:15px;padding:15px}.message strong{margin-bottom:8px;font-size:13px;display:block}.message p{white-space:pre-wrap;margin:0;line-height:1.6}.message span{color:#94a3b8;margin-top:10px;font-size:11px;display:block}.user-message{color:#1e3a8a;background:#dbeafe;margin-left:auto}.assistant-message{color:#334155;background:#f1f5f9;margin-right:auto}@media (width<=700px){.chat-users-container{padding:15px}.chat-modal{max-height:95vh}.message{max-width:95%}}.forgot-password-container{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex;position:relative;overflow:hidden}.forgot-password-card{z-index:1;background:#fffffff2;border-radius:16px;width:100%;max-width:430px;padding:40px;position:relative;box-shadow:0 10px 40px #00000026}.forgot-password-card h1{text-align:center;margin-bottom:10px}.forgot-password-card form button[type=submit]{cursor:pointer;border:none;border-radius:8px;width:100%;padding:13px;font-size:15px;font-weight:600}.forgot-password-card form button[type=submit]:disabled{opacity:.7;cursor:not-allowed}.reset-password-container{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex;position:relative;overflow:hidden}.background-blur{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:0;position:absolute;inset:0}.reset-password-card{z-index:1;background:#fffffff2;border-radius:16px;width:100%;max-width:430px;padding:40px;position:relative;box-shadow:0 10px 40px #00000026}.reset-password-card h1{text-align:center;margin-bottom:10px}.subtitle{text-align:center;color:#666;margin-bottom:25px;line-height:1.5}.logo_container{justify-content:center;margin-bottom:20px;display:flex}.logoAdmin{width:100px;height:auto}.form-group{margin-bottom:20px}.form-group label{margin-bottom:8px;font-weight:600;display:block}.form-group input{box-sizing:border-box;border:1px solid #ccc;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-size:15px;transition:border-color .2s}.form-group input:focus{border-color:#555}.form-group input:disabled{cursor:not-allowed;background:#f3f3f3}.reset-password-card form button[type=submit]{cursor:pointer;border:none;border-radius:8px;width:100%;padding:13px;font-size:15px;font-weight:600}.reset-password-card form button[type=submit]:disabled{opacity:.7;cursor:not-allowed}.error-box{color:#b42318;background:#ffe5e5;border-radius:8px;margin-bottom:20px;padding:12px 14px;font-size:14px}.success-box{color:#18794e;background:#e7f7ed;border-radius:8px;margin-bottom:20px;padding:12px 14px;font-size:14px}.back-to-login{cursor:pointer;background:0 0;border:none;width:100%;margin-top:18px;padding:10px;font-size:14px}.back-to-login:hover{text-decoration:underline}
