body{background-color:#f8fafc;margin:0;padding:0;font-family:Inter,Outfit,sans-serif}#root{width:100%;min-height:100vh}*{box-sizing:border-box}select,option{color:#000!important;background-color:#fff!important}.dashboard-container{background-color:#f5f5f5;min-height:100vh;padding:2rem;font-family:Inter,sans-serif}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{color:#003087;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.dashboard-header p{color:#666;font-size:1rem}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.summary-card{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px #0000000d,0 1px 3px #0000001a}.summary-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.card-title{color:#888;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.875rem}.card-value{color:#003087;font-size:2rem;font-weight:700}.card-icon{color:#003087;background:#0030871a;border-radius:50%;justify-content:center;align-items:center;padding:1rem;display:flex}.charts-grid{grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;display:grid}.chart-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d}.chart-card h2{color:#333;border-left:4px solid gold;margin-bottom:1.5rem;padding-left:.5rem;font-size:1.25rem;font-weight:600}.chart-wrapper{height:300px}@media (width<=768px){.charts-grid{grid-template-columns:1fr}}.leads-container{background-color:#f5f5f5;min-height:100vh;padding:2rem;font-family:Inter,sans-serif}.leads-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.leads-header h1{color:#003087;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.leads-header p{color:#666;font-size:1rem}.export-btn{color:#fff;cursor:pointer;background-color:#003087;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:background-color .2s,transform .2s}.export-btn:hover{background-color:#026;transform:translateY(-2px)}.table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000000d}.leads-table{border-collapse:collapse;text-align:left;width:100%}.leads-table th{color:#fff;text-transform:uppercase;letter-spacing:.05em;background-color:#003087;padding:1rem;font-size:.875rem;font-weight:600}.leads-table td{color:#333;border-bottom:1px solid #e0e0e0;padding:1rem;font-size:.95rem}.leads-table tr:hover{background-color:#f9f9f9}.status-select{cursor:pointer;border:1px solid #ddd;border-radius:6px;outline:none;padding:.5rem;font-size:.875rem;font-weight:600}.status-new{color:#0d47a1;background-color:#e3f2fd;border-color:#bbdefb}.status-contacted{color:#ff6f00;background-color:#fff8e1;border-color:#ffecb3}.status-converted{color:#1b5e20;background-color:#e8f5e9;border-color:#c8e6c9}.users-container{background-color:#f8fafc;min-height:100vh;padding:2rem;font-family:Outfit,Inter,sans-serif}.users-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.header-text h1{color:#0f172a;background:linear-gradient(135deg,#003087 0%,#0056b3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:2.25rem;font-weight:800}.header-text p{color:#64748b;margin:.5rem 0 0;font-size:1.1rem}.header-controls{gap:1rem;display:flex}.search-box input{border:1px solid #e2e8f0;border-radius:12px;outline:none;width:300px;padding:.75rem 1.25rem;font-size:.95rem;transition:all .2s;box-shadow:0 2px 4px #00000005}.search-box input:focus{border-color:#003087;box-shadow:0 0 0 3px #0030871a}.filter-box select{cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;outline:none;padding:.75rem 1.25rem;font-size:.95rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.stat-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.stat-card h3{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:.875rem;font-weight:600}.stat-value{color:#0f172a;margin:0;font-size:2rem;font-weight:800}.table-container{background:#fff;border:1px solid #f1f5f9;border-radius:20px;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.users-table{border-collapse:collapse;width:100%}.users-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;background-color:#f8fafc;border-bottom:1px solid #f1f5f9;padding:1.25rem 1.5rem;font-size:.8rem;font-weight:700}.users-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1.25rem 1.5rem}.users-table tr:last-child td{border-bottom:none}.users-table tr:hover{background-color:#f8fafc}.user-info-cell{align-items:center;gap:1rem;display:flex}.user-avatar{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex;box-shadow:0 4px 6px #0000001a}.user-name{color:#0f172a;font-size:1rem;font-weight:700}.user-id{color:#94a3b8;font-size:.75rem}.email{color:#0f172a;font-size:.9rem;font-weight:500}.phone{color:#64748b;margin-top:.2rem;font-size:.85rem}.company-name{color:#0f172a;margin-bottom:.4rem;font-size:.9rem;font-weight:600}.role-badge{text-transform:uppercase;letter-spacing:.025em;border-radius:9999px;padding:.35rem .75rem;font-size:.7rem;font-weight:700;display:inline-block}.role-jeweler{color:#166534;background:#dcfce7}.role-hallmarking_centre{color:#854d0e;background:#fef9c3}.role-refinery{color:#475569;background:#f1f5f9}.role-nch_admin{color:#991b1b;background:#fee2e2}.action-btns{gap:.5rem;display:flex}.view-btn{color:#fff;cursor:pointer;background:#003087;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.view-btn:hover{background:#002366}.reset-btn-small{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #fee2e2;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.reset-btn-small:hover{background:#fef2f2}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172ab3;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.user-modal{background:#fff;border-radius:24px;grid-template-columns:1fr 1.2fr;gap:2rem;width:90%;max-width:850px;padding:2.5rem;animation:.3s ease-out slideUp;display:grid;position:relative;box-shadow:0 25px 50px -12px #00000040}.close-modal{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-header{text-align:center;border-bottom:3px solid #0000;margin-bottom:2rem;padding-bottom:2rem}.modal-avatar{color:#fff;border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2.5rem;font-weight:800;display:flex;box-shadow:0 10px 15px -3px #0003}.modal-header h2{color:#0f172a;margin:0 0 .75rem;font-size:1.75rem}.info-section{margin-bottom:1.5rem}.info-section h3{text-transform:uppercase;color:#94a3b8;letter-spacing:.1em;border-bottom:1px solid #f1f5f9;margin-bottom:.75rem;padding-bottom:.5rem;font-size:.8rem}.info-row{justify-content:space-between;margin-bottom:.5rem;font-size:.95rem;display:flex}.info-row span{color:#64748b;font-weight:500}.modal-footer{justify-content:center;margin-top:2.5rem;display:flex}.modal-footer .reset-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:12px;width:100%;padding:1rem;font-weight:700}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header-container{text-align:center;border-bottom:2px solid #e2e8f0;grid-column:span 2;margin-bottom:1rem;padding-bottom:1.5rem}.modal-left-column{flex-direction:column;display:flex}.modal-right-column{border-left:1px solid #e2e8f0;flex-direction:column;max-height:480px;padding-left:2rem;display:flex}.chat-history-title{color:#003087;border-bottom:1px solid #f1f5f9;margin-top:0;margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:700}.chat-sessions-list{flex-direction:column;flex:1;gap:1.5rem;padding-right:.5rem;display:flex;overflow-y:auto}.session-block{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem;box-shadow:0 2px 4px #00000005}.session-info{color:#475569;letter-spacing:.025em;background:#e2e8f0;border-radius:8px;justify-content:space-between;margin-bottom:1rem;padding:6px 10px;font-size:.75rem;font-weight:700;display:flex}.session-messages{flex-direction:column;gap:.75rem;display:flex}.msg-bubble{border-radius:14px;max-width:85%;padding:.75rem 1rem;font-size:.9rem;line-height:1.4;box-shadow:0 1px 2px #0000000d}.msg-bubble.role-user{color:#fff;background-color:#003087;border-bottom-right-radius:2px;align-self:flex-end}.msg-bubble.role-bot{color:#0f172a;background-color:#e2e8f0;border-bottom-left-radius:2px;align-self:flex-start}.msg-time-stamp{text-align:right;opacity:.75;margin-top:6px;font-size:.65rem}.no-chat-history{color:#64748b;text-align:center;margin-top:3rem;font-size:.95rem;font-style:italic}@media (width<=768px){.user-modal{grid-template-columns:1fr;width:95%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header-container{grid-column:span 1}.modal-right-column{border-top:1px solid #e2e8f0;border-left:none;max-height:350px;margin-top:1rem;padding-top:1.5rem;padding-left:0}}.login-container{background-color:#f5f5f5;justify-content:center;align-items:center;min-height:100vh;font-family:Inter,sans-serif;display:flex}.login-card{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 10px 25px #0000000d}.login-header{text-align:center;margin-bottom:2rem}.login-logo{width:60px;height:60px;margin-bottom:1rem}.login-header h1{color:#003087;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.login-header p{color:#666;font-size:.9rem}.login-form .form-group{margin-bottom:1.5rem}.login-form label{color:#333;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.login-form input{border:1px solid #ddd;border-radius:8px;outline:none;width:100%;padding:.75rem;font-size:1rem;transition:border-color .2s}.login-form input:focus{border-color:#003087}.error-msg{color:#c62828;text-align:center;margin-bottom:1rem;font-size:.875rem}.login-btn{color:#fff;cursor:pointer;background-color:#003087;border:none;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;font-weight:600;transition:background-color .2s}.login-btn:hover{background-color:#026}.knowledge-container{background-color:#f8fafc;min-height:100vh;padding:2rem}.knowledge-header{margin-bottom:2.5rem}.knowledge-header h1{color:#0f172a;margin:0;font-size:2.25rem;font-weight:800}.knowledge-header p{color:#64748b;margin-top:.5rem;font-size:1.1rem}.status-banner{border-radius:12px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:1rem 1.5rem;font-weight:600;animation:.3s ease-out slideDown;display:flex}.status-banner.success{color:#166534;background-color:#dcfce7;border:1px solid #bbf7d0}.status-banner.error{color:#991b1b;background-color:#fee2e2;border:1px solid #fecaca}.upload-section{margin-bottom:3rem}.upload-card{cursor:pointer;background:#fff;border:2px dashed #e2e8f0;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;padding:3rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.upload-card:hover{background-color:#f8fafc;border-color:#003087}.upload-card input{display:none}.upload-card h3{color:#1e293b;margin:1.5rem 0 .5rem}.upload-card p{color:#94a3b8;font-size:.9rem}.upload-card svg{color:#003087}.uploading{pointer-events:none;opacity:.7}.progress-bar-ind{background:#003087;width:100%;height:4px;animation:2s linear infinite loadingProgress;position:absolute;bottom:0;left:0}.file-list{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.file-item{border-bottom:1px solid #f1f5f9;align-items:center;padding:1.25rem 1.5rem;transition:background-color .2s;display:flex}.file-item:last-child{border-bottom:none}.file-item:hover{background-color:#f8fafc}.file-icon{color:#003087;background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-right:1.25rem;display:flex}.file-info{flex-direction:column;flex-grow:1;display:flex}.file-name{color:#1e293b;font-size:1rem;font-weight:600}.file-meta{color:#94a3b8;margin-top:.25rem;font-size:.8rem}.delete-file-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .2s}.delete-file-btn:hover{color:#ef4444;background-color:#fee2e2}@keyframes loadingProgress{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.sidebar{color:#fff;background-color:#003087;flex-direction:column;width:250px;height:100vh;font-family:Inter,sans-serif;display:flex;position:fixed;top:0;left:0}.sidebar-header{border-bottom:1px solid #ffffff1a;align-items:center;gap:1rem;padding:2rem;display:flex}.sidebar-logo{width:40px;height:40px}.sidebar-header h2{font-size:1.25rem;font-weight:700}.sidebar-nav{flex-grow:1;padding:1.5rem 1rem}.nav-link{color:#ffffffb3;border-radius:8px;align-items:center;gap:1rem;margin-bottom:.5rem;padding:.75rem 1rem;text-decoration:none;transition:all .2s;display:flex}.nav-link:hover{color:#fff;background-color:#ffffff1a}.nav-link.active{color:#003087;background-color:gold;font-weight:600}.sidebar-footer{border-top:1px solid #ffffff1a;padding:1.5rem}.logout-btn{color:#ffffffb3;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:1rem;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .2s;display:flex}.logout-btn:hover{color:#fff;background-color:#ffffff1a}
