.inter-text{font-optical-sizing:auto;font-family:Inter,sans-serif;font-style:normal;font-weight:400}*{box-sizing:border-box;-o-transition:all .2s ease;vertical-align:middle;background-repeat:no-repeat;font-family:Inter,sans-serif;transition:all .2s}body{background-color:#f4f6f9;margin:0;padding:0}header{color:#fff;background-color:#1e0977;justify-content:space-between;align-items:center;padding:10px 16px;display:flex;position:relative}.left-header{align-items:center;gap:8px;display:flex}.center-header{flex:1;justify-content:center;align-items:center;display:flex}.right-header{align-items:center;gap:8px;display:flex}.notification-bell-wrapper{position:relative}.notification-bell-button{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;display:inline-flex;position:relative}.notification-bell-button:hover{background:#ffffff1f}.notification-badge{color:#fff;text-align:center;background:#ff3d71;border-radius:999px;min-width:20px;padding:2px 6px;font-size:1rem;font-weight:700;position:absolute;top:-6px;right:-6px}.notification-dropdown{color:#111827;opacity:0;pointer-events:none;z-index:250;background:#fff;border:1px solid #0f172a1f;border-radius:18px;width:360px;max-width:calc(100vw - 20px);padding:16px;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + 10px);right:0;transform:translateY(-10px);box-shadow:0 20px 48px #0f172a2e}.notification-dropdown.open{opacity:1;pointer-events:auto;transform:translateY(0)}.notification-header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.notification-subtitle{color:#6b7280;margin:4px 0 0;font-size:1rem}.notification-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.notification-list{gap:12px;max-height:310px;display:grid;overflow-y:auto}.notification-item{background:#f8fafc;border:1px solid #0f172a14;border-radius:14px;padding:12px 14px}button.notification-item{font:inherit;color:inherit;border:none}.notification-item.unread{background:#1e40af14;border-color:#38bdf83d}.notification-item-title{margin:0;font-size:1rem;font-weight:700}.notification-item-meta{color:#6b7280;flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;font-size:1rem;display:flex}.notification-item-body{color:#334155;margin-top:10px;font-size:1rem;line-height:1.45}.priority-pill{color:#fff;border-radius:999px;padding:4px 10px;font-size:1rem;font-weight:700}.priority-Critical{background:#dc2626}.priority-High{background:#f97316}.priority-Normal{background:#2563eb}.priority-Low{background:#6b7280}.desktop-notification-button{color:#111827;cursor:pointer;background:#1e293b0f;border:1px solid #0f172a1f;border-radius:10px;padding:8px 12px;font-size:1rem}.desktop-notification-button.enabled{color:#fff;background:#1e0977;border-color:#0000}.notification-empty{text-align:center;color:#6b7280;padding:40px 0;font-size:1rem}[data-theme=dark] .notification-dropdown{color:#f8fafc;background:#111827;border-color:#94a3b84d;box-shadow:0 20px 48px #0f172aa6}[data-theme=dark] .notification-item{background:#1f2937;border-color:#94a3b82e}[data-theme=dark] .notification-item.unread{background:#3b82f61f}[data-theme=dark] .notification-item-meta{color:#cbd5e1}[data-theme=dark] .notification-bell-button{border-color:#fff3}[data-theme=dark] .desktop-notification-button{color:#f8fafc;background:#ffffff14;border-color:#ffffff2e}.preview-heading-row{align-items:center;gap:12px;display:flex}.live-preview-tag{color:#0f172a;background:#38bdf824;border-radius:999px;align-items:center;padding:4px 10px;font-size:1rem;font-weight:700;display:inline-flex}header h1{margin:0;font-size:1.5rem}header h2{margin:0;font-size:1rem;font-weight:400}.header-logo{align-items:center;display:inline-flex}.logo-img{width:220px;max-width:100%;height:auto}.collapse-icon{cursor:pointer;color:#fff;background:0 0;border:1px solid #ffffffb3;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.collapse-icon:hover{background-color:#ffffff26}@media (width<=480px){.collapse-icon{display:inline-flex}}@media (width>=481px){.mobile-menu-toggle,.mobile-sidebar-header,.mobile-close-btn{display:none!important}}.container{justify-content:center;gap:40px;max-width:900px;margin:40px auto;display:flex}.form-box{color:#fff;z-index:1;background:#1e0977;border-radius:8px;width:75%;padding:20px;position:relative;overflow:visible;box-shadow:0 2px 6px #0000001a}.login-box-logo{width:170px;max-width:70%;height:auto;margin:0 auto 16px;display:block}.form-box h3{text-align:center;margin-top:0}.form-box a{color:#87ceeb}label{margin-top:15px;font-weight:700;display:block}input[type=email],input[type=text],input[type=password],input[type=date],select,textarea{color:#111827;background:#fff;border:1px solid #ccc;border-radius:4px;width:100%;margin-top:5px;padding:10px}.options{justify-content:space-between;align-items:center;margin:15px 0;display:flex}.primary-btn{color:#fff;cursor:pointer;z-index:2;pointer-events:auto;background-color:#1e0977;border:none;border-radius:8px;justify-content:center;align-items:center;width:100%;min-width:180px;margin-top:16px;padding:12px 18px;transition:transform .15s,background-color .15s,opacity .15s;display:inline-flex;position:relative}.primary-btn:hover{background-color:#2c0c96;transform:translateY(-1px)}.form-box .primary-btn{background-color:#2563eb}.form-box .primary-btn:hover{color:#1e0977;background-color:#fff}.verify-btn{width:100%;min-height:44px;margin-top:16px;font-weight:700}.verify-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:1rem;display:grid}.verify-secondary-btn{width:100%;min-height:42px;background-color:#475569!important}.primary-btn:hover{background-color:#1e0977}.layout{display:flex}.sidebar{background-color:#dcdde4;width:220px;min-height:calc(100vh - 60px);padding:24px;transition:width .3s,padding .3s,opacity .3s;overflow:hidden;box-shadow:0 14px 40px #0f172a14}.sidebar ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.sidebar li{margin:0}.sidebar a,.sidebar button{color:#1f2937;text-align:left;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:.7rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:flex}.sidebar-profile-card{border-bottom:1px solid #cbd5e1;flex-direction:column;margin-bottom:20px;padding:16px 12px;display:flex}.sidebar-profile-header-row{align-items:center;gap:12px;width:100%;display:flex}.sidebar-avatar-wrapper{flex-shrink:0;width:44px;height:44px;position:relative}.sidebar-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.sidebar-avatar{color:#fff;background:linear-gradient(135deg,#1e0977,#4f46e5);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.1rem;font-weight:700;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.sidebar-status-badge{border:2px solid #dcdde4;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}[data-theme=dark] .sidebar-status-badge{border-color:#111827}.status-available{background-color:#10b981}.status-busy{background-color:#f97316}.status-dnd{background-color:#ef4444}.status-away{background-color:#64748b}.sidebar-profile-info{flex-direction:column;flex:1;min-width:0;display:flex}.sidebar-profile-name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.95rem;font-weight:700;overflow:hidden}.sidebar-custom-status{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.8rem;overflow:hidden}.sidebar-status-select{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;width:100%;margin-top:10px;padding:6px 10px;font-size:.75rem}[data-theme=dark] .sidebar-status-select{color:#f8fafc;background:#1e293b;border-color:#475569}.sidebar a:hover,.sidebar button:hover{color:#1d4ed8;background-color:#eef2ff}.sidebar button.drop-btn{text-align:left;background:0 0;border:none;width:100%;padding:12px 16px;display:block}.sidebar ul .dropdown{border-left:1px solid #e2e8f0;margin-top:8px;padding-left:18px;list-style:none}.sidebar ul .dropdown a{color:#475569;padding:8px 0;font-weight:500}.sidebar ul .dropdown a:hover{color:#1d4ed8}.content{background-color:#fff;flex:1;width:100%;min-width:0;padding:30px}body.sidebar-collapsed .sidebar{opacity:0;pointer-events:none;width:0;padding:0}body.sidebar-collapsed .layout{flex-direction:row}body.sidebar-collapsed .content{flex:1;width:100%}.mobile-sidebar-header{border-bottom:1px solid #d1d5db;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:8px;display:none}.mobile-close-btn{color:#004c99;cursor:pointer;background:0 0;border:none;font-size:1.8rem;line-height:1;display:none}.mobile-menu-toggle{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffffb3;border-radius:6px;justify-content:center;align-items:center;padding:8px 12px;font-size:1.25rem;display:none}.mobile-menu-toggle:hover{background:#ffffff14}.picture-box{background-color:#ddd;border-radius:4px;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:10px;display:flex}.dashboard-hero{background:#f8fafc;border:1px solid #dbe3ef;border-radius:8px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;padding:22px;display:flex}.dashboard-hero h1{color:#1e0977;margin:0 0 6px}.dashboard-hero p{color:#475569;margin:0}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(25vw,1fr));gap:18px;margin-bottom:18px;display:grid}@media (width<=768px){.dashboard-grid{flex-direction:column}}.calendar-widget{grid-column:1/-1}.dashboard-widget{background:#1e0977;border:1px solid #8f84bb;border-radius:6px;margin-bottom:20px;padding:20px}.dashboard-grid .dashboard-widget{margin-bottom:0}.dashboard-widget-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.dashboard-widget h3{color:#dbeafe;margin-top:0;margin-bottom:6px}.dashboard-widget-header span{color:#aba3cc;font-size:.92rem;display:block}.dashboard-widget-body{margin-top:16px}.dashboard-widget-body p{color:#cbd5e1}.dashboard-widget .primary-btn{background-color:#d41d1d;text-decoration:none}.dashboard-widget .primary-btn:hover{color:#1e0977;background-color:#fff}.collapse-btn{color:#1d4ed8;cursor:pointer;background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;padding:7px 10px;font-weight:700}.dashboard-widget.is-collapsed{min-height:0}.ai-assistant-grid{align-items:stretch}.ai-assistant-sidebar-panel{height:fit-content}.ai-assistant-chat-panel{min-width:0}.ai-assistant-chat-body{gap:14px;display:grid}.ai-assistant-note{color:#1e3a8a;background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;margin-top:14px;padding:12px 14px;font-size:.96rem;line-height:1.55}.calendar-box{text-align:center;background:#fff;border:1px solid #ccc;border-radius:4px;padding:15px}.file-list{padding:0;list-style:none}.file-list li{background:#f9f9f9;border:1px solid #ddd;border-radius:6px;justify-content:space-between;align-items:center;margin:12px 0;padding:10px;display:flex}.file-list a,.signup{color:#1e0977;font-weight:700;text-decoration:none}.file-list a:hover,.signup:hover{text-decoration:underline}.file-list span{color:#555;font-size:1rem}.active-users{margin-bottom:20px}.active-users ul{padding:0;list-style:none}.active-users li{color:#333;margin:5px 0}.active-users li:after{content:"●";color:green;margin-left:8px}.inbox table{border-collapse:collapse;width:100%;margin-bottom:30px}.email-layout{gap:20px;display:flex}.active-bar{background:#f4f6f9;border-right:1px solid #ddd;width:220px;padding:15px}.active-bar h3{color:#1e0977;margin-top:0;font-size:1rem}.active-bar ul{margin:0;padding:0;list-style:none}.active-bar li{color:#333;align-items:center;margin:10px 0;font-size:1rem;display:flex}.active-bar img{border:2px solid green;border-radius:50%;width:28px;height:28px;margin-right:10px}.inbox{flex:1}.inbox table{border-collapse:collapse;width:100%}.inbox td{border-bottom:1px solid #eee;padding:12px}.inbox tr:hover{cursor:pointer;background-color:#f9f9f9}.compose{margin-top:30px}.compose label{margin-top:10px;font-weight:700;display:block}.compose input,.compose textarea{border:1px solid #ccc;border-radius:4px;width:100%;margin-top:5px;padding:8px}.contract-box{background:#fff;border:1px solid #ddd;border-radius:6px;margin-bottom:20px;padding:20px}.contract-box h3{align-items:center;gap:8px;margin-top:0;display:flex}.status{border-radius:50%;width:12px;height:12px;display:inline-block}.search-bar{gap:10px;margin-bottom:20px;display:flex}.announcement-box{background:#f9f9f9;border:1px solid #ddd;border-radius:6px;margin-bottom:20px;padding:20px}.announcement-box h3{color:#1e0977;margin-top:0}.announcement-box .date{color:#555;margin-bottom:10px;font-size:1rem}.search-bar{align-items:center;gap:10px;margin-bottom:20px;display:flex}.search-bar input{border:1px solid #ccc;border-radius:4px;flex:1;padding:8px}.search-bar button{color:#fff;cursor:pointer;background-color:#1e0977;border:none;border-radius:4px;flex:0;padding:8px 16px}.search-bar button:hover{background-color:#140555}.business-form{flex-direction:column;gap:15px;max-width:500px;display:flex}.business-form label{font-weight:700}.business-form input{border:1px solid #ccc;border-radius:4px;padding:8px}.business-form input[type=date]{width:48%;display:inline-block}.business-form button{margin-top:20px}.leave-form{flex-direction:column;gap:15px;max-width:500px;display:flex}.leave-form label{font-weight:700}.leave-form input[type=date],.leave-form select,.leave-form textarea{border:1px solid #ccc;border-radius:4px;padding:8px}.leave-form textarea{resize:vertical}.leave-form button{margin-top:20px}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:20px;display:grid}.admin-box{background:#1e0977;border:1px solid #8f84bb;border-radius:6px;padding:20px;box-shadow:0 2px 6px #0000001a}.admin-box h3{color:#dbeafe;margin-top:0}.admin-box p{color:#cbd5e1;margin:10px 0 20px;font-size:1rem}.admin-box .primary-btn{color:#fff;text-align:center;background-color:#d41d1d;border-radius:4px;padding:8px 16px;text-decoration:none;display:inline-block}.admin-box .primary-btn:hover{color:#1e0977;background-color:#fff}.sidebar ul .dropdown{margin-top:5px;padding-left:15px;list-style:none}.sidebar ul .dropdown li{margin:6px 0}.sidebar ul .dropdown a{color:#333;font-weight:400}.announcement-management{margin-bottom:30px}.announcement-management input,.announcement-management textarea{border:1px solid #ccc;border-radius:4px;width:100%;margin-top:5px;margin-bottom:15px;padding:8px}.announcement-output .announcement-box{background:#f9f9f9;border:1px solid #ddd;border-radius:6px;padding:20px}.announcement-output h4{color:#1e0977;margin-top:0}.announcement-output .date{color:#555;margin-bottom:10px;font-size:1rem}.employee-list ul{padding:0;list-style:none}.employee-list li{margin:6px 0}.calendar-section .calendar-box{text-align:center;background:#f9f9f9;border:1px solid #ddd;border-radius:6px;margin-bottom:20px;padding:15px}.active-employees ul{padding:0;list-style:none}.active-employees li{align-items:center;margin:8px 0;display:flex}.employee-controls{justify-content:space-between;margin-bottom:20px;display:flex}.employee-controls input{border:1px solid #ccc;border-radius:4px;flex:1;margin-right:10px;padding:8px}.employee-table table{border-collapse:collapse;width:100%;margin-bottom:30px}.employee-table th,.employee-table td{text-align:left;border:1px solid #ddd;padding:10px}.employee-table th{color:#1e0977;background-color:#f4f4f4}.status.online{background-color:green}.status.offline{background-color:gray}.employee-controls{align-items:center;gap:10px;margin-bottom:20px;display:flex}.employee-controls input{border:1px solid #ccc;border-radius:4px;flex:1;padding:8px}.employee-controls button{color:#fff;cursor:pointer;background-color:#1e0977;border:none;border-radius:4px;flex:0;padding:8px 16px}.employee-controls button:hover{background-color:#140555}.job-controls{align-items:center;gap:10px;margin-bottom:20px;display:flex}.job-controls input{border:1px solid #ccc;border-radius:4px;flex:1;padding:8px}.job-controls button{color:#fff;cursor:pointer;background-color:#1e0977;border:none;border-radius:4px;flex:0;padding:8px 16px}.job-controls button:hover{background-color:#140555}.job-table table{border-collapse:collapse;width:100%;margin-bottom:30px}.job-table th,.job-table td{text-align:left;border:1px solid #ddd;padding:10px}.job-table th{color:#1e0977;background-color:#f4f4f4}.edit-btn,.delete-btn{cursor:pointer;border:none;border-radius:4px;margin-right:5px;padding:6px 12px}.edit-btn{color:#fff;background-color:#1e0977}.delete-btn{color:#fff;background-color:#e74c3c}.record-controls{align-items:center;gap:10px;margin-bottom:20px;display:flex}.record-controls input{border:1px solid #ccc;border-radius:4px;flex:1;padding:8px}.record-controls button{color:#fff;cursor:pointer;background-color:#1e0977;border:none;border-radius:4px;flex:0;padding:8px 16px}.record-controls button:hover{background-color:#140555}.record-table table{border-collapse:collapse;width:100%;margin-bottom:30px}.record-table th,.record-table td{text-align:left;border:1px solid #ddd;padding:10px}.record-table th{color:#1e0977;background-color:#f4f4f4}.view-btn{color:#fff;cursor:pointer;background-color:#1e0977;border:none;border-radius:4px;padding:6px 12px}.view-btn:hover{background-color:#140555}.status{border-radius:50%;width:12px;height:12px;margin-right:6px;display:inline-block}.status.completed{background-color:#2ecc71}.status.ongoing{background-color:#f1c40f}.status.cancelled{background-color:#e74c3c}.hidden{display:none}.w-full{width:100%}.text-left{text-align:left}.border-collapse{border-collapse:collapse}.bg-white{background-color:#fff}.shadow-sm{box-shadow:0 1px 2px #0000000d}.border-b{border-bottom:1px solid #e5e7eb}.bg-gray-100{background-color:#f3f4f6}.p-3{padding:.75rem}.hover\:bg-gray-50:hover{background-color:#f9fafb}.grid{display:grid}.gap-4{gap:1rem}@media (width>=768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.flex{display:flex}.flex-grow{flex-grow:1}.text-2xl{font-size:1.5rem;line-height:2rem}.font-bold{font-weight:700}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-2{margin-bottom:.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.border{border:1px solid #d1d5db}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.p-2{padding:.5rem}.p-6{padding:1.5rem}.align-bottom{vertical-align:bottom}.drop-btn{color:#004c99;cursor:pointer;background:0 0;border:none;font-size:15.5px;font-weight:700}@media (width<=480px){header{z-index:100;justify-content:space-between;padding:10px 14px;position:sticky;top:0}header img,.logo-img{width:140px;max-width:100%}.mobile-menu-toggle{cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:8px 12px;font-size:1.25rem;display:inline-flex}.layout{flex-direction:column}.content{padding:18px}.sidebar{z-index:99;background-color:#f0f2f5;width:280px;max-width:85%;height:calc(100vh - 56px);padding:20px;display:none;position:fixed;top:56px;left:0;overflow-y:auto;transform:translate(-110%);box-shadow:2px 0 18px #0000002e}body.mobile-sidebar-open .sidebar{display:block;transform:translate(0)}.mobile-sidebar-header{display:flex}.mobile-close-btn{display:inline-flex}.mobile-overlay{z-index:90;background:#00000040;display:none;position:fixed;inset:0}body.mobile-sidebar-open .mobile-overlay{display:block}body.mobile-sidebar-open .collapse-icon.mobile-menu-toggle{z-index:91}}@media (width>=481px){.layout{flex-direction:row}.sidebar{width:200px;box-shadow:none;display:block;position:static;transform:none}.content{padding:30px}.mobile-menu-toggle,.mobile-sidebar-header,.mobile-close-btn{display:none!important}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.loading-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a66;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.loading-box{text-align:center;background:#fffffff2;border:1px solid #fff9;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-width:240px;padding:30px 40px;display:flex;box-shadow:0 20px 40px #0f172a26}.spinner{border:3.5px solid #2563eb26;border-top-color:#2563eb;border-radius:50%;width:44px;height:44px;animation:.8s cubic-bezier(.4,0,.2,1) infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:#1e293b;letter-spacing:-.01em;margin:0;font-size:15px;font-weight:600}.status-badge{border:1px solid #0000;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.status-badge .status-dot{border-radius:50%;width:6px;height:6px;display:inline-block}.status-active{color:#16a34a;background-color:#f0fdf4;border-color:#dcfce7}.status-active .status-dot{background-color:#16a34a}.status-completed{color:#2563eb;background-color:#eff6ff;border-color:#dbeafe}.status-completed .status-dot{background-color:#2563eb}.status-pending{color:#d97706;background-color:#fffbeb;border-color:#fef3c7}.status-pending .status-dot{background-color:#d97706}.status-cancelled{color:#dc2626;background-color:#fef2f2;border-color:#fee2e2}.status-cancelled .status-dot{background-color:#dc2626}.status-default{color:#64748b;background-color:#f8fafc;border-color:#e2e8f0}.status-default .status-dot{background-color:#64748b}.swal2-container{z-index:10050!important}.swal2-popup input.swal2-input,.swal2-popup textarea.swal2-textarea,.swal2-popup select.swal2-select{box-sizing:border-box;width:90%;margin:auto}.verification-code-box{color:#1e0977;letter-spacing:.14em;background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;justify-content:center;align-items:center;min-width:180px;margin-top:8px;padding:12px 18px;font-size:1rem;font-weight:800;display:inline-flex}.password-toggle{cursor:pointer;color:#2563eb;background:0 0;border:none;align-items:center;height:40px;font-size:13px;font-weight:600;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}[data-theme=dark] body{color:#f8fafc;background:#0f172a}[data-theme=dark] .content,[data-theme=dark] .profile-section,[data-theme=dark] .announcement-box,[data-theme=dark] .contract-box,[data-theme=dark] .calendar-box,[data-theme=dark] .form-box,[data-theme=dark] .dashboard-hero,[data-theme=dark] .modal,[data-theme=dark] table{color:#f8fafc;background:#1e293b;border-color:#475569}[data-theme=dark] .dashboard-widget{background-color:#1e0977!important;border:1px solid #8f84bb!important}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{color:#f8fafc;background:#0f172a;border-color:#64748b}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#94a3b8}[data-theme=dark] option{color:#f8fafc;background:#0f172a}[data-theme=dark] .sidebar a,[data-theme=dark] .drop-btn{color:#f8fafc}[data-theme=dark] .sidebar a:hover,[data-theme=dark] .sidebar button:hover,[data-theme=dark] .sidebar ul .dropdown a:hover{color:#bfdbfe;background:#334155}[data-theme=dark] .sidebar ul .dropdown{border-left-color:#475569}[data-theme=dark] .sidebar ul .dropdown a,[data-theme=dark] .dashboard-hero p,[data-theme=dark] .date,[data-theme=dark] p,[data-theme=dark] td,[data-theme=dark] th,[data-theme=dark] label{color:#e2e8f0}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] .dashboard-hero h1,[data-theme=dark] .dashboard-widget h3,[data-theme=dark] .form-box h3,[data-theme=dark] .announcement-box h3,[data-theme=dark] .announcement-output h4{color:#dbeafe}[data-theme=dark] .dashboard-widget .primary-btn,[data-theme=dark] .admin-box .primary-btn{background-color:#d41d1d!important}[data-theme=dark] .dashboard-widget .primary-btn:hover,[data-theme=dark] .admin-box .primary-btn:hover{color:#1e0977!important;background-color:#fff!important}[data-theme=dark] tr:hover,[data-theme=dark] .inbox tr:hover{background:#334155}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.page-header-info{flex-direction:column;display:flex}.page-header-title{margin:0;font-size:20px;font-weight:700}.page-header-subtitle{color:#6b7280;margin:4px 0 0;font-size:13px}.page-header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.page-header-action-item{align-items:center;display:inline-flex}.search-bar-container{align-items:center;gap:8px;display:flex}.search-bar-input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:6px;min-width:200px;padding:8px 10px}@media (width<=768px){.page-header{flex-direction:column;align-items:flex-start;gap:12px}.page-header-actions{justify-content:flex-start;gap:8px;width:100%}.search-bar-container,.search-bar-input{width:100%}.search-bar-input{min-width:120px}}.page-intro{margin-bottom:20px}.page-intro h1{margin:0 0 6px}.page-intro p{color:#64748b;margin:0}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.admin-box{flex-direction:column;min-height:180px;display:flex}.admin-box h3{margin-top:0}.admin-box p{flex:auto;margin:0 0 16px}.admin-box .primary-btn{align-self:flex-start;margin-top:auto}.analytics-loading,.analytics-empty{text-align:center;color:#64748b;padding:40px 20px}.analytics-loading-pulse{opacity:.25;background:#1e0977;border-radius:50%;width:32px;height:32px;margin:0 auto 12px;animation:1.4s ease-in-out infinite analytics-pulse}@keyframes analytics-pulse{0%,to{opacity:.25;transform:scale(.85)}50%{opacity:.55;transform:scale(1.15)}}.analytics-section{margin-bottom:24px}.analytics-section-title{color:#1e0977;margin:0 0 12px;font-size:1.05rem}.analytics-stats-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;display:grid}.analytics-stat-card{text-align:center;background:#f9f9f9;border:1px solid #ddd;border-radius:8px;padding:18px}.analytics-stat-value{color:#1e0977;font-size:1.6rem;font-weight:700}.analytics-stat-title{color:#475569;margin-top:4px;font-size:.95rem}.analytics-stat-subtitle{color:#64748b;font-size:.85rem}.analytics-performance-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 18px;margin:0;padding:0;list-style:none;display:grid}.analytics-performance-list li{border-bottom:1px solid #f1f5f9;justify-content:space-between;gap:8px;padding:6px 0;display:flex}.table-scroll-wrapper{border:1px solid #e2e8f0;border-radius:8px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;min-width:900px;font-size:.95rem}.admin-table th,.admin-table td{text-align:left;vertical-align:top;border-bottom:1px solid #f1f5f9;padding:12px 14px}.admin-table th{color:#1e0977;white-space:nowrap;background:#f8fafc;font-weight:600}.admin-table tbody tr:hover{background:#f8fafc}.cell-wrap{white-space:normal;word-break:break-word;overflow-wrap:anywhere}.profile-section{background:#f9f9f9;border:1px solid #ddd;border-radius:8px;margin-bottom:20px;padding:20px}.profile-section h3{color:#1e0977;margin-top:0;margin-bottom:16px}.profile-identity-card{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.profile-avatar-wrapper{flex-shrink:0;width:72px;height:72px;position:relative}.profile-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.profile-avatar{color:#fff;background:#1e0977;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.4rem;font-weight:700;display:inline-flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.profile-avatar-upload-label{color:#fff;cursor:pointer;background:#1e0977;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;line-height:1;display:inline-flex;position:absolute;bottom:0;right:0;box-shadow:0 2px 4px #00000026}.profile-identity-info{flex:auto;min-width:180px}.profile-identity-info h2{margin:0 0 6px;font-size:1.25rem}.profile-identity-info p{color:#475569;margin:2px 0}.profile-identity-actions{margin-left:auto}.profile-form-grid{grid-template-columns:1fr;align-items:start;gap:18px 24px;display:grid}@media (width>=768px){.profile-form-grid{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media (width<=767px){.profile-form-grid{grid-template-columns:1fr}}.profile-field{min-width:0}.profile-field label,.profile-form-grid label{margin-top:0;margin-bottom:6px;font-weight:600;display:block}.profile-field input,.profile-field select{min-height:48px;margin-top:0}.profile-field-help{color:#64748b;margin:6px 0 0;font-size:12px;line-height:1.4}.profile-field .mb-4{margin-bottom:0}.profile-danger-zone{background:#fff5f5;border-color:#fecaca}.profile-danger-zone h3{color:#b91c1c}@media (width<=768px){.profile-identity-card{flex-direction:column;align-items:flex-start}.profile-identity-actions{width:100%;margin-left:0}.ai-assistant-grid{grid-template-columns:1fr}.ai-assistant-sidebar-panel{min-width:100%}.ai-assistant-chat-body{gap:10px}.dashboard-grid{grid-template-columns:1fr}.dashboard-widget{padding:14px}.calendar-box{padding:10px}.calendar-box .fc{height:auto!important}.page-header-actions{flex-wrap:wrap;justify-content:flex-start;gap:8px;width:100%}}[data-theme=dark]{--text-primary:#f8fafc;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--bg-surface:#1e293b;--bg-elevated:#0f172a;--border-color:#475569}[data-theme=dark] .analytics-stat-card{color:#f8fafc!important;background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .analytics-stat-value{color:#f8fafc!important}[data-theme=dark] .analytics-stat-title{color:#cbd5e1!important}[data-theme=dark] .analytics-stat-subtitle{color:#94a3b8!important}[data-theme=dark] .analytics-section-title{color:#f8fafc!important}[data-theme=dark] .analytics-loading,[data-theme=dark] .analytics-empty{color:#cbd5e1!important}[data-theme=dark] .table-scroll-wrapper{background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .admin-table{color:#f8fafc!important;background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .admin-table th{color:#f8fafc!important;background:#0f172a!important;border-color:#475569!important}[data-theme=dark] .admin-table td{color:#cbd5e1!important;border-color:#334155!important}[data-theme=dark] .admin-table tbody tr:hover{background:#334155!important}[data-theme=dark] .cell-wrap{color:#cbd5e1!important}[data-theme=dark] .analytics-performance-list li{color:#e2e8f0!important;border-bottom-color:#334155!important}[data-theme=dark] .analytics-performance-list li span:first-child{color:#cbd5e1!important}[data-theme=dark] .analytics-performance-list li span:last-child{color:#f8fafc!important}[data-theme=dark] .registration-request-meta{color:#94a3b8!important}[data-theme=dark] .forms-outlet-tabs button{color:#cbd5e1!important;background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .forms-outlet-tabs button[aria-pressed=true],[data-theme=dark] .forms-outlet-tabs button.active{color:#fff!important;background:#1e0977!important;border-color:#1e0977!important}[data-theme=dark] .form-card{color:#f8fafc!important;background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .form-card-meta{color:#94a3b8!important}[data-theme=dark] .form-card-title{color:#f8fafc!important}[data-theme=dark] .form-card-status{color:#e2e8f0!important}[data-theme=dark] .permission-text{color:#94a3b8!important}[data-theme=dark] .status{border-color:#475569!important}[data-theme=dark] .status.pending{background:#fbbf24!important}[data-theme=dark] .status.approved{background:#22c55e!important}[data-theme=dark] .status.rejected{background:#ef4444!important}[data-theme=dark] .profile-identity-actions button{color:#f8fafc!important;background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .profile-identity-actions button:hover{background:#334155!important}[data-theme=dark] .page-header-actions input,[data-theme=dark] .page-header-actions input[type=text]{color:#f8fafc!important;background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .page-header-actions input::placeholder{color:#94a3b8!important}[data-theme=dark] .primary-btn{color:#fff!important;background-color:#2563eb!important}[data-theme=dark] .primary-btn:hover{background-color:#1d4ed8!important}[data-theme=dark] button[aria-selected=true],[data-theme=dark] .active-tab{color:#fff!important;background:#1e0977!important;border-color:#1e0977!important}[data-theme=dark] .inbox-row,[data-theme=dark] .email-message-item{color:#e2e8f0!important;background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .inbox-row:hover,[data-theme=dark] .email-message-item:hover{background:#334155!important}[data-theme=dark] .email-text-primary{color:#f8fafc!important}[data-theme=dark] .email-text-secondary{color:#94a3b8!important}[data-theme=dark] .email-viewer,[data-theme=dark] .email-detail-box,[data-theme=dark] .document-card{color:#f8fafc!important;background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .document-card strong{color:#e2e8f0!important}[data-theme=dark] .document-card p{color:#94a3b8!important}[data-theme=dark] .announcement-box{color:#f8fafc!important;background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .announcement-box h3{color:#f8fafc!important}[data-theme=dark] .announcement-output{color:#f8fafc!important;background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .announcement-output h4{color:#f8fafc!important}[data-theme=dark] .contract-box{color:#f8fafc!important;background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .modal{color:#f8fafc!important;background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .modal-header,[data-theme=dark] .modal-footer{border-color:#475569!important}[data-theme=dark] .search-bar-input{color:#f8fafc!important;background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .search-bar-input::placeholder{color:#94a3b8!important}[data-theme=dark] .dropdown{background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .dropdown a{color:#e2e8f0!important}[data-theme=dark] .dropdown a:hover{color:#f8fafc!important;background:#334155!important}[data-theme=dark] a{color:#93c5fd!important}[data-theme=dark] a:hover{color:#bfdbfe!important}[data-theme=dark] .badge,[data-theme=dark] .status-badge{color:#f8fafc!important;background:#334155!important;border-color:#475569!important}[data-theme=dark] .loading-overlay{background:#0f172acc!important}[data-theme=dark] .loading-overlay-text{color:#f8fafc!important}[data-theme=dark] .documents-page .document-card{color:#f8fafc!important;background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .documents-page .document-card strong{color:#e2e8f0!important}[data-theme=dark] .documents-page .document-card p{color:#cbd5e1!important}[data-theme=dark] .emails-page .messaging-pane{background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .emails-page .email-message-item{border-bottom-color:#334155!important}[data-theme=dark] .emails-page .email-text-secondary{color:#94a3b8!important}[data-theme=dark] .emails-page .email-text-primary{color:#e2e8f0!important}[data-theme=dark] .emails-page .email-viewer{background:#1e293b!important}[data-theme=dark] .emails-page .email-bg-subtle{background:#334155!important}[data-theme=dark] .suggested-prompt{color:#f8fafc!important;background:#0f172a!important;border-color:#475569!important}[data-theme=dark] .ai-assistant-note{color:#eef2ff!important;background:#031633!important;border-color:#084298!important}[data-theme=dark] .chat-window-bg,[data-theme=dark] .chat-input-box{color:#f8fafc!important;background:#0f172a!important;border-color:#475569!important}[data-theme=dark] .chat-input-box textarea{color:#f8fafc!important;background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .profile-section{color:#f8fafc!important;background:#0f172a!important;border-color:#334155!important}[data-theme=dark] .profile-section h3{color:#e2e8f0!important}[data-theme=dark] .profile-section h2{color:#f8fafc!important}[data-theme=dark] .profile-section p,[data-theme=dark] .profile-identity-info p{color:#cbd5e1!important}[data-theme=dark] .profile-identity-info h2{color:#f8fafc!important}[data-theme=dark] .profile-form-grid label{color:#e2e8f0!important}[data-theme=dark] .profile-form-grid input,[data-theme=dark] .profile-form-grid select{color:#f8fafc!important;background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .profile-danger-zone{background:#1e1b1b!important;border-color:#7f1d1d!important}[data-theme=dark] .profile-danger-zone h3{color:#fecaca!important}[data-theme=dark] .profile-avatar{color:#fff!important;background:#4f46e5!important}[data-theme=dark] .page-intro h1{color:#f8fafc!important}[data-theme=dark] .page-intro p{color:#94a3b8!important}[data-theme=dark] .sidebar{background:#0f172a!important;border-color:#334155!important}[data-theme=dark] .sidebar-link-text{color:#e2e8f0!important}[data-theme=dark] .sidebar-profile-name{color:#f8fafc!important}[data-theme=dark] .sidebar-custom-status{color:#94a3b8!important}[data-theme=dark] table,[data-theme=dark] .admin-table{color:#e2e8f0!important;border-color:#334155!important}[data-theme=dark] th,[data-theme=dark] td{color:#e2e8f0!important}[data-theme=dark] thead{background:#1e293b!important}[data-theme=dark] .admin-list li{color:#e2e8f0!important;border-bottom-color:#334155!important}[data-theme=dark] .profile-field-help{color:#94a3b8!important}[data-theme=dark] .contract-box{background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .contract-box h3{color:#f8fafc!important}[data-theme=dark] .contract-box strong{color:#e2e8f0!important}[data-theme=dark] .contract-box p{color:#cbd5e1!important}[data-theme=dark] .manage-employees-modal input,[data-theme=dark] .manage-employees-modal select{color:#f8fafc!important;background:#1e293b!important;border-color:#475569!important}[data-theme=dark] .manage-employees-modal option{color:#f8fafc!important;background:#0f172a!important}[data-theme=dark] .registration-request-card{color:#f8fafc!important;background:#1e293b!important;border-color:#334155!important;box-shadow:0 1px 2px #00000040!important}[data-theme=dark] .registration-request-card .registration-request-meta{color:#94a3b8!important}[data-theme=dark] .registration-request-status{color:#e2e8f0!important}
