*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.topbar{position:fixed;width:100%;height:60px;background:linear-gradient(135deg,#8e1773,#73115f);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 24px;top:0;left:0;z-index:1000;box-shadow:0 4px 12px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar h1{font-size:1.4rem;font-weight:700;letter-spacing:-.5px}.topbar-actions{display:flex;align-items:center;gap:20px}.topbar-actions input{padding:10px 16px;border-radius:25px;border:2px solid rgba(255,255,255,.2);outline:none;background:#ffffff26;color:#fff;width:240px;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.9rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar-actions input::placeholder{color:#ffffffb3}.topbar-actions input:focus{background:#ffffff40;border-color:#fff6;transform:scale(1.02);box-shadow:0 0 0 3px #ffffff1a}.topbar-actions button{background:none;border:none;color:#fff;font-size:1.3rem;cursor:pointer;padding:8px;border-radius:50%;transition:all .3s ease;position:relative}.topbar-actions button:hover{background:#ffffff26;transform:translateY(-1px)}.notification-badge{position:absolute;top:2px;right:2px;background:#ff4757;color:#fff;border-radius:50%;width:18px;height:18px;font-size:.7rem;display:flex;align-items:center;justify-content:center;font-weight:600}.sidebar{width:280px;background:linear-gradient(180deg,#8e1773,#73115f,#5a0c4a);color:#fff;padding:0;height:calc(100vh - 60px);position:fixed;top:60px;left:0;overflow-y:auto;box-shadow:4px 0 20px #00000026;z-index:999;transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar-header{padding:24px 20px 16px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:8px}.sidebar-header h2{font-size:1.1rem;font-weight:600;opacity:.9;text-align:left;margin:0}.sidebar-nav{padding:0 12px}.menu-item{display:flex;align-items:center;gap:12px;padding:14px 16px;color:#ffffffe6;text-decoration:none;font-size:.95rem;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;margin:4px 0;font-weight:500;position:relative;overflow:hidden}.menu-item:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:#fff;transform:scaleY(0);transition:transform .3s ease}.menu-item:hover{background:#ffffff26;color:#fff;transform:translate(4px)}.menu-item:hover:before{transform:scaleY(1)}.menu-item.active{background:#fff3;color:#fff;font-weight:600}.menu-item.active:before{transform:scaleY(1)}.menu-icon{font-size:1.2rem;width:24px;text-align:center;opacity:.8}.menu-arrow{margin-left:auto;font-size:.8rem;opacity:.7;transition:transform .3s ease}.menu-item.active .menu-arrow{transform:rotate(90deg)}.submenu{margin-left:24px;display:none;padding-left:12px;border-left:2px solid rgba(255,255,255,.2);animation:slideDown .3s ease-out}.submenu.active{display:block}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.submenu li{list-style:none;margin:2px 0}.submenu li a{color:#fffc;font-size:.9rem;display:block;padding:10px 12px;border-radius:8px;transition:all .3s ease;text-decoration:none;font-weight:400}.submenu li a:hover{background:#ffffff1a;color:#fff;transform:translate(4px)}.submenu li a.active{background:#ffffff26;color:#fff;font-weight:500}.sidebar-footer{padding:20px;border-top:1px solid rgba(255,255,255,.1);margin-top:20px}.user-profile{display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;transition:background .3s ease;cursor:pointer}.user-profile:hover{background:#ffffff1a}.user-avatar{width:40px;height:40px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.user-info{flex:1}.user-name{font-weight:600;font-size:.95rem;margin-bottom:2px}.user-role{font-size:.8rem;opacity:.7}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.sidebar::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff80}@media (max-width: 1024px){.sidebar{transform:translate(-100%)}.sidebar.mobile-open{transform:translate(0)}.main-content{margin-left:0}.topbar-actions input{width:180px}}@media (max-width: 768px){.topbar{padding:0 16px}.topbar h1{font-size:1.2rem}.topbar-actions input{width:150px;padding:8px 12px}.main-content{padding:16px}}.mobile-menu-toggle{display:none;background:none;border:none;color:#fff;font-size:1.4rem;cursor:pointer;padding:8px;border-radius:8px;transition:background .3s ease}.mobile-menu-toggle:hover{background:#ffffff1a}@media (max-width: 1024px){.mobile-menu-toggle{display:block}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#8e0e75,#621350);padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 15px 35px #0000001a;width:100%;max-width:420px;border:1px solid #e1e5e9}.login-header{text-align:center;margin-bottom:30px}.login-logo{width:80px;height:80px;margin-bottom:15px;border-radius:50%;object-fit:cover;border:3px solid #667eea}.login-header h1{color:#333;margin:0 0 8px;font-size:24px;font-weight:600}.login-header p{color:#666;margin:0;font-size:14px;font-weight:400}.login-form{display:flex;flex-direction:column}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:6px;color:#333;font-weight:500;font-size:14px}.form-group input{width:100%;padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:14px;transition:all .3s ease;box-sizing:border-box;background-color:#fff}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.7}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 20px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:8px}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message{background:#fee;color:#c33;padding:12px;border-radius:6px;margin-bottom:20px;border:1px solid #fcc;font-size:14px;text-align:center}.error-message strong{font-weight:600}.login-links{text-align:center;margin-top:20px;display:flex;justify-content:center;align-items:center;gap:10px}.login-links a{color:#667eea;text-decoration:none;font-size:14px;transition:color .3s ease}.login-links a:hover{color:#764ba2;text-decoration:underline}.separator{margin:0 5px;color:#ccc;font-weight:300}.security-notice{text-align:center;margin-top:20px;padding:12px;background-color:#f8f9fa;border-radius:6px;font-size:12px;color:#666;border:1px solid #e9ecef}.security-notice p{margin:0;display:flex;align-items:center;justify-content:center;gap:8px}.login-footer{text-align:center;margin-top:30px;padding-top:20px;border-top:1px solid #eee}.login-footer p{color:#999;font-size:12px;margin:0;font-weight:400}.spinner{display:inline-block;width:16px;height:16px;border:2px solid #ffffff;border-radius:50%;border-top-color:transparent;animation:spin 1s ease-in-out infinite}.layout{display:flex;min-height:100vh}.main-content{flex:1;display:flex;flex-direction:column}.content-area{flex:1;padding:20px;background-color:#f8f9fa;overflow-y:auto}@media (max-width: 480px){.login-card{padding:30px 20px;margin:10px}.login-header h1{font-size:20px}.login-logo{width:60px;height:60px}.login-links{flex-direction:column;gap:5px}.separator{display:none}}@media (prefers-color-scheme: dark){.login-card{background:#1a1a1a;border-color:#333}.login-header h1{color:#fff}.login-header p{color:#ccc}.form-group label{color:#fff}.form-group input{background-color:#2d2d2d;border-color:#444;color:#fff}.form-group input:focus{border-color:#667eea}.security-notice{background-color:#2d2d2d;border-color:#444;color:#ccc}.login-footer p{color:#999}}.form-group input:focus-visible{outline:2px solid #667eea;outline-offset:2px}.login-button:focus-visible{outline:2px solid #fff;outline-offset:2px}@media print{.login-container{background:#fff!important}.login-card{box-shadow:none;border:1px solid #000}}.topbar h1{color:white font-size: 20px;font-weight:700;margin:0}.topbar-actions{display:flex;align-items:center;gap:10px}.action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:none;color:#64748b;cursor:pointer;transition:all .3s ease;border-radius:8px;font-size:16px;position:relative}.action-btn:hover{background:#f8f0f5;color:#8e1773;transform:translateY(-1px)}.notification-btn{position:relative}.notification-badge{position:absolute;top:0;right:0;background:#ef4444;color:#fff;border-radius:50%;width:18px;height:18px;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.topbar{padding:0 15px}.topbar h1{font-size:18px}.action-btn{width:36px;height:36px;font-size:14px}}@media (max-width: 480px){.topbar h1{font-size:16px}.action-btn{width:32px;height:32px}.notification-badge{width:16px;height:16px;font-size:9px}}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px;background:#fff;padding:25px;border-radius:15px;box-shadow:0 4px 20px #0000001a}.header-content h1{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:8px;background:linear-gradient(135deg,#8e1773,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header-content p{color:#718096;font-size:1.1rem;margin-bottom:15px}.dashboard-refresh-info{display:flex;align-items:center;gap:15px;margin-top:10px}.dashboard-refresh-info small{color:#a0aec0;font-size:.85rem}.refresh-btn{background:#edf2f7;border:none;padding:6px 12px;border-radius:6px;color:#4a5568;font-size:.85rem;cursor:pointer;transition:all .2s ease}.refresh-btn:hover{background:#e2e8f0;transform:rotate(15deg)}.header-actions{display:flex;gap:15px;align-items:center}.search-box{position:relative;width:300px}.search-box input{width:100%;padding:12px 20px 12px 45px;border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;transition:all .3s ease;background:#f7fafc}.search-box input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#a0aec0}.notification-btn{position:relative;background:#f7fafc;border:2px solid #e2e8f0;width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#4a5568}.notification-btn:hover{background:#edf2f7;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.notification-badge{position:absolute;top:-5px;right:-5px;background:#fc8181;color:#fff;font-size:.75rem;font-weight:600;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center}.stats-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-bottom:40px}.stat-card{background:#fff;padding:25px;border-radius:15px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;position:relative;overflow:hidden}.stat-card.clickable{cursor:pointer}.stat-card.clickable:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.stat-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--stat-color, #667eea),transparent)}.stat-card.primary:before{--stat-color: #3B82F6}.stat-card.success:before{--stat-color: #10B981}.stat-card.warning:before{--stat-color: #F59E0B}.stat-card.info:before{--stat-color: #06B6D4}.stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-bottom:20px;color:#fff}.stat-card.primary .stat-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.stat-card.success .stat-icon{background:linear-gradient(135deg,#10b981,#047857)}.stat-card.warning .stat-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-card.info .stat-icon{background:linear-gradient(135deg,#06b6d4,#0e7490)}.stat-content h3{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:5px}.stat-content p{color:#718096;font-size:1rem;margin-bottom:15px}.stat-details{background:#f8fafc;border-radius:10px;padding:15px;margin-top:15px}.stat-detail-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e2e8f0}.stat-detail-item:last-child{border-bottom:none}.detail-label{color:#64748b;font-size:.9rem}.detail-value{font-weight:600;color:#2d3748}.stat-trend{margin-top:15px;padding:10px 15px;border-radius:8px;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:8px}.trend-up{background:#d1fae5;color:#065f46}.trend-down{background:#fee2e2;color:#991b1b}.trend-warning{background:#fef3c7;color:#92400e}.dashboard-error-alert{background:linear-gradient(135deg,#fee2e2,#fecaca);border:2px solid #f87171;color:#991b1b;padding:15px 20px;border-radius:10px;margin-bottom:25px;display:flex;justify-content:space-between;align-items:center;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.dashboard-error-alert button{background:none;border:none;font-size:1.5rem;color:#991b1b;cursor:pointer;padding:0 5px}.dashboard-section{margin-bottom:40px}.dashboard-section h2{font-size:1.8rem;color:#2d3748;margin-bottom:25px;padding-left:10px;border-left:4px solid #667eea}.modules-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px}.module-card{background:#fff;border-radius:15px;padding:25px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.module-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.module-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--accent-color, #667eea)}.module-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.module-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;box-shadow:0 4px 12px #0000001a}.module-stats{display:flex;gap:15px}.module-stat{text-align:right}.stat-value{display:block;font-size:1.3rem;font-weight:700;color:#2d3748}.stat-label{display:block;font-size:.85rem;color:#718096;margin-top:2px}.module-content h3{font-size:1.3rem;color:#2d3748;margin-bottom:10px}.module-content p{color:#718096;font-size:.95rem;line-height:1.5;margin-bottom:20px}.module-footer{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #e2e8f0}.access-link{color:#667eea;font-weight:500;font-size:.9rem;transition:color .2s ease}.module-card:hover .access-link{color:#764ba2}.module-alert{background:#fef3c7;color:#92400e;padding:4px 10px;border-radius:20px;font-size:.8rem;font-weight:500}.dashboard-bottom{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:40px}.bottom-section{background:#fff;border-radius:15px;padding:25px;box-shadow:0 4px 20px #00000014}.section-header{margin-bottom:25px}.section-header h3{font-size:1.4rem;color:#2d3748;margin-bottom:5px}.section-subtitle{color:#718096;font-size:.9rem}.quick-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.quick-action-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:20px 15px;display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;transition:all .3s ease;color:#4a5568}.quick-action-card:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 6px 20px #0000001a;border-color:var(--action-color, #667eea);background:#fff}.quick-action-card:disabled{opacity:.5;cursor:not-allowed}.action-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#fff}.quick-action-card span{font-size:.9rem;font-weight:500;text-align:center}.activity-list{display:flex;flex-direction:column;gap:15px}.activity-item{display:flex;align-items:flex-start;gap:15px;padding:15px;border-radius:10px;background:#f8fafc;transition:background .2s ease}.activity-item:hover{background:#edf2f7}.activity-icon{width:40px;height:40px;min-width:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#fff;color:#4a5568;font-size:1.1rem;box-shadow:0 2px 8px #0000000d}.activity-content p{color:#2d3748;font-size:.95rem;margin-bottom:5px}.activity-time{color:#a0aec0;font-size:.85rem}.tasks-list{display:flex;flex-direction:column;gap:15px}.task-item{display:flex;align-items:center;gap:15px;padding:15px;border-radius:10px;background:#f8fafc;transition:all .2s ease}.task-item:hover{background:#edf2f7;transform:translate(5px)}.task-priority{width:10px;height:40px;border-radius:5px}.task-priority[data-priority=high]{background:linear-gradient(135deg,#ef4444,#dc2626)}.task-priority[data-priority=medium]{background:linear-gradient(135deg,#f59e0b,#d97706)}.task-priority[data-priority=low]{background:linear-gradient(135deg,#10b981,#059669)}.task-content{flex:1}.task-content p{color:#2d3748;font-size:.95rem;margin-bottom:5px;font-weight:500}.task-due{color:#718096;font-size:.85rem;display:block;margin-bottom:5px}.task-high-priority{background:#fee2e2;color:#dc2626;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600}.task-action-btn{width:35px;height:35px;border-radius:10px;border:none;background:#d1fae5;color:#059669;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1.2rem}.task-action-btn:hover{background:#059669;color:#fff;transform:scale(1.1)}.dashboard-footer{background:#fff;border-radius:15px;padding:20px 25px;box-shadow:0 4px 20px #00000014}.data-summary{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.summary-item{display:flex;flex-direction:column;gap:5px}.summary-label{color:#718096;font-size:.9rem}.summary-value{color:#2d3748;font-weight:600;font-size:1.1rem}.status-active{color:#10b981!important;display:flex;align-items:center;gap:5px}.status-active:before{content:"●";font-size:.8rem}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}.skeleton-title{height:40px;width:200px;margin-bottom:10px}.skeleton-subtitle{height:20px;width:300px}.skeleton-search{height:50px;width:300px}.skeleton-button{height:50px;width:50px;border-radius:12px}.skeleton-number{height:40px;width:100px;margin-bottom:10px}.skeleton-text{height:16px;width:80px}.skeleton-section-title{height:30px;width:200px;margin-bottom:25px}.skeleton-module-title{height:24px;width:120px;margin-bottom:10px}.skeleton-module-desc{height:16px;width:100%}@media (max-width: 1200px){.modules-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width: 992px){.dashboard-header{flex-direction:column;gap:20px}.header-actions{width:100%}.search-box{flex:1}.dashboard-bottom{grid-template-columns:1fr}}@media (max-width: 768px){.applicants-page{padding:15px}.stats-overview,.modules-grid{grid-template-columns:1fr}.quick-actions-grid{grid-template-columns:repeat(2,1fr)}.data-summary{flex-direction:column;align-items:flex-start;gap:15px}}@media (max-width: 576px){.dashboard-header{padding:20px}.header-content h1{font-size:2rem}.search-box{width:100%}.quick-actions-grid{grid-template-columns:1fr}.stat-content h3{font-size:2rem}}@media (prefers-color-scheme: dark){.applicants-page{background:linear-gradient(135deg,#1a202c,#2d3748)}.dashboard-header,.stat-card,.module-card,.bottom-section,.dashboard-footer{background:#2d3748;box-shadow:0 4px 20px #0003}.header-content h1,.stat-content h3,.module-content h3,.dashboard-section h2,.section-header h3,.activity-content p,.task-content p,.summary-value{color:#e2e8f0}.header-content p,.stat-content p,.module-content p,.section-subtitle,.detail-label,.detail-value,.activity-time,.task-due{color:#a0aec0}.search-box input,.notification-btn,.quick-action-card,.activity-item,.task-item{background:#4a5568;border-color:#718096;color:#e2e8f0}.stat-details,.module-footer{background:#4a5568;border-color:#718096}.skeleton{background:linear-gradient(90deg,#4a5568 25%,#718096,#4a5568 75%)}}.applicants-page{margin-left:270px;margin-top:60px;padding:32px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:calc(100vh - 60px);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);width:1250px}@media (max-width: 1024px){.applicants-page{margin-left:0;width:100%;padding:24px}}@media (max-width: 480px){.applicants-page{padding:16px}}.applicants-alert{padding:16px 20px;border-radius:12px;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid;animation:applicants-slideInDown .3s cubic-bezier(.4,0,.2,1)}@keyframes applicants-slideInDown{0%{transform:translateY(-12px);opacity:0}to{transform:translateY(0);opacity:1}}.applicants-alert-error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#fecaca;color:#991b1b;box-shadow:0 1px 2px #0000000d}.applicants-alert-success{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#a7f3d0;color:#065f46;box-shadow:0 1px 2px #0000000d}.applicants-alert-close{background:transparent;border:none;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:inherit;opacity:.7;transition:all .15s cubic-bezier(.4,0,.2,1);margin-left:12px}.applicants-alert-close:hover{opacity:1;background:#0000000d}.applicants-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.applicants-header-content{flex:1}.applicants-page-title{font-size:36px;font-weight:700;background:linear-gradient(135deg,#1f2937,#374151);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 12px;letter-spacing:-.025em}.applicants-page-subtitle{font-size:16px;color:#6b7280;margin:0 0 16px;font-weight:400;line-height:1.5}.applicants-header-actions{display:flex;gap:12px;align-items:center}.applicants-btn{padding:12px 24px;border-radius:12px;border:1px solid transparent;font-size:14px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;letter-spacing:.01em;font-family:inherit}.applicants-btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.applicants-btn:hover:after{width:300px;height:300px}.applicants-btn-primary{background:linear-gradient(135deg,#8e1773,#a91b86);color:#fff;box-shadow:0 2px 8px #8e177340;border:none}.applicants-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 16px #8e177359}.applicants-btn-secondary{background:#fff;color:#6b7280;border:1px solid #d4d4d4;box-shadow:0 1px 2px #0000000d}.applicants-btn-secondary:hover{border-color:#a3a3a3;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.applicants-btn-outline{background:transparent;color:#6b7280;border:1px solid #d4d4d4}.applicants-btn-outline:hover{background:#fafafa;border-color:#a3a3a3}.applicants-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:40px}.applicants-stat-card{background:#ffffffb8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:24px;display:flex;align-items:center;gap:20px;border:1px solid rgba(255,255,255,.16);box-shadow:0 8px 32px #00000014;transition:all .25s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}.applicants-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8e17734d,#8e1773);opacity:0;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.applicants-stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.applicants-stat-card:hover:before{opacity:1}.applicants-stat-active{background:linear-gradient(135deg,#8e177314,#8e17731f);border-color:#8e177333}.applicants-stat-active:before{opacity:1}.applicants-stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000001a}.applicants-stat-card:hover .applicants-stat-icon{transform:scale(1.1)}.applicants-stat-pending{background:linear-gradient(135deg,#f9e6f5,#f5c6e8);color:#8e1773}.applicants-stat-interview{background:linear-gradient(135deg,#ece2f9,#dcc6f4);color:#6d28d9}.applicants-stat-accepted{background:linear-gradient(135deg,#fce4ec,#f8bcd4);color:#be185d}.applicants-stat-vetted{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#7c3aed}.applicants-stat-total{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);color:#8e1773}.applicants-stat-active .applicants-stat-pending{background:linear-gradient(135deg,#8e1773,#a91b86);color:#fff}.applicants-stat-active .applicants-stat-interview{background:linear-gradient(135deg,#7c3aed,#8b5cf6);color:#fff}.applicants-stat-active .applicants-stat-accepted{background:linear-gradient(135deg,#be185d,#db2777);color:#fff}.applicants-stat-active .applicants-stat-vetted{background:linear-gradient(135deg,#9333ea,#a855f7);color:#fff}.applicants-stat-active .applicants-stat-total{background:linear-gradient(135deg,#6d28d9,#7c3aed);color:#fff}.applicants-stat-content{flex:1}.applicants-stat-number{font-size:32px;font-weight:700;color:#1f2937;margin:0 0 4px;line-height:1}.applicants-stat-label{font-size:14px;color:#6b7280;margin:0;font-weight:500}.applicants-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(480px,1fr));gap:24px;margin-bottom:40px}.applicants-chart-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;transition:all .25s cubic-bezier(.4,0,.2,1)}.applicants-chart-card:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-2px)}.applicants-chart-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.applicants-chart-header h3{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 6px}.applicants-chart-subtitle{font-size:14px;color:#6b7280;font-weight:400}.applicants-chart-content{padding-top:8px}.applicants-status-chart{display:flex;flex-direction:column;gap:20px}.applicants-chart-bar{display:flex;align-items:center;gap:16px}.applicants-bar-label{width:160px;display:flex;justify-content:space-between;align-items:center}.applicants-label-text{font-size:14px;font-weight:500;color:#6b7280}.applicants-label-count{font-size:13px;font-weight:600;color:#1f2937;background:#f3f4f6;padding:4px 10px;border-radius:9999px;min-width:32px;text-align:center}.applicants-bar-track{flex:1;height:10px;background:#f3f4f6;border-radius:9999px;overflow:hidden;position:relative}.applicants-bar-fill{height:100%;border-radius:9999px;transition:width 1s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.applicants-bar-percentage{width:60px;text-align:right;font-size:14px;font-weight:600;color:#374151}.applicants-score-chart{display:flex;flex-direction:column;gap:20px}.applicants-score-bar{display:flex;align-items:center;gap:16px}.applicants-score-label{width:80px;display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#6b7280}.applicants-score-count{font-size:13px;font-weight:600;color:#1f2937;background:#f3f4f6;padding:4px 10px;border-radius:9999px;min-width:32px;text-align:center}.applicants-score-track{flex:1;height:10px;background:#f3f4f6;border-radius:9999px;overflow:hidden}.applicants-score-fill-bar{height:100%;background:linear-gradient(90deg,#8e177366,#8e1773);border-radius:9999px;transition:width 1s cubic-bezier(.34,1.56,.64,1)}.applicants-controls-bar{background:#fff;border-radius:16px;padding:20px 24px;margin-bottom:32px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb}.applicants-search-box{flex:1;min-width:300px;position:relative}.applicants-search-input{width:100%;padding:14px 20px 14px 48px;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;color:#1f2937;background:#fafafa;transition:all .25s cubic-bezier(.4,0,.2,1);font-family:inherit}.applicants-search-input:focus{outline:none;border-color:#8e17734d;box-shadow:0 0 0 4px #8e17731a;background:#fff}.applicants-search-input::placeholder{color:#9ca3af}.applicants-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:18px;pointer-events:none}.applicants-filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.applicants-filter-select{padding:12px 40px 12px 16px;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;color:#1f2937;background:#fafafa;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);font-family:inherit;min-width:140px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.applicants-filter-select:focus{outline:none;border-color:#8e17734d;box-shadow:0 0 0 4px #8e17731a}.applicants-bulk-actions{display:flex;align-items:center;gap:12px}.applicants-bulk-select{padding:12px 40px 12px 16px;border:1px solid rgba(142,23,115,.3);border-radius:12px;font-size:14px;color:#8e1773;background:linear-gradient(135deg,#8e177314,#8e17731f);cursor:pointer;font-family:inherit;min-width:160px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%238e1773'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.applicants-selected-count{font-size:14px;font-weight:500;color:#8e1773;padding:8px 14px;background:#8e177314;border-radius:12px;border:1px solid rgba(142,23,115,.2);white-space:nowrap}.applicants-table-container{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;margin-bottom:32px;overflow-x:auto}.applicants-data-table{width:100%;border-collapse:separate;border-spacing:0;min-width:1000px}.applicants-data-table thead{background:linear-gradient(135deg,#fafafa,#f5f5f5);border-bottom:1px solid #e5e7eb;position:sticky;top:0}.applicants-data-table th{padding:18px 20px;text-align:left;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;-webkit-user-select:none;user-select:none;position:relative;transition:background-color .15s cubic-bezier(.4,0,.2,1)}.applicants-data-table th:hover{background:#f3f4f6}.applicants-data-table td{padding:20px;border-bottom:1px solid #f5f5f5;transition:background-color .15s cubic-bezier(.4,0,.2,1)}.applicants-data-table tbody tr{transition:all .25s cubic-bezier(.4,0,.2,1)}.applicants-data-table tbody tr:hover{background:linear-gradient(90deg,rgba(142,23,115,.08) 0%,transparent 100%)}.applicants-row-selected{background:linear-gradient(90deg,rgba(142,23,115,.12) 0%,transparent 100%)!important;border-left:4px solid #8e1773}.applicants-checkbox-cell{width:48px;text-align:center;padding-left:24px;padding-right:24px}.applicants-checkbox-cell input[type=checkbox]{width:20px;height:20px;cursor:pointer;border-radius:6px;border:2px solid #d4d4d4;transition:all .15s cubic-bezier(.4,0,.2,1);-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative}.applicants-checkbox-cell input[type=checkbox]:checked{background:#8e1773;border-color:#8e1773}.applicants-checkbox-cell input[type=checkbox]:checked:after{content:"✓";position:absolute;color:#fff;font-size:14px;font-weight:700;top:50%;left:50%;transform:translate(-50%,-50%)}.applicants-checkbox-cell input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 3px #8e177333}.applicants-sortable{cursor:pointer;transition:color .15s cubic-bezier(.4,0,.2,1);position:relative;padding-right:24px}.applicants-sortable:hover{color:#8e1773}.applicants-sortable:after{content:"↕";position:absolute;right:8px;opacity:.4;font-size:12px}.applicants-info-cell{display:flex;flex-direction:column;gap:6px}.applicants-name{font-size:15px;font-weight:600;color:#1f2937;line-height:1.4}.applicants-id{font-size:12px;color:#9ca3af;font-weight:500;letter-spacing:.05em}.applicants-contact-info{display:flex;flex-direction:column;gap:4px}.applicants-contact-email{font-size:14px;color:#1f2937;font-weight:500}.applicants-contact-phone{font-size:13px;color:#6b7280}.applicants-score-cell{display:flex;align-items:center;gap:12px}.applicants-score-value{font-size:15px;font-weight:700;color:#1f2937;min-width:48px}.applicants-score-bar{flex:1;height:8px;background:#e5e7eb;border-radius:9999px;overflow:hidden;min-width:100px}.applicants-score-fill{height:100%;background:linear-gradient(90deg,#8e177366,#8e1773);border-radius:9999px;transition:width 1s cubic-bezier(.34,1.56,.64,1)}.applicants-status-select{padding:10px 32px 10px 14px;border-radius:8px;border:1px solid;font-size:13px;font-weight:500;cursor:pointer;background:#fff;transition:all .15s cubic-bezier(.4,0,.2,1);min-width:140px;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:16px}.applicants-status-select:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.applicants-action-buttons{display:flex;align-items:center;gap:8px}.applicants-btn-action{width:36px;height:36px;border-radius:8px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);font-size:16px;background:#f3f4f6;color:#6b7280}.applicants-btn-action:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.applicants-view:hover{background:#3b82f6;color:#fff}.applicants-accept:hover{background:#10b981;color:#fff}.applicants-reject:hover{background:#ef4444;color:#fff}.applicants-vet-select{padding:10px 32px 10px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;color:#6b7280;background:#fff;cursor:pointer;min-width:120px;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:16px;transition:all .15s cubic-bezier(.4,0,.2,1)}.applicants-vet-select:focus{outline:none;border-color:#8e17734d;box-shadow:0 0 0 3px #8e17731a}.applicants-empty-state{padding:80px 40px;text-align:center;color:#6b7280}.applicants-empty-icon{font-size:64px;margin-bottom:24px;opacity:.3;filter:grayscale(1);animation:applicants-float 3s ease-in-out infinite}@keyframes applicants-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.applicants-empty-state h3{font-size:24px;font-weight:600;color:#1f2937;margin:0 0 12px}.applicants-empty-state p{font-size:16px;color:#6b7280;max-width:400px;margin:0 auto 32px;line-height:1.6}.applicants-pagination{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;padding:24px;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb}.applicants-pagination-btn{padding:10px 18px;border:1px solid #e5e7eb;border-radius:12px;background:#fafafa;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);min-width:44px;display:flex;align-items:center;justify-content:center;font-family:inherit}.applicants-pagination-btn:hover:not(:disabled){background:#f3f4f6;border-color:#d4d4d4;transform:translateY(-1px)}.applicants-pagination-active{background:#8e1773;color:#fff;border-color:#8e1773;box-shadow:0 2px 8px #8e17734d}.applicants-pagination-btn:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.applicants-page-size-selector{display:flex;align-items:center;gap:12px;margin-left:32px;font-size:14px;color:#6b7280}.applicants-page-size-selector select{padding:10px 14px;border:1px solid #e5e7eb;border-radius:12px;background:#fafafa;color:#1f2937;font-size:14px;cursor:pointer;font-family:inherit;transition:all .15s cubic-bezier(.4,0,.2,1)}.applicants-page-size-selector select:focus{outline:none;border-color:#8e17734d;box-shadow:0 0 0 3px #8e17731a}.applicants-pagination-info{margin-left:16px;font-size:14px;color:#1f2937;font-weight:500;padding:8px 16px;background:#f3f4f6;border-radius:12px}.applicants-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;animation:applicants-fadeIn .3s cubic-bezier(.4,0,.2,1)}@keyframes applicants-fadeIn{0%{opacity:0}to{opacity:1}}.applicants-modal-content{background:#fff;border-radius:20px;width:100%;max-width:900px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:applicants-slideUp .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 20px 25px -5px #0000001a;border:1px solid rgba(255,255,255,.1)}@keyframes applicants-slideUp{0%{transform:translateY(40px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.applicants-modal-header{padding:28px 32px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#fafafa,#f5f5f5)}.applicants-modal-header h2{font-size:28px;font-weight:700;color:#1f2937;margin:0;letter-spacing:-.025em}.applicants-modal-actions-top{display:flex;align-items:center;gap:12px}.applicants-close-btn{width:40px;height:40px;border-radius:12px;border:none;background:#e5e7eb;color:#6b7280;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s cubic-bezier(.4,0,.2,1);flex-shrink:0}.applicants-close-btn:hover{background:#d4d4d4;color:#1f2937;transform:rotate(90deg)}.applicants-modal-body{flex:1;overflow-y:auto;padding:32px;background:#fafafa}.applicants-profile{display:flex;flex-direction:column;gap:40px}.applicants-profile-header{display:flex;align-items:center;gap:28px;padding-bottom:32px;border-bottom:1px solid #e5e7eb}.applicants-profile-avatar{width:96px;height:96px;border-radius:20px;background:linear-gradient(135deg,#8e1773,#a91b86);color:#fff;font-size:40px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #8e17734d;flex-shrink:0}.applicants-profile-info{flex:1}.applicants-profile-info h2{font-size:32px;font-weight:700;color:#1f2937;margin:0 0 8px;letter-spacing:-.025em}.applicants-profile-info p{font-size:18px;color:#6b7280;margin:0 0 20px;font-weight:500}.applicants-profile-status{display:flex;gap:12px;flex-wrap:wrap}.applicants-status-badge{padding:8px 20px;border-radius:9999px;font-size:13px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 8px #0000001a}.applicants-department-badge{padding:8px 20px;border-radius:9999px;font-size:13px;font-weight:600;color:#1f2937;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:1px solid #d4d4d4}.applicants-detail-section{margin-bottom:40px}.applicants-detail-section h3{font-size:20px;font-weight:600;color:#1f2937;margin:0 0 24px;padding-bottom:16px;border-bottom:2px solid #e5e7eb;position:relative}.applicants-detail-section h3:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:linear-gradient(90deg,#8e1773,#a91b86);border-radius:9999px}.applicants-detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.applicants-detail-item{display:flex;flex-direction:column;gap:6px;padding:16px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;transition:all .15s cubic-bezier(.4,0,.2,1)}.applicants-detail-item:hover{border-color:#d4d4d4;transform:translateY(-2px);box-shadow:0 1px 2px #0000000d}.applicants-detail-item strong{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.applicants-detail-item span{font-size:15px;color:#1f2937;font-weight:500;line-height:1.5}.applicants-clearance-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.applicants-clearance-badge.high{background-color:#dcfce7;color:#166534}.applicants-clearance-badge.medium{background-color:#fef9c3;color:#854d0e}.applicants-clearance-badge.low{background-color:#fee2e2;color:#991b1b}.applicants-status{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.applicants-status-completed{background-color:#dcfce7;color:#166534}.applicants-status-pending{background-color:#fef9c3;color:#854d0e}.applicants-status-failed{background-color:#fee2e2;color:#991b1b}.applicants-scores-detailed{display:flex;flex-direction:column;gap:20px;max-width:600px}.applicants-score-detail{display:flex;flex-direction:column;gap:8px}.applicants-score-header{display:flex;justify-content:space-between;align-items:center}.applicants-score-header span{font-size:14px;color:#374151}.applicants-score-percent{font-size:16px;font-weight:600;color:#1f2937}.applicants-skills-detailed{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.applicants-skill-tag{padding:8px 16px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#1f2937;border-radius:8px;font-size:13px;font-weight:500;border:1px solid #d4d4d4;transition:all .15s cubic-bezier(.4,0,.2,1)}.applicants-skill-tag:hover{background:linear-gradient(135deg,#8e177314,#8e17731f);border-color:#8e17734d;color:#8e1773;transform:translateY(-2px)}.applicants-education-detail{font-size:15px;color:#1f2937;line-height:1.6}.applicants-notes-section{background:#f8fafc;border-radius:8px;padding:16px;font-size:14px;color:#475569;line-height:1.6;border-left:4px solid #8e1773}.applicants-modal-actions{padding:28px 32px;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#fafafa,#f5f5f5)}.applicants-modal-action-group{display:flex;gap:16px}.applicants-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:applicants-shimmer 1.5s infinite;border-radius:4px}@keyframes applicants-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.applicants-skeleton-text{height:16px;width:100%}.applicants-skeleton-subtitle{height:14px;width:60%}.applicants-skeleton-bar{height:10px;width:100%;margin-bottom:16px;border-radius:9999px}@media (max-width: 1024px){.applicants-charts-grid{grid-template-columns:1fr}.applicants-detail-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width: 768px){.applicants-page{padding:20px}.applicants-header{flex-direction:column;gap:20px}.applicants-header-actions{width:100%;justify-content:flex-start}.applicants-controls-bar{flex-direction:column;align-items:stretch}.applicants-search-box{min-width:100%}.applicants-filters{width:100%;flex-direction:column}.applicants-stats-grid{grid-template-columns:repeat(2,1fr)}.applicants-modal-content{max-height:95vh;border-radius:16px}.applicants-profile-header{flex-direction:column;text-align:center;gap:20px}.applicants-modal-actions{flex-direction:column;gap:16px}.applicants-modal-action-group{width:100%;flex-direction:column}.applicants-btn{width:100%;justify-content:center}}@media (max-width: 480px){.applicants-page-title{font-size:28px}.applicants-stats-grid,.applicants-charts-grid{grid-template-columns:1fr}.applicants-chart-card{padding:20px}.applicants-action-buttons{flex-wrap:wrap;justify-content:center}.applicants-pagination{flex-direction:column;gap:12px}.applicants-page-size-selector{margin-left:0;justify-content:center}.applicants-detail-grid{grid-template-columns:1fr}}.applicants-modal-body::-webkit-scrollbar{width:8px}.applicants-modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.applicants-modal-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.applicants-modal-body::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.applicants-table-container::-webkit-scrollbar{height:8px}.applicants-table-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.applicants-table-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.applicants-table-container::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.clients-page{margin-left:280px;margin-top:60px;padding:32px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:calc(100vh - 60px);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);width:calc(100% - 280px)}.clients-alert{padding:16px 20px;border-radius:12px;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid;animation:clients-slideInDown .3s cubic-bezier(.4,0,.2,1)}@keyframes clients-slideInDown{0%{transform:translateY(-12px);opacity:0}to{transform:translateY(0);opacity:1}}.clients-alert-error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#fecaca;color:#991b1b;box-shadow:0 1px 2px #0000000d}.clients-alert-success{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#a7f3d0;color:#065f46;box-shadow:0 1px 2px #0000000d}.clients-alert-close{background:transparent;border:none;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:inherit;opacity:.7;transition:all .15s cubic-bezier(.4,0,.2,1);margin-left:12px}.clients-alert-close:hover{opacity:1;background:#0000000d}.clients-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.clients-header-content{flex:1}.clients-page-title{font-size:36px;font-weight:700;background:linear-gradient(135deg,#1f2937,#374151);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 12px;letter-spacing:-.025em}.clients-page-subtitle{font-size:16px;color:#6b7280;margin:0 0 16px;font-weight:400;line-height:1.5}.clients-header-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.clients-export-buttons{display:flex;gap:8px}.clients-btn{padding:12px 24px;border-radius:12px;border:1px solid transparent;font-size:14px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;letter-spacing:.01em;font-family:inherit}.clients-btn:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.clients-btn:hover:after{width:300px;height:300px}.clients-btn-icon{font-size:18px;line-height:1}.clients-btn-primary{background:linear-gradient(135deg,#8e1773,#a91b86);color:#fff;box-shadow:0 2px 8px #8e177340;border:none}.clients-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 16px #8e177359}.clients-btn-secondary{background:#fff;color:#6b7280;border:1px solid #d4d4d4;box-shadow:0 1px 2px #0000000d}.clients-btn-secondary:hover{border-color:#a3a3a3;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.clients-btn-outline{background:transparent;color:#6b7280;border:1px solid #d4d4d4}.clients-btn-outline:hover{background:#fafafa;border-color:#a3a3a3}.clients-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:40px}.clients-stat-card{background:#ffffffb8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:24px;display:flex;align-items:center;gap:20px;border:1px solid rgba(255,255,255,.16);box-shadow:0 8px 32px #00000014;transition:all .25s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}.clients-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8e17734d,#8e1773);opacity:0;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.clients-stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.clients-stat-card:hover:before{opacity:1}.clients-stat-active{background:linear-gradient(135deg,#8e177314,#8e17731f);border-color:#8e177333}.clients-stat-active:before{opacity:1}.clients-stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000001a}.clients-stat-card:hover .clients-stat-icon{transform:scale(1.1)}.clients-stat-active-icon{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#059669}.clients-stat-total{background:linear-gradient(135deg,#fce4ec,#f8bcd4);color:#be185d}.clients-stat-guards{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#2563eb}.clients-stat-satisfaction{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.clients-stat-active .clients-stat-active-icon{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.clients-stat-active .clients-stat-total{background:linear-gradient(135deg,#be185d,#9d174d);color:#fff}.clients-stat-active .clients-stat-guards{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.clients-stat-active .clients-stat-satisfaction{background:linear-gradient(135deg,#d97706,#b45309);color:#fff}.clients-stat-content{flex:1}.clients-stat-number{font-size:32px;font-weight:700;color:#1f2937;margin:0 0 4px;line-height:1}.clients-stat-label{font-size:14px;color:#6b7280;margin:0;font-weight:500}.clients-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:24px;margin-bottom:40px}.clients-chart-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;transition:all .25s cubic-bezier(.4,0,.2,1)}.clients-chart-card:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-2px)}.clients-chart-header{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.clients-chart-header h3{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 6px}.clients-chart-subtitle{font-size:14px;color:#6b7280;font-weight:400}.clients-chart-content{padding-top:8px}.clients-status-chart{display:flex;flex-direction:column;gap:20px}.clients-chart-bar{display:flex;align-items:center;gap:16px}.clients-bar-label{width:160px;display:flex;justify-content:space-between;align-items:center}.clients-label-text{font-size:14px;font-weight:500;color:#6b7280}.clients-label-count{font-size:13px;font-weight:600;color:#1f2937;background:#f3f4f6;padding:4px 10px;border-radius:9999px;min-width:32px;text-align:center}.clients-bar-track{flex:1;height:10px;background:#f3f4f6;border-radius:9999px;overflow:hidden;position:relative}.clients-bar-fill{height:100%;border-radius:9999px;transition:width 1s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.clients-bar-percentage{width:60px;text-align:right;font-size:14px;font-weight:600;color:#374151}.clients-pie-chart{display:flex;align-items:center;gap:32px;min-height:200px}.clients-pie-svg{width:120px;height:120px;flex-shrink:0}.clients-pie-slice{transition:opacity .3s ease}.clients-pie-slice:hover{opacity:.8}.clients-pie-legend{flex:1;display:flex;flex-direction:column;gap:10px}.clients-legend-item{display:flex;align-items:center;gap:10px;padding:6px 0}.clients-legend-color{width:12px;height:12px;border-radius:3px;flex-shrink:0}.clients-legend-label{font-size:13px;color:#374151;font-weight:500;flex:1}.clients-legend-value{font-size:12px;color:#6b7280;font-weight:500}.clients-revenue-chart{display:flex;flex-direction:column;gap:20px}.clients-revenue-bar{display:flex;align-items:center;gap:16px}.clients-revenue-label{width:180px;display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280}.clients-type-icon{font-size:16px;width:24px;text-align:center}.clients-type-text{flex:1}.clients-revenue-amount{font-size:13px;font-weight:600;color:#1f2937;background:#f3f4f6;padding:4px 10px;border-radius:6px;min-width:80px;text-align:right}.clients-revenue-track{flex:1;height:10px;background:#f3f4f6;border-radius:9999px;overflow:hidden}.clients-revenue-fill{height:100%;border-radius:9999px;transition:width 1s cubic-bezier(.34,1.56,.64,1)}.clients-revenue-percentage{width:60px;text-align:right;font-size:14px;font-weight:600;color:#374151}.clients-satisfaction-chart{display:flex;flex-direction:column;gap:20px}.clients-satisfaction-bar{display:flex;align-items:center;gap:16px}.clients-satisfaction-label{width:80px;display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#6b7280}.clients-satisfaction-count{font-size:13px;font-weight:600;color:#1f2937;background:#f3f4f6;padding:4px 10px;border-radius:9999px;min-width:32px;text-align:center}.clients-satisfaction-track{flex:1;height:10px;background:#f3f4f6;border-radius:9999px;overflow:hidden}.clients-satisfaction-fill-bar{height:100%;border-radius:9999px;transition:width 1s cubic-bezier(.34,1.56,.64,1)}.clients-controls-bar{background:#fff;border-radius:16px;padding:20px 24px;margin-bottom:32px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb}.clients-search-box{flex:1;min-width:300px;position:relative}.clients-search-input{width:100%;padding:14px 20px 14px 48px;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;color:#1f2937;background:#fafafa;transition:all .25s cubic-bezier(.4,0,.2,1);font-family:inherit}.clients-search-input:focus{outline:none;border-color:#8e17734d;box-shadow:0 0 0 4px #8e17731a;background:#fff}.clients-search-input::placeholder{color:#9ca3af}.clients-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:18px;pointer-events:none}.clients-filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.clients-filter-select{padding:12px 40px 12px 16px;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;color:#1f2937;background:#fafafa;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);font-family:inherit;min-width:140px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.clients-filter-select:focus{outline:none;border-color:#8e17734d;box-shadow:0 0 0 4px #8e17731a}.clients-bulk-actions{display:flex;align-items:center;gap:12px}.clients-bulk-select{padding:12px 40px 12px 16px;border:1px solid rgba(142,23,115,.3);border-radius:12px;font-size:14px;color:#8e1773;background:linear-gradient(135deg,#8e177314,#8e17731f);cursor:pointer;font-family:inherit;min-width:160px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%238e1773'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.clients-selected-count{font-size:14px;font-weight:500;color:#8e1773;padding:8px 14px;background:#8e177314;border-radius:12px;border:1px solid rgba(142,23,115,.2);white-space:nowrap}.clients-table-container{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;margin-bottom:32px;overflow-x:auto}.clients-data-table{width:100%;border-collapse:separate;border-spacing:0;min-width:1100px}.clients-data-table thead{background:linear-gradient(135deg,#fafafa,#f5f5f5);border-bottom:1px solid #e5e7eb;position:sticky;top:0}.clients-data-table th{padding:18px 20px;text-align:left;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;-webkit-user-select:none;user-select:none;position:relative;transition:background-color .15s cubic-bezier(.4,0,.2,1)}.clients-data-table th:hover{background:#f3f4f6}.clients-data-table td{padding:20px;border-bottom:1px solid #f5f5f5;transition:background-color .15s cubic-bezier(.4,0,.2,1)}.clients-data-table tbody tr{transition:all .25s cubic-bezier(.4,0,.2,1)}.clients-data-table tbody tr:hover{background:linear-gradient(90deg,rgba(142,23,115,.08) 0%,transparent 100%)}.clients-row-selected{background:linear-gradient(90deg,rgba(142,23,115,.12) 0%,transparent 100%)!important;border-left:4px solid #8e1773}.clients-checkbox-cell{width:48px;text-align:center;padding-left:24px;padding-right:24px}.clients-checkbox-cell input[type=checkbox]{width:20px;height:20px;cursor:pointer;border-radius:6px;border:2px solid #d4d4d4;transition:all .15s cubic-bezier(.4,0,.2,1);-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative}.clients-checkbox-cell input[type=checkbox]:checked{background:#8e1773;border-color:#8e1773}.clients-checkbox-cell input[type=checkbox]:checked:after{content:"✓";position:absolute;color:#fff;font-size:14px;font-weight:700;top:50%;left:50%;transform:translate(-50%,-50%)}.clients-checkbox-cell input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 3px #8e177333}.clients-sortable{cursor:pointer;transition:color .15s cubic-bezier(.4,0,.2,1);position:relative;padding-right:24px}.clients-sortable:hover{color:#8e1773}.clients-sortable:after{content:"↕";position:absolute;right:8px;opacity:.4;font-size:12px}.clients-info-cell{display:flex;flex-direction:column;gap:6px}.clients-name{font-size:15px;font-weight:600;color:#1f2937;line-height:1.4}.clients-email{font-size:13px;color:#6b7280}.clients-contact-info{display:flex;flex-direction:column;gap:4px}.clients-contact-name{font-size:14px;color:#1f2937;font-weight:500}.clients-contact-phone{font-size:13px;color:#6b7280}.clients-service-type{display:flex;align-items:center;gap:8px}.clients-service-icon{font-size:18px;width:24px;text-align:center}.clients-service-text{font-size:14px;color:#374151;font-weight:500}.clients-contract-value{display:flex;flex-direction:column;gap:2px}.clients-contract-period{font-size:11px;color:#9ca3af;font-weight:500}.clients-guards-count{display:flex;align-items:baseline;gap:4px}.clients-guards-number{font-size:16px;font-weight:600;color:#1f2937}.clients-guards-label{font-size:12px;color:#6b7280;font-weight:500}.clients-satisfaction-cell{display:flex;flex-direction:column;gap:6px}.clients-satisfaction-value{font-size:14px;font-weight:600;color:#1f2937}.clients-satisfaction-bar{height:6px;background:#f3f4f6;border-radius:3px;overflow:hidden;min-width:80px}.clients-satisfaction-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:3px;transition:width 1s cubic-bezier(.34,1.56,.64,1)}.clients-no-rating{font-size:13px;color:#9ca3af;font-style:italic}.clients-status-select{padding:10px 32px 10px 14px;border-radius:8px;border:1px solid;font-size:13px;font-weight:500;cursor:pointer;background:#fff;transition:all .15s cubic-bezier(.4,0,.2,1);min-width:140px;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:16px}.clients-status-select:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.clients-action-buttons{display:flex;align-items:center;gap:8px}.clients-btn-action{width:36px;height:36px;border-radius:8px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);font-size:16px;background:#f3f4f6;color:#6b7280}.clients-btn-action:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.clients-view:hover{background:#3b82f6;color:#fff}.clients-edit:hover{background:#f59e0b;color:#fff}.clients-contract:hover{background:#8b5cf6;color:#fff}.clients-empty-state{padding:80px 40px;text-align:center;color:#6b7280}.clients-empty-icon{font-size:64px;margin-bottom:24px;opacity:.3;filter:grayscale(1);animation:clients-float 3s ease-in-out infinite}@keyframes clients-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.clients-empty-state h3{font-size:24px;font-weight:600;color:#1f2937;margin:0 0 12px}.clients-empty-state p{font-size:16px;color:#6b7280;max-width:400px;margin:0 auto 32px;line-height:1.6}.clients-pagination{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;padding:24px;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb}.clients-pagination-btn{padding:10px 18px;border:1px solid #e5e7eb;border-radius:12px;background:#fafafa;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);min-width:44px;display:flex;align-items:center;justify-content:center;font-family:inherit}.clients-pagination-btn:hover:not(:disabled){background:#f3f4f6;border-color:#d4d4d4;transform:translateY(-1px)}.clients-pagination-active{background:#8e1773;color:#fff;border-color:#8e1773;box-shadow:0 2px 8px #8e17734d}.clients-pagination-btn:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.clients-page-size-selector{display:flex;align-items:center;gap:12px;margin-left:32px;font-size:14px;color:#6b7280}.clients-page-size-selector select{padding:10px 14px;border:1px solid #e5e7eb;border-radius:12px;background:#fafafa;color:#1f2937;font-size:14px;cursor:pointer;font-family:inherit;transition:all .15s cubic-bezier(.4,0,.2,1)}.clients-page-size-selector select:focus{outline:none;border-color:#8e17734d;box-shadow:0 0 0 3px #8e17731a}.clients-pagination-info{margin-left:16px;font-size:14px;color:#1f2937;font-weight:500;padding:8px 16px;background:#f3f4f6;border-radius:12px}.clients-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;animation:clients-fadeIn .3s cubic-bezier(.4,0,.2,1)}@keyframes clients-fadeIn{0%{opacity:0}to{opacity:1}}.clients-modal-content{background:#fff;border-radius:20px;width:100%;max-width:1000px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:clients-slideUp .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 20px 25px -5px #0000001a;border:1px solid rgba(255,255,255,.1)}.clients-modal-wide{max-width:1200px}@keyframes clients-slideUp{0%{transform:translateY(40px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.clients-modal-header{padding:28px 32px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#fafafa,#f5f5f5)}.clients-modal-header h2{font-size:28px;font-weight:700;color:#1f2937;margin:0;letter-spacing:-.025em}.clients-modal-actions-top{display:flex;align-items:center;gap:12px}.clients-close-btn{width:40px;height:40px;border-radius:12px;border:none;background:#e5e7eb;color:#6b7280;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s cubic-bezier(.4,0,.2,1);flex-shrink:0}.clients-close-btn:hover{background:#d4d4d4;color:#1f2937;transform:rotate(90deg)}.clients-modal-body{flex:1;overflow-y:auto;padding:32px;background:#fafafa}.clients-profile{display:flex;flex-direction:column;gap:40px}.clients-profile-header{display:flex;align-items:center;gap:28px;padding-bottom:32px;border-bottom:1px solid #e5e7eb}.clients-profile-avatar{width:96px;height:96px;border-radius:20px;background:linear-gradient(135deg,#8e1773,#a91b86);color:#fff;font-size:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #8e17734d;flex-shrink:0}.clients-profile-info{flex:1}.clients-profile-info h2{font-size:32px;font-weight:700;color:#1f2937;margin:0 0 8px;letter-spacing:-.025em}.clients-profile-info p{font-size:18px;color:#6b7280;margin:0 0 20px;font-weight:500}.clients-profile-status{display:flex;gap:12px;flex-wrap:wrap}.clients-status-badge,.clients-service-badge{padding:8px 20px;border-radius:9999px;font-size:13px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 8px #0000001a}.clients-revenue-badge{padding:8px 20px;border-radius:9999px;font-size:13px;font-weight:600;color:#1f2937;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:1px solid #d4d4d4}.clients-profile-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.clients-detail-section{margin-bottom:0}.clients-detail-section h3{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #e5e7eb;position:relative}.clients-detail-section h3:after{content:"";position:absolute;bottom:-2px;left:0;width:40px;height:2px;background:linear-gradient(90deg,#8e1773,#a91b86);border-radius:9999px}.clients-detail-grid{display:grid;grid-template-columns:1fr;gap:16px}.clients-detail-item{display:flex;flex-direction:column;gap:4px;padding:12px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;transition:all .15s cubic-bezier(.4,0,.2,1)}.clients-detail-item:hover{border-color:#d4d4d4;transform:translateY(-1px)}.clients-detail-item strong{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.clients-detail-item span{font-size:14px;color:#1f2937;font-weight:500;line-height:1.5}.clients-contract-value-large{font-size:18px;font-weight:700;color:#059669}.clients-security-level{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.clients-security-level.high{background-color:#dcfce7;color:#166534}.clients-security-level.medium{background-color:#fef9c3;color:#854d0e}.clients-security-level.low{background-color:#fee2e2;color:#991b1b}.clients-services-detailed{display:flex;flex-wrap:wrap;gap:8px}.clients-service-tag{padding:8px 16px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#1f2937;border-radius:8px;font-size:13px;font-weight:500;border:1px solid #d4d4d4;transition:all .15s cubic-bezier(.4,0,.2,1)}.clients-service-tag:hover{background:linear-gradient(135deg,#8e177314,#8e17731f);border-color:#8e17734d;color:#8e1773;transform:translateY(-2px)}.clients-satisfaction-detailed{display:flex;align-items:center;justify-content:center;min-height:120px}.clients-satisfaction-score{text-align:center}.clients-score-circle{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;margin:0 auto 12px}.clients-score-percent{font-size:24px;font-weight:700;color:#059669;z-index:1}.clients-score-label{font-size:14px;color:#6b7280;font-weight:500}.clients-no-satisfaction{text-align:center;padding:24px;color:#9ca3af;font-style:italic}.clients-full-width{grid-column:1 / -1}.clients-address-section,.clients-notes-section{background:#fff;border-radius:12px;padding:20px;border:1px solid #e5e7eb;margin-bottom:20px}.clients-address-section strong,.clients-notes-section strong{display:block;font-size:12px;color:#6b7280;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.clients-address-section p,.clients-notes-section p{font-size:14px;color:#1f2937;line-height:1.6;margin:0}.clients-modal-actions{padding:28px 32px;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#fafafa,#f5f5f5)}.clients-modal-action-group{display:flex;gap:16px}.clients-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:clients-shimmer 1.5s infinite;border-radius:4px}@keyframes clients-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.clients-skeleton-text{height:16px;width:100%}.clients-skeleton-subtitle{height:14px;width:60%}.clients-skeleton-bar{height:10px;width:100%;margin-bottom:16px;border-radius:9999px}.clients-skeleton-pie{height:150px;width:150px;border-radius:50%;margin:0 auto}@media (max-width: 1024px){.clients-page{margin-left:0;width:100%;padding:24px}.clients-charts-grid,.clients-profile-details-grid{grid-template-columns:1fr}}@media (max-width: 768px){.clients-page{padding:20px}.clients-header{flex-direction:column;gap:20px}.clients-header-actions{width:100%;justify-content:flex-start;flex-direction:column;align-items:stretch}.clients-export-buttons{width:100%;justify-content:stretch}.clients-controls-bar{flex-direction:column;align-items:stretch}.clients-search-box{min-width:100%}.clients-filters{width:100%;flex-direction:column}.clients-stats-grid{grid-template-columns:repeat(2,1fr)}.clients-modal-content{max-height:95vh;border-radius:16px}.clients-profile-header{flex-direction:column;text-align:center;gap:20px}.clients-modal-actions{flex-direction:column;gap:16px}.clients-modal-action-group{width:100%;flex-direction:column}.clients-btn{width:100%;justify-content:center}}@media (max-width: 480px){.clients-page-title{font-size:28px}.clients-stats-grid,.clients-charts-grid{grid-template-columns:1fr}.clients-chart-card{padding:20px}.clients-pie-chart{flex-direction:column;align-items:flex-start;gap:20px}.clients-pie-svg{align-self:center}.clients-action-buttons{flex-wrap:wrap;justify-content:center}.clients-pagination{flex-direction:column;gap:12px}.clients-page-size-selector{margin-left:0;justify-content:center}.clients-detail-grid{grid-template-columns:1fr}}.clients-modal-body::-webkit-scrollbar{width:8px}.clients-modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.clients-modal-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.clients-modal-body::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.clients-table-container::-webkit-scrollbar{height:8px}.clients-table-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.clients-table-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.clients-table-container::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.staff-management-container{padding:24px;background:linear-gradient(135deg,#f8f9fa,#fff);min-height:100vh}.staff-alert{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-radius:12px;margin-bottom:24px;animation:slideIn .3s ease}.staff-alert-error{background:linear-gradient(135deg,#fee,#fdd);border:1px solid #f5c6cb;color:#721c24}.staff-alert-success{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:1px solid #c3e6cb;color:#155724}.staff-alert-close{background:none;border:none;font-size:20px;cursor:pointer;color:inherit;opacity:.7;transition:opacity .2s}.staff-alert-close:hover{opacity:1}.staff-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #e9ecef}.staff-header-content{flex:1}.staff-page-title{font-size:32px;font-weight:800;background:linear-gradient(135deg,#8e1773,#c2185b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px}.staff-page-subtitle{font-size:16px;color:#6c757d;font-weight:400}.staff-header-actions{display:flex;gap:12px;align-items:center}.staff-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;text-decoration:none}.staff-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.staff-btn:active{transform:translateY(0)}.staff-btn-icon{font-size:16px}.staff-btn-primary{background:linear-gradient(135deg,#8e1773,#c2185b);color:#fff;border:none}.staff-btn-primary:hover{background:linear-gradient(135deg,#7a1461,#ad154f);box-shadow:0 4px 15px #8e17734d}.staff-btn-secondary{background:#fff;color:#8e1773;border:2px solid #e0e0e0}.staff-btn-secondary:hover{background:#f8f9fa;border-color:#8e1773}.staff-btn-outline{background:transparent;color:#495057;border:2px solid #dee2e6}.staff-btn-outline:hover{border-color:#8e1773;color:#8e1773;background:#8e17730d}.staff-export-buttons{display:flex;gap:8px}.staff-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}.staff-stat-card{background:#fff;border-radius:16px;padding:24px;display:flex;align-items:center;gap:20px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;box-shadow:0 4px 6px #0000000d}.staff-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a;border-color:#8e177333}.staff-stat-card.staff-active{border-color:#8e1773;background:linear-gradient(135deg,#8e17730d,#c2185b0d)}.staff-stat-icon{font-size:36px;width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#8e17731a;color:#8e1773}.staff-active-icon{background:#10b9811a;color:#10b981}.staff-total-icon{background:#3b82f61a;color:#3b82f6}.staff-leave-icon{background:#f59e0b1a;color:#f59e0b}.staff-training-icon{background:#06b6d41a;color:#06b6d4}.staff-stat-content{flex:1}.staff-stat-number{font-size:32px;font-weight:800;margin-bottom:4px;color:#212529}.staff-stat-label{font-size:14px;color:#6c757d;font-weight:500}.staff-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-bottom:32px}.staff-chart-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease}.staff-chart-card:hover{transform:translateY(-2px)}.staff-chart-header{margin-bottom:20px}.staff-chart-header h3{font-size:18px;font-weight:700;color:#212529;margin-bottom:4px}.staff-chart-subtitle{font-size:14px;color:#6c757d}.staff-status-chart{display:flex;flex-direction:column;gap:16px}.staff-chart-bar{display:flex;align-items:center;gap:16px}.staff-bar-label{display:flex;justify-content:space-between;width:140px;min-width:140px}.staff-label-text{font-weight:600;color:#495057}.staff-label-count{font-weight:700;color:#212529}.staff-bar-track{flex:1;height:12px;background:#e9ecef;border-radius:6px;overflow:hidden}.staff-bar-fill{height:100%;border-radius:6px;transition:width 1s ease}.staff-bar-percentage{width:60px;text-align:right;font-weight:600;color:#6c757d;font-size:14px}.staff-pie-chart{display:flex;flex-direction:column;align-items:center;gap:20px}.staff-pie-title{font-size:16px;font-weight:600;color:#495057;text-align:center}.staff-pie-svg{width:160px;height:160px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.staff-pie-slice{transition:opacity .3s ease}.staff-pie-slice:hover{opacity:.9}.staff-pie-legend{display:flex;flex-direction:column;gap:8px;width:100%}.staff-legend-item{display:flex;align-items:center;gap:8px;padding:8px;border-radius:8px;transition:background-color .2s}.staff-legend-item:hover{background-color:#8e17730d}.staff-legend-color{width:12px;height:12px;border-radius:3px;flex-shrink:0}.staff-legend-label{flex:1;font-size:14px;color:#495057}.staff-legend-value{font-size:14px;font-weight:600;color:#212529}.staff-no-data{text-align:center;color:#6c757d;padding:40px;font-style:italic}.staff-controls-bar{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;background:#fff;padding:20px;border-radius:16px;box-shadow:0 2px 8px #0000000d}.staff-search-box{position:relative;flex:1}.staff-search-input{width:100%;padding:12px 20px 12px 44px;border:2px solid #e9ecef;border-radius:10px;font-size:15px;transition:all .3s ease;background:#f8f9fa}.staff-search-input:focus{outline:none;border-color:#8e1773;background:#fff;box-shadow:0 0 0 3px #8e17731a}.staff-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#6c757d;font-size:18px}.staff-filters{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.staff-filter-select{padding:10px 16px;border:2px solid #e9ecef;border-radius:10px;font-size:14px;font-weight:500;color:#495057;background:#fff;cursor:pointer;transition:all .3s ease;min-width:160px}.staff-filter-select:focus{outline:none;border-color:#8e1773;box-shadow:0 0 0 3px #8e17731a}.staff-bulk-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.staff-bulk-select{padding:10px 16px;border:2px solid #8e1773;border-radius:10px;font-size:14px;font-weight:500;color:#8e1773;background:#8e17730d;cursor:pointer;transition:all .3s ease}.staff-bulk-select:focus{outline:none;box-shadow:0 0 0 3px #8e177333}.staff-selected-count{font-size:14px;font-weight:600;color:#8e1773;padding:6px 12px;background:#8e17731a;border-radius:20px}.staff-table-container{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000000d;margin-bottom:24px}.staff-main-table{width:100%;border-collapse:collapse}.staff-main-table thead{background:linear-gradient(135deg,#8e1773,#c2185b)}.staff-main-table th{padding:18px 16px;text-align:left;font-weight:600;color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.staff-main-table tbody tr{border-bottom:1px solid #e9ecef;transition:all .2s ease}.staff-main-table tbody tr:hover{background:#8e177308}.staff-main-table tbody tr.staff-selected{background:#8e177314}.staff-main-table td{padding:16px;font-size:14px;color:#495057}.staff-checkbox-cell{width:40px}.staff-checkbox-cell input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#8e1773}.staff-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.staff-sortable:hover{background:#ffffff1a}.staff-info-cell{display:flex;flex-direction:column;gap:4px}.staff-name{font-weight:600;color:#212529}.staff-email{font-size:13px;color:#6c757d}.staff-employee-id{font-family:Monaco,Menlo,monospace;font-size:13px;color:#8e1773;font-weight:600;background:#8e17731a;padding:4px 8px;border-radius:6px;display:inline-block}.staff-role-badge{display:flex;align-items:center;gap:8px}.staff-role-icon{font-size:18px}.staff-role-text{font-weight:500;color:#495057}.staff-department-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;color:#fff;text-align:center;min-width:80px}.staff-salary-amount{display:flex;flex-direction:column;gap:2px}.staff-salary-period{font-size:12px;color:#6c757d}.staff-hire-date{font-weight:500;color:#495057}.staff-status-select{padding:8px 12px;border:2px solid;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;background:#fff;transition:all .3s ease;min-width:120px}.staff-status-select:focus{outline:none;box-shadow:0 0 0 3px #0000001a}.staff-action-buttons{display:flex;gap:8px}.staff-btn-action{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:all .2s ease;border:none;background:transparent}.staff-view-action:hover{background:#3b82f61a;color:#3b82f6}.staff-edit-action:hover{background:#10b9811a;color:#10b981}.staff-report-action:hover{background:#8e17731a;color:#8e1773}.staff-empty-state{padding:60px 20px;text-align:center;background:#fff}.staff-empty-icon{font-size:64px;margin-bottom:20px;opacity:.3}.staff-empty-state h3{font-size:20px;font-weight:700;color:#212529;margin-bottom:8px}.staff-empty-state p{color:#6c757d;margin-bottom:20px}.staff-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:32px;flex-wrap:wrap}.staff-pagination-btn{padding:10px 16px;border:2px solid #e9ecef;border-radius:10px;background:#fff;color:#495057;font-weight:500;cursor:pointer;transition:all .3s ease;min-width:44px}.staff-pagination-btn:hover:not(:disabled){border-color:#8e1773;color:#8e1773;background:#8e17730d}.staff-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.staff-pagination-btn.staff-active{background:#8e1773;color:#fff;border-color:#8e1773}.staff-page-size-selector{display:flex;align-items:center;gap:8px;margin-left:auto;font-size:14px;color:#6c757d}.staff-page-size-select{padding:8px 12px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;color:#495057;cursor:pointer;background:#fff}.staff-page-size-select:focus{outline:none;border-color:#8e1773}.staff-pagination-info{font-size:14px;color:#6c757d;margin-left:16px}.staff-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000;animation:fadeIn .3s ease}.staff-modal-content{background:#fff;border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}.staff-modal-wide{max-width:1000px}.staff-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #e9ecef;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:20px 20px 0 0}.staff-modal-header h2{font-size:24px;font-weight:800;color:#212529;margin:0}.staff-modal-actions-top{display:flex;align-items:center;gap:12px}.staff-close-btn{background:none;border:none;font-size:28px;color:#6c757d;cursor:pointer;transition:color .2s;padding:4px 12px;border-radius:8px}.staff-close-btn:hover{color:#8e1773;background:#8e17730d}.staff-modal-body{padding:32px}.staff-profile{display:flex;flex-direction:column;gap:32px}.staff-profile-header{display:flex;align-items:center;gap:24px;padding-bottom:24px;border-bottom:1px solid #e9ecef}.staff-profile-avatar{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:40px;color:#fff;flex-shrink:0}.staff-profile-info{flex:1}.staff-profile-info h2{font-size:28px;font-weight:800;color:#212529;margin-bottom:4px}.staff-profile-info p{font-size:16px;color:#6c757d;margin-bottom:12px}.staff-profile-status{display:flex;gap:12px;align-items:center}.staff-status-badge{padding:6px 16px;border-radius:20px;font-size:14px;font-weight:600;color:#fff}.staff-employee-id-badge{padding:6px 12px;background:#8e17731a;border-radius:8px;font-size:14px;font-weight:600;color:#8e1773}.staff-profile-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.staff-detail-section{background:#f8f9fa;border-radius:16px;padding:24px;transition:transform .2s ease}.staff-detail-section:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.staff-detail-section-title{font-size:18px;font-weight:700;color:#212529;margin-bottom:20px;display:flex;align-items:center;gap:8px}.staff-detail-grid{display:flex;flex-direction:column;gap:16px}.staff-detail-item{display:flex;flex-direction:column;gap:4px}.staff-detail-item strong{font-size:13px;color:#6c757d;font-weight:500}.staff-detail-item span{font-size:15px;color:#212529;font-weight:500}.staff-salary-large{font-size:20px;font-weight:700;color:#8e1773}.staff-full-width{grid-column:1 / -1}.staff-education-list,.staff-certifications-list{display:flex;flex-direction:column;gap:16px}.staff-education-item,.staff-certification-item{background:#fff;padding:20px;border-radius:12px;border-left:4px solid #8e1773;display:flex;flex-direction:column;gap:6px}.staff-education-item strong,.staff-certification-item strong{font-size:16px;font-weight:600;color:#212529}.staff-education-item span,.staff-certification-item span{font-size:14px;color:#6c757d}.staff-modal-actions{display:flex;justify-content:flex-end;gap:12px;padding:24px 32px;border-top:1px solid #e9ecef;background:#f8f9fa;border-radius:0 0 20px 20px}.staff-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.staff-skeleton-text{height:16px;border-radius:4px}.staff-skeleton-subtitle{width:60%;height:14px}.staff-skeleton-bar{height:12px;border-radius:6px;margin-bottom:8px}@media (max-width: 1024px){.staff-charts-grid{grid-template-columns:1fr}.staff-modal-wide{max-width:90%}}@media (max-width: 768px){.staff-management-container{padding:16px}.staff-header{flex-direction:column;gap:20px}.staff-header-actions{width:100%;flex-wrap:wrap}.staff-export-buttons{width:100%;justify-content:flex-start}.staff-filters{flex-direction:column;align-items:stretch}.staff-filter-select{width:100%}.staff-bulk-actions{margin-left:0;width:100%;justify-content:space-between}.staff-modal-header{flex-direction:column;align-items:flex-start;gap:16px}.staff-modal-actions-top{width:100%;justify-content:space-between}.staff-profile-header{flex-direction:column;text-align:center}.staff-profile-status{justify-content:center}.staff-modal-actions{flex-direction:column}.staff-modal-actions .staff-btn{width:100%;justify-content:center}}@media (max-width: 480px){.staff-stats-grid{grid-template-columns:1fr}.staff-page-title{font-size:24px}.staff-stat-card{flex-direction:column;text-align:center;gap:16px}.staff-export-buttons{flex-direction:column}.staff-main-table{display:block;overflow-x:auto}.staff-pagination{flex-direction:column;gap:12px}.staff-page-size-selector{margin-left:0;width:100%;justify-content:center}}.reports-management-container{padding:24px;background:linear-gradient(135deg,#f8f9fa,#fff);min-height:100vh}.reports-alert{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-radius:12px;margin-bottom:24px;animation:slideIn .3s ease}.reports-alert-error{background:linear-gradient(135deg,#fee,#fdd);border:1px solid #f5c6cb;color:#721c24}.reports-alert-success{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:1px solid #c3e6cb;color:#155724}.reports-alert-close{background:none;border:none;font-size:20px;cursor:pointer;color:inherit;opacity:.7;transition:opacity .2s}.reports-alert-close:hover{opacity:1}.reports-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #e9ecef}.reports-header-content{flex:1}.reports-page-title{font-size:32px;font-weight:800;background:linear-gradient(135deg,#8e1773,#c2185b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px}.reports-page-subtitle{font-size:16px;color:#6c757d;font-weight:400}.reports-header-actions{display:flex;gap:12px;align-items:center}.reports-time-range-select{padding:10px 16px;border:2px solid #e9ecef;border-radius:10px;font-size:14px;font-weight:500;color:#495057;background:#fff;cursor:pointer;transition:all .3s ease;min-width:140px}.reports-time-range-select:focus{outline:none;border-color:#8e1773;box-shadow:0 0 0 3px #8e17731a}.reports-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;text-decoration:none}.reports-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.reports-btn:active{transform:translateY(0)}.reports-btn-icon{font-size:16px}.reports-btn-primary{background:linear-gradient(135deg,#8e1773,#c2185b);color:#fff;border:none}.reports-btn-primary:hover{background:linear-gradient(135deg,#7a1461,#ad154f);box-shadow:0 4px 15px #8e17734d}.reports-btn-secondary{background:#fff;color:#8e1773;border:2px solid #e0e0e0}.reports-btn-secondary:hover{background:#f8f9fa;border-color:#8e1773}.reports-btn-outline{background:transparent;color:#495057;border:2px solid #dee2e6}.reports-btn-outline:hover{border-color:#8e1773;color:#8e1773;background:#8e17730d}.reports-btn-sm{padding:8px 16px;font-size:13px}.reports-export-buttons{display:flex;gap:8px}.reports-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}.reports-stat-card{background:#fff;border-radius:16px;padding:24px;display:flex;align-items:center;gap:20px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;box-shadow:0 4px 6px #0000000d}.reports-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a;border-color:#8e177333}.reports-stat-card.reports-active{border-color:#8e1773;background:linear-gradient(135deg,#8e17730d,#c2185b0d)}.reports-stat-icon{font-size:36px;width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#8e17731a;color:#8e1773}.reports-total-icon{background:#3b82f61a;color:#3b82f6}.reports-published-icon{background:#10b9811a;color:#10b981}.reports-views-icon{background:#f59e0b1a;color:#f59e0b}.reports-downloads-icon{background:#06b6d41a;color:#06b6d4}.reports-stat-content{flex:1}.reports-stat-number{font-size:32px;font-weight:800;margin-bottom:4px;color:#212529}.reports-stat-label{font-size:14px;color:#6c757d;font-weight:500}.reports-quick-reports-section{margin-bottom:32px}.reports-section-header{margin-bottom:20px}.reports-section-header h3{font-size:20px;font-weight:700;color:#212529;margin-bottom:4px}.reports-section-subtitle{font-size:14px;color:#6c757d}.reports-quick-reports-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.reports-quick-report-card{background:#fff;border-radius:16px;padding:24px;display:flex;align-items:flex-start;gap:20px;transition:all .3s ease;border:2px solid transparent;box-shadow:0 4px 6px #0000000d}.reports-quick-report-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001a;border-color:#8e177333}.reports-quick-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:28px;color:#fff;flex-shrink:0}.reports-quick-content{flex:1}.reports-quick-content h4{font-size:18px;font-weight:700;color:#212529;margin-bottom:8px}.reports-quick-content p{font-size:14px;color:#6c757d;margin-bottom:16px;line-height:1.5}.reports-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;margin-bottom:32px}.reports-chart-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease}.reports-chart-card:hover{transform:translateY(-2px)}.reports-chart-header{margin-bottom:20px}.reports-chart-header h3{font-size:18px;font-weight:700;color:#212529;margin-bottom:4px}.reports-chart-subtitle{font-size:14px;color:#6c757d}.reports-category-chart{display:flex;flex-direction:column;gap:16px}.reports-chart-bar{display:flex;align-items:center;gap:16px}.reports-bar-label{display:flex;align-items:center;gap:10px;width:200px;min-width:200px}.reports-label-icon{font-size:20px;width:24px;text-align:center}.reports-label-text{font-weight:600;color:#495057;flex:1}.reports-label-count{font-weight:700;color:#212529;width:40px;text-align:right}.reports-bar-track{flex:1;height:12px;background:#e9ecef;border-radius:6px;overflow:hidden}.reports-bar-fill{height:100%;border-radius:6px;transition:width 1s ease}.reports-bar-percentage{width:60px;text-align:right;font-weight:600;color:#6c757d;font-size:14px}.reports-popular-reports{display:flex;flex-direction:column;gap:12px}.reports-popular-report{display:flex;align-items:center;gap:16px;padding:16px;background:#f8f9fa;border-radius:12px;transition:background-color .2s}.reports-popular-report:hover{background:#e9ecef}.reports-popular-rank{font-size:18px;font-weight:800;color:#8e1773;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#8e17731a;border-radius:8px}.reports-popular-info{flex:1}.reports-popular-title{font-size:15px;font-weight:600;color:#212529;margin-bottom:4px}.reports-popular-stats{display:flex;gap:16px}.reports-popular-stat{font-size:13px;color:#6c757d;display:flex;align-items:center;gap:4px}.reports-popular-category{font-size:24px}.reports-controls-bar{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;background:#fff;padding:20px;border-radius:16px;box-shadow:0 2px 8px #0000000d}.reports-search-box{position:relative;flex:1}.reports-search-input{width:100%;padding:12px 20px 12px 44px;border:2px solid #e9ecef;border-radius:10px;font-size:15px;transition:all .3s ease;background:#f8f9fa}.reports-search-input:focus{outline:none;border-color:#8e1773;background:#fff;box-shadow:0 0 0 3px #8e17731a}.reports-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#6c757d;font-size:18px}.reports-filters{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.reports-filter-select{padding:10px 16px;border:2px solid #e9ecef;border-radius:10px;font-size:14px;font-weight:500;color:#495057;background:#fff;cursor:pointer;transition:all .3s ease;min-width:160px}.reports-filter-select:focus{outline:none;border-color:#8e1773;box-shadow:0 0 0 3px #8e17731a}.reports-bulk-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.reports-bulk-select{padding:10px 16px;border:2px solid #8e1773;border-radius:10px;font-size:14px;font-weight:500;color:#8e1773;background:#8e17730d;cursor:pointer;transition:all .3s ease}.reports-bulk-select:focus{outline:none;box-shadow:0 0 0 3px #8e177333}.reports-selected-count{font-size:14px;font-weight:600;color:#8e1773;padding:6px 12px;background:#8e17731a;border-radius:20px}.reports-table-container{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000000d;margin-bottom:24px}.reports-main-table{width:100%;border-collapse:collapse}.reports-main-table thead{background:linear-gradient(135deg,#8e1773,#c2185b)}.reports-main-table th{padding:18px 16px;text-align:left;font-weight:600;color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.reports-main-table tbody tr{border-bottom:1px solid #e9ecef;transition:all .2s ease}.reports-main-table tbody tr:hover{background:#8e177308}.reports-main-table tbody tr.reports-selected{background:#8e177314}.reports-main-table td{padding:16px;font-size:14px;color:#495057}.reports-checkbox-cell{width:40px}.reports-checkbox-cell input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#8e1773}.reports-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.reports-sortable:hover{background:#ffffff1a}.reports-info-cell{display:flex;flex-direction:column;gap:4px}.reports-title-text{font-weight:600;color:#212529}.reports-period{font-size:13px;color:#6c757d}.reports-created-by,.reports-date-info{font-weight:500;color:#495057}.reports-category-badge{display:flex;align-items:center;gap:8px}.reports-category-icon{font-size:18px}.reports-category-text{font-weight:500;color:#495057}.reports-format-badge{display:inline-block;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;color:#fff;text-align:center;min-width:60px}.reports-format-badge-large{padding:8px 16px;font-size:14px}.reports-views-cell{text-align:center}.reports-views-count{font-weight:600;color:#495057}.reports-downloads-cell{text-align:center}.reports-downloads-count{font-weight:600;color:#495057}.reports-status-select{padding:8px 12px;border:2px solid;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;background:#fff;transition:all .3s ease;min-width:120px}.reports-status-select:focus{outline:none;box-shadow:0 0 0 3px #0000001a}.reports-action-buttons{display:flex;gap:8px}.reports-btn-action{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:all .2s ease;border:none;background:transparent}.reports-view-action:hover{background:#3b82f61a;color:#3b82f6}.reports-download-action:hover{background:#10b9811a;color:#10b981}.reports-export-action:hover{background:#8e17731a;color:#8e1773}.reports-share-action:hover{background:#f59e0b1a;color:#f59e0b}.reports-empty-state{padding:60px 20px;text-align:center;background:#fff}.reports-empty-icon{font-size:64px;margin-bottom:20px;opacity:.3}.reports-empty-state h3{font-size:20px;font-weight:700;color:#212529;margin-bottom:8px}.reports-empty-state p{color:#6c757d;margin-bottom:20px}.reports-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:32px;flex-wrap:wrap}.reports-pagination-btn{padding:10px 16px;border:2px solid #e9ecef;border-radius:10px;background:#fff;color:#495057;font-weight:500;cursor:pointer;transition:all .3s ease;min-width:44px}.reports-pagination-btn:hover:not(:disabled){border-color:#8e1773;color:#8e1773;background:#8e17730d}.reports-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.reports-pagination-btn.reports-active{background:#8e1773;color:#fff;border-color:#8e1773}.reports-page-size-selector{display:flex;align-items:center;gap:8px;margin-left:auto;font-size:14px;color:#6c757d}.reports-page-size-select{padding:8px 12px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;color:#495057;cursor:pointer;background:#fff}.reports-page-size-select:focus{outline:none;border-color:#8e1773}.reports-pagination-info{font-size:14px;color:#6c757d;margin-left:16px}.reports-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000;animation:fadeIn .3s ease}.reports-modal-content{background:#fff;border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}.reports-modal-wide{max-width:1000px}.reports-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #e9ecef;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:20px 20px 0 0}.reports-modal-header h2{font-size:24px;font-weight:800;color:#212529;margin:0}.reports-modal-actions-top{display:flex;align-items:center;gap:12px}.reports-close-btn{background:none;border:none;font-size:28px;color:#6c757d;cursor:pointer;transition:color .2s;padding:4px 12px;border-radius:8px}.reports-close-btn:hover{color:#8e1773;background:#8e17730d}.reports-modal-body{padding:32px}.reports-profile{display:flex;flex-direction:column;gap:32px}.reports-profile-header{display:flex;align-items:center;gap:24px;padding-bottom:24px;border-bottom:1px solid #e9ecef}.reports-profile-avatar{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:40px;color:#fff;flex-shrink:0}.reports-profile-info{flex:1}.reports-profile-info h2{font-size:28px;font-weight:800;color:#212529;margin-bottom:4px}.reports-profile-info p{font-size:16px;color:#6c757d;margin-bottom:12px}.reports-profile-status{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.reports-status-badge{padding:6px 16px;border-radius:20px;font-size:14px;font-weight:600;color:#fff}.reports-access-level-badge{padding:6px 12px;background:#6c757d1a;border-radius:8px;font-size:14px;font-weight:600;color:#6c757d}.reports-profile-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.reports-detail-section{background:#f8f9fa;border-radius:16px;padding:24px;transition:transform .2s ease}.reports-detail-section:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.reports-detail-section-title{font-size:18px;font-weight:700;color:#212529;margin-bottom:20px;display:flex;align-items:center;gap:8px}.reports-detail-grid{display:flex;flex-direction:column;gap:16px}.reports-detail-item{display:flex;flex-direction:column;gap:4px}.reports-detail-item strong{font-size:13px;color:#6c757d;font-weight:500}.reports-detail-item span{font-size:15px;color:#212529;font-weight:500}.reports-engagement-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.reports-engagement-item{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border-radius:12px}.reports-engagement-icon{font-size:24px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#8e17731a;color:#8e1773}.reports-engagement-info{flex:1}.reports-engagement-value{font-size:20px;font-weight:700;color:#212529;margin-bottom:2px}.reports-engagement-label{font-size:13px;color:#6c757d}.reports-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.reports-metric-card{background:#fff;padding:20px;border-radius:12px;text-align:center;transition:transform .2s ease}.reports-metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.reports-metric-value{font-size:24px;font-weight:800;color:#8e1773;margin-bottom:8px}.reports-metric-label{font-size:13px;color:#6c757d;font-weight:500}.reports-description-section{background:#fff;padding:20px;border-radius:12px;line-height:1.6;color:#495057}.reports-tags-detailed{display:flex;flex-wrap:wrap;gap:8px}.reports-tag{background:#8e17731a;color:#8e1773;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:500}.reports-full-width{grid-column:1 / -1}.reports-modal-actions{display:flex;justify-content:flex-end;gap:12px;padding:24px 32px;border-top:1px solid #e9ecef;background:#f8f9fa;border-radius:0 0 20px 20px}.reports-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.reports-skeleton-text{height:16px;border-radius:4px}.reports-skeleton-subtitle{width:60%;height:14px}.reports-skeleton-bar{height:12px;border-radius:6px;margin-bottom:8px}.reports-skeleton-pie{width:120px;height:120px;border-radius:50%;margin:0 auto}@media (max-width: 1024px){.reports-charts-grid{grid-template-columns:1fr}.reports-quick-reports-grid{grid-template-columns:repeat(2,1fr)}.reports-modal-wide{max-width:90%}}@media (max-width: 768px){.reports-management-container{padding:16px}.reports-header{flex-direction:column;gap:20px}.reports-header-actions{width:100%;flex-wrap:wrap}.reports-export-buttons{width:100%;justify-content:flex-start}.reports-filters{flex-direction:column;align-items:stretch}.reports-filter-select{width:100%}.reports-bulk-actions{margin-left:0;width:100%;justify-content:space-between}.reports-quick-reports-grid{grid-template-columns:1fr}.reports-modal-header{flex-direction:column;align-items:flex-start;gap:16px}.reports-modal-actions-top{width:100%;justify-content:space-between}.reports-profile-header{flex-direction:column;text-align:center}.reports-profile-status{justify-content:center}.reports-engagement-stats{grid-template-columns:1fr}.reports-modal-actions{flex-direction:column}.reports-modal-actions .reports-btn{width:100%;justify-content:center}}@media (max-width: 480px){.reports-stats-grid{grid-template-columns:1fr}.reports-page-title{font-size:24px}.reports-stat-card{flex-direction:column;text-align:center;gap:16px}.reports-export-buttons{flex-direction:column}.reports-main-table{display:block;overflow-x:auto}.reports-pagination{flex-direction:column;gap:12px}.reports-page-size-selector{margin-left:0;width:100%;justify-content:center}.reports-chart-bar{flex-direction:column;align-items:stretch;gap:8px}.reports-bar-label{width:100%;min-width:100%}}:root{--memos-primary: #8e1773;--memos-primary-light: rgba(142, 23, 115, .1);--memos-primary-dark: #6c1256;--memos-secondary: #6c757d;--memos-success: #10b981;--memos-warning: #f59e0b;--memos-danger: #ef4444;--memos-info: #3b82f6;--memos-gray-50: #f9fafb;--memos-gray-100: #f3f4f6;--memos-gray-200: #e5e7eb;--memos-gray-300: #d1d5db;--memos-gray-400: #9ca3af;--memos-gray-500: #6b7280;--memos-gray-600: #4b5563;--memos-gray-700: #374151;--memos-gray-800: #1f2937;--memos-gray-900: #111827}.memos-main-content{padding:2rem;background:var(--memos-gray-50);min-height:100vh}.memos-alert{padding:1rem 1.5rem;border-radius:.75rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;animation:slideIn .3s ease-out;box-shadow:0 2px 8px #0000001a}.memos-alert-error{background:linear-gradient(135deg,#fee,#fff);border:1px solid var(--memos-danger);color:var(--memos-danger)}.memos-alert-success{background:linear-gradient(135deg,#f0fff4,#fff);border:1px solid var(--memos-success);color:var(--memos-success)}.memos-alert-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:inherit;padding:0;margin-left:1rem}.memos-header-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid var(--memos-gray-200)}.memos-header-content{flex:1}.memos-page-title{font-size:2rem;font-weight:700;color:var(--memos-gray-900);margin:0 0 .5rem;background:linear-gradient(135deg,var(--memos-primary),#b91c9b);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.memos-page-subtitle{font-size:1rem;color:var(--memos-gray-600);margin:0}.memos-header-actions{display:flex;gap:1rem;align-items:center}.memos-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem}.memos-stat-card{background:#fff;border-radius:1rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 12px #0000000d;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.memos-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:var(--memos-primary-light)}.memos-stat-active{border-color:var(--memos-primary);background:linear-gradient(135deg,#8e17730d,#fff)}.memos-stat-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.memos-stat-total{background:linear-gradient(135deg,var(--memos-primary),#b91c9b);color:#fff}.memos-stat-published{background:linear-gradient(135deg,var(--memos-success),#34d399);color:#fff}.memos-stat-urgent{background:linear-gradient(135deg,var(--memos-danger),#f87171);color:#fff}.memos-stat-recipients{background:linear-gradient(135deg,var(--memos-info),#60a5fa);color:#fff}.memos-stat-content{flex:1}.memos-stat-number{font-size:2rem;font-weight:700;color:var(--memos-gray-900);margin:0 0 .25rem;line-height:1}.memos-stat-label{font-size:.875rem;color:var(--memos-gray-600);margin:0 0 .5rem}.memos-stat-trend{font-size:.75rem;color:var(--memos-gray-500);padding-top:.5rem;border-top:1px solid var(--memos-gray-200)}.memos-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2.5rem}.memos-chart-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px #0000000d}.memos-chart-header{margin-bottom:1.5rem}.memos-chart-header h3{font-size:1.25rem;font-weight:600;color:var(--memos-gray-900);margin:0 0 .5rem}.memos-chart-subtitle{font-size:.875rem;color:var(--memos-gray-500)}.memos-category-chart,.memos-priority-chart{display:flex;flex-direction:column;gap:1rem}.memos-chart-bar,.memos-priority-item{display:flex;align-items:center;gap:1rem}.memos-bar-label,.memos-priority-info{display:flex;align-items:center;gap:.5rem;width:180px;flex-shrink:0}.memos-label-icon,.memos-priority-icon{font-size:1.25rem;width:24px;text-align:center}.memos-label-text,.memos-priority-text{flex:1;font-size:.875rem;color:var(--memos-gray-700)}.memos-label-count,.memos-priority-count{font-weight:600;color:var(--memos-gray-900);font-size:.875rem;min-width:30px;text-align:right}.memos-bar-track,.memos-priority-track{flex:1;height:8px;background:var(--memos-gray-200);border-radius:4px;overflow:hidden}.memos-bar-fill,.memos-priority-fill{height:100%;border-radius:4px;transition:width .6s ease}.memos-bar-percentage,.memos-priority-percentage{width:50px;text-align:right;font-size:.875rem;font-weight:600;color:var(--memos-gray-700);flex-shrink:0}.memos-controls-bar{background:#fff;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;gap:1.5rem}.memos-search-box{position:relative;flex:1}.memos-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--memos-gray-400);font-size:1rem}.memos-search-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid var(--memos-gray-200);border-radius:.75rem;font-size:1rem;transition:all .3s ease;background:var(--memos-gray-50)}.memos-search-input:focus{outline:none;border-color:var(--memos-primary);background:#fff;box-shadow:0 0 0 3px #8e17731a}.memos-search-clear{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--memos-gray-400);cursor:pointer;font-size:1rem;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%}.memos-search-clear:hover{background:var(--memos-gray-200);color:var(--memos-gray-700)}.memos-filters{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.memos-filter-group{flex:1;min-width:180px}.memos-filter-select{width:100%;padding:.875rem 1rem;border:2px solid var(--memos-gray-200);border-radius:.75rem;font-size:.875rem;background:var(--memos-gray-50);color:var(--memos-gray-700);cursor:pointer;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem}.memos-filter-select:focus{outline:none;border-color:var(--memos-primary);background-color:#fff;box-shadow:0 0 0 3px #8e17731a}.memos-bulk-actions{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--memos-primary-light);border-radius:.75rem;margin-top:.5rem;border:1px solid rgba(142,23,115,.2)}.memos-selected-count{font-weight:600;color:var(--memos-primary);font-size:.875rem;padding:.25rem .75rem;background:#fff;border-radius:2rem;border:1px solid var(--memos-primary)}.memos-bulk-select{padding:.5rem 2rem .5rem 1rem;border:1px solid var(--memos-gray-300);border-radius:.5rem;font-size:.875rem;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:.75rem}.memos-btn{padding:.75rem 1.5rem;border-radius:.75rem;font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.memos-btn-primary{background:linear-gradient(135deg,var(--memos-primary),#b91c9b);color:#fff;border:none}.memos-btn-primary:hover{background:linear-gradient(135deg,var(--memos-primary-dark),var(--memos-primary));transform:translateY(-2px);box-shadow:0 4px 12px #8e17734d}.memos-btn-secondary{background:#fff;color:var(--memos-gray-700);border:2px solid var(--memos-gray-300)}.memos-btn-secondary:hover{background:var(--memos-gray-100);border-color:var(--memos-gray-400);transform:translateY(-2px)}.memos-btn-outline{background:transparent;color:var(--memos-primary);border:2px solid var(--memos-primary)}.memos-btn-outline:hover{background:var(--memos-primary-light);transform:translateY(-2px)}.memos-btn-small{padding:.5rem 1rem;font-size:.75rem}.memos-btn-icon{font-size:1rem}.memos-export-buttons{display:flex;gap:.5rem}.memos-table-container{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem}.memos-management-table{width:100%;border-collapse:separate;border-spacing:0}.memos-management-table thead{background:linear-gradient(135deg,var(--memos-primary),#b91c9b)}.memos-management-table th{padding:1rem;text-align:left;font-weight:600;color:#fff;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.memos-checkbox-cell{width:50px;padding-left:1.5rem!important}.memos-management-table th.memos-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s ease}.memos-management-table th.memos-sortable:hover{background:#ffffff1a}.memos-management-table tbody tr{border-bottom:1px solid var(--memos-gray-100);transition:all .2s ease}.memos-management-table tbody tr:hover{background:var(--memos-gray-50)}.memos-row-selected{background:var(--memos-primary-light)!important}.memos-management-table td{padding:1rem;font-size:.875rem;color:var(--memos-gray-700);vertical-align:middle}.memos-management-table input[type=checkbox]{width:18px;height:18px;border:2px solid var(--memos-gray-300);border-radius:4px;cursor:pointer;accent-color:var(--memos-primary)}.memos-management-table input[type=checkbox]:checked{background-color:var(--memos-primary);border-color:var(--memos-primary)}.memos-info-cell{display:flex;flex-direction:column;gap:.25rem}.memos-title-wrapper{display:flex;flex-direction:column;gap:.5rem}.memos-title{font-weight:600;color:var(--memos-gray-900);display:flex;align-items:center;gap:.5rem}.memos-urgent-indicator{color:var(--memos-danger);font-size:.875rem}.memos-summary{font-size:.75rem;color:var(--memos-gray-500);line-height:1.4}.memos-category-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:500;border:1px solid}.memos-category-icon{font-size:.875rem}.memos-priority-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:500}.memos-priority-icon{font-size:.875rem}.memos-author-info{display:flex;align-items:center;gap:.75rem}.memos-author-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;flex-shrink:0}.memos-author-details{display:flex;flex-direction:column;gap:.125rem}.memos-author-name{font-weight:500;color:var(--memos-gray-900);font-size:.875rem}.memos-author-role{font-size:.75rem;color:var(--memos-gray-500)}.memos-date-info{display:flex;flex-direction:column;gap:.25rem}.memos-date{font-weight:500;color:var(--memos-gray-900);font-size:.875rem}.memos-time-ago{font-size:.75rem;color:var(--memos-gray-500)}.memos-recipients-info{display:flex;flex-direction:column;align-items:center;gap:.25rem}.memos-recipients-count{font-weight:700;color:var(--memos-primary);font-size:1.25rem;line-height:1}.memos-recipients-label{font-size:.75rem;color:var(--memos-gray-500);text-transform:uppercase;letter-spacing:.05em}.memos-engagement-cell{display:flex;flex-direction:column;gap:.5rem}.memos-engagement-header{display:flex;justify-content:space-between;align-items:center}.memos-engagement-value{font-weight:700;color:var(--memos-success);font-size:1rem}.memos-engagement-text{font-size:.75rem;color:var(--memos-gray-500)}.memos-engagement-bar{height:6px;background:var(--memos-gray-200);border-radius:3px;overflow:hidden}.memos-engagement-fill{height:100%;background:linear-gradient(90deg,var(--memos-success),#34d399);border-radius:3px;transition:width .6s ease}.memos-engagement-stats{display:flex;gap:.5rem;font-size:.75rem;color:var(--memos-gray-500)}.memos-status-badge{display:inline-block;padding:.375rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:500;border:1px solid}.memos-action-buttons{display:flex;gap:.5rem}.memos-btn-action{width:36px;height:36px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1rem;background:var(--memos-gray-100);color:var(--memos-gray-700)}.memos-btn-action:hover{transform:scale(1.1);box-shadow:0 2px 8px #00000026}.memos-btn-view:hover{background:var(--memos-info);color:#fff}.memos-btn-share:hover{background:var(--memos-primary);color:#fff}.memos-btn-acknowledge:hover{background:var(--memos-success);color:#fff}.memos-btn-export:hover{background:var(--memos-warning);color:#fff}.memos-empty-state{text-align:center;padding:4rem 2rem;color:var(--memos-gray-500)}.memos-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.memos-empty-state h3{font-size:1.25rem;font-weight:600;color:var(--memos-gray-700);margin:0 0 .5rem}.memos-empty-state p{margin:0 0 1.5rem}.memos-pagination{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000000d}.memos-pagination-info{font-size:.875rem;color:var(--memos-gray-600)}.memos-pagination-controls{display:flex;gap:.5rem}.memos-pagination-btn{padding:.5rem 1rem;border:1px solid var(--memos-gray-300);background:#fff;border-radius:.5rem;font-size:.875rem;color:var(--memos-gray-700);cursor:pointer;transition:all .2s ease}.memos-pagination-btn:hover:not(:disabled){background:var(--memos-gray-100);border-color:var(--memos-gray-400);transform:translateY(-1px)}.memos-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.memos-pagination-active{background:var(--memos-primary);color:#fff;border-color:var(--memos-primary)}.memos-pagination-active:hover{background:var(--memos-primary-dark);border-color:var(--memos-primary-dark)}.memos-page-size-selector{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--memos-gray-600)}.memos-page-select{padding:.375rem 2rem .375rem .75rem;border:1px solid var(--memos-gray-300);border-radius:.375rem;font-size:.875rem;background:var(--memos-gray-50);color:var(--memos-gray-700);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:.75rem}.memos-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease}.memos-modal-content{background:#fff;border-radius:1rem;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}.memos-modal-content.wide{max-width:1000px}.memos-compose-modal{max-width:700px}.memos-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--memos-gray-200)}.memos-modal-title h2{font-size:1.5rem;font-weight:600;color:var(--memos-gray-900);margin:0 0 .5rem}.memos-modal-subtitle{display:flex;gap:1rem;font-size:.875rem;color:var(--memos-gray-500)}.memos-modal-category,.memos-modal-date{display:flex;align-items:center;gap:.375rem}.memos-modal-actions{display:flex;align-items:center;gap:.5rem}.memos-modal-close{width:36px;height:36px;border-radius:50%;border:none;background:var(--memos-gray-100);color:var(--memos-gray-700);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.memos-modal-close:hover{background:var(--memos-gray-200);transform:rotate(90deg)}.memos-modal-body{padding:1.5rem;overflow-y:auto;flex:1}.memos-profile{display:flex;flex-direction:column;gap:1.5rem}.memos-profile-header{display:flex;align-items:flex-start;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--memos-gray-200)}.memos-profile-avatar{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;flex-shrink:0}.memos-profile-info{flex:1}.memos-profile-info h2{font-size:1.75rem;font-weight:600;color:var(--memos-gray-900);margin:0 0 .5rem}.memos-profile-summary{font-size:1rem;color:var(--memos-gray-600);margin:0 0 1rem;line-height:1.5}.memos-profile-status{display:flex;flex-wrap:wrap;gap:.5rem}.memos-profile-status-badge,.memos-profile-priority-badge,.memos-profile-urgent-badge,.memos-profile-acknowledgement-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:500;color:#fff}.memos-profile-priority-badge{padding:.375rem .75rem}.memos-profile-urgent-badge{background:linear-gradient(135deg,var(--memos-danger),#f87171);border:none}.memos-profile-acknowledgement-badge{background:linear-gradient(135deg,var(--memos-success),#34d399);border:none}.memos-profile-details-grid{display:flex;flex-direction:column;gap:1.5rem}.memos-detail-section{background:var(--memos-gray-50);border-radius:.75rem;padding:1.5rem}.memos-detail-section h3{font-size:1.125rem;font-weight:600;color:var(--memos-gray-900);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.memos-full-width{grid-column:1 / -1}.memos-detail-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.memos-content-stats{display:flex;gap:1rem;font-size:.875rem;color:var(--memos-gray-500)}.memos-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.memos-detail-item{display:flex;flex-direction:column;gap:.25rem}.memos-detail-item strong{font-size:.875rem;color:var(--memos-gray-600);font-weight:500}.memos-author-detail{display:flex;align-items:center;gap:.75rem}.memos-author-avatar-small{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;flex-shrink:0}.memos-expiry-active{color:var(--memos-danger);font-weight:500}.memos-engagement-stats-detailed{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:1.5rem}.memos-engagement-item-detailed{text-align:center;padding:1rem;background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #0000000d}.memos-engagement-icon-detailed{font-size:1.5rem;margin-bottom:.5rem}.memos-engagement-value-detailed{font-size:1.5rem;font-weight:700;color:var(--memos-primary);line-height:1;margin-bottom:.25rem}.memos-engagement-label-detailed{font-size:.75rem;color:var(--memos-gray-500);text-transform:uppercase;letter-spacing:.05em}.memos-engagement-progress{margin-top:1rem}.memos-engagement-progress-bar{height:8px;background:var(--memos-gray-200);border-radius:4px;overflow:hidden;margin-bottom:.5rem}.memos-engagement-progress-fill{height:100%;background:linear-gradient(90deg,var(--memos-primary),#b91c9b);border-radius:4px;transition:width .6s ease}.memos-engagement-progress-labels{display:flex;justify-content:space-between;font-size:.75rem;color:var(--memos-gray-500)}.memos-content-container{background:#fff;border-radius:.5rem;padding:1.5rem;max-height:300px;overflow-y:auto;border:1px solid var(--memos-gray-200)}.memos-content{line-height:1.6;color:var(--memos-gray-700);white-space:pre-wrap}.memos-attachments-list{display:flex;flex-direction:column;gap:.5rem}.memos-attachment-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border-radius:.5rem;border:1px solid var(--memos-gray-200)}.memos-attachment-icon{font-size:1.25rem}.memos-attachment-name{flex:1;font-size:.875rem;color:var(--memos-gray-700)}.memos-attachment-size{font-size:.75rem;color:var(--memos-gray-500)}.memos-tags-detailed{display:flex;flex-wrap:wrap;gap:.5rem}.memos-tag-detailed{padding:.375rem .75rem;background:var(--memos-gray-100);border-radius:2rem;font-size:.75rem;color:var(--memos-gray-700);border:1px solid var(--memos-gray-300)}.memos-modal-actions-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid var(--memos-gray-200)}.memos-compose-form{display:flex;flex-direction:column;gap:1.5rem}.memos-form-group{display:flex;flex-direction:column;gap:.5rem}.memos-form-group label{font-size:.875rem;font-weight:500;color:var(--memos-gray-700)}.memos-form-group input[type=text],.memos-form-group input[type=email],.memos-form-group textarea,.memos-form-group select{padding:.75rem;border:2px solid var(--memos-gray-200);border-radius:.5rem;font-size:.875rem;color:var(--memos-gray-700);background:#fff;transition:all .3s ease}.memos-form-group input[type=text]:focus,.memos-form-group textarea:focus,.memos-form-group select:focus{outline:none;border-color:var(--memos-primary);box-shadow:0 0 0 3px #8e17731a}.memos-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.memos-select-with-icon{position:relative}.memos-select-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);font-size:1rem;color:var(--memos-gray-500)}.memos-select-with-icon select{padding-left:2.5rem;width:100%}.memos-recipients-select{position:relative}.memos-recipients-selected{position:absolute;top:.75rem;right:.75rem;font-size:.75rem;color:var(--memos-primary);font-weight:500}.memos-content-editor{position:relative}.memos-editor-tools{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.75rem;color:var(--memos-gray-500)}.memos-form-checkboxes{display:flex;flex-direction:column;gap:1rem}.memos-checkbox-group{display:flex;align-items:flex-start;gap:.75rem}.memos-checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}.memos-checkbox-label input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:var(--memos-primary);flex-shrink:0}.memos-checkbox-content{display:flex;flex-direction:column;gap:.125rem}.memos-checkbox-title{font-weight:500;color:var(--memos-gray-900);font-size:.875rem}.memos-checkbox-description{font-size:.75rem;color:var(--memos-gray-500);line-height:1.4}.memos-form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--memos-gray-200)}.skeleton{background:linear-gradient(90deg,var(--memos-gray-200) 25%,var(--memos-gray-300) 50%,var(--memos-gray-200) 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:.25rem}.skeleton.memos-stat-card,.skeleton.memos-chart-card{min-height:120px}.memos-stat-icon.skeleton{width:56px;height:56px;border-radius:14px}.memos-stat-number.skeleton,.memos-stat-label.skeleton{height:24px;width:80px}.memos-stat-label.skeleton{width:60px;margin-top:.5rem}.memos-chart-header.skeleton{height:60px;margin-bottom:1rem}.memos-chart-content.skeleton{height:200px}.memos-page-title.skeleton,.memos-page-subtitle.skeleton{height:32px;width:200px;margin-bottom:.5rem}.memos-page-subtitle.skeleton{height:20px;width:300px}.memos-btn.skeleton{height:40px;width:120px;border:none}@media (max-width: 1200px){.memos-charts-grid{grid-template-columns:1fr}}@media (max-width: 992px){.memos-main-content{padding:1rem}.memos-header-section{flex-direction:column;gap:1rem;align-items:stretch}.memos-header-actions{flex-wrap:wrap}.memos-stats-grid{grid-template-columns:repeat(2,1fr)}.memos-form-row{grid-template-columns:1fr}}@media (max-width: 768px){.memos-stats-grid{grid-template-columns:1fr}.memos-filters{flex-direction:column}.memos-filter-group{min-width:100%}.memos-bulk-actions{flex-wrap:wrap}.memos-pagination{flex-direction:column;gap:1rem;align-items:stretch}.memos-pagination-controls{justify-content:center;flex-wrap:wrap}.memos-modal-header{flex-direction:column;gap:1rem}.memos-modal-actions{align-self:flex-end}.memos-modal-actions-footer{flex-direction:column}.memos-profile-header{flex-direction:column;text-align:center}.memos-profile-avatar{align-self:center}.memos-detail-grid{grid-template-columns:1fr}}@media (max-width: 480px){.memos-management-table{font-size:.75rem}.memos-management-table th,.memos-management-table td{padding:.75rem .5rem}.memos-action-buttons{flex-wrap:wrap}.memos-btn-action{width:32px;height:32px}}.accounts-management-container{max-width:1400px;margin:0 auto;padding:24px;background:#f8fafc;min-height:100vh}.accounts-header-main{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding:32px;background:linear-gradient(135deg,#8e1773,#a91b8a);border-radius:16px;color:#fff;box-shadow:0 8px 32px #8e177333}.header-content-main h1{margin:0 0 8px;font-size:32px;font-weight:700}.header-content-main p{margin:0;opacity:.9;font-size:16px}.header-actions-main{display:flex;gap:12px;align-items:center}.export-buttons-main{display:flex;gap:8px}.btn-main{padding:10px 20px;border:2px solid;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:14px}.btn-primary-main{background:#8e1773;border-color:#8e1773;color:#fff}.btn-primary-main:hover{background:#7a1464;border-color:#7a1464;transform:translateY(-2px)}.btn-secondary-main{background:#ffffff1a;border-color:#ffffff4d;color:#fff}.btn-secondary-main:hover{background:#fff3;border-color:#ffffff80}.btn-outline-main{background:transparent;border-color:#ffffff4d;color:#fff}.btn-outline-main:hover{background:#ffffff1a;border-color:#ffffff80}.stats-grid-main{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}.stat-card-main{background:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 20px #00000014;cursor:pointer;transition:all .3s ease;border:2px solid transparent;display:flex;align-items:center;gap:16px}.stat-card-main:hover{transform:translateY(-4px);box-shadow:0 8px 32px #8e177326}.stat-card-main.active{border-color:#8e1773;background:linear-gradient(135deg,#fff,#fdf2ff)}.stat-icon-main{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;transition:all .3s ease}.stat-icon-main.total{background:#8e17731a;color:#8e1773}.stat-icon-main.active{background:#10b9811a;color:#10b981}.stat-icon-main.secure{background:#3b82f61a;color:#3b82f6}.stat-icon-main.logins{background:#f59e0b1a;color:#f59e0b}.stat-content-main{flex:1}.stat-number-main{font-size:32px;font-weight:700;color:#1f2937;margin:0 0 4px}.stat-label-main{font-size:14px;color:#6b7280;margin:0;font-weight:500}.charts-grid-main{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}.chart-card-main{background:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 20px #00000014;border-left:4px solid #8e1773}.chart-header-main{margin-bottom:20px}.chart-header-main h3{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 4px}.chart-subtitle-main{font-size:14px;color:#6b7280}.role-chart-main{display:flex;flex-direction:column;gap:12px}.chart-bar-main{display:flex;align-items:center;gap:12px}.bar-label-main{display:flex;align-items:center;gap:8px;width:180px;min-width:180px}.label-icon-main{font-size:16px}.label-text-main{font-size:14px;font-weight:500;color:#374151;flex:1}.label-count-main{font-size:12px;color:#6b7280;background:#f3f4f6;padding:2px 8px;border-radius:12px}.bar-track-main{flex:1;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.bar-fill-main{height:100%;border-radius:4px;transition:width .3s ease}.bar-percentage-main{font-size:12px;color:#6b7280;min-width:40px;text-align:right}.status-chart-main{display:flex;flex-direction:column;gap:12px}.status-item-main{display:flex;align-items:center;gap:12px}.status-info-main{display:flex;align-items:center;gap:8px;width:180px;min-width:180px}.status-indicator-main{width:12px;height:12px;border-radius:50%}.status-text-main{font-size:14px;font-weight:500;color:#374151;flex:1}.status-count-main{font-size:12px;color:#6b7280;background:#f3f4f6;padding:2px 8px;border-radius:12px}.status-track-main{flex:1;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.status-fill-main{height:100%;border-radius:4px;transition:width .3s ease}.status-percentage-main{font-size:12px;color:#6b7280;min-width:40px;text-align:right}.controls-bar-main{display:flex;gap:16px;margin-bottom:24px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;align-items:center}.search-box-main{position:relative;flex:1;max-width:400px}.search-input-main{width:100%;padding:12px 16px 12px 40px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .3s ease}.search-input-main:focus{outline:none;border-color:#8e1773;box-shadow:0 0 0 3px #8e17731a}.search-icon-main{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6b7280}.filters-main{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.filter-select-main{padding:10px 12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff;color:#374151;cursor:pointer;transition:all .3s ease}.filter-select-main:focus{outline:none;border-color:#8e1773;box-shadow:0 0 0 3px #8e17731a}.bulk-actions-main{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#8e17730d;border-radius:8px;border:1px solid rgba(142,23,115,.2)}.bulk-select-main{padding:6px 8px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;background:#fff;cursor:pointer}.selected-count-main{font-size:13px;color:#8e1773;font-weight:600}.table-container-main{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;margin-bottom:24px}.users-table-main{width:100%;border-collapse:collapse}.users-table-main th{background:#8e17730d;padding:16px 12px;text-align:left;font-size:14px;font-weight:600;color:#374151;border-bottom:2px solid rgba(142,23,115,.1)}.users-table-main td{padding:16px 12px;border-bottom:1px solid #f3f4f6;font-size:14px}.users-table-main tr:hover{background:#8e177305}.users-table-main tr.selected{background:#8e17730d}.checkbox-cell-main{width:40px;text-align:center}.checkbox-cell-main input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#8e1773}.sortable-main{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .3s ease}.sortable-main:hover{color:#8e1773}.user-info-cell-main{display:flex;align-items:center;gap:12px}.user-avatar-main{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-size:14px;flex-shrink:0}.user-details-main{display:flex;flex-direction:column;gap:2px}.user-name-main{font-weight:600;color:#1f2937}.user-email-main{font-size:13px;color:#6b7280}.user-position-main{font-size:12px;color:#8e1773;font-weight:500}.role-badge-main{display:flex;align-items:center;gap:8px}.role-icon-main{font-size:16px}.role-text-main{font-weight:500;color:#374151}.role-badge-main.large{padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;color:#fff}.department-badge-main{display:flex;align-items:center;gap:8px}.department-icon-main{font-size:16px}.department-text-main{font-weight:500;color:#374151}.login-info-main{display:flex;flex-direction:column;gap:2px}.last-login-main{font-weight:500;color:#374151;font-size:13px}.last-activity-main{font-size:11px;color:#6b7280}.login-count-main{display:flex;align-items:center;gap:8px}.count-number-main{font-weight:600;color:#374151;min-width:20px}.login-bar-main{flex:1;height:6px;background:#f3f4f6;border-radius:3px;overflow:hidden}.login-fill-main{height:100%;background:linear-gradient(90deg,#8e1773,#a91b8a);border-radius:3px;transition:width .3s ease}.twofa-status-main,.email-status-main{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-align:center}.twofa-status-main.enabled,.email-status-main.verified{background:#10b9811a;color:#10b981}.twofa-status-main.disabled,.email-status-main.unverified{background:#ef44441a;color:#ef4444}.status-select-main{padding:6px 10px;border:2px solid;border-radius:6px;font-size:12px;font-weight:500;background:#fff;cursor:pointer;transition:all .3s ease}.status-select-main:focus{outline:none;box-shadow:0 0 0 3px #8e17731a}.action-buttons-main{display:flex;gap:8px}.btn-action-main{padding:6px 10px;border:none;border-radius:6px;background:transparent;cursor:pointer;transition:all .3s ease;font-size:14px}.btn-action-main.view:hover{background:#3b82f61a;color:#3b82f6}.btn-action-main.reset:hover{background:#f59e0b1a;color:#f59e0b}.btn-action-main.export:hover{background:#8e17731a;color:#8e1773}.empty-state-main{padding:60px 20px;text-align:center;color:#6b7280}.empty-icon-main{font-size:48px;margin-bottom:16px;opacity:.5}.empty-state-main h3{font-size:18px;font-weight:600;color:#374151;margin:0 0 8px}.empty-state-main p{margin:0 0 20px}.pagination-main{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014}.pagination-buttons-main{display:flex;gap:8px;align-items:center}.pagination-btn-main{padding:8px 16px;border:2px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500}.pagination-btn-main:hover:not(:disabled){border-color:#8e1773;color:#8e1773}.pagination-btn-main.active{background:#8e1773;border-color:#8e1773;color:#fff}.pagination-btn-main:disabled{opacity:.5;cursor:not-allowed}.page-size-selector-main{display:flex;align-items:center;gap:12px;font-size:14px;color:#6b7280}.page-size-selector-main select{padding:6px 8px;border:1px solid #e5e7eb;border-radius:4px;background:#fff;cursor:pointer}.pagination-info-main{font-weight:500;color:#374151}.alert-main{display:flex;align-items:center;padding:16px 20px;border-radius:12px;margin-bottom:24px;animation:slideInDown .3s ease}.alert-error-main{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.alert-success-main{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.alert-icon-main{font-size:20px;margin-right:12px}.alert-title-main{font-weight:700;margin-bottom:2px}.alert-message-main{opacity:.9;font-size:14px}.alert-close-main{background:none;border:none;font-size:18px;cursor:pointer;color:inherit;opacity:.7;margin-left:12px}.alert-close-main:hover{opacity:1}.modal-overlay-main{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content-main{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0003;max-width:800px;width:100%;max-height:90vh;overflow-y:auto}.modal-content-main.wide{max-width:1000px}.modal-content-main.create-modal-main{max-width:600px}.modal-header-main{padding:24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.modal-header-main h2{margin:0;color:#8e1773;font-size:24px;font-weight:700}.modal-actions-top-main{display:flex;gap:12px;align-items:center}.close-btn-main{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:4px;border-radius:4px;transition:all .3s ease}.close-btn-main:hover{background:#f3f4f6;color:#374151}.modal-body-main{padding:24px}.modal-actions-main{padding:24px;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end}.user-profile-main{display:flex;flex-direction:column;gap:24px}.profile-header-main{display:flex;gap:20px;align-items:center;padding-bottom:24px;border-bottom:1px solid #e5e7eb}.profile-avatar-main{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;color:#fff;flex-shrink:0}.profile-info-main h2{margin:0 0 8px;color:#1f2937;font-size:24px;font-weight:700}.profile-info-main p{margin:0 0 12px;color:#6b7280;font-size:16px}.profile-status-main{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.status-badge-main{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#fff}.twofa-badge-main{padding:6px 12px;background:#10b981;color:#fff;border-radius:20px;font-size:12px;font-weight:600}.locked-badge-main{padding:6px 12px;background:#ef4444;color:#fff;border-radius:20px;font-size:12px;font-weight:600}.profile-details-grid-main{display:grid;grid-template-columns:1fr 1fr;gap:24px}.detail-section-main{background:#f9fafb;padding:20px;border-radius:8px;border-left:4px solid #8e1773}.detail-section-main.full-width{grid-column:1 / -1}.detail-section-main h3{margin:0 0 16px;color:#8e1773;font-size:16px;font-weight:600}.detail-grid-main{display:flex;flex-direction:column;gap:12px}.detail-item-main{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.detail-item-main:last-child{border-bottom:none;padding-bottom:0}.detail-item-main strong{color:#374151;font-weight:600;min-width:140px}.detail-item-main span{color:#6b7280;text-align:right;flex:1}.department-detail-main{display:flex;align-items:center;gap:8px}.security-stats-main{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.security-item-main{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.security-icon-main{font-size:24px}.security-info-main{flex:1}.security-value-main{font-size:18px;font-weight:700;color:#8e1773;margin-bottom:4px}.security-label-main{font-size:12px;color:#6b7280;font-weight:500}.permissions-list-main{display:flex;flex-wrap:wrap;gap:8px}.permission-tag-main{padding:6px 12px;background:#8e1773;color:#fff;border-radius:20px;font-size:12px;font-weight:500}.no-permissions-main{color:#6b7280;font-style:italic}.security-alert-main{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}.alert-icon-main{font-size:24px;flex-shrink:0}.alert-content-main{flex:1}.alert-content-main strong{color:#dc2626;font-size:14px;display:block;margin-bottom:4px}.alert-content-main p{margin:0 0 8px;color:#7f1d1d;font-size:13px}.alert-details-main{display:flex;gap:16px;font-size:12px;color:#7f1d1d}.notes-section-main{background:#fff;padding:16px;border-radius:8px;border:1px solid #e5e7eb;line-height:1.6;color:#374151}.creator-info-main{display:flex;align-items:center;gap:12px}.creator-avatar-main{width:40px;height:40px;border-radius:50%;background:#8e1773;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}.creator-details-main{display:flex;flex-direction:column;gap:2px}.creator-name-main{font-weight:600;color:#374151}.creator-date-main{font-size:12px;color:#6b7280}.create-form-main{display:flex;flex-direction:column;gap:20px}.form-group-main{display:flex;flex-direction:column;gap:8px}.form-group-main label{font-weight:600;color:#374151;font-size:14px}.form-group-main input,.form-group-main select,.form-group-main textarea{padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .3s ease}.form-group-main input:focus,.form-group-main select:focus,.form-group-main textarea:focus{outline:none;border-color:#8e1773;box-shadow:0 0 0 3px #8e17731a}.form-group-main textarea{resize:vertical;min-height:80px}.form-row-main{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-checkboxes-main{display:flex;flex-direction:column;gap:12px}.checkbox-label-main{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:14px;color:#374151}.checkbox-label-main input[type=checkbox]{display:none}.checkmark-main{width:20px;height:20px;border:2px solid #e5e7eb;border-radius:4px;position:relative;transition:all .3s ease}.checkbox-label-main input[type=checkbox]:checked+.checkmark-main{background:#8e1773;border-color:#8e1773}.checkbox-label-main input[type=checkbox]:checked+.checkmark-main:after{content:"✓";position:absolute;color:#fff;font-size:12px;top:50%;left:50%;transform:translate(-50%,-50%)}.form-actions-main{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.skeleton-main{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}.skeleton-main.skeleton-text-main{height:16px}.skeleton-main.skeleton-subtitle-main{height:14px;width:60%}.skeleton-main.skeleton-bar-main{height:8px;margin-bottom:8px}@keyframes slideInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){.charts-grid-main,.profile-details-grid-main,.security-stats-main{grid-template-columns:1fr}}@media (max-width: 768px){.accounts-management-container{padding:16px}.stats-grid-main{grid-template-columns:repeat(2,1fr)}.accounts-header-main{flex-direction:column;gap:16px;padding:24px}.header-actions-main{width:100%;justify-content:space-between}.controls-bar-main{flex-direction:column;align-items:stretch}.filters-main{justify-content:space-between}.form-row-main{grid-template-columns:1fr}.pagination-main{flex-direction:column;gap:16px}.profile-header-main{flex-direction:column;text-align:center}}@media (max-width: 480px){.stats-grid-main{grid-template-columns:1fr}.filters-main{flex-direction:column}.bulk-actions-main{justify-content:space-between}.header-content-main h1{font-size:24px}.form-actions-main{flex-direction:column}}.communication-management-container{padding:24px;background:linear-gradient(135deg,#f8f9fa,#fff);min-height:100vh}.communication-alert{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-radius:12px;margin-bottom:24px;animation:slideIn .3s ease}.communication-alert-error{background:linear-gradient(135deg,#fee,#fdd);border:1px solid #f5c6cb;color:#721c24}.communication-alert-success{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:1px solid #c3e6cb;color:#155724}.communication-alert-close{background:none;border:none;font-size:20px;cursor:pointer;color:inherit;opacity:.7;transition:opacity .2s}.communication-alert-close:hover{opacity:1}.communication-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #e9ecef}.communication-header-content{flex:1}.communication-page-title{font-size:32px;font-weight:800;background:linear-gradient(135deg,#8e1773,#c2185b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px}.communication-page-subtitle{font-size:16px;color:#6c757d;font-weight:400}.communication-header-actions{display:flex;gap:12px;align-items:center}.communication-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;text-decoration:none}.communication-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.communication-btn:active{transform:translateY(0)}.communication-btn-icon{font-size:16px}.communication-btn-primary{background:linear-gradient(135deg,#8e1773,#c2185b);color:#fff;border:none}.communication-btn-primary:hover{background:linear-gradient(135deg,#7a1461,#ad154f);box-shadow:0 4px 15px #8e17734d}.communication-btn-secondary{background:#fff;color:#8e1773;border:2px solid #e0e0e0}.communication-btn-secondary:hover{background:#f8f9fa;border-color:#8e1773}.communication-btn-outline{background:transparent;color:#495057;border:2px solid #dee2e6}.communication-btn-outline:hover{border-color:#8e1773;color:#8e1773;background:#8e17730d}.communication-export-buttons{display:flex;gap:8px}.communication-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}.communication-stat-card{background:#fff;border-radius:16px;padding:24px;display:flex;align-items:center;gap:20px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;box-shadow:0 4px 6px #0000000d}.communication-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a;border-color:#8e177333}.communication-stat-card.communication-active{border-color:#8e1773;background:linear-gradient(135deg,#8e17730d,#c2185b0d)}.communication-stat-icon{font-size:36px;width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#8e17731a;color:#8e1773}.communication-total-icon{background:#3b82f61a;color:#3b82f6}.communication-urgent-icon{background:#ef44441a;color:#ef4444}.communication-unread-icon{background:#f59e0b1a;color:#f59e0b}.communication-pending-icon{background:#06b6d41a;color:#06b6d4}.communication-stat-content{flex:1}.communication-stat-number{font-size:32px;font-weight:800;margin-bottom:4px;color:#212529}.communication-stat-label{font-size:14px;color:#6c757d;font-weight:500}.communication-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;margin-bottom:32px}.communication-chart-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease}.communication-chart-card:hover{transform:translateY(-2px)}.communication-chart-header{margin-bottom:20px}.communication-chart-header h3{font-size:18px;font-weight:700;color:#212529;margin-bottom:4px}.communication-chart-subtitle{font-size:14px;color:#6c757d}.communication-status-chart{display:flex;flex-direction:column;gap:16px}.communication-chart-bar{display:flex;align-items:center;gap:16px}.communication-bar-label{display:flex;justify-content:space-between;width:140px;min-width:140px}.communication-label-text{font-weight:600;color:#495057}.communication-label-count{font-weight:700;color:#212529}.communication-bar-track{flex:1;height:12px;background:#e9ecef;border-radius:6px;overflow:hidden}.communication-bar-fill{height:100%;border-radius:6px;transition:width 1s ease}.communication-bar-percentage{width:60px;text-align:right;font-weight:600;color:#6c757d;font-size:14px}.communication-priority-chart{display:flex;flex-direction:column;gap:16px}.communication-priority-bar{display:flex;align-items:center;gap:16px}.communication-priority-label{display:flex;align-items:center;gap:10px;width:160px;min-width:160px}.communication-priority-icon{font-size:18px;width:24px;text-align:center}.communication-priority-text{font-weight:600;color:#495057;flex:1}.communication-priority-count{font-weight:700;color:#212529;width:40px;text-align:right}.communication-priority-track{flex:1;height:12px;background:#e9ecef;border-radius:6px;overflow:hidden}.communication-priority-fill{height:100%;border-radius:6px;transition:width 1s ease}.communication-priority-percentage{width:60px;text-align:right;font-weight:600;color:#6c757d;font-size:14px}.communication-controls-bar{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;background:#fff;padding:20px;border-radius:16px;box-shadow:0 2px 8px #0000000d}.communication-search-box{position:relative;flex:1}.communication-search-input{width:100%;padding:12px 20px 12px 44px;border:2px solid #e9ecef;border-radius:10px;font-size:15px;transition:all .3s ease;background:#f8f9fa}.communication-search-input:focus{outline:none;border-color:#8e1773;background:#fff;box-shadow:0 0 0 3px #8e17731a}.communication-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#6c757d;font-size:18px}.communication-filters{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.communication-filter-select{padding:10px 16px;border:2px solid #e9ecef;border-radius:10px;font-size:14px;font-weight:500;color:#495057;background:#fff;cursor:pointer;transition:all .3s ease;min-width:160px}.communication-filter-select:focus{outline:none;border-color:#8e1773;box-shadow:0 0 0 3px #8e17731a}.communication-bulk-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.communication-bulk-select{padding:10px 16px;border:2px solid #8e1773;border-radius:10px;font-size:14px;font-weight:500;color:#8e1773;background:#8e17730d;cursor:pointer;transition:all .3s ease}.communication-bulk-select:focus{outline:none;box-shadow:0 0 0 3px #8e177333}.communication-selected-count{font-size:14px;font-weight:600;color:#8e1773;padding:6px 12px;background:#8e17731a;border-radius:20px}.communication-table-container{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000000d;margin-bottom:24px}.communication-main-table{width:100%;border-collapse:collapse}.communication-main-table thead{background:linear-gradient(135deg,#8e1773,#c2185b)}.communication-main-table th{padding:18px 16px;text-align:left;font-weight:600;color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.communication-main-table tbody tr{border-bottom:1px solid #e9ecef;transition:all .2s ease}.communication-main-table tbody tr:hover{background:#8e177308}.communication-main-table tbody tr.communication-selected{background:#8e177314}.communication-main-table td{padding:16px;font-size:14px;color:#495057}.communication-checkbox-cell{width:40px}.communication-checkbox-cell input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#8e1773}.communication-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.communication-sortable:hover{background:#ffffff1a}.communication-info-cell{display:flex;flex-direction:column;gap:4px}.communication-title{font-weight:600;color:#212529}.communication-preview{font-size:13px;color:#6c757d;line-height:1.4}.communication-department-from{display:flex;align-items:center;gap:8px}.communication-departments-to{display:flex;flex-wrap:wrap;gap:6px}.communication-dept-tag{padding:4px 10px;border:2px solid;border-radius:6px;font-size:12px;font-weight:500;color:#495057;background:#fffc}.communication-dept-more{padding:4px 8px;background:#e9ecef;border-radius:6px;font-size:12px;font-weight:600;color:#6c757d}.communication-priority-display{display:flex;justify-content:center}.communication-priority-badge{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;color:#fff;display:flex;align-items:center;gap:4px}.communication-priority-badge-large{padding:8px 16px;font-size:14px}.communication-date-sent{font-weight:500;color:#495057;font-size:13px}.communication-read-status{display:flex;justify-content:center}.communication-read-percentage{display:flex;flex-direction:column;gap:4px;width:100px}.communication-percentage-value{font-size:12px;font-weight:600;color:#495057;text-align:center}.communication-read-bar{height:6px;background:#e9ecef;border-radius:3px;overflow:hidden}.communication-read-fill{height:100%;background:linear-gradient(90deg,#8e1773,#c2185b);transition:width .5s ease}.communication-category-tag{display:inline-block;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;text-align:center;min-width:80px}.communication-status-select{padding:8px 12px;border:2px solid;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;background:#fff;transition:all .3s ease;min-width:120px}.communication-status-select:focus{outline:none;box-shadow:0 0 0 3px #0000001a}.communication-action-buttons{display:flex;gap:6px}.communication-btn-action{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:all .2s ease;border:none;background:transparent}.communication-view-action:hover{background:#3b82f61a;color:#3b82f6}.communication-read-action:hover{background:#10b9811a;color:#10b981}.communication-export-action:hover{background:#8e17731a;color:#8e1773}.communication-reply-action:hover{background:#f59e0b1a;color:#f59e0b}.communication-empty-state{padding:60px 20px;text-align:center;background:#fff}.communication-empty-icon{font-size:64px;margin-bottom:20px;opacity:.3}.communication-empty-state h3{font-size:20px;font-weight:700;color:#212529;margin-bottom:8px}.communication-empty-state p{color:#6c757d;margin-bottom:20px}.communication-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:32px;flex-wrap:wrap}.communication-pagination-btn{padding:10px 16px;border:2px solid #e9ecef;border-radius:10px;background:#fff;color:#495057;font-weight:500;cursor:pointer;transition:all .3s ease;min-width:44px}.communication-pagination-btn:hover:not(:disabled){border-color:#8e1773;color:#8e1773;background:#8e17730d}.communication-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.communication-pagination-btn.communication-active{background:#8e1773;color:#fff;border-color:#8e1773}.communication-page-size-selector{display:flex;align-items:center;gap:8px;margin-left:auto;font-size:14px;color:#6c757d}.communication-page-size-select{padding:8px 12px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;color:#495057;cursor:pointer;background:#fff}.communication-page-size-select:focus{outline:none;border-color:#8e1773}.communication-pagination-info{font-size:14px;color:#6c757d;margin-left:16px}.communication-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000;animation:fadeIn .3s ease}.communication-modal-content{background:#fff;border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}.communication-modal-wide{max-width:1000px}.communication-modal-large{max-width:900px}.communication-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #e9ecef;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:20px 20px 0 0}.communication-modal-header h2{font-size:24px;font-weight:800;color:#212529;margin:0}.communication-modal-actions-top{display:flex;align-items:center;gap:12px}.communication-close-btn{background:none;border:none;font-size:28px;color:#6c757d;cursor:pointer;transition:color .2s;padding:4px 12px;border-radius:8px}.communication-close-btn:hover{color:#8e1773;background:#8e17730d}.communication-modal-body{padding:32px}.communication-profile{display:flex;flex-direction:column;gap:32px}.communication-profile-header{display:flex;align-items:center;gap:24px;padding-bottom:24px;border-bottom:1px solid #e9ecef}.communication-profile-avatar{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:40px;color:#fff;flex-shrink:0}.communication-profile-info{flex:1}.communication-profile-info h2{font-size:28px;font-weight:800;color:#212529;margin-bottom:4px}.communication-profile-info p{font-size:16px;color:#6c757d;margin-bottom:12px}.communication-profile-status{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.communication-status-badge{padding:6px 16px;border-radius:20px;font-size:14px;font-weight:600;color:#fff}.communication-response-badge{padding:6px 12px;background:#10b9811a;border-radius:8px;font-size:14px;font-weight:600;color:#10b981}.communication-profile-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.communication-detail-section{background:#f8f9fa;border-radius:16px;padding:24px;transition:transform .2s ease}.communication-detail-section:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.communication-detail-section-title{font-size:18px;font-weight:700;color:#212529;margin-bottom:20px;display:flex;align-items:center;gap:8px}.communication-detail-grid{display:flex;flex-direction:column;gap:16px}.communication-detail-item{display:flex;flex-direction:column;gap:4px}.communication-detail-item strong{font-size:13px;color:#6c757d;font-weight:500}.communication-detail-item span{font-size:15px;color:#212529;font-weight:500}.communication-department-detail{display:flex;align-items:center;gap:8px}.communication-department-icon{font-size:20px}.communication-category-detail{font-weight:600}.communication-engagement-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.communication-engagement-item{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border-radius:12px}.communication-engagement-icon{font-size:24px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#8e17731a;color:#8e1773}.communication-engagement-info{flex:1}.communication-engagement-value{font-size:20px;font-weight:700;color:#212529;margin-bottom:2px}.communication-engagement-label{font-size:13px;color:#6c757d}.communication-message-content{background:#fff;padding:24px;border-radius:12px;line-height:1.6;color:#495057;white-space:pre-wrap}.communication-recipients-list{display:flex;flex-direction:column;gap:12px;max-height:300px;overflow-y:auto;padding-right:8px}.communication-recipient-item{display:flex;align-items:center;gap:16px;padding:16px;background:#fff;border-radius:12px}.communication-recipient-avatar{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;flex-shrink:0}.communication-recipient-info{flex:1}.communication-recipient-name{font-size:16px;font-weight:600;color:#212529;margin-bottom:4px}.communication-recipient-status{display:flex;gap:12px;font-size:13px}.communication-status-read{color:#10b981;font-weight:500}.communication-status-unread{color:#f59e0b;font-weight:500}.communication-status-responded{color:#8e1773;font-weight:500}.communication-response-info{display:flex;flex-direction:column;gap:12px}.communication-response-deadline,.communication-response-progress{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-radius:8px}.communication-attachments-list{display:flex;flex-direction:column;gap:8px}.communication-attachment-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border-radius:8px}.communication-attachment-icon{font-size:20px}.communication-attachment-name{flex:1;font-weight:500;color:#212529}.communication-attachment-size{font-size:13px;color:#6c757d}.communication-attachment-download{padding:6px 12px;background:#8e1773;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s}.communication-attachment-download:hover{background:#7a1461}.communication-full-width{grid-column:1 / -1}.communication-modal-actions{display:flex;justify-content:flex-end;gap:12px;padding:24px 32px;border-top:1px solid #e9ecef;background:#f8f9fa;border-radius:0 0 20px 20px}.communication-compose-form{display:flex;flex-direction:column;gap:24px}.communication-form-group{display:flex;flex-direction:column;gap:8px}.communication-form-group label{font-size:14px;font-weight:600;color:#212529}.communication-form-input,.communication-form-select,.communication-form-textarea{padding:12px 16px;border:2px solid #e9ecef;border-radius:10px;font-size:15px;color:#495057;background:#fff;transition:all .3s ease}.communication-form-input:focus,.communication-form-select:focus,.communication-form-textarea:focus{outline:none;border-color:#8e1773;box-shadow:0 0 0 3px #8e17731a}.communication-form-textarea{resize:vertical;min-height:120px}.communication-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.communication-departments-select{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;max-height:200px;overflow-y:auto;padding:12px;background:#f8f9fa;border-radius:10px}.communication-department-checkbox{display:flex;align-items:center;cursor:pointer}.communication-checkbox-input{margin-right:8px;width:18px;height:18px;accent-color:#8e1773}.communication-dept-checkbox-label{display:flex;align-items:center;gap:10px;padding:12px;background:#fff;border-radius:8px;border-left:4px solid;flex:1;transition:all .2s ease}.communication-dept-checkbox-label:hover{background:#f8f9fa;transform:translateY(-2px)}.communication-dept-icon{font-size:20px}.communication-dept-name{font-weight:500;color:#495057}.communication-form-options{display:flex;flex-direction:column;gap:16px;padding:20px;background:#f8f9fa;border-radius:12px}.communication-checkbox-option{display:flex;align-items:center;gap:10px;cursor:pointer}.communication-checkbox-option span{font-size:14px;font-weight:500;color:#495057}.communication-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.communication-skeleton-text{height:16px;border-radius:4px}.communication-skeleton-subtitle{width:60%;height:14px}.communication-skeleton-bar{height:12px;border-radius:6px;margin-bottom:8px}@media (max-width: 1024px){.communication-charts-grid{grid-template-columns:1fr}.communication-modal-wide,.communication-modal-large{max-width:90%}}@media (max-width: 768px){.communication-management-container{padding:16px}.communication-header{flex-direction:column;gap:20px}.communication-header-actions{width:100%;flex-wrap:wrap}.communication-export-buttons{width:100%;justify-content:flex-start}.communication-filters{flex-direction:column;align-items:stretch}.communication-filter-select{width:100%}.communication-bulk-actions{margin-left:0;width:100%;justify-content:space-between}.communication-form-row,.communication-departments-select,.communication-engagement-stats{grid-template-columns:1fr}.communication-modal-header{flex-direction:column;align-items:flex-start;gap:16px}.communication-modal-actions-top{width:100%;justify-content:space-between}.communication-profile-header{flex-direction:column;text-align:center}.communication-profile-status{justify-content:center}.communication-modal-actions{flex-direction:column}.communication-modal-actions .communication-btn{width:100%;justify-content:center}}@media (max-width: 480px){.communication-stats-grid{grid-template-columns:1fr}.communication-page-title{font-size:24px}.communication-stat-card{flex-direction:column;text-align:center;gap:16px}.communication-export-buttons{flex-direction:column}.communication-main-table{display:block;overflow-x:auto}.communication-pagination{flex-direction:column;gap:12px}.communication-page-size-selector{margin-left:0;width:100%;justify-content:center}.communication-chart-bar,.communication-priority-bar{flex-direction:column;align-items:stretch;gap:8px}.communication-bar-label,.communication-priority-label{width:100%;min-width:100%}}.applicant-details-container{padding:20px;max-width:1200px;margin:0 auto}.applicant-details-loading,.applicant-details-error,.applicant-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3B82F6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-icon{font-size:48px;margin-bottom:20px}.applicant-details-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #e5e7eb}.header-left{display:flex;align-items:flex-start;gap:20px}.back-btn{margin-top:8px}.applicant-title h1{margin:0 0 8px;font-size:28px;color:#1f2937}.applicant-meta{display:flex;gap:15px;align-items:center;flex-wrap:wrap}.applicant-id,.applicant-position{background:#f3f4f6;padding:4px 12px;border-radius:16px;font-size:14px;color:#6b7280}.status-badge{padding:4px 12px;border-radius:16px;font-size:14px;font-weight:500;color:#fff}.header-actions{display:flex;flex-direction:column;gap:10px}.action-buttons-group{display:flex;gap:10px;flex-wrap:wrap}.applicant-tabs{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:30px;flex-wrap:wrap}.tab-button{padding:12px 24px;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:14px;font-weight:500;color:#6b7280;transition:all .3s ease}.tab-button:hover{color:#3b82f6}.tab-button.active{color:#3b82f6;border-bottom-color:#3b82f6}.tab-content{min-height:400px}.tab-panel{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px}.info-section{background:#fff;padding:24px;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.info-section.full-width{grid-column:1 / -1}.info-section h3{margin:0 0 20px;font-size:18px;color:#1f2937;border-bottom:1px solid #e5e7eb;padding-bottom:8px}.info-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f3f4f6}.info-row:last-child{border-bottom:none}.info-row label{font-weight:500;color:#374151;min-width:150px}.info-row span{color:#6b7280;text-align:right}.children-table,.education-table,.experience-table{overflow-x:auto}.children-table table,.education-table table,.experience-table table{width:100%;border-collapse:collapse}.children-table th,.education-table th,.experience-table th{background:#f9fafb;padding:12px;text-align:left;font-weight:500;color:#374151;border-bottom:1px solid #e5e7eb}.children-table td,.education-table td,.experience-table td{padding:12px;border-bottom:1px solid #f3f4f6}.documents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.document-card{display:flex;align-items:center;padding:20px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;gap:15px}.document-icon{font-size:32px}.document-info{flex:1}.document-info h4{margin:0 0 8px;color:#1f2937}.document-info p{margin:4px 0;font-size:14px;color:#6b7280}.document-actions{display:flex;flex-direction:column;gap:8px}.no-documents{text-align:center;padding:60px 20px;grid-column:1 / -1}.no-docs-icon{font-size:64px;margin-bottom:20px;opacity:.5}.assessment-grid{display:grid;grid-template-columns:300px 1fr 250px;gap:24px}.assessment-card,.assessment-notes,.verification-status{background:#fff;padding:24px;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.score-display{text-align:center;margin-bottom:24px}.score-circle{width:120px;height:120px;border-radius:50%;background:conic-gradient(#10B981 0% var(--score, 0%),#f3f4f6 var(--score, 0%) 100%);display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0 auto 16px;position:relative}.score-circle:before{content:"";position:absolute;width:100px;height:100px;background:#fff;border-radius:50%}.score-value{font-size:24px;font-weight:700;color:#1f2937;position:relative;z-index:1}.score-label{font-size:14px;color:#6b7280;position:relative;z-index:1}.score-breakdown{display:flex;flex-direction:column;gap:12px}.score-item{display:flex;align-items:center;gap:12px}.score-item label{min-width:160px;font-weight:500}.score-bar{flex:1;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden}.score-fill{height:100%;background:#3b82f6;transition:width .3s ease}.notes-textarea{width:100%;height:120px;padding:12px;border:1px solid #d1d5db;border-radius:6px;resize:vertical;margin-bottom:12px}.verification-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f3f4f6}.verification-item:last-child{border-bottom:none}.status.pending{color:#f59e0b}.status.verified{color:#10b981}.status.failed{color:#ef4444}.applicant-actions-footer{position:sticky;bottom:0;background:#fff;padding:20px;border-top:1px solid #e5e7eb;margin-top:40px;box-shadow:0 -2px 10px #0000001a}.applicant-actions-footer .action-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn{padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-success{background:#10b981;color:#fff}.btn-success:hover:not(:disabled){background:#059669}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-warning{background:#f59e0b;color:#fff}.btn-warning:hover:not(:disabled){background:#d97706}.btn-info{background:#06b6d4;color:#fff}.btn-info:hover:not(:disabled){background:#0891b2}.btn-outline{background:#fff;color:#374151;border:1px solid #d1d5db}.btn-outline:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.btn-sm{padding:6px 12px;font-size:12px}.vet-select{background:#8b5cf6;color:#fff;border:none;border-radius:6px;padding:8px 16px;cursor:pointer}.vet-select:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.applicant-details-header{flex-direction:column;gap:20px}.header-left{flex-direction:column;gap:10px}.action-buttons-group{justify-content:center}.applicant-tabs{overflow-x:auto}.info-grid,.assessment-grid{grid-template-columns:1fr}.applicant-actions-footer .action-buttons{flex-direction:column}.info-row{flex-direction:column;align-items:flex-start;gap:4px}.info-row label{min-width:auto}.info-row span{text-align:left}}.payroll-management-container{padding:24px;background:linear-gradient(135deg,#f8f9fa,#fff);min-height:100vh}.payroll-alert{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-radius:12px;margin-bottom:24px;animation:slideIn .3s ease}.payroll-alert-error{background:linear-gradient(135deg,#fee,#fdd);border:1px solid #f5c6cb;color:#721c24}.payroll-alert-success{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:1px solid #c3e6cb;color:#155724}.payroll-alert-close{background:none;border:none;font-size:20px;cursor:pointer;color:inherit;opacity:.7;transition:opacity .2s}.payroll-alert-close:hover{opacity:1}.payroll-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #e9ecef}.payroll-header-content{flex:1}.payroll-page-title{font-size:32px;font-weight:800;background:linear-gradient(135deg,#8e1773,#c2185b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px}.payroll-page-subtitle{font-size:16px;color:#6c757d;font-weight:400}.payroll-header-actions{display:flex;gap:12px;align-items:center}.payroll-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;text-decoration:none}.payroll-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.payroll-btn:active{transform:translateY(0)}.payroll-btn-icon{font-size:16px}.payroll-btn-primary{background:linear-gradient(135deg,#8e1773,#c2185b);color:#fff;border:none}.payroll-btn-primary:hover{background:linear-gradient(135deg,#7a1461,#ad154f);box-shadow:0 4px 15px #8e17734d}.payroll-btn-secondary{background:#fff;color:#8e1773;border:2px solid #e0e0e0}.payroll-btn-secondary:hover{background:#f8f9fa;border-color:#8e1773}.payroll-btn-outline{background:transparent;color:#495057;border:2px solid #dee2e6}.payroll-btn-outline:hover{border-color:#8e1773;color:#8e1773;background:#8e17730d}.payroll-export-buttons{display:flex;gap:8px}.payroll-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:32px}.payroll-stat-card{background:#fff;border-radius:16px;padding:24px;display:flex;align-items:center;gap:20px;cursor:pointer;transition:all .3s ease;border:2px solid transparent;box-shadow:0 4px 6px #0000000d}.payroll-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a;border-color:#8e177333}.payroll-stat-card.payroll-active{border-color:#8e1773;background:linear-gradient(135deg,#8e17730d,#c2185b0d)}.payroll-stat-icon{font-size:36px;width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#8e17731a;color:#8e1773}.payroll-total-icon{background:#10b9811a;color:#10b981}.payroll-paid-icon{background:#3b82f61a;color:#3b82f6}.payroll-pending-icon{background:#f59e0b1a;color:#f59e0b}.payroll-average-icon{background:#6c757d1a;color:#6c757d}.payroll-stat-content{flex:1}.payroll-stat-number{font-size:32px;font-weight:800;margin-bottom:4px;color:#212529}.payroll-stat-label{font-size:14px;color:#6c757d;font-weight:500}.payroll-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;margin-bottom:32px}.payroll-chart-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease}.payroll-chart-card:hover{transform:translateY(-2px)}.payroll-chart-header{margin-bottom:20px}.payroll-chart-header h3{font-size:18px;font-weight:700;color:#212529;margin-bottom:4px}.payroll-chart-subtitle{font-size:14px;color:#6c757d}.payroll-status-chart{display:flex;flex-direction:column;gap:16px}.payroll-chart-bar{display:flex;align-items:center;gap:16px}.payroll-bar-label{display:flex;justify-content:space-between;width:140px;min-width:140px}.payroll-label-text{font-weight:600;color:#495057}.payroll-label-count{font-weight:700;color:#212529}.payroll-bar-track{flex:1;height:12px;background:#e9ecef;border-radius:6px;overflow:hidden}.payroll-bar-fill{height:100%;border-radius:6px;transition:width 1s ease}.payroll-bar-percentage{width:60px;text-align:right;font-weight:600;color:#6c757d;font-size:14px}.payroll-department-chart{display:flex;flex-direction:column;gap:16px}.payroll-department-bar{display:flex;align-items:center;gap:16px}.payroll-department-label{display:flex;align-items:center;gap:10px;width:180px;min-width:180px}.payroll-dept-color{width:12px;height:12px;border-radius:3px;flex-shrink:0}.payroll-dept-text{font-weight:600;color:#495057;flex:1}.payroll-dept-amount{font-weight:700;color:#212529;width:80px;text-align:right}.payroll-department-track{flex:1;height:12px;background:#e9ecef;border-radius:6px;overflow:hidden}.payroll-department-fill{height:100%;border-radius:6px;transition:width 1s ease}.payroll-department-percentage{width:60px;text-align:right;font-weight:600;color:#6c757d;font-size:14px}.payroll-pie-chart{display:flex;flex-direction:column;align-items:center;gap:20px}.payroll-pie-title{font-size:16px;font-weight:600;color:#495057;text-align:center}.payroll-pie-svg{width:160px;height:160px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.payroll-pie-slice{transition:opacity .3s ease}.payroll-pie-slice:hover{opacity:.9}.payroll-pie-legend{display:flex;flex-direction:column;gap:8px;width:100%}.payroll-legend-item{display:flex;align-items:center;gap:8px;padding:8px;border-radius:8px;transition:background-color .2s}.payroll-legend-item:hover{background-color:#8e17730d}.payroll-legend-color{width:12px;height:12px;border-radius:3px;flex-shrink:0}.payroll-legend-label{flex:1;font-size:14px;color:#495057}.payroll-legend-value{font-size:14px;font-weight:600;color:#212529}.payroll-no-data{text-align:center;color:#6c757d;padding:40px;font-style:italic}.payroll-controls-bar{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;background:#fff;padding:20px;border-radius:16px;box-shadow:0 2px 8px #0000000d}.payroll-search-box{position:relative;flex:1}.payroll-search-input{width:100%;padding:12px 20px 12px 44px;border:2px solid #e9ecef;border-radius:10px;font-size:15px;transition:all .3s ease;background:#f8f9fa}.payroll-search-input:focus{outline:none;border-color:#8e1773;background:#fff;box-shadow:0 0 0 3px #8e17731a}.payroll-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#6c757d;font-size:18px}.payroll-filters{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.payroll-filter-select{padding:10px 16px;border:2px solid #e9ecef;border-radius:10px;font-size:14px;font-weight:500;color:#495057;background:#fff;cursor:pointer;transition:all .3s ease;min-width:160px}.payroll-filter-select:focus{outline:none;border-color:#8e1773;box-shadow:0 0 0 3px #8e17731a}.payroll-bulk-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.payroll-bulk-select{padding:10px 16px;border:2px solid #8e1773;border-radius:10px;font-size:14px;font-weight:500;color:#8e1773;background:#8e17730d;cursor:pointer;transition:all .3s ease}.payroll-bulk-select:focus{outline:none;box-shadow:0 0 0 3px #8e177333}.payroll-selected-count{font-size:14px;font-weight:600;color:#8e1773;padding:6px 12px;background:#8e17731a;border-radius:20px}.payroll-table-container{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000000d;margin-bottom:24px}.payroll-main-table{width:100%;border-collapse:collapse}.payroll-main-table thead{background:linear-gradient(135deg,#8e1773,#c2185b)}.payroll-main-table th{padding:18px 16px;text-align:left;font-weight:600;color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.payroll-main-table tbody tr{border-bottom:1px solid #e9ecef;transition:all .2s ease}.payroll-main-table tbody tr:hover{background:#8e177308}.payroll-main-table tbody tr.payroll-selected{background:#8e177314}.payroll-main-table td{padding:16px;font-size:14px;color:#495057}.payroll-checkbox-cell{width:40px}.payroll-checkbox-cell input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#8e1773}.payroll-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.payroll-sortable:hover{background:#ffffff1a}.payroll-employee-info-cell{display:flex;flex-direction:column;gap:4px}.payroll-employee-name{font-weight:600;color:#212529}.payroll-employee-id{font-size:13px;color:#6c757d;font-family:Monaco,Menlo,monospace}.payroll-employee-position{font-size:13px;color:#8e1773;font-weight:500}.payroll-employee-type{display:flex;justify-content:center}.payroll-type-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;display:flex;align-items:center;gap:4px}.payroll-department-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;text-align:center;min-width:80px}.payroll-salary-amount{font-weight:600;color:#212529}.payroll-base-salary{color:#3b82f6}.payroll-net-salary{color:#10b981}.payroll-bonus-amount{text-align:center}.payroll-bonus-positive{color:#10b981;font-weight:600}.payroll-bonus-zero{color:#6c757d;font-style:italic}.payroll-deductions-amount{text-align:center}.payroll-deductions-negative{color:#ef4444;font-weight:600}.payroll-payment-method{font-weight:500;color:#495057;text-align:center}.payroll-status-select{padding:8px 12px;border:2px solid;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;background:#fff;transition:all .3s ease;min-width:120px}.payroll-status-select:focus{outline:none;box-shadow:0 0 0 3px #0000001a}.payroll-action-buttons{display:flex;gap:8px}.payroll-btn-action{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:all .2s ease;border:none;background:transparent}.payroll-view-action:hover{background:#3b82f61a;color:#3b82f6}.payroll-edit-action:hover{background:#10b9811a;color:#10b981}.payroll-payslip-action:hover{background:#8e17731a;color:#8e1773}.payroll-empty-state{padding:60px 20px;text-align:center;background:#fff}.payroll-empty-icon{font-size:64px;margin-bottom:20px;opacity:.3}.payroll-empty-state h3{font-size:20px;font-weight:700;color:#212529;margin-bottom:8px}.payroll-empty-state p{color:#6c757d;margin-bottom:20px}.payroll-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:32px;flex-wrap:wrap}.payroll-pagination-btn{padding:10px 16px;border:2px solid #e9ecef;border-radius:10px;background:#fff;color:#495057;font-weight:500;cursor:pointer;transition:all .3s ease;min-width:44px}.payroll-pagination-btn:hover:not(:disabled){border-color:#8e1773;color:#8e1773;background:#8e17730d}.payroll-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.payroll-pagination-btn.payroll-active{background:#8e1773;color:#fff;border-color:#8e1773}.payroll-page-size-selector{display:flex;align-items:center;gap:8px;margin-left:auto;font-size:14px;color:#6c757d}.payroll-page-size-select{padding:8px 12px;border:2px solid #e9ecef;border-radius:8px;font-size:14px;color:#495057;cursor:pointer;background:#fff}.payroll-page-size-select:focus{outline:none;border-color:#8e1773}.payroll-pagination-info{font-size:14px;color:#6c757d;margin-left:16px}.payroll-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000;animation:fadeIn .3s ease}.payroll-modal-content{background:#fff;border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}.payroll-modal-large{max-width:900px}.payroll-modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #e9ecef;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:20px 20px 0 0}.payroll-modal-header h2{font-size:24px;font-weight:800;color:#212529;margin:0}.payroll-modal-actions-top{display:flex;align-items:center;gap:12px}.payroll-close-btn{background:none;border:none;font-size:28px;color:#6c757d;cursor:pointer;transition:color .2s;padding:4px 12px;border-radius:8px}.payroll-close-btn:hover{color:#8e1773;background:#8e17730d}.payroll-modal-body{padding:32px}.payroll-details{display:flex;flex-direction:column;gap:32px}.payroll-employee-profile{margin-bottom:24px}.payroll-profile-header{display:flex;align-items:center;gap:24px;padding-bottom:24px;border-bottom:1px solid #e9ecef}.payroll-profile-avatar{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:40px;color:#fff;flex-shrink:0}.payroll-profile-info{flex:1}.payroll-profile-info h2{font-size:28px;font-weight:800;color:#212529;margin-bottom:4px}.payroll-profile-info p{font-size:16px;color:#6c757d;margin-bottom:12px}.payroll-profile-meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.payroll-employee-id{padding:6px 12px;background:#6c757d1a;border-radius:8px;font-size:14px;font-weight:600;color:#6c757d}.payroll-breakdown{display:flex;flex-direction:column;gap:24px}.payroll-breakdown-section{background:#f8f9fa;border-radius:16px;padding:24px}.payroll-breakdown-title{font-size:18px;font-weight:700;color:#212529;margin-bottom:20px;display:flex;align-items:center;gap:8px}.payroll-breakdown-grid{display:flex;flex-direction:column;gap:16px}.payroll-breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e9ecef}.payroll-breakdown-item:last-child{border-bottom:none}.payroll-breakdown-label{font-size:15px;color:#495057;font-weight:500}.payroll-breakdown-value{font-size:16px;font-weight:600;color:#212529}.payroll-breakdown-total{margin-top:8px;padding-top:16px;border-top:2px solid #dee2e6}.payroll-breakdown-total .payroll-breakdown-label{font-size:16px;font-weight:700;color:#212529}.payroll-breakdown-total .payroll-breakdown-value{font-size:18px;font-weight:800;color:#8e1773}.payroll-earnings-section .payroll-breakdown-value{color:#10b981}.payroll-deductions-section .payroll-breakdown-value{color:#ef4444}.payroll-net-pay-section{background:linear-gradient(135deg,#8e1773,#c2185b);color:#fff}.payroll-net-pay-section .payroll-breakdown-title{color:#fff}.payroll-net-pay-amount{font-size:36px;font-weight:800;text-align:center;margin:20px 0;color:#fff}.payroll-payment-info{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px}.payroll-payment-item{display:flex;flex-direction:column;gap:4px}.payroll-payment-item strong{font-size:13px;opacity:.8}.payroll-payment-item span{font-size:15px;font-weight:600}.payroll-additional-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.payroll-info-section{background:#f8f9fa;border-radius:16px;padding:24px}.payroll-info-section-title{font-size:18px;font-weight:700;color:#212529;margin-bottom:20px;display:flex;align-items:center;gap:8px}.payroll-info-grid{display:flex;flex-direction:column;gap:16px}.payroll-info-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e9ecef}.payroll-info-item:last-child{border-bottom:none}.payroll-info-item strong{font-size:14px;color:#6c757d;font-weight:500}.payroll-info-item span{font-size:15px;color:#212529;font-weight:500}.payroll-performance-rating{padding:4px 12px;border-radius:20px;font-size:13px;font-weight:600;color:#fff}.payroll-excellent{background:#10b981}.payroll-good{background:#f59e0b}.payroll-needs-improvement{background:#ef4444}.payroll-process-info{display:flex;flex-direction:column;gap:24px}.payroll-process-summary{background:#f8f9fa;border-radius:16px;padding:24px}.payroll-process-summary h3{font-size:18px;font-weight:700;color:#212529;margin-bottom:20px}.payroll-summary-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.payroll-summary-item{display:flex;flex-direction:column;gap:4px}.payroll-summary-label{font-size:14px;color:#6c757d;font-weight:500}.payroll-summary-value{font-size:20px;font-weight:700;color:#212529}.payroll-process-warning{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#f59e0b1a;border:2px solid #f59e0b;border-radius:12px}.payroll-warning-icon{font-size:24px;color:#f59e0b}.payroll-warning-content{flex:1;color:#92400e}.payroll-warning-content strong{font-weight:700}.payroll-modal-actions{display:flex;justify-content:flex-end;gap:12px;padding:24px 32px;border-top:1px solid #e9ecef;background:#f8f9fa;border-radius:0 0 20px 20px}.payroll-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.payroll-skeleton-text{height:16px;border-radius:4px}.payroll-skeleton-subtitle{width:60%;height:14px}.payroll-skeleton-bar{height:12px;border-radius:6px;margin-bottom:8px}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 1024px){.payroll-charts-grid{grid-template-columns:1fr}.payroll-modal-large{max-width:90%}}@media (max-width: 768px){.payroll-management-container{padding:16px}.payroll-header{flex-direction:column;gap:20px}.payroll-header-actions{width:100%;flex-wrap:wrap}.payroll-export-buttons{width:100%;justify-content:flex-start}.payroll-filters{flex-direction:column;align-items:stretch}.payroll-filter-select{width:100%}.payroll-bulk-actions{margin-left:0;width:100%;justify-content:space-between}.payroll-summary-stats,.payroll-payment-info,.payroll-additional-info{grid-template-columns:1fr}.payroll-modal-header{flex-direction:column;align-items:flex-start;gap:16px}.payroll-modal-actions-top{width:100%;justify-content:space-between}.payroll-profile-header{flex-direction:column;text-align:center}.payroll-profile-meta{justify-content:center}.payroll-modal-actions{flex-direction:column}.payroll-modal-actions .payroll-btn{width:100%;justify-content:center}}@media (max-width: 480px){.payroll-stats-grid{grid-template-columns:1fr}.payroll-page-title{font-size:24px}.payroll-stat-card{flex-direction:column;text-align:center;gap:16px}.payroll-export-buttons{flex-direction:column}.payroll-main-table{display:block;overflow-x:auto}.payroll-pagination{flex-direction:column;gap:12px}.payroll-page-size-selector{margin-left:0;width:100%;justify-content:center}.payroll-chart-bar,.payroll-department-bar{flex-direction:column;align-items:stretch;gap:8px}.payroll-bar-label,.payroll-department-label{width:100%;min-width:100%}}:root{--financial-primary: #8e1773;--financial-primary-light: rgba(142, 23, 115, .1);--financial-primary-dark: #6c1256;--financial-secondary: #6c757d;--financial-success: #10b981;--financial-warning: #f59e0b;--financial-danger: #ef4444;--financial-info: #3b82f6;--financial-purple: #8b5cf6;--financial-pink: #ec4899;--financial-cyan: #06b6d4;--financial-lime: #84cc16;--financial-orange: #f97316;--financial-gray-50: #f9fafb;--financial-gray-100: #f3f4f6;--financial-gray-200: #e5e7eb;--financial-gray-300: #d1d5db;--financial-gray-400: #9ca3af;--financial-gray-500: #6b7280;--financial-gray-600: #4b5563;--financial-gray-700: #374151;--financial-gray-800: #1f2937;--financial-gray-900: #111827}.financial-main-content{padding:2rem;background:var(--financial-gray-50);min-height:100vh}.financial-alert{padding:1rem 1.5rem;border-radius:.75rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;animation:slideIn .3s ease-out;box-shadow:0 2px 8px #0000001a}.financial-alert-error{background:linear-gradient(135deg,#fee,#fff);border:1px solid var(--financial-danger);color:var(--financial-danger)}.financial-alert-success{background:linear-gradient(135deg,#f0fff4,#fff);border:1px solid var(--financial-success);color:var(--financial-success)}.financial-alert-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:inherit;padding:0;margin-left:1rem}.financial-header-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid var(--financial-gray-200)}.financial-header-content{flex:1}.financial-page-title{font-size:2rem;font-weight:700;color:var(--financial-gray-900);margin:0 0 .5rem;background:linear-gradient(135deg,var(--financial-primary),#b91c9b);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.financial-page-subtitle{font-size:1rem;color:var(--financial-gray-600);margin:0}.financial-header-actions{display:flex;gap:1rem;align-items:center}.financial-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem}.financial-stat-card{background:#fff;border-radius:1rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 12px #0000000d;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.financial-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:var(--financial-primary-light)}.financial-stat-active{border-color:var(--financial-primary);background:linear-gradient(135deg,#8e17730d,#fff)}.financial-stat-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.financial-stat-total{background:linear-gradient(135deg,var(--financial-primary),#b91c9b);color:#fff}.financial-stat-profit{background:linear-gradient(135deg,var(--financial-success),#34d399);color:#fff}.financial-stat-reports{background:linear-gradient(135deg,var(--financial-info),#60a5fa);color:#fff}.financial-stat-downloads{background:linear-gradient(135deg,var(--financial-purple),#a78bfa);color:#fff}.financial-stat-content{flex:1}.financial-stat-number{font-size:1.75rem;font-weight:700;color:var(--financial-gray-900);margin:0 0 .25rem;line-height:1}.financial-stat-label{font-size:.875rem;color:var(--financial-gray-600);margin:0 0 .5rem}.financial-stat-trend{font-size:.75rem;padding-top:.5rem;border-top:1px solid var(--financial-gray-200)}.financial-trend-up{color:var(--financial-success)}.financial-trend-down{color:var(--financial-danger)}.financial-trend-neutral{color:var(--financial-gray-500)}.financial-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2.5rem}.financial-chart-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px #0000000d}.financial-chart-header{margin-bottom:1.5rem}.financial-chart-header h3{font-size:1.25rem;font-weight:600;color:var(--financial-gray-900);margin:0 0 .5rem}.financial-chart-subtitle{font-size:.875rem;color:var(--financial-gray-500)}.financial-trend-chart{display:flex;align-items:flex-end;gap:1rem;height:200px;padding-top:1rem;position:relative}.financial-trend-bar-group{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;height:100%}.financial-bar-group{display:flex;align-items:flex-end;gap:2px;height:80%;width:100%;position:relative}.financial-trend-bar{width:20px;border-radius:4px 4px 0 0;transition:height .3s ease}.financial-trend-revenue{background-color:var(--financial-success)}.financial-trend-expenses{background-color:var(--financial-danger)}.financial-trend-profit{background-color:var(--financial-primary)}.financial-month-label{font-size:.75rem;color:var(--financial-gray-500);text-align:center;transform:rotate(-45deg);white-space:nowrap;position:absolute;bottom:-1.5rem}.financial-chart-legend{display:flex;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--financial-gray-200)}.financial-legend-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--financial-gray-600)}.financial-legend-color{width:12px;height:12px;border-radius:2px}.financial-legend-revenue{background-color:var(--financial-success)}.financial-legend-expenses{background-color:var(--financial-danger)}.financial-legend-profit{background-color:var(--financial-primary)}.financial-no-data{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--financial-gray-400)}.financial-no-data-icon{font-size:2rem;margin-bottom:.5rem}.financial-type-distribution-chart{display:flex;flex-direction:column;gap:1rem}.financial-type-distribution-bar{display:flex;align-items:center;gap:1rem}.financial-type-label{display:flex;align-items:center;gap:.5rem;width:180px;flex-shrink:0}.financial-type-icon{font-size:1rem;width:24px;text-align:center}.financial-type-text{flex:1;font-size:.875rem;color:var(--financial-gray-700);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.financial-type-count{font-weight:600;color:var(--financial-gray-900);font-size:.875rem;min-width:30px;text-align:right}.financial-type-track{flex:1;height:8px;background:var(--financial-gray-200);border-radius:4px;overflow:hidden}.financial-type-fill{height:100%;border-radius:4px;transition:width .6s ease}.financial-type-percentage{width:50px;text-align:right;font-size:.875rem;font-weight:600;color:var(--financial-gray-700);flex-shrink:0}.financial-controls-bar{background:#fff;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;gap:1.5rem}.financial-search-box{position:relative;flex:1}.financial-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--financial-gray-400);font-size:1rem}.financial-search-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid var(--financial-gray-200);border-radius:.75rem;font-size:1rem;transition:all .3s ease;background:var(--financial-gray-50)}.financial-search-input:focus{outline:none;border-color:var(--financial-primary);background:#fff;box-shadow:0 0 0 3px #8e17731a}.financial-search-clear{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--financial-gray-400);cursor:pointer;font-size:1rem;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%}.financial-search-clear:hover{background:var(--financial-gray-200);color:var(--financial-gray-700)}.financial-filters{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.financial-filter-group{flex:1;min-width:180px}.financial-filter-select{width:100%;padding:.875rem 1rem;border:2px solid var(--financial-gray-200);border-radius:.75rem;font-size:.875rem;background:var(--financial-gray-50);color:var(--financial-gray-700);cursor:pointer;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem}.financial-filter-select:focus{outline:none;border-color:var(--financial-primary);background-color:#fff;box-shadow:0 0 0 3px #8e17731a}.financial-bulk-actions{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--financial-primary-light);border-radius:.75rem;margin-top:.5rem;border:1px solid rgba(142,23,115,.2);width:100%}.financial-selected-count{font-weight:600;color:var(--financial-primary);font-size:.875rem;padding:.25rem .75rem;background:#fff;border-radius:2rem;border:1px solid var(--financial-primary);white-space:nowrap}.financial-bulk-select{padding:.5rem 2rem .5rem 1rem;border:1px solid var(--financial-gray-300);border-radius:.5rem;font-size:.875rem;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:.75rem}.financial-btn{padding:.75rem 1.5rem;border-radius:.75rem;font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.financial-btn-primary{background:linear-gradient(135deg,var(--financial-primary),#b91c9b);color:#fff;border:none}.financial-btn-primary:hover{background:linear-gradient(135deg,var(--financial-primary-dark),var(--financial-primary));transform:translateY(-2px);box-shadow:0 4px 12px #8e17734d}.financial-btn-secondary{background:#fff;color:var(--financial-gray-700);border:2px solid var(--financial-gray-300)}.financial-btn-secondary:hover{background:var(--financial-gray-100);border-color:var(--financial-gray-400);transform:translateY(-2px)}.financial-btn-outline{background:transparent;color:var(--financial-primary);border:2px solid var(--financial-primary)}.financial-btn-outline:hover{background:var(--financial-primary-light);transform:translateY(-2px)}.financial-btn-small{padding:.5rem 1rem;font-size:.75rem}.financial-btn-icon{font-size:1rem}.financial-export-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.financial-table-container{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem}.financial-reports-table{width:100%;border-collapse:separate;border-spacing:0}.financial-reports-table thead{background:linear-gradient(135deg,var(--financial-primary),#b91c9b)}.financial-reports-table th{padding:1rem;text-align:left;font-weight:600;color:#fff;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.financial-checkbox-cell{width:50px;padding-left:1.5rem!important}.financial-reports-table th.financial-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s ease}.financial-reports-table th.financial-sortable:hover{background:#ffffff1a}.financial-reports-table tbody tr{border-bottom:1px solid var(--financial-gray-100);transition:all .2s ease}.financial-reports-table tbody tr:hover{background:var(--financial-gray-50)}.financial-row-selected{background:var(--financial-primary-light)!important}.financial-reports-table td{padding:1rem;font-size:.875rem;color:var(--financial-gray-700);vertical-align:middle}.financial-reports-table input[type=checkbox]{width:18px;height:18px;border:2px solid var(--financial-gray-300);border-radius:4px;cursor:pointer;accent-color:var(--financial-primary)}.financial-reports-table input[type=checkbox]:checked{background-color:var(--financial-primary);border-color:var(--financial-primary)}.financial-report-info-cell{display:flex;flex-direction:column;gap:.25rem}.financial-report-title{font-weight:600;color:var(--financial-gray-900)}.financial-report-description{font-size:.75rem;color:var(--financial-gray-500);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.financial-report-tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.25rem}.financial-report-tag{font-size:.7rem;color:var(--financial-primary);background:var(--financial-primary-light);padding:.125rem .375rem;border-radius:.25rem}.financial-type-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:500;border:1px solid}.financial-department-badge{display:inline-block;padding:.375rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:500;border:1px solid;white-space:nowrap}.financial-report-date{display:flex;flex-direction:column;gap:.125rem}.financial-date{font-weight:500;color:var(--financial-gray-900)}.financial-generated-by{font-size:.75rem;color:var(--financial-gray-500)}.financial-file-size{font-weight:500;color:var(--financial-gray-900)}.financial-download-count{display:flex;align-items:center;gap:.5rem}.financial-count{font-weight:700;color:var(--financial-gray-900)}.financial-download-icon{font-size:.875rem}.financial-report-period{font-weight:500;color:var(--financial-gray-900)}.financial-status-badge{display:inline-block;padding:.375rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:500;border:1px solid;text-align:center;min-width:80px}.financial-action-buttons{display:flex;gap:.5rem}.financial-btn-action{width:36px;height:36px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1rem;background:var(--financial-gray-100);color:var(--financial-gray-700)}.financial-btn-action:hover{transform:scale(1.1);box-shadow:0 2px 8px #00000026}.financial-btn-view:hover{background:var(--financial-info);color:#fff}.financial-btn-download:hover{background:var(--financial-success);color:#fff}.financial-btn-export:hover{background:var(--financial-primary);color:#fff}.financial-empty-state{text-align:center;padding:4rem 2rem;color:var(--financial-gray-500)}.financial-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.financial-empty-state h3{font-size:1.25rem;font-weight:600;color:var(--financial-gray-700);margin:0 0 .5rem}.financial-empty-state p{margin:0 0 1.5rem}.financial-pagination{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000000d;flex-wrap:wrap;gap:1rem}.financial-pagination-info{font-size:.875rem;color:var(--financial-gray-600)}.financial-pagination-controls{display:flex;gap:.5rem;flex-wrap:wrap}.financial-pagination-btn{padding:.5rem 1rem;border:1px solid var(--financial-gray-300);background:#fff;border-radius:.5rem;font-size:.875rem;color:var(--financial-gray-700);cursor:pointer;transition:all .2s ease}.financial-pagination-btn:hover:not(:disabled){background:var(--financial-gray-100);border-color:var(--financial-gray-400);transform:translateY(-1px)}.financial-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.financial-pagination-active{background:var(--financial-primary);color:#fff;border-color:var(--financial-primary)}.financial-pagination-active:hover{background:var(--financial-primary-dark);border-color:var(--financial-primary-dark)}.financial-page-size-selector{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--financial-gray-600)}.financial-page-select{padding:.375rem 2rem .375rem .75rem;border:1px solid var(--financial-gray-300);border-radius:.375rem;font-size:.875rem;background:var(--financial-gray-50);color:var(--financial-gray-700);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:.75rem}.financial-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease}.financial-modal-content{background:#fff;border-radius:1rem;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}.financial-modal-content.large{max-width:1000px}.financial-generate-modal{max-width:600px}.financial-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--financial-gray-200)}.financial-modal-title h2{font-size:1.5rem;font-weight:600;color:var(--financial-gray-900);margin:0 0 .5rem}.financial-modal-subtitle{display:flex;gap:1rem;font-size:.875rem;color:var(--financial-gray-500)}.financial-modal-type,.financial-modal-date{display:flex;align-items:center;gap:.375rem}.financial-modal-actions{display:flex;align-items:center;gap:.5rem}.financial-modal-close{width:36px;height:36px;border-radius:50%;border:none;background:var(--financial-gray-100);color:var(--financial-gray-700);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.financial-modal-close:hover{background:var(--financial-gray-200);transform:rotate(90deg)}.financial-modal-body{padding:1.5rem;overflow-y:auto;flex:1}.financial-report-details{display:flex;flex-direction:column;gap:2rem}.financial-report-header{padding-bottom:1.5rem;border-bottom:1px solid var(--financial-gray-200)}.financial-report-title-large{font-size:1.75rem;font-weight:600;color:var(--financial-gray-900);margin:0 0 1rem}.financial-report-meta{display:flex;flex-wrap:wrap;gap:.5rem}.financial-type-badge-large,.financial-status-badge-large,.financial-department-badge-large{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500;color:#fff}.financial-report-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:1.5rem;background:var(--financial-gray-50);border-radius:.75rem}.financial-info-item{display:flex;flex-direction:column;gap:.25rem}.financial-info-item strong{font-size:.875rem;color:var(--financial-gray-600);font-weight:500}.financial-positive{color:var(--financial-success);font-weight:600}.financial-negative{color:var(--financial-danger);font-weight:600}.financial-report-description-detailed{background:var(--financial-gray-50);border-radius:.75rem;padding:1.5rem}.financial-report-description-detailed h3{font-size:1.125rem;font-weight:600;color:var(--financial-gray-900);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.financial-highlights{background:var(--financial-gray-50);border-radius:.75rem;padding:1.5rem}.financial-highlights h3{font-size:1.125rem;font-weight:600;color:var(--financial-gray-900);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.financial-highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.financial-highlight-card{background:#fff;border-radius:.75rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 8px #0000000d;border-left:4px solid}.financial-highlight-revenue{border-left-color:var(--financial-success)}.financial-highlight-expenses{border-left-color:var(--financial-danger)}.financial-highlight-profit{border-left-color:var(--financial-primary)}.financial-highlight-assets{border-left-color:var(--financial-warning)}.financial-highlight-icon{font-size:1.5rem}.financial-highlight-content{flex:1}.financial-highlight-label{font-size:.875rem;color:var(--financial-gray-600);margin-bottom:.25rem}.financial-highlight-value{font-size:1.25rem;font-weight:700;color:var(--financial-gray-900)}.financial-key-metrics{background:var(--financial-gray-50);border-radius:.75rem;padding:1.5rem}.financial-key-metrics h3{font-size:1.125rem;font-weight:600;color:var(--financial-gray-900);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.financial-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.financial-metric-item{background:#fff;border-radius:.5rem;padding:1rem;border:1px solid var(--financial-gray-200)}.financial-metric-label{font-size:.875rem;color:var(--financial-gray-600);margin-bottom:.5rem}.financial-metric-value{font-size:1rem;font-weight:600;color:var(--financial-gray-900)}.financial-report-tags-detailed{background:var(--financial-gray-50);border-radius:.75rem;padding:1.5rem}.financial-report-tags-detailed h3{font-size:1.125rem;font-weight:600;color:var(--financial-gray-900);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.financial-tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.financial-report-tag-large{font-size:.875rem;color:var(--financial-primary);background:var(--financial-primary-light);padding:.375rem .75rem;border-radius:2rem;border:1px solid var(--financial-primary)}.financial-no-tags{color:var(--financial-gray-400);font-style:italic}.financial-modal-actions-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid var(--financial-gray-200);flex-wrap:wrap}.financial-generate-report-form{display:flex;flex-direction:column;gap:1.5rem}.financial-form-group{display:flex;flex-direction:column;gap:.5rem}.financial-form-group label{font-size:.875rem;font-weight:500;color:var(--financial-gray-700)}.financial-form-select{padding:.75rem;border:2px solid var(--financial-gray-200);border-radius:.5rem;font-size:.875rem;color:var(--financial-gray-700);background:#fff;transition:all .3s ease;width:100%}.financial-form-select:focus{outline:none;border-color:var(--financial-primary);box-shadow:0 0 0 3px #8e17731a}.financial-checkbox-group{display:flex;flex-direction:column;gap:.75rem}.financial-checkbox-option{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}.financial-checkbox-option input[type=checkbox]{width:18px;height:18px;accent-color:var(--financial-primary)}.financial-generation-info{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--financial-warning-light);border-radius:.5rem;border-left:4px solid var(--financial-warning)}.financial-info-icon{font-size:1.25rem}.financial-info-content{flex:1;font-size:.875rem;color:var(--financial-gray-700);line-height:1.4}.skeleton{background:linear-gradient(90deg,var(--financial-gray-200) 25%,var(--financial-gray-300) 50%,var(--financial-gray-200) 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:.25rem}.skeleton.financial-stat-card,.skeleton.financial-chart-card{min-height:120px}.financial-stat-icon.skeleton{width:56px;height:56px;border-radius:14px}.financial-stat-number.skeleton{height:28px;width:100px}.financial-stat-label.skeleton{height:16px;width:80px;margin-top:.5rem}.financial-chart-header.skeleton{height:60px;margin-bottom:1rem}.financial-chart-content.skeleton{height:200px}.financial-page-title.skeleton,.financial-page-subtitle.skeleton{height:32px;width:200px;margin-bottom:.5rem}.financial-page-subtitle.skeleton{height:20px;width:300px}.financial-btn.skeleton{height:40px;width:120px;border:none}@media (max-width: 1200px){.financial-charts-grid{grid-template-columns:1fr}}@media (max-width: 992px){.financial-main-content{padding:1rem}.financial-header-section{flex-direction:column;gap:1rem;align-items:stretch}.financial-header-actions{flex-wrap:wrap}.financial-stats-grid{grid-template-columns:repeat(2,1fr)}.financial-highlights-grid,.financial-metrics-grid,.financial-report-info-grid{grid-template-columns:1fr}}@media (max-width: 768px){.financial-stats-grid{grid-template-columns:1fr}.financial-filters{flex-direction:column}.financial-filter-group{min-width:100%}.financial-bulk-actions{flex-wrap:wrap}.financial-pagination{flex-direction:column;gap:1rem;align-items:stretch}.financial-pagination-controls{justify-content:center;flex-wrap:wrap}.financial-modal-header{flex-direction:column;gap:1rem}.financial-modal-actions{align-self:flex-end}.financial-modal-actions-footer{flex-direction:column}.financial-report-meta{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){.financial-reports-table{font-size:.75rem}.financial-reports-table th,.financial-reports-table td{padding:.75rem .5rem}.financial-action-buttons{flex-wrap:wrap;justify-content:center}.financial-btn-action{width:32px;height:32px}.financial-charts-grid{grid-template-columns:1fr}.financial-chart-card{padding:1rem}.financial-type-label{width:140px}.financial-type-count{min-width:40px}.financial-export-buttons{flex-direction:column;align-items:stretch}}.income-expense-main-content{padding:24px;background-color:#f8fafc;min-height:100vh}.income-expense-transactions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.income-expense-header-content{flex:1;min-width:300px}.income-expense-page-title{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 8px}.income-expense-page-subtitle{font-size:14px;color:#64748b;margin:0}.income-expense-header-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.income-expense-export-buttons{display:flex;gap:8px;flex-wrap:wrap}.income-expense-btn{padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;border:1px solid transparent;text-decoration:none}.income-expense-btn-icon{font-size:16px}.income-expense-btn-primary{background-color:#8e1773;color:#fff;border-color:#8e1773}.income-expense-btn-primary:hover{background-color:#71135c;border-color:#71135c;transform:translateY(-1px)}.income-expense-btn-secondary{background-color:#e2e8f0;color:#475569;border-color:#cbd5e1}.income-expense-btn-secondary:hover{background-color:#cbd5e1;border-color:#94a3b8}.income-expense-btn-outline{background-color:#fff;color:#475569;border-color:#cbd5e1}.income-expense-btn-outline:hover{background-color:#f8fafc;border-color:#94a3b8;transform:translateY(-1px)}.income-expense-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:32px}.income-expense-stat-card{background:#fff;border-radius:12px;padding:24px;display:flex;align-items:center;gap:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;transition:all .3s ease;cursor:pointer}.income-expense-stat-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a;border-color:#8e1773}.income-expense-stat-card.income-expense-active{border-color:#8e1773;background-color:#fdf2f8}.income-expense-stat-icon{font-size:32px;width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center}.income-expense-stat-icon.income-expense-total{background-color:#f0f9ff;color:#0ea5e9}.income-expense-stat-icon.income-expense-income{background-color:#f0fdf4;color:#10b981}.income-expense-stat-icon.income-expense-expense{background-color:#fef2f2;color:#ef4444}.income-expense-stat-icon.income-expense-pending{background-color:#fffbeb;color:#f59e0b}.income-expense-stat-content{flex:1}.income-expense-stat-number{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 4px;line-height:1.2}.income-expense-stat-label{font-size:14px;color:#64748b;margin:0}.income-expense-stat-trend{font-size:12px;font-weight:600;padding:4px 8px;border-radius:6px}.income-expense-stat-trend.income-expense-up{background-color:#d1fae5;color:#065f46}.income-expense-stat-trend.income-expense-down{background-color:#fee2e2;color:#991b1b}.income-expense-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:24px;margin-bottom:32px}.income-expense-chart-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.income-expense-chart-header{margin-bottom:20px}.income-expense-chart-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 4px}.income-expense-chart-subtitle{font-size:13px;color:#64748b}.income-expense-chart-content{margin-top:20px}.income-expense-cash-flow-chart{display:flex;align-items:flex-end;gap:16px;height:200px;padding:20px 0;position:relative}.income-expense-month-bar-group{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1}.income-expense-bar-stack{display:flex;flex-direction:column;justify-content:flex-end;height:100%;width:30px;gap:2px}.income-expense-flow-bar{width:100%;border-radius:4px 4px 0 0;transition:height .3s ease}.income-expense-flow-bar.income-expense-income{background-color:#10b981}.income-expense-flow-bar.income-expense-expense{background-color:#ef4444}.income-expense-month-label{font-size:12px;color:#64748b;text-align:center;writing-mode:vertical-rl;transform:rotate(180deg);height:20px}.income-expense-chart-legend{position:absolute;top:10px;right:10px;display:flex;gap:16px;background:#fff;padding:8px 12px;border-radius:6px;border:1px solid #e2e8f0}.income-expense-legend-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#475569}.income-expense-legend-color{width:12px;height:12px;border-radius:2px}.income-expense-legend-color.income-expense-income{background-color:#10b981}.income-expense-legend-color.income-expense-expense{background-color:#ef4444}.income-expense-category-chart{display:flex;flex-direction:column;gap:12px}.income-expense-category-bar{display:flex;align-items:center;gap:12px}.income-expense-category-label{display:flex;justify-content:space-between;align-items:center;width:200px;font-size:13px;color:#475569}.income-expense-category-text{font-weight:500;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.income-expense-category-amount{font-weight:600;color:#1e293b;margin-left:8px}.income-expense-category-track{flex:1;height:24px;background-color:#f1f5f9;border-radius:12px;overflow:hidden;position:relative}.income-expense-category-fill{height:100%;border-radius:12px;transition:width .5s ease}.income-expense-category-fill.income-expense-income{background-color:#10b981}.income-expense-category-fill.income-expense-expense{background-color:#ef4444}.income-expense-category-percentage{width:50px;text-align:right;font-size:13px;font-weight:600;color:#475569}.income-expense-controls-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px;background:#fff;padding:16px;border-radius:12px;border:1px solid #e2e8f0}.income-expense-search-box{position:relative;min-width:300px;flex:1}.income-expense-search-input{width:100%;padding:10px 16px 10px 40px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;transition:all .2s ease}.income-expense-search-input:focus{outline:none;border-color:#8e1773;box-shadow:0 0 0 3px #8e17731a}.income-expense-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.income-expense-filters{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.income-expense-filter-select{padding:10px 16px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;color:#475569;background-color:#fff;cursor:pointer;transition:all .2s ease;min-width:140px}.income-expense-filter-select:focus{outline:none;border-color:#8e1773;box-shadow:0 0 0 3px #8e17731a}.income-expense-bulk-actions{display:flex;align-items:center;gap:12px;padding:8px 16px;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.income-expense-bulk-select{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:13px;background-color:#fff;cursor:pointer}.income-expense-selected-count{font-size:13px;font-weight:600;color:#8e1773;background-color:#fdf2f8;padding:4px 8px;border-radius:4px}.income-expense-table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;margin-bottom:24px}.income-expense-transactions-table{width:100%;border-collapse:collapse}.income-expense-transactions-table thead{background-color:#f8fafc;border-bottom:2px solid #e2e8f0}.income-expense-transactions-table th{padding:16px;text-align:left;font-size:13px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.5px;-webkit-user-select:none;user-select:none}.income-expense-transactions-table th.income-expense-sortable{cursor:pointer;transition:color .2s ease}.income-expense-transactions-table th.income-expense-sortable:hover{color:#8e1773}.income-expense-transactions-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}.income-expense-transactions-table tbody tr:hover{background-color:#f8fafc}.income-expense-transactions-table tbody tr.income-expense-selected{background-color:#f0f9ff}.income-expense-transactions-table td{padding:16px;font-size:14px;color:#475569;vertical-align:middle}.income-expense-checkbox-cell{width:40px;padding-right:0!important}.income-expense-checkbox-cell input[type=checkbox]{width:18px;height:18px;cursor:pointer}.income-expense-transaction-date{min-width:100px;font-weight:500;color:#1e293b}.income-expense-transaction-info-cell{min-width:250px}.income-expense-transaction-description{font-weight:600;color:#1e293b;margin-bottom:4px}.income-expense-transaction-meta{font-size:13px;color:#64748b;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.income-expense-vendor{font-weight:500}.income-expense-project{color:#3b82f6}.income-expense-type-badge,.income-expense-category-badge,.income-expense-status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;text-align:center;text-transform:capitalize}.income-expense-type-badge.income-expense-large{padding:6px 16px;font-size:14px}.income-expense-transaction-amount{font-weight:700;font-size:15px;min-width:120px}.income-expense-transaction-amount.income{color:#10b981}.income-expense-transaction-amount.expense{color:#ef4444}.income-expense-payment-method{font-weight:500;color:#475569;min-width:100px}.income-expense-transaction-reference{font-family:Courier New,monospace;font-size:13px;color:#64748b;background-color:#f8fafc;padding:4px 8px;border-radius:4px;min-width:100px}.income-expense-status-select{padding:8px 12px;border-radius:6px;font-size:13px;border:2px solid;background-color:#fff;cursor:pointer;transition:all .2s ease;min-width:120px}.income-expense-status-select:focus{outline:none;box-shadow:0 0 0 3px #0000001a}.income-expense-action-buttons{display:flex;gap:8px}.income-expense-btn-action{width:36px;height:36px;border-radius:8px;border:1px solid #e2e8f0;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:16px}.income-expense-btn-action:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.income-expense-btn-action.income-expense-view:hover{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.income-expense-btn-action.income-expense-export:hover{background-color:#10b981;color:#fff;border-color:#10b981}.income-expense-btn-action.income-expense-receipt:hover{background-color:#f59e0b;color:#fff;border-color:#f59e0b}.income-expense-empty-state{padding:64px 24px;text-align:center}.income-expense-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.income-expense-empty-state h3{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 8px}.income-expense-empty-state p{color:#64748b;margin:0 0 16px}.income-expense-pagination{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.income-expense-pagination-btn{padding:8px 16px;border:1px solid #cbd5e1;background-color:#fff;border-radius:6px;font-size:14px;color:#475569;cursor:pointer;transition:all .2s ease}.income-expense-pagination-btn:hover:not(:disabled){background-color:#f8fafc;border-color:#94a3b8}.income-expense-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.income-expense-pagination-btn.income-expense-active{background-color:#8e1773;color:#fff;border-color:#8e1773}.income-expense-page-size-selector{display:flex;align-items:center;gap:12px}.income-expense-page-size-selector select{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;background-color:#fff;cursor:pointer}.income-expense-pagination-info{font-size:13px;color:#64748b}.income-expense-alert{padding:16px;border-radius:8px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;animation:slideIn .3s ease}.income-expense-alert-error{background-color:#fee2e2;border:1px solid #fecaca;color:#991b1b}.income-expense-alert-success{background-color:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.income-expense-alert-close{background:none;border:none;font-size:20px;color:inherit;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.income-expense-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease}.income-expense-modal-content{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;animation:modalSlideIn .3s ease}.income-expense-modal-content.income-expense-large{max-width:1000px}.income-expense-modal-header{padding:24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.income-expense-modal-header h2{margin:0;font-size:20px;font-weight:700;color:#1e293b}.income-expense-modal-actions-top{display:flex;gap:12px;align-items:center}.income-expense-close-btn{background:none;border:none;font-size:24px;color:#64748b;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.income-expense-close-btn:hover{background-color:#f1f5f9;color:#1e293b}.income-expense-modal-body{padding:24px;overflow-y:auto;flex:1}.income-expense-modal-actions{padding:24px;border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end}.income-expense-transaction-details{display:flex;flex-direction:column;gap:24px}.income-expense-transaction-header{padding-bottom:24px;border-bottom:1px solid #e2e8f0}.income-expense-transaction-title{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:16px}.income-expense-transaction-meta-large{display:flex;gap:12px;flex-wrap:wrap}.income-expense-transaction-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.income-expense-info-section{padding:20px;background-color:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.income-expense-info-section h3{margin:0 0 16px;font-size:16px;font-weight:600;color:#1e293b}.income-expense-info-grid{display:flex;flex-direction:column;gap:12px}.income-expense-info-item{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.income-expense-info-item:last-child{border-bottom:none;padding-bottom:0}.income-expense-info-item strong{font-size:13px;color:#64748b;min-width:120px}.income-expense-info-item span{font-size:14px;color:#1e293b;font-weight:500;text-align:right;flex:1}.income-expense-financial-breakdown{display:flex;flex-direction:column;gap:12px}.income-expense-amount-row{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.income-expense-amount-row.income-expense-total{background-color:#fdf2f8;border-color:#fbcfe8;font-weight:700}.income-expense-label{font-size:14px;color:#475569}.income-expense-value{font-size:16px;font-weight:600;color:#1e293b}.income-expense-notes-section{padding:20px;background-color:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.income-expense-notes-section h3{margin:0 0 16px;font-size:16px;font-weight:600;color:#1e293b}.income-expense-notes-content{padding:16px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;font-size:14px;line-height:1.6;color:#475569;white-space:pre-wrap}.income-expense-attachments-section{padding:20px;background-color:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.income-expense-attachments-section h3{margin:0 0 16px;font-size:16px;font-weight:600;color:#1e293b}.income-expense-attachments-list{display:flex;flex-direction:column;gap:8px}.income-expense-attachment-btn{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;color:#475569;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.income-expense-attachment-btn:hover{background-color:#f8fafc;border-color:#cbd5e1;transform:translate(4px)}.income-expense-attachment-icon{font-size:16px;color:#64748b}.income-expense-no-attachments{padding:20px;text-align:center;color:#64748b;font-style:italic;background:#fff;border-radius:8px;border:1px dashed #e2e8f0}.income-expense-transaction-form{display:flex;flex-direction:column;gap:20px}.income-expense-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.income-expense-form-group{display:flex;flex-direction:column;gap:8px}.income-expense-form-group label{font-size:14px;font-weight:500;color:#475569}.income-expense-form-group label[required]:after{content:" *";color:#ef4444}.income-expense-form-input,.income-expense-form-select,.income-expense-form-textarea{padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;color:#475569;background-color:#fff;transition:all .2s ease}.income-expense-form-input:focus,.income-expense-form-select:focus,.income-expense-form-textarea:focus{outline:none;border-color:#8e1773;box-shadow:0 0 0 3px #8e17731a}.income-expense-form-textarea{resize:vertical;min-height:80px;font-family:inherit}.income-expense-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.income-expense-skeleton-text{height:16px;border-radius:4px;margin:4px 0}.income-expense-skeleton-subtitle{width:60%}.income-expense-skeleton-bar{height:24px;border-radius:12px;margin:8px 0}@media (max-width: 1200px){.income-expense-charts-grid{grid-template-columns:1fr}}@media (max-width: 768px){.income-expense-main-content{padding:16px}.income-expense-transactions-header,.income-expense-header-actions{flex-direction:column;align-items:stretch}.income-expense-export-buttons{order:2}.income-expense-btn{width:100%;justify-content:center}.income-expense-controls-bar{flex-direction:column;align-items:stretch}.income-expense-search-box{min-width:100%}.income-expense-filters{width:100%}.income-expense-filter-select{flex:1;min-width:0}.income-expense-modal-content,.income-expense-modal-content.income-expense-large{max-height:95vh}.income-expense-pagination{flex-direction:column;gap:12px;align-items:stretch}.income-expense-page-size-selector{justify-content:center}}@media (max-width: 480px){.income-expense-stats-grid,.income-expense-charts-grid,.income-expense-transaction-info-grid,.income-expense-form-row{grid-template-columns:1fr}.income-expense-transactions-table{display:block;overflow-x:auto}.income-expense-action-buttons{flex-wrap:wrap}.income-expense-category-label{width:150px}.income-expense-cash-flow-chart{flex-wrap:wrap;height:auto}.income-expense-month-bar-group{flex:0 0 calc(100% / 6 - 10px)}}@media print{.income-expense-main-content{padding:0}.income-expense-header-actions,.income-expense-controls-bar,.income-expense-action-buttons,.income-expense-pagination,.income-expense-alert{display:none!important}.income-expense-stats-grid,.income-expense-charts-grid,.income-expense-table-container{break-inside:avoid}.income-expense-transactions-table{border-collapse:collapse;width:100%}.income-expense-transactions-table th,.income-expense-transactions-table td{border:1px solid #ddd;padding:8px}.income-expense-transactions-table tr:nth-child(2n){background-color:#f8f8f8}}:root{--invoicing-primary: #8e1773;--invoicing-primary-light: rgba(142, 23, 115, .1);--invoicing-primary-dark: #6c1256;--invoicing-secondary: #6c757d;--invoicing-success: #10b981;--invoicing-warning: #f59e0b;--invoicing-danger: #ef4444;--invoicing-info: #3b82f6;--invoicing-gray-50: #f9fafb;--invoicing-gray-100: #f3f4f6;--invoicing-gray-200: #e5e7eb;--invoicing-gray-300: #d1d5db;--invoicing-gray-400: #9ca3af;--invoicing-gray-500: #6b7280;--invoicing-gray-600: #4b5563;--invoicing-gray-700: #374151;--invoicing-gray-800: #1f2937;--invoicing-gray-900: #111827}.invoicing-main-content{padding:2rem;background:var(--invoicing-gray-50);min-height:100vh}.invoicing-alert{padding:1rem 1.5rem;border-radius:.75rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;animation:slideIn .3s ease-out;box-shadow:0 2px 8px #0000001a}.invoicing-alert-error{background:linear-gradient(135deg,#fee,#fff);border:1px solid var(--invoicing-danger);color:var(--invoicing-danger)}.invoicing-alert-success{background:linear-gradient(135deg,#f0fff4,#fff);border:1px solid var(--invoicing-success);color:var(--invoicing-success)}.invoicing-alert-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:inherit;padding:0;margin-left:1rem}.invoicing-header-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid var(--invoicing-gray-200)}.invoicing-header-content{flex:1}.invoicing-page-title{font-size:2rem;font-weight:700;color:var(--invoicing-gray-900);margin:0 0 .5rem;background:linear-gradient(135deg,var(--invoicing-primary),#b91c9b);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.invoicing-page-subtitle{font-size:1rem;color:var(--invoicing-gray-600);margin:0}.invoicing-header-actions{display:flex;gap:1rem;align-items:center}.invoicing-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem}.invoicing-stat-card{background:#fff;border-radius:1rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 12px #0000000d;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.invoicing-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:var(--invoicing-primary-light)}.invoicing-stat-active{border-color:var(--invoicing-primary);background:linear-gradient(135deg,#8e17730d,#fff)}.invoicing-stat-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.invoicing-stat-total{background:linear-gradient(135deg,var(--invoicing-primary),#b91c9b);color:#fff}.invoicing-stat-paid{background:linear-gradient(135deg,var(--invoicing-success),#34d399);color:#fff}.invoicing-stat-overdue{background:linear-gradient(135deg,var(--invoicing-danger),#f87171);color:#fff}.invoicing-stat-outstanding{background:linear-gradient(135deg,var(--invoicing-info),#60a5fa);color:#fff}.invoicing-stat-content{flex:1}.invoicing-stat-number{font-size:1.75rem;font-weight:700;color:var(--invoicing-gray-900);margin:0 0 .25rem;line-height:1}.invoicing-stat-label{font-size:.875rem;color:var(--invoicing-gray-600);margin:0 0 .5rem}.invoicing-stat-trend{font-size:.75rem;padding-top:.5rem;border-top:1px solid var(--invoicing-gray-200)}.invoicing-trend-up{color:var(--invoicing-success)}.invoicing-trend-down{color:var(--invoicing-danger)}.invoicing-trend-neutral{color:var(--invoicing-gray-500)}.invoicing-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2.5rem}.invoicing-chart-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px #0000000d}.invoicing-chart-header{margin-bottom:1.5rem}.invoicing-chart-header h3{font-size:1.25rem;font-weight:600;color:var(--invoicing-gray-900);margin:0 0 .5rem}.invoicing-chart-subtitle{font-size:.875rem;color:var(--invoicing-gray-500)}.invoicing-status-chart,.invoicing-client-chart{display:flex;flex-direction:column;gap:1rem}.invoicing-chart-bar,.invoicing-client-bar{display:flex;align-items:center;gap:1rem}.invoicing-bar-label,.invoicing-client-label{display:flex;align-items:center;justify-content:space-between;width:180px;flex-shrink:0}.invoicing-label-text,.invoicing-client-text{flex:1;font-size:.875rem;color:var(--invoicing-gray-700)}.invoicing-label-count,.invoicing-client-amount{font-weight:600;color:var(--invoicing-gray-900);font-size:.875rem;min-width:60px;text-align:right}.invoicing-bar-track,.invoicing-client-track{flex:1;height:8px;background:var(--invoicing-gray-200);border-radius:4px;overflow:hidden}.invoicing-bar-fill,.invoicing-client-fill{height:100%;border-radius:4px;transition:width .6s ease}.invoicing-bar-percentage,.invoicing-client-percentage{width:50px;text-align:right;font-size:.875rem;font-weight:600;color:var(--invoicing-gray-700);flex-shrink:0}.invoicing-controls-bar{background:#fff;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;gap:1.5rem}.invoicing-search-box{position:relative;flex:1}.invoicing-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--invoicing-gray-400);font-size:1rem}.invoicing-search-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid var(--invoicing-gray-200);border-radius:.75rem;font-size:1rem;transition:all .3s ease;background:var(--invoicing-gray-50)}.invoicing-search-input:focus{outline:none;border-color:var(--invoicing-primary);background:#fff;box-shadow:0 0 0 3px #8e17731a}.invoicing-search-clear{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--invoicing-gray-400);cursor:pointer;font-size:1rem;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%}.invoicing-search-clear:hover{background:var(--invoicing-gray-200);color:var(--invoicing-gray-700)}.invoicing-filters{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.invoicing-filter-group{flex:1;min-width:180px}.invoicing-filter-select{width:100%;padding:.875rem 1rem;border:2px solid var(--invoicing-gray-200);border-radius:.75rem;font-size:.875rem;background:var(--invoicing-gray-50);color:var(--invoicing-gray-700);cursor:pointer;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem}.invoicing-filter-select:focus{outline:none;border-color:var(--invoicing-primary);background-color:#fff;box-shadow:0 0 0 3px #8e17731a}.invoicing-bulk-actions{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--invoicing-primary-light);border-radius:.75rem;margin-top:.5rem;border:1px solid rgba(142,23,115,.2);width:100%}.invoicing-selected-count{font-weight:600;color:var(--invoicing-primary);font-size:.875rem;padding:.25rem .75rem;background:#fff;border-radius:2rem;border:1px solid var(--invoicing-primary);white-space:nowrap}.invoicing-bulk-select{padding:.5rem 2rem .5rem 1rem;border:1px solid var(--invoicing-gray-300);border-radius:.5rem;font-size:.875rem;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:.75rem}.invoicing-btn{padding:.75rem 1.5rem;border-radius:.75rem;font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.invoicing-btn-primary{background:linear-gradient(135deg,var(--invoicing-primary),#b91c9b);color:#fff;border:none}.invoicing-btn-primary:hover{background:linear-gradient(135deg,var(--invoicing-primary-dark),var(--invoicing-primary));transform:translateY(-2px);box-shadow:0 4px 12px #8e17734d}.invoicing-btn-secondary{background:#fff;color:var(--invoicing-gray-700);border:2px solid var(--invoicing-gray-300)}.invoicing-btn-secondary:hover{background:var(--invoicing-gray-100);border-color:var(--invoicing-gray-400);transform:translateY(-2px)}.invoicing-btn-outline{background:transparent;color:var(--invoicing-primary);border:2px solid var(--invoicing-primary)}.invoicing-btn-outline:hover{background:var(--invoicing-primary-light);transform:translateY(-2px)}.invoicing-btn-small{padding:.5rem 1rem;font-size:.75rem}.invoicing-btn-icon{font-size:1rem}.invoicing-export-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.invoicing-table-container{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem}.invoices-management-table{width:100%;border-collapse:separate;border-spacing:0}.invoices-management-table thead{background:linear-gradient(135deg,var(--invoicing-primary),#b91c9b)}.invoices-management-table th{padding:1rem;text-align:left;font-weight:600;color:#fff;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.invoicing-checkbox-cell{width:50px;padding-left:1.5rem!important}.invoices-management-table th.invoicing-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s ease}.invoices-management-table th.invoicing-sortable:hover{background:#ffffff1a}.invoices-management-table tbody tr{border-bottom:1px solid var(--invoicing-gray-100);transition:all .2s ease}.invoices-management-table tbody tr:hover{background:var(--invoicing-gray-50)}.invoicing-row-selected{background:var(--invoicing-primary-light)!important}.invoices-management-table td{padding:1rem;font-size:.875rem;color:var(--invoicing-gray-700);vertical-align:middle}.invoices-management-table input[type=checkbox]{width:18px;height:18px;border:2px solid var(--invoicing-gray-300);border-radius:4px;cursor:pointer;accent-color:var(--invoicing-primary)}.invoices-management-table input[type=checkbox]:checked{background-color:var(--invoicing-primary);border-color:var(--invoicing-primary)}.invoicing-number-cell{display:flex;flex-direction:column;gap:.25rem}.invoicing-number{font-weight:600;color:var(--invoicing-gray-900)}.invoicing-terms{font-size:.75rem;color:var(--invoicing-gray-500)}.invoicing-client-info-cell{display:flex;flex-direction:column;gap:.25rem}.invoicing-client-name{font-weight:500;color:var(--invoicing-gray-900)}.invoicing-client-email{font-size:.75rem;color:var(--invoicing-gray-500)}.invoicing-project-name,.invoicing-date{font-weight:500;color:var(--invoicing-gray-900);font-size:.875rem}.invoicing-due-date{display:flex;flex-direction:column;gap:.25rem}.invoicing-due-date.invoicing-overdue{color:var(--invoicing-danger);font-weight:600}.invoicing-due-date.invoicing-due-today{color:var(--invoicing-warning);font-weight:600}.invoicing-due-date.invoicing-due-soon{color:var(--invoicing-warning)}.invoicing-due-date.invoicing-pending{color:var(--invoicing-gray-600)}.invoicing-overdue-days,.invoicing-due-soon-days{font-size:.75rem;opacity:.8}.invoicing-amount{display:flex;flex-direction:column;gap:.25rem}.invoicing-amount-total{font-weight:700;color:var(--invoicing-gray-900);font-size:.875rem}.invoicing-amount-discount{font-size:.75rem;color:var(--invoicing-success)}.invoicing-due-status{display:inline-block;padding:.375rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:500;text-align:center}.invoicing-due-status.invoicing-overdue{background:#ef44441a;color:var(--invoicing-danger);border:1px solid var(--invoicing-danger)}.invoicing-due-status.invoicing-due-today,.invoicing-due-status.invoicing-due-soon{background:#f59e0b1a;color:var(--invoicing-warning);border:1px solid var(--invoicing-warning)}.invoicing-due-status.invoicing-pending{background:#3b82f61a;color:var(--invoicing-info);border:1px solid var(--invoicing-info)}.invoicing-status-badge{display:inline-block;padding:.375rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:500;border:1px solid;text-align:center;min-width:80px}.invoicing-action-buttons{display:flex;gap:.5rem}.invoicing-btn-action{width:36px;height:36px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1rem;background:var(--invoicing-gray-100);color:var(--invoicing-gray-700)}.invoicing-btn-action:hover{transform:scale(1.1);box-shadow:0 2px 8px #00000026}.invoicing-btn-view:hover{background:var(--invoicing-info);color:#fff}.invoicing-btn-export:hover{background:var(--invoicing-warning);color:#fff}.invoicing-btn-send:hover{background:var(--invoicing-primary);color:#fff}.invoicing-btn-paid:hover{background:var(--invoicing-success);color:#fff}.invoicing-empty-state{text-align:center;padding:4rem 2rem;color:var(--invoicing-gray-500)}.invoicing-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.invoicing-empty-state h3{font-size:1.25rem;font-weight:600;color:var(--invoicing-gray-700);margin:0 0 .5rem}.invoicing-empty-state p{margin:0 0 1.5rem}.invoicing-pagination{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000000d;flex-wrap:wrap;gap:1rem}.invoicing-pagination-info{font-size:.875rem;color:var(--invoicing-gray-600)}.invoicing-pagination-controls{display:flex;gap:.5rem;flex-wrap:wrap}.invoicing-pagination-btn{padding:.5rem 1rem;border:1px solid var(--invoicing-gray-300);background:#fff;border-radius:.5rem;font-size:.875rem;color:var(--invoicing-gray-700);cursor:pointer;transition:all .2s ease}.invoicing-pagination-btn:hover:not(:disabled){background:var(--invoicing-gray-100);border-color:var(--invoicing-gray-400);transform:translateY(-1px)}.invoicing-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.invoicing-pagination-active{background:var(--invoicing-primary);color:#fff;border-color:var(--invoicing-primary)}.invoicing-pagination-active:hover{background:var(--invoicing-primary-dark);border-color:var(--invoicing-primary-dark)}.invoicing-page-size-selector{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--invoicing-gray-600)}.invoicing-page-select{padding:.375rem 2rem .375rem .75rem;border:1px solid var(--invoicing-gray-300);border-radius:.375rem;font-size:.875rem;background:var(--invoicing-gray-50);color:var(--invoicing-gray-700);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:.75rem}.invoicing-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease}.invoicing-modal-content{background:#fff;border-radius:1rem;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}.invoicing-modal-content.x-large{max-width:1000px}.invoicing-create-modal{max-width:900px}.invoicing-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--invoicing-gray-200)}.invoicing-modal-title h2{font-size:1.5rem;font-weight:600;color:var(--invoicing-gray-900);margin:0 0 .5rem}.invoicing-modal-subtitle{display:flex;gap:1rem;font-size:.875rem;color:var(--invoicing-gray-500)}.invoicing-modal-number,.invoicing-modal-date{display:flex;align-items:center;gap:.375rem}.invoicing-modal-actions{display:flex;align-items:center;gap:.5rem}.invoicing-modal-close{width:36px;height:36px;border-radius:50%;border:none;background:var(--invoicing-gray-100);color:var(--invoicing-gray-700);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.invoicing-modal-close:hover{background:var(--invoicing-gray-200);transform:rotate(90deg)}.invoicing-modal-body{padding:1.5rem;overflow-y:auto;flex:1}.invoicing-details{display:flex;flex-direction:column;gap:2rem}.invoicing-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:1.5rem;border-bottom:1px solid var(--invoicing-gray-200)}.invoicing-company-info{flex:1}.invoicing-company-info h2{font-size:1.5rem;font-weight:600;color:var(--invoicing-gray-900);margin:0 0 .5rem}.invoicing-company-info p{margin:.25rem 0;color:var(--invoicing-gray-600);font-size:.875rem}.invoicing-meta{text-align:right}.invoicing-title{font-size:2rem;font-weight:700;color:var(--invoicing-primary);margin-bottom:.5rem}.invoicing-number-large{font-size:1.25rem;font-weight:600;color:var(--invoicing-gray-900);margin-bottom:1rem}.invoicing-dates{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.invoicing-date-row{display:flex;justify-content:space-between;gap:1rem;font-size:.875rem}.invoicing-date-row strong{color:var(--invoicing-gray-700)}.invoicing-status-section{margin-top:1rem}.invoicing-status-badge-large{display:inline-block;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em}.invoicing-client-section{background:var(--invoicing-gray-50);border-radius:.75rem;padding:1.5rem}.invoicing-client-section h3{font-size:1.125rem;font-weight:600;color:var(--invoicing-gray-900);margin:0 0 1rem}.invoicing-client-info{font-size:.875rem;color:var(--invoicing-gray-700)}.invoicing-client-info strong{display:block;margin-bottom:.5rem;font-size:1rem}.invoicing-items-section h3{font-size:1.125rem;font-weight:600;color:var(--invoicing-gray-900);margin:0 0 1rem}.invoicing-items-table{width:100%;border-collapse:collapse;background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 2px 8px #0000000d}.invoicing-items-table thead{background:var(--invoicing-gray-100)}.invoicing-items-table th{padding:1rem;text-align:left;font-weight:600;color:var(--invoicing-gray-700);font-size:.875rem;border-bottom:1px solid var(--invoicing-gray-200)}.invoicing-items-table td{padding:1rem;font-size:.875rem;color:var(--invoicing-gray-700);border-bottom:1px solid var(--invoicing-gray-200)}.invoicing-item-description{font-weight:500;color:var(--invoicing-gray-900)}.invoicing-item-quantity,.invoicing-item-rate,.invoicing-item-amount{text-align:right}.invoicing-totals-section{background:var(--invoicing-gray-50);border-radius:.75rem;padding:1.5rem;margin-left:auto;max-width:400px}.invoicing-totals-grid{display:flex;flex-direction:column;gap:.75rem}.invoicing-total-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--invoicing-gray-700)}.invoicing-discount{color:var(--invoicing-success)}.invoicing-grand-total{font-size:1.125rem;font-weight:700;color:var(--invoicing-gray-900);padding-top:.75rem;border-top:2px solid var(--invoicing-gray-300)}.invoicing-payment-section,.invoicing-notes-section,.invoicing-timeline-section{background:var(--invoicing-gray-50);border-radius:.75rem;padding:1.5rem}.invoicing-payment-section h3,.invoicing-notes-section h3,.invoicing-timeline-section h3{font-size:1.125rem;font-weight:600;color:var(--invoicing-gray-900);margin:0 0 1rem}.invoicing-payment-details{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:var(--invoicing-gray-700)}.invoicing-payment-row{display:flex;gap:1rem}.invoicing-payment-row strong{min-width:120px;color:var(--invoicing-gray-900)}.invoicing-notes-content{font-size:.875rem;color:var(--invoicing-gray-700);line-height:1.6;white-space:pre-wrap}.invoicing-timeline{display:flex;flex-direction:column;gap:1rem}.invoicing-timeline-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem;background:#fff;border-radius:.5rem;border-left:3px solid var(--invoicing-primary)}.invoicing-timeline-date{font-size:.75rem;font-weight:600;color:var(--invoicing-gray-700);min-width:100px}.invoicing-timeline-event{font-size:.875rem;color:var(--invoicing-gray-700);flex:1}.invoicing-modal-actions-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid var(--invoicing-gray-200);flex-wrap:wrap}.invoicing-form{display:flex;flex-direction:column;gap:2rem}.invoicing-form-section{display:flex;flex-direction:column;gap:1.5rem}.invoicing-form-section h3{font-size:1.125rem;font-weight:600;color:var(--invoicing-gray-900);margin:0;padding-bottom:.5rem;border-bottom:2px solid var(--invoicing-gray-200)}.invoicing-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.invoicing-form-group{display:flex;flex-direction:column;gap:.5rem}.invoicing-form-group label{font-size:.875rem;font-weight:500;color:var(--invoicing-gray-700)}.invoicing-form-input,.invoicing-form-select,.invoicing-form-textarea{padding:.75rem;border:2px solid var(--invoicing-gray-200);border-radius:.5rem;font-size:.875rem;color:var(--invoicing-gray-700);background:#fff;transition:all .3s ease;width:100%}.invoicing-form-input:focus,.invoicing-form-select:focus,.invoicing-form-textarea:focus{outline:none;border-color:var(--invoicing-primary);box-shadow:0 0 0 3px #8e17731a}.invoicing-form-textarea{resize:vertical;min-height:100px;font-family:inherit}.invoicing-items-form{background:#fff;border-radius:.5rem;border:1px solid var(--invoicing-gray-200);overflow:hidden}.invoicing-items-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 50px;gap:1rem;padding:1rem;background:var(--invoicing-gray-100);font-size:.75rem;font-weight:600;color:var(--invoicing-gray-700);text-transform:uppercase;letter-spacing:.05em}.invoicing-item-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 50px;gap:1rem;padding:1rem;align-items:center;border-bottom:1px solid var(--invoicing-gray-200)}.invoicing-item-row:last-child{border-bottom:none}.invoicing-item-description-input,.invoicing-item-quantity-input,.invoicing-item-rate-input{width:100%}.invoicing-item-amount-display{font-weight:600;color:var(--invoicing-gray-900);font-size:.875rem;text-align:center}.invoicing-item-actions{display:flex;justify-content:center}.invoicing-btn-remove{width:28px;height:28px;border-radius:50%;border:1px solid var(--invoicing-gray-300);background:#fff;color:var(--invoicing-gray-600);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:all .2s ease}.invoicing-btn-remove:hover{background:var(--invoicing-danger);color:#fff;border-color:var(--invoicing-danger)}.invoicing-btn-add-item{width:100%;padding:1rem;background:transparent;border:2px dashed var(--invoicing-gray-300);border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--invoicing-gray-600);cursor:pointer;transition:all .2s ease;margin-top:1rem}.invoicing-btn-add-item:hover{border-color:var(--invoicing-primary);color:var(--invoicing-primary);background:var(--invoicing-primary-light)}.invoicing-totals-preview{background:var(--invoicing-gray-50);border-radius:.5rem;padding:1.5rem;max-width:400px;margin-left:auto}.invoicing-preview-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--invoicing-gray-700);margin-bottom:.75rem}.invoicing-grand-total-preview{font-size:1.125rem;font-weight:700;color:var(--invoicing-gray-900);padding-top:.75rem;border-top:2px solid var(--invoicing-gray-300);margin-top:.75rem;margin-bottom:0}.skeleton{background:linear-gradient(90deg,var(--invoicing-gray-200) 25%,var(--invoicing-gray-300) 50%,var(--invoicing-gray-200) 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:.25rem}.skeleton.invoicing-stat-card,.skeleton.invoicing-chart-card{min-height:120px}.invoicing-stat-icon.skeleton{width:56px;height:56px;border-radius:14px}.invoicing-stat-number.skeleton{height:28px;width:100px}.invoicing-stat-label.skeleton{height:16px;width:80px;margin-top:.5rem}.invoicing-chart-header.skeleton{height:60px;margin-bottom:1rem}.invoicing-chart-content.skeleton{height:200px}.skeleton-text{height:1rem;margin:.25rem 0}.skeleton-subtitle{width:200px}.skeleton-bar{height:1rem;margin:.5rem 0}.invoicing-page-title.skeleton,.invoicing-page-subtitle.skeleton{height:32px;width:200px;margin-bottom:.5rem}.invoicing-page-subtitle.skeleton{height:20px;width:300px}.invoicing-btn.skeleton{height:40px;width:120px;border:none}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media (max-width: 1200px){.invoicing-charts-grid{grid-template-columns:1fr}}@media (max-width: 992px){.invoicing-main-content{padding:1rem}.invoicing-header-section{flex-direction:column;gap:1rem;align-items:stretch}.invoicing-header-actions{flex-wrap:wrap}.invoicing-stats-grid{grid-template-columns:repeat(2,1fr)}.invoicing-form-row{grid-template-columns:1fr}.invoicing-items-header,.invoicing-item-row{grid-template-columns:1fr;gap:.5rem}.invoicing-items-header .invoicing-header-actions,.invoicing-item-row .invoicing-item-actions{grid-column:1 / -1;text-align:center}}@media (max-width: 768px){.invoicing-stats-grid{grid-template-columns:1fr}.invoicing-filters{flex-direction:column}.invoicing-filter-group{min-width:100%}.invoicing-bulk-actions{flex-wrap:wrap}.invoicing-pagination{flex-direction:column;gap:1rem;align-items:stretch}.invoicing-pagination-controls{justify-content:center;flex-wrap:wrap}.invoicing-modal-header{flex-direction:column;gap:1rem}.invoicing-modal-actions{align-self:flex-end}.invoicing-modal-actions-footer{flex-direction:column}.invoicing-header{flex-direction:column;gap:1rem;text-align:center}.invoicing-meta{text-align:center}.invoicing-totals-section{max-width:100%}}@media (max-width: 480px){.invoices-management-table{font-size:.75rem}.invoices-management-table th,.invoices-management-table td{padding:.75rem .5rem}.invoicing-action-buttons{flex-wrap:wrap;justify-content:center}.invoicing-btn-action{width:32px;height:32px}.invoicing-charts-grid{grid-template-columns:1fr}.invoicing-chart-card{padding:1rem}.invoicing-bar-label,.invoicing-client-label{width:140px}.invoicing-label-count,.invoicing-client-amount{min-width:40px}.invoicing-export-buttons{flex-direction:column;align-items:stretch}}.debtors-main-content{padding:24px;background-color:#f8fafc;min-height:100vh}.debtors-records-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.debtors-header-content{flex:1;min-width:300px}.debtors-page-title{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 8px}.debtors-page-subtitle{font-size:14px;color:#64748b;margin:0}.debtors-header-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.debtors-export-buttons{display:flex;gap:8px;flex-wrap:wrap}.debtors-btn{padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease;border:1px solid transparent;text-decoration:none}.debtors-btn-icon{font-size:16px}.debtors-btn-primary{background-color:#8e1773;color:#fff;border-color:#8e1773}.debtors-btn-primary:hover{background-color:#71135c;border-color:#71135c;transform:translateY(-1px)}.debtors-btn-secondary{background-color:#e2e8f0;color:#475569;border-color:#cbd5e1}.debtors-btn-secondary:hover{background-color:#cbd5e1;border-color:#94a3b8}.debtors-btn-outline{background-color:#fff;color:#475569;border-color:#cbd5e1}.debtors-btn-outline:hover{background-color:#f8fafc;border-color:#94a3b8;transform:translateY(-1px)}.debtors-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:32px}.debtors-stat-card{background:#fff;border-radius:12px;padding:24px;display:flex;align-items:center;gap:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;transition:all .3s ease;cursor:pointer}.debtors-stat-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a;border-color:#8e1773}.debtors-stat-card.debtors-active{border-color:#8e1773;background-color:#fdf2f8}.debtors-stat-icon{font-size:32px;width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center}.debtors-stat-icon.debtors-net{background-color:#f0f9ff;color:#0ea5e9}.debtors-stat-icon.debtors-debtors{background-color:#f0fdf4;color:#10b981}.debtors-stat-icon.debtors-creditors{background-color:#fef2f2;color:#ef4444}.debtors-stat-icon.debtors-overdue{background-color:#fffbeb;color:#f59e0b}.debtors-stat-content{flex:1}.debtors-stat-number{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 4px;line-height:1.2}.debtors-stat-label{font-size:14px;color:#64748b;margin:0}.debtors-stat-trend{font-size:12px;font-weight:600;padding:4px 8px;border-radius:6px}.debtors-stat-trend.debtors-up{background-color:#d1fae5;color:#065f46}.debtors-stat-trend.debtors-down{background-color:#fee2e2;color:#991b1b}.debtors-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:24px;margin-bottom:32px}.debtors-chart-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.debtors-chart-header{margin-bottom:20px}.debtors-chart-header h3{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 4px}.debtors-chart-subtitle{font-size:13px;color:#64748b}.debtors-chart-content{margin-top:20px}.debtors-aging-chart{display:flex;flex-direction:column;gap:12px}.debtors-aging-bar{display:flex;align-items:center;gap:12px}.debtors-aging-label{display:flex;justify-content:space-between;align-items:center;width:120px;font-size:13px;color:#475569}.debtors-aging-text{font-weight:500}.debtors-aging-amount{font-weight:600;color:#1e293b}.debtors-aging-track{flex:1;height:24px;background-color:#f1f5f9;border-radius:12px;overflow:hidden;position:relative}.debtors-aging-fill{height:100%;border-radius:12px;transition:width .5s ease}.debtors-aging-percentage{width:50px;text-align:right;font-size:13px;font-weight:600;color:#475569}.debtors-controls-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px;background:#fff;padding:16px;border-radius:12px;border:1px solid #e2e8f0}.debtors-search-box{position:relative;min-width:300px;flex:1}.debtors-search-input{width:100%;padding:10px 16px 10px 40px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;transition:all .2s ease}.debtors-search-input:focus{outline:none;border-color:#8e1773;box-shadow:0 0 0 3px #8e17731a}.debtors-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.debtors-filters{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.debtors-filter-select{padding:10px 16px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;color:#475569;background-color:#fff;cursor:pointer;transition:all .2s ease;min-width:140px}.debtors-filter-select:focus{outline:none;border-color:#8e1773;box-shadow:0 0 0 3px #8e17731a}.debtors-bulk-actions{display:flex;align-items:center;gap:12px;padding:8px 16px;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.debtors-bulk-select{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:13px;background-color:#fff;cursor:pointer}.debtors-selected-count{font-size:13px;font-weight:600;color:#8e1773;background-color:#fdf2f8;padding:4px 8px;border-radius:4px}.debtors-table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;margin-bottom:24px}.debtors-records-table{width:100%;border-collapse:collapse}.debtors-records-table thead{background-color:#f8fafc;border-bottom:2px solid #e2e8f0}.debtors-records-table th{padding:16px;text-align:left;font-size:13px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.5px;-webkit-user-select:none;user-select:none}.debtors-records-table th.debtors-sortable{cursor:pointer;transition:color .2s ease}.debtors-records-table th.debtors-sortable:hover{color:#8e1773}.debtors-records-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}.debtors-records-table tbody tr:hover{background-color:#f8fafc}.debtors-records-table tbody tr.debtors-selected{background-color:#f0f9ff}.debtors-records-table td{padding:16px;font-size:14px;color:#475569;vertical-align:middle}.debtors-checkbox-cell{width:40px;padding-right:0!important}.debtors-checkbox-cell input[type=checkbox]{width:18px;height:18px;cursor:pointer}.debtors-record-info-cell{min-width:200px}.debtors-record-name{font-weight:600;color:#1e293b;margin-bottom:4px}.debtors-record-contact{font-size:13px;color:#64748b;margin-bottom:2px}.debtors-record-email{font-size:13px;color:#3b82f6}.debtors-type-badge,.debtors-aging-badge,.debtors-risk-badge,.debtors-status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;text-align:center;text-transform:capitalize}.debtors-type-badge.debtors-large,.debtors-risk-badge.debtors-large{padding:6px 16px;font-size:14px}.debtors-record-balance{min-width:120px}.debtors-balance-total{font-weight:700;color:#1e293b;font-size:15px;margin-bottom:4px}.debtors-credit-limit{font-size:12px;color:#64748b}.debtors-amount-due{font-weight:600;color:#1e293b}.debtors-overdue-amount{font-weight:600;color:#dc2626;min-width:100px}.debtors-overdue-amount.debtors-has-overdue{color:#ef4444}.debtors-days-overdue{font-size:11px;color:#991b1b;background-color:#fee2e2;padding:2px 6px;border-radius:4px;margin-top:4px;display:inline-block}.debtors-risk-rating{min-width:120px}.debtors-credit-score{font-size:12px;color:#64748b;margin-top:4px}.debtors-status-select{padding:8px 12px;border-radius:6px;font-size:13px;border:2px solid;background-color:#fff;cursor:pointer;transition:all .2s ease;min-width:120px}.debtors-status-select:focus{outline:none;box-shadow:0 0 0 3px #0000001a}.debtors-action-buttons{display:flex;gap:8px}.debtors-btn-action{width:36px;height:36px;border-radius:8px;border:1px solid #e2e8f0;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:16px}.debtors-btn-action:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.debtors-btn-action.debtors-view:hover{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.debtors-btn-action.debtors-export:hover{background-color:#10b981;color:#fff;border-color:#10b981}.debtors-btn-action.debtors-payment:hover{background-color:#8b5cf6;color:#fff;border-color:#8b5cf6}.debtors-btn-action.debtors-statement:hover{background-color:#f59e0b;color:#fff;border-color:#f59e0b}.debtors-empty-state{padding:64px 24px;text-align:center}.debtors-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.debtors-empty-state h3{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 8px}.debtors-empty-state p{color:#64748b;margin:0 0 16px}.debtors-pagination{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.debtors-pagination-btn{padding:8px 16px;border:1px solid #cbd5e1;background-color:#fff;border-radius:6px;font-size:14px;color:#475569;cursor:pointer;transition:all .2s ease}.debtors-pagination-btn:hover:not(:disabled){background-color:#f8fafc;border-color:#94a3b8}.debtors-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.debtors-pagination-btn.debtors-active{background-color:#8e1773;color:#fff;border-color:#8e1773}.debtors-page-size-selector{display:flex;align-items:center;gap:12px}.debtors-page-size-selector select{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;background-color:#fff;cursor:pointer}.debtors-pagination-info{font-size:13px;color:#64748b}.debtors-alert{padding:16px;border-radius:8px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.debtors-alert-error{background-color:#fee2e2;border:1px solid #fecaca;color:#991b1b}.debtors-alert-success{background-color:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.debtors-alert-close{background:none;border:none;font-size:20px;color:inherit;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.debtors-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease}.debtors-modal-content{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.debtors-modal-content.debtors-large{max-width:1000px}.debtors-modal-header{padding:24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.debtors-modal-header h2{margin:0;font-size:20px;font-weight:700;color:#1e293b}.debtors-modal-actions-top{display:flex;gap:12px;align-items:center}.debtors-close-btn{background:none;border:none;font-size:24px;color:#64748b;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.debtors-close-btn:hover{background-color:#f1f5f9;color:#1e293b}.debtors-modal-body{padding:24px;overflow-y:auto;flex:1}.debtors-modal-actions{padding:24px;border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end}.debtors-record-details{display:flex;flex-direction:column;gap:24px}.debtors-record-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.debtors-record-title h2{margin:0 0 12px;font-size:24px;color:#1e293b}.debtors-record-meta{display:flex;gap:8px;flex-wrap:wrap}.debtors-credit-score-large{text-align:center;padding:16px;background:linear-gradient(135deg,#8e1773,#3b82f6);border-radius:12px;color:#fff;min-width:100px}.debtors-score-value{font-size:32px;font-weight:700;line-height:1}.debtors-score-label{font-size:12px;opacity:.9;margin-top:4px}.debtors-contact-section,.debtors-financial-section,.debtors-account-section,.debtors-payment-history-section,.debtors-invoices-section,.debtors-notes-section,.debtors-payment-form-section{padding:20px;background-color:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.debtors-contact-section h3,.debtors-financial-section h3,.debtors-account-section h3,.debtors-payment-history-section h3,.debtors-invoices-section h3,.debtors-notes-section h3,.debtors-payment-form-section h3{margin:0 0 16px;font-size:16px;font-weight:600;color:#1e293b}.debtors-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.debtors-contact-item{display:flex;flex-direction:column;gap:4px}.debtors-contact-item.debtors-full-width{grid-column:1 / -1}.debtors-contact-item strong{font-size:13px;color:#64748b}.debtors-contact-item span{font-size:15px;color:#1e293b}.debtors-financial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.debtors-financial-card{background:#fff;padding:16px;border-radius:8px;border:1px solid #e2e8f0;text-align:center}.debtors-financial-label{font-size:13px;color:#64748b;margin-bottom:8px}.debtors-financial-value{font-size:20px;font-weight:700;color:#1e293b}.debtors-financial-value.debtors-overdue{color:#ef4444}.debtors-account-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.debtors-account-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.debtors-account-item strong{font-size:13px;color:#64748b}.debtors-account-item span{font-size:14px;color:#1e293b;font-weight:500}.debtors-payment-history{display:flex;flex-direction:column;gap:8px}.debtors-payment-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.debtors-payment-date{font-size:13px;color:#64748b}.debtors-payment-amount{font-weight:600;color:#1e293b}.debtors-payment-method{font-size:13px;color:#64748b}.debtors-invoices-list{display:flex;gap:8px;flex-wrap:wrap}.debtors-invoice-tag{padding:6px 12px;background-color:#f0f9ff;color:#0ea5e9;border-radius:6px;font-size:13px;font-weight:500;border:1px solid #bae6fd}.debtors-notes-content{padding:16px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;font-size:14px;line-height:1.6;color:#475569}.debtors-payment-form,.debtors-record-form{display:flex;flex-direction:column;gap:20px}.debtors-form-section{padding:20px;background-color:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.debtors-form-section h3{margin:0 0 16px;font-size:16px;font-weight:600;color:#1e293b}.debtors-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.debtors-form-group{display:flex;flex-direction:column;gap:8px}.debtors-form-group label{font-size:14px;font-weight:500;color:#475569}.debtors-form-group label[required]:after{content:" *";color:#ef4444}.debtors-form-input,.debtors-form-select,.debtors-form-textarea{padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;color:#475569;background-color:#fff;transition:all .2s ease}.debtors-form-input:focus,.debtors-form-select:focus,.debtors-form-textarea:focus{outline:none;border-color:#8e1773;box-shadow:0 0 0 3px #8e17731a}.debtors-form-textarea{resize:vertical;min-height:100px;font-family:inherit}.debtors-form-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:20px;border-top:1px solid #e2e8f0}.debtors-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.debtors-skeleton-text{height:16px;border-radius:4px;margin:4px 0}.debtors-skeleton-subtitle{width:60%}.debtors-skeleton-bar{height:24px;border-radius:12px;margin:8px 0}@media (max-width: 1200px){.debtors-charts-grid{grid-template-columns:1fr}}@media (max-width: 768px){.debtors-main-content{padding:16px}.debtors-records-header,.debtors-header-actions{flex-direction:column;align-items:stretch}.debtors-export-buttons{order:2}.debtors-btn{width:100%;justify-content:center}.debtors-controls-bar{flex-direction:column;align-items:stretch}.debtors-search-box{min-width:100%}.debtors-filters{width:100%}.debtors-filter-select{flex:1;min-width:0}.debtors-modal-content,.debtors-modal-content.debtors-large{max-height:95vh}.debtors-pagination{flex-direction:column;gap:12px;align-items:stretch}.debtors-page-size-selector{justify-content:center}}@media (max-width: 480px){.debtors-stats-grid,.debtors-charts-grid,.debtors-contact-grid,.debtors-financial-grid,.debtors-account-grid,.debtors-form-row{grid-template-columns:1fr}.debtors-records-table{display:block;overflow-x:auto}.debtors-action-buttons{flex-wrap:wrap}}@media print{.debtors-main-content{padding:0}.debtors-header-actions,.debtors-controls-bar,.debtors-action-buttons,.debtors-pagination,.debtors-alert{display:none!important}.debtors-stats-grid,.debtors-charts-grid,.debtors-table-container{break-inside:avoid}.debtors-records-table{border-collapse:collapse;width:100%}.debtors-records-table th,.debtors-records-table td{border:1px solid #ddd;padding:8px}.debtors-records-table tr:nth-child(2n){background-color:#f8f8f8}}:root{--regulatory-primary: #8e1773;--regulatory-primary-light: rgba(142, 23, 115, .1);--regulatory-primary-dark: #6c1256;--regulatory-secondary: #6c757d;--regulatory-success: #10b981;--regulatory-success-light: rgba(16, 185, 129, .1);--regulatory-warning: #f59e0b;--regulatory-warning-light: rgba(245, 158, 11, .1);--regulatory-danger: #ef4444;--regulatory-danger-light: rgba(239, 68, 68, .1);--regulatory-info: #3b82f6;--regulatory-info-light: rgba(59, 130, 246, .1);--regulatory-purple: #8b5cf6;--regulatory-purple-light: rgba(139, 92, 246, .1);--regulatory-pink: #ec4899;--regulatory-pink-light: rgba(236, 72, 153, .1);--regulatory-cyan: #06b6d4;--regulatory-cyan-light: rgba(6, 182, 212, .1);--regulatory-lime: #84cc16;--regulatory-lime-light: rgba(132, 204, 22, .1);--regulatory-orange: #f97316;--regulatory-orange-light: rgba(249, 115, 22, .1);--regulatory-red: #dc2626;--regulatory-red-light: rgba(220, 38, 38, .1);--regulatory-indigo: #7c3aed;--regulatory-indigo-light: rgba(124, 58, 237, .1);--regulatory-gray-50: #f9fafb;--regulatory-gray-100: #f3f4f6;--regulatory-gray-200: #e5e7eb;--regulatory-gray-300: #d1d5db;--regulatory-gray-400: #9ca3af;--regulatory-gray-500: #6b7280;--regulatory-gray-600: #4b5563;--regulatory-gray-700: #374151;--regulatory-gray-800: #1f2937;--regulatory-gray-900: #111827;--regulatory-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--regulatory-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--regulatory-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--regulatory-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--regulatory-border-radius-sm: .375rem;--regulatory-border-radius-md: .5rem;--regulatory-border-radius-lg: .75rem;--regulatory-border-radius-xl: 1rem}.regulatory-main-content{padding:2rem;background:var(--regulatory-gray-50);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.regulatory-alert{padding:1rem 1.5rem;border-radius:var(--regulatory-border-radius-lg);margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;animation:slideIn .3s ease-out;box-shadow:var(--regulatory-shadow-md);font-size:.875rem}.regulatory-alert-error{background:linear-gradient(135deg,#fee,#fff);border:1px solid var(--regulatory-danger);color:var(--regulatory-danger)}.regulatory-alert-success{background:linear-gradient(135deg,#f0fff4,#fff);border:1px solid var(--regulatory-success);color:var(--regulatory-success)}.regulatory-alert-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:inherit;padding:0;margin-left:1rem;line-height:1;transition:opacity .2s}.regulatory-alert-close:hover{opacity:.7}.regulatory-header-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid var(--regulatory-gray-200)}.regulatory-header-content{flex:1}.regulatory-page-title{font-size:2rem;font-weight:700;color:var(--regulatory-gray-900);margin:0 0 .5rem;background:linear-gradient(135deg,var(--regulatory-primary),#b91c9b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.regulatory-page-subtitle{font-size:1rem;color:var(--regulatory-gray-600);margin:0;line-height:1.5}.regulatory-header-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.regulatory-export-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.regulatory-btn{padding:.625rem 1.25rem;border-radius:var(--regulatory-border-radius-md);border:none;font-size:.875rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease;line-height:1;text-decoration:none}.regulatory-btn-primary{background:linear-gradient(135deg,var(--regulatory-primary),#b91c9b);color:#fff;box-shadow:var(--regulatory-shadow-sm)}.regulatory-btn-primary:hover{transform:translateY(-1px);box-shadow:var(--regulatory-shadow-md);background:linear-gradient(135deg,var(--regulatory-primary-dark),#a11981)}.regulatory-btn-secondary{background:var(--regulatory-gray-100);color:var(--regulatory-gray-700);border:1px solid var(--regulatory-gray-300)}.regulatory-btn-secondary:hover{background:var(--regulatory-gray-200);transform:translateY(-1px)}.regulatory-btn-outline{background:#fff;color:var(--regulatory-primary);border:1px solid var(--regulatory-primary)}.regulatory-btn-outline:hover{background:var(--regulatory-primary-light);transform:translateY(-1px)}.regulatory-btn-small{padding:.375rem .75rem;font-size:.75rem}.regulatory-btn-icon{font-size:1rem}.regulatory-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2.5rem}.regulatory-stat-card{background:#fff;border-radius:var(--regulatory-border-radius-xl);padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:var(--regulatory-shadow-md);transition:all .3s ease;cursor:pointer;border:2px solid transparent}.regulatory-stat-card:hover{transform:translateY(-4px);box-shadow:var(--regulatory-shadow-xl);border-color:var(--regulatory-primary-light)}.regulatory-stat-active{border-color:var(--regulatory-primary);background:linear-gradient(135deg,#8e17730d,#fff)}.regulatory-stat-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.regulatory-stat-total{background:linear-gradient(135deg,var(--regulatory-primary),#b91c9b);color:#fff}.regulatory-stat-overdue{background:linear-gradient(135deg,var(--regulatory-danger),#f87171);color:#fff}.regulatory-stat-penalties{background:linear-gradient(135deg,var(--regulatory-warning),#fbbf24);color:#fff}.regulatory-stat-risk{background:linear-gradient(135deg,var(--regulatory-red),#ef4444);color:#fff}.regulatory-stat-content{flex:1;min-width:0}.regulatory-stat-number{font-size:1.75rem;font-weight:700;color:var(--regulatory-gray-900);margin:0 0 .25rem;line-height:1}.regulatory-stat-label{font-size:.875rem;color:var(--regulatory-gray-600);margin:0 0 .5rem;line-height:1.25}.regulatory-stat-trend{font-size:.75rem;padding-top:.5rem;border-top:1px solid var(--regulatory-gray-200);line-height:1}.regulatory-trend-up{color:var(--regulatory-success)}.regulatory-trend-down{color:var(--regulatory-danger)}.regulatory-trend-neutral{color:var(--regulatory-gray-500)}.regulatory-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2.5rem}.regulatory-chart-card{background:#fff;border-radius:var(--regulatory-border-radius-xl);padding:1.5rem;box-shadow:var(--regulatory-shadow-md);animation:fadeIn .5s ease-out}.regulatory-chart-header{margin-bottom:1.5rem}.regulatory-chart-header h3{font-size:1.25rem;font-weight:600;color:var(--regulatory-gray-900);margin:0 0 .5rem;line-height:1.2}.regulatory-chart-subtitle{font-size:.875rem;color:var(--regulatory-gray-500);display:block;line-height:1.25}.regulatory-type-chart,.regulatory-agency-chart{display:flex;flex-direction:column;gap:1rem}.regulatory-type-bar,.regulatory-agency-bar{display:flex;align-items:center;gap:1rem}.regulatory-type-label,.regulatory-agency-label{display:flex;align-items:center;justify-content:space-between;width:180px;flex-shrink:0}.regulatory-type-text,.regulatory-agency-text{flex:1;font-size:.875rem;color:var(--regulatory-gray-700);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.25}.regulatory-type-amount,.regulatory-agency-amount{font-size:.875rem;font-weight:600;color:var(--regulatory-gray-900);margin-left:.5rem}.regulatory-type-track,.regulatory-agency-track{flex:1;height:8px;background:var(--regulatory-gray-200);border-radius:4px;overflow:hidden}.regulatory-type-fill,.regulatory-agency-fill{height:100%;border-radius:4px;transition:width .5s ease}.regulatory-type-percentage,.regulatory-agency-percentage{width:50px;text-align:right;font-size:.875rem;font-weight:600;color:var(--regulatory-gray-700);flex-shrink:0}.regulatory-controls-bar{background:#fff;border-radius:var(--regulatory-border-radius-xl);padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--regulatory-shadow-md);display:flex;flex-direction:column;gap:1.5rem}.regulatory-search-box{position:relative;flex:1;max-width:400px}.regulatory-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--regulatory-gray-400);pointer-events:none}.regulatory-search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid var(--regulatory-gray-300);border-radius:var(--regulatory-border-radius-lg);font-size:.875rem;color:var(--regulatory-gray-700);background:#fff;transition:all .2s}.regulatory-search-input:focus{outline:none;border-color:var(--regulatory-primary);box-shadow:0 0 0 3px var(--regulatory-primary-light)}.regulatory-search-clear{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--regulatory-gray-400);cursor:pointer;font-size:1rem;padding:0;line-height:1}.regulatory-search-clear:hover{color:var(--regulatory-gray-600)}.regulatory-filters{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.regulatory-filter-group{position:relative}.regulatory-filter-select{padding:.625rem 2.5rem .625rem 1rem;border:1px solid var(--regulatory-gray-300);border-radius:var(--regulatory-border-radius-md);font-size:.875rem;color:var(--regulatory-gray-700);background:#fff;cursor:pointer;min-width:140px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236b7280' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px}.regulatory-filter-select:focus{outline:none;border-color:var(--regulatory-primary);box-shadow:0 0 0 3px var(--regulatory-primary-light)}.regulatory-bulk-actions{display:flex;align-items:center;gap:1rem;margin-left:auto;padding-left:1rem;border-left:1px solid var(--regulatory-gray-300)}.regulatory-selected-count{font-size:.875rem;color:var(--regulatory-primary);font-weight:500;white-space:nowrap}.regulatory-bulk-select{padding:.5rem 2rem .5rem 1rem;border:1px solid var(--regulatory-gray-300);border-radius:var(--regulatory-border-radius-md);font-size:.875rem;color:var(--regulatory-gray-700);background:#fff;cursor:pointer;min-width:150px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236b7280' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px}.regulatory-table-container{background:#fff;border-radius:var(--regulatory-border-radius-xl);overflow:hidden;box-shadow:var(--regulatory-shadow-md);margin-bottom:2rem;overflow-x:auto}.regulatory-payments-table{width:100%;border-collapse:collapse;min-width:1200px}.regulatory-payments-table th{padding:1rem 1.25rem;text-align:left;font-size:.75rem;font-weight:600;color:var(--regulatory-gray-600);text-transform:uppercase;letter-spacing:.05em;background:var(--regulatory-gray-50);border-bottom:1px solid var(--regulatory-gray-200);white-space:nowrap}.regulatory-payments-table td{padding:1rem 1.25rem;font-size:.875rem;color:var(--regulatory-gray-700);border-bottom:1px solid var(--regulatory-gray-200);vertical-align:middle}.regulatory-payments-table tbody tr{transition:all .2s}.regulatory-payments-table tbody tr:hover{background:var(--regulatory-primary-light)}.regulatory-row-selected{background:var(--regulatory-primary-light)!important}.regulatory-checkbox-cell{width:40px;text-align:center}.regulatory-checkbox-cell input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--regulatory-primary)}.regulatory-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;transition:color .2s}.regulatory-sortable:hover{color:var(--regulatory-primary)}.regulatory-sortable:after{content:"↕";opacity:.3;margin-left:.5rem;font-size:.75rem}.regulatory-payment-id-cell{display:flex;flex-direction:column;gap:.25rem}.regulatory-payment-id{font-weight:600;color:var(--regulatory-gray-900);font-family:SF Mono,Monaco,Inconsolata,monospace}.regulatory-payment-description{font-size:.75rem;color:var(--regulatory-gray-500);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.regulatory-type-badge,.regulatory-status-badge,.regulatory-risk-badge,.regulatory-compliance-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-align:center;border:1px solid transparent;line-height:1.25;white-space:nowrap}.regulatory-status-badge{background-color:var(--regulatory-gray-100);color:var(--regulatory-gray-700);border-color:var(--regulatory-gray-300)}.regulatory-agency-name{font-size:.875rem;color:var(--regulatory-gray-700);max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.regulatory-payment-date{display:flex;flex-direction:column;gap:.25rem}.regulatory-filing-deadline{font-size:.75rem;color:var(--regulatory-warning);background:var(--regulatory-warning-light);padding:.125rem .5rem;border-radius:.25rem;display:inline-block}.regulatory-payment-amount{display:flex;flex-direction:column;gap:.125rem}.regulatory-amount-base{font-weight:600;color:var(--regulatory-gray-900);font-size:.875rem}.regulatory-amount-additional{font-size:.75rem;color:var(--regulatory-danger);background:var(--regulatory-danger-light);padding:.125rem .5rem;border-radius:.25rem;display:inline-block}.regulatory-penalties-amount{font-size:.875rem}.regulatory-penalties-negative{color:var(--regulatory-danger);font-weight:500}.regulatory-penalties-none{color:var(--regulatory-gray-400);font-style:italic}.regulatory-due-status{padding:.25rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:500;text-align:center;display:inline-block}.regulatory-paid{background:var(--regulatory-success-light);color:var(--regulatory-success)}.regulatory-overdue{background:var(--regulatory-danger-light);color:var(--regulatory-danger)}.regulatory-due-today{background:var(--regulatory-warning-light);color:var(--regulatory-warning)}.regulatory-due-soon{background:var(--regulatory-orange-light);color:var(--regulatory-orange)}.regulatory-upcoming{background:var(--regulatory-info-light);color:var(--regulatory-info)}.regulatory-unknown{background:var(--regulatory-gray-100);color:var(--regulatory-gray-600)}.regulatory-action-buttons{display:flex;gap:.5rem;flex-wrap:nowrap}.regulatory-btn-action{padding:.375rem;border:none;border-radius:var(--regulatory-border-radius-sm);background:var(--regulatory-gray-100);color:var(--regulatory-gray-600);cursor:pointer;font-size:.875rem;line-height:1;transition:all .2s;min-width:32px}.regulatory-btn-action:hover{transform:translateY(-1px);box-shadow:var(--regulatory-shadow-sm)}.regulatory-btn-view:hover{background:var(--regulatory-info-light);color:var(--regulatory-info)}.regulatory-btn-export:hover{background:var(--regulatory-primary-light);color:var(--regulatory-primary)}.regulatory-btn-pay:hover{background:var(--regulatory-success-light);color:var(--regulatory-success)}.regulatory-btn-extend:hover{background:var(--regulatory-warning-light);color:var(--regulatory-warning)}.regulatory-empty-state{padding:4rem 2rem;text-align:center;color:var(--regulatory-gray-500)}.regulatory-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.regulatory-empty-state h3{font-size:1.25rem;font-weight:600;color:var(--regulatory-gray-600);margin:0 0 .5rem}.regulatory-empty-state p{margin:0 0 1.5rem}.regulatory-pagination{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#fff;border-radius:var(--regulatory-border-radius-xl);box-shadow:var(--regulatory-shadow-md);flex-wrap:wrap;gap:1rem}.regulatory-pagination-info{font-size:.875rem;color:var(--regulatory-gray-600);flex-shrink:0}.regulatory-pagination-controls{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.regulatory-pagination-btn{padding:.5rem .75rem;border:1px solid var(--regulatory-gray-300);background:#fff;color:var(--regulatory-gray-700);border-radius:var(--regulatory-border-radius-md);font-size:.875rem;cursor:pointer;transition:all .2s;min-width:40px;text-align:center}.regulatory-pagination-btn:hover:not(:disabled){border-color:var(--regulatory-primary);color:var(--regulatory-primary);transform:translateY(-1px)}.regulatory-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.regulatory-pagination-active{background:var(--regulatory-primary);border-color:var(--regulatory-primary);color:#fff}.regulatory-pagination-active:hover{background:var(--regulatory-primary-dark);color:#fff}.regulatory-page-size-selector{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--regulatory-gray-600);flex-shrink:0}.regulatory-page-select{padding:.375rem .75rem;border:1px solid var(--regulatory-gray-300);border-radius:var(--regulatory-border-radius-md);font-size:.875rem;color:var(--regulatory-gray-700);background:#fff;cursor:pointer}.regulatory-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .3s ease-out}.regulatory-modal-content{background:#fff;border-radius:var(--regulatory-border-radius-xl);max-width:800px;width:100%;max-height:90vh;overflow-y:auto;animation:slideIn .3s ease-out;box-shadow:var(--regulatory-shadow-xl)}.regulatory-modal-content.large{max-width:1000px}.regulatory-modal-content.regulatory-add-modal{max-width:700px}.regulatory-modal-header{padding:1.5rem 2rem;border-bottom:1px solid var(--regulatory-gray-200);display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;position:sticky;top:0;background:#fff;z-index:10;border-radius:var(--regulatory-border-radius-xl) var(--regulatory-border-radius-xl) 0 0}.regulatory-modal-title{flex:1}.regulatory-modal-title h2{font-size:1.5rem;font-weight:600;color:var(--regulatory-gray-900);margin:0 0 .5rem}.regulatory-modal-subtitle{display:flex;gap:1rem;font-size:.875rem;color:var(--regulatory-gray-600);flex-wrap:wrap}.regulatory-modal-id{font-family:SF Mono,Monaco,Inconsolata,monospace;font-weight:600;color:var(--regulatory-primary)}.regulatory-modal-date{color:var(--regulatory-warning)}.regulatory-modal-actions{display:flex;gap:.5rem;align-items:center}.regulatory-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--regulatory-gray-400);padding:.25rem;line-height:1;transition:color .2s;border-radius:var(--regulatory-border-radius-sm)}.regulatory-modal-close:hover{color:var(--regulatory-gray-700);background:var(--regulatory-gray-100)}.regulatory-modal-body{padding:2rem}.regulatory-payment-details{display:flex;flex-direction:column;gap:2rem}.regulatory-payment-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--regulatory-gray-200)}.regulatory-payment-title{flex:1}.regulatory-payment-title-large{font-size:1.75rem;font-weight:600;color:var(--regulatory-gray-900);margin:0 0 1rem;line-height:1.2}.regulatory-payment-meta{display:flex;gap:.5rem;flex-wrap:wrap}.regulatory-type-badge-large,.regulatory-status-badge-large,.regulatory-risk-badge-large,.regulatory-compliance-badge-large{padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;color:#fff;border:none;line-height:1.25}.regulatory-payment-amount-large{text-align:right}.regulatory-amount-total{font-size:2rem;font-weight:700;color:var(--regulatory-gray-900);margin-bottom:.5rem;line-height:1}.regulatory-amount-breakdown{font-size:.875rem;color:var(--regulatory-gray-600);line-height:1.25}.regulatory-agency-section,.regulatory-timeline-section,.regulatory-documents-section,.regulatory-notes-section{background:var(--regulatory-gray-50);border-radius:var(--regulatory-border-radius-lg);padding:1.5rem}.regulatory-agency-section h3,.regulatory-timeline-section h3,.regulatory-documents-section h3,.regulatory-notes-section h3{font-size:1.125rem;font-weight:600;color:var(--regulatory-gray-800);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.regulatory-agency-info{display:flex;flex-direction:column;gap:.5rem}.regulatory-agency-contacts{display:flex;gap:1rem;font-size:.875rem;color:var(--regulatory-gray-600);flex-wrap:wrap}.regulatory-timeline{display:flex;flex-direction:column;gap:1rem;position:relative;padding-left:1.5rem}.regulatory-timeline:before{content:"";position:absolute;left:7px;top:0;bottom:0;width:2px;background:var(--regulatory-gray-300)}.regulatory-timeline-item{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;position:relative;padding:.5rem 0}.regulatory-timeline-item:before{content:"";position:absolute;left:-1.5rem;width:12px;height:12px;border-radius:50%;background:var(--regulatory-gray-300);border:2px solid white}.regulatory-timeline-completed:before{background:var(--regulatory-success)}.regulatory-timeline-pending:before{background:var(--regulatory-warning)}.regulatory-timeline-warning:before{background:var(--regulatory-warning)}.regulatory-timeline-error:before{background:var(--regulatory-danger)}.regulatory-timeline-date{font-size:.875rem;font-weight:500;color:var(--regulatory-gray-700);min-width:100px}.regulatory-timeline-event{font-size:.875rem;color:var(--regulatory-gray-600)}.regulatory-timeline-status{font-size:.75rem;padding:.25rem .75rem;border-radius:9999px;font-weight:500;text-align:center;min-width:80px}.regulatory-timeline-completed .regulatory-timeline-status{background:var(--regulatory-success-light);color:var(--regulatory-success)}.regulatory-timeline-pending .regulatory-timeline-status,.regulatory-timeline-warning .regulatory-timeline-status{background:var(--regulatory-warning-light);color:var(--regulatory-warning)}.regulatory-timeline-error .regulatory-timeline-status{background:var(--regulatory-danger-light);color:var(--regulatory-danger)}.regulatory-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.regulatory-info-section{background:var(--regulatory-gray-50);border-radius:var(--regulatory-border-radius-lg);padding:1.5rem}.regulatory-info-section h3{font-size:1.125rem;font-weight:600;color:var(--regulatory-gray-800);margin:0 0 1rem}.regulatory-info-pairs{display:flex;flex-direction:column;gap:.75rem}.regulatory-info-pair{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;font-size:.875rem}.regulatory-info-pair strong{color:var(--regulatory-gray-700);font-weight:500;min-width:120px}.regulatory-info-pair span{color:var(--regulatory-gray-600);text-align:right}.regulatory-due-date{padding:.25rem .5rem;border-radius:.25rem;font-weight:500}.regulatory-payment-form-section{background:var(--regulatory-gray-50);border-radius:var(--regulatory-border-radius-lg);padding:1.5rem}.regulatory-payment-form{display:flex;flex-direction:column;gap:1rem}.regulatory-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.regulatory-form-group{display:flex;flex-direction:column;gap:.5rem}.regulatory-form-group label{font-size:.875rem;font-weight:500;color:var(--regulatory-gray-700)}.regulatory-form-input,.regulatory-form-select,.regulatory-form-textarea{padding:.75rem;border:1px solid var(--regulatory-gray-300);border-radius:var(--regulatory-border-radius-md);font-size:.875rem;color:var(--regulatory-gray-700);background:#fff;transition:all .2s;width:100%}.regulatory-form-input:focus,.regulatory-form-select:focus,.regulatory-form-textarea:focus{outline:none;border-color:var(--regulatory-primary);box-shadow:0 0 0 3px var(--regulatory-primary-light)}.regulatory-form-textarea{resize:vertical;min-height:80px}.regulatory-form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem}.regulatory-documents-list{display:flex;flex-direction:column;gap:.5rem}.regulatory-document-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border-radius:var(--regulatory-border-radius-md);border:1px solid var(--regulatory-gray-200)}.regulatory-document-icon{font-size:1.25rem;color:var(--regulatory-gray-400)}.regulatory-document-name{flex:1;font-size:.875rem;color:var(--regulatory-gray-700)}.regulatory-btn-download{padding:.375rem .75rem;border:1px solid var(--regulatory-gray-300);background:#fff;color:var(--regulatory-gray-700);border-radius:var(--regulatory-border-radius-sm);font-size:.75rem;cursor:pointer;transition:all .2s}.regulatory-btn-download:hover{border-color:var(--regulatory-primary);color:var(--regulatory-primary)}.regulatory-notes-content{font-size:.875rem;color:var(--regulatory-gray-600);line-height:1.5;white-space:pre-wrap;background:#fff;padding:1rem;border-radius:var(--regulatory-border-radius-md);border:1px solid var(--regulatory-gray-200)}.regulatory-modal-actions-footer{padding:1.5rem 2rem;border-top:1px solid var(--regulatory-gray-200);display:flex;justify-content:flex-end;gap:1rem;position:sticky;bottom:0;background:#fff;border-radius:0 0 var(--regulatory-border-radius-xl) var(--regulatory-border-radius-xl)}.regulatory-form-section{margin-bottom:2rem}.regulatory-form-section:last-child{margin-bottom:0}.regulatory-form-section h3{font-size:1.125rem;font-weight:600;color:var(--regulatory-gray-800);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.regulatory-checkbox-group{display:flex;align-items:center;gap:.5rem}.regulatory-form-checkbox{width:16px;height:16px;accent-color:var(--regulatory-primary)}.skeleton{background:linear-gradient(90deg,var(--regulatory-gray-200) 25%,var(--regulatory-gray-300) 50%,var(--regulatory-gray-200) 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:var(--regulatory-border-radius-md)}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{height:1em;width:80%;margin:.5rem 0}.skeleton-subtitle{height:.875em;width:60%}.skeleton-bar{height:8px;width:100%;margin:.5rem 0}@media (max-width: 1200px){.regulatory-charts-grid{grid-template-columns:1fr}}@media (max-width: 768px){.regulatory-main-content{padding:1rem}.regulatory-header-section{flex-direction:column;gap:1rem}.regulatory-header-actions{width:100%;justify-content:flex-start}.regulatory-export-buttons{flex-wrap:wrap}.regulatory-stats-grid{grid-template-columns:repeat(2,1fr)}.regulatory-filters{flex-direction:column;align-items:stretch}.regulatory-filter-group,.regulatory-filter-select{width:100%}.regulatory-bulk-actions{margin-left:0;padding-left:0;border-left:none;border-top:1px solid var(--regulatory-gray-300);padding-top:1rem;flex-direction:column;align-items:stretch}.regulatory-modal-content{margin:1rem}.regulatory-modal-body{padding:1.5rem}.regulatory-payment-header{flex-direction:column;gap:1rem}.regulatory-payment-amount-large{text-align:left}.regulatory-info-grid{grid-template-columns:1fr}}@media (max-width: 480px){.regulatory-stats-grid{grid-template-columns:1fr}.regulatory-pagination{flex-direction:column;align-items:stretch;gap:1rem}.regulatory-pagination-controls,.regulatory-page-size-selector{justify-content:center}}.staff-details-page{padding:24px;background:linear-gradient(135deg,#f8f7fa,#f5f4f7);min-height:100vh}.staff-details-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;background:#fff;border-radius:16px;padding:48px;box-shadow:0 4px 20px #8e177314}.staff-details-spinner{width:60px;height:60px;border:4px solid rgba(142,23,115,.1);border-top-color:#8e1773;border-radius:50%;animation:staff-details-spin 1s linear infinite;margin-bottom:24px}@keyframes staff-details-spin{to{transform:rotate(360deg)}}.staff-details-loading p{color:#666;font-size:16px;font-weight:500}.staff-details-error{background:linear-gradient(135deg,#fff5f7,#ffeef2);border:2px solid #fecdd3;border-radius:16px;padding:48px;text-align:center;max-width:600px;margin:40px auto}.staff-details-error-icon{font-size:48px;margin-bottom:20px;display:block}.staff-details-error h3{color:#dc2626;margin-bottom:12px;font-size:22px;font-weight:600}.staff-details-error p{color:#666;margin-bottom:32px;line-height:1.6}.staff-details-error-actions{display:flex;gap:16px;justify-content:center}.staff-details-not-found{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #bae6fd;border-radius:16px;padding:48px;text-align:center;max-width:600px;margin:40px auto}.staff-details-not-found-icon{font-size:48px;margin-bottom:20px;display:block}.staff-details-not-found h3{color:#0369a1;margin-bottom:12px;font-size:22px;font-weight:600}.staff-details-not-found p{color:#666;margin-bottom:32px;line-height:1.6}.staff-details-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 20px #8e177314;border:1px solid rgba(142,23,115,.1)}.staff-details-header-left{display:flex;align-items:flex-start;gap:24px}.staff-details-back-btn{background:linear-gradient(135deg,#f8f7fa,#f0edf2);border:2px solid rgba(142,23,115,.2);color:#8e1773;padding:10px 20px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;white-space:nowrap}.staff-details-back-btn:hover{background:linear-gradient(135deg,#8e1773,#a01a87);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #8e177333}.staff-details-title h1{color:#1f2937;font-size:28px;font-weight:700;margin:0;background:linear-gradient(135deg,#8e1773,#c21f9e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.staff-details-title p{color:#6b7280;margin:8px 0 0;font-size:15px}.staff-details-header-actions{display:flex;gap:16px;align-items:center}.staff-details-btn{padding:12px 24px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;border:none;text-decoration:none;white-space:nowrap}.staff-details-btn-icon{font-size:16px}.staff-details-btn-primary{background:linear-gradient(135deg,#8e1773,#a01a87);color:#fff;border:2px solid transparent}.staff-details-btn-primary:hover{background:linear-gradient(135deg,#a01a87,#8e1773);transform:translateY(-2px);box-shadow:0 8px 25px #8e17734d}.staff-details-btn-outline{background:transparent;color:#8e1773;border:2px solid #8e1773}.staff-details-btn-outline:hover{background:#8e17730d;transform:translateY(-2px);box-shadow:0 8px 25px #8e177326}.staff-details-profile-header{display:flex;align-items:center;gap:24px;background:#fff;padding:32px;border-radius:20px;margin-bottom:32px;box-shadow:0 6px 25px #8e17731a;border:1px solid rgba(142,23,115,.1)}.staff-details-profile-avatar{width:100px;height:100px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:48px;color:#fff;flex-shrink:0;box-shadow:0 8px 25px #00000026;transition:transform .3s ease}.staff-details-profile-avatar:hover{transform:scale(1.05)}.staff-details-profile-info h2{color:#1f2937;font-size:32px;font-weight:700;margin:0 0 8px;line-height:1.2}.staff-details-profile-info p{color:#6b7280;font-size:16px;margin:0 0 16px;font-weight:500}.staff-details-profile-status{display:flex;gap:12px;flex-wrap:wrap}.staff-details-status-badge,.staff-details-employee-id-badge,.staff-details-hire-date-badge{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:6px;transition:transform .2s ease}.staff-details-status-badge:hover,.staff-details-employee-id-badge:hover,.staff-details-hire-date-badge:hover{transform:translateY(-2px)}.staff-details-status-badge{color:#fff}.staff-details-employee-id-badge{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#4b5563;border:1px solid #d1d5db}.staff-details-hire-date-badge{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:1px solid #fbbf24}.staff-details-tabs{display:flex;gap:4px;background:#fff;padding:8px;border-radius:12px;margin-bottom:24px;box-shadow:0 4px 15px #8e177314;border:1px solid rgba(142,23,115,.1)}.staff-details-tab-btn{padding:14px 24px;background:transparent;border:none;color:#6b7280;font-weight:600;font-size:14px;cursor:pointer;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;gap:8px;flex:1;justify-content:center}.staff-details-tab-btn:hover{background:#8e17730d;color:#8e1773}.staff-details-tab-active{background:linear-gradient(135deg,#8e1773,#a01a87);color:#fff;box-shadow:0 4px 15px #8e177333}.staff-details-tab-active:hover{background:linear-gradient(135deg,#a01a87,#8e1773);color:#fff}.staff-details-tab-content{background:#fff;border-radius:20px;padding:32px;box-shadow:0 8px 30px #8e17731a;border:1px solid rgba(142,23,115,.1)}.staff-details-tab-panel{animation:staff-details-fadeIn .4s ease}@keyframes staff-details-fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.staff-details-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}.staff-details-info-section{background:linear-gradient(135deg,#faf9fb,#f6f4f8);border:1px solid rgba(142,23,115,.1);border-radius:16px;padding:24px;transition:transform .3s ease}.staff-details-info-section:hover{transform:translateY(-4px);box-shadow:0 8px 25px #8e17731a}.staff-details-info-section h3{color:#1f2937;font-size:20px;font-weight:700;margin:0 0 24px;display:flex;align-items:center;gap:10px}.staff-details-info-section h3:after{content:"";flex:1;height:2px;background:linear-gradient(90deg,rgba(142,23,115,.3),transparent);margin-left:10px}.staff-details-info-cards{display:grid;gap:16px}.staff-details-info-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .3s ease;position:relative;overflow:hidden}.staff-details-info-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,#8e1773,#a01a87);border-radius:2px}.staff-details-info-card:hover{transform:translate(4px);box-shadow:0 4px 15px #8e17731a;border-color:#8e177333}.staff-details-info-card label{display:block;color:#6b7280;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.staff-details-info-card p{color:#1f2937;font-size:16px;font-weight:500;margin:0;line-height:1.5}.staff-details-info-card small{display:block;color:#8e1773;font-size:12px;font-weight:600;margin-top:8px;background:#8e17730d;padding:4px 8px;border-radius:4px;width:fit-content}.staff-details-info-card-highlight{background:linear-gradient(135deg,#8e17730d,#a01a870d);border-color:#8e17734d}.staff-details-info-card-highlight .staff-details-salary-amount{font-size:24px;font-weight:700;color:#8e1773;display:flex;align-items:center;gap:8px}.staff-details-info-card-highlight .staff-details-salary-amount:before{content:"💰";font-size:20px}.staff-details-info-section-full{grid-column:1 / -1}.staff-details-education-list,.staff-details-experience-list{display:flex;flex-direction:column;gap:20px}.staff-details-education-item,.staff-details-experience-item{background:linear-gradient(135deg,#fff,#fcfbfd);border:1px solid rgba(142,23,115,.1);border-radius:16px;padding:24px;transition:all .3s ease;position:relative;overflow:hidden}.staff-details-education-item:before,.staff-details-experience-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(to bottom,#8e1773,#a01a87);border-radius:3px}.staff-details-education-item:hover,.staff-details-experience-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px #8e177326;border-color:#8e177333}.staff-details-education-header,.staff-details-experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;flex-wrap:wrap;gap:12px}.staff-details-education-header h4,.staff-details-experience-header h4{color:#1f2937;font-size:18px;font-weight:700;margin:0;flex:1}.staff-details-education-period,.staff-details-experience-period{background:linear-gradient(135deg,#8e17731a,#a01a871a);color:#8e1773;padding:6px 12px;border-radius:8px;font-size:13px;font-weight:600;white-space:nowrap}.staff-details-education-details,.staff-details-experience-details{color:#4b5563;line-height:1.6}.staff-details-education-details p,.staff-details-experience-details p{margin:8px 0}.staff-details-education-details strong,.staff-details-experience-details strong{color:#374151}.staff-details-responsibilities,.staff-details-skills{margin-top:16px;padding:16px;background:#8e177308;border-radius:12px;border:1px solid rgba(142,23,115,.1)}.staff-details-responsibilities strong,.staff-details-skills strong{color:#8e1773;display:block;margin-bottom:8px}.staff-details-documents-section{margin-bottom:32px}.staff-details-documents-section h4{color:#1f2937;font-size:18px;font-weight:700;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid rgba(142,23,115,.1)}.staff-details-certifications-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:32px}.staff-details-certification-item{background:linear-gradient(135deg,#faf9fb,#f6f4f8);border:1px solid rgba(142,23,115,.1);border-radius:16px;padding:24px;transition:all .3s ease}.staff-details-certification-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px #8e177326;border-color:#8e177333}.staff-details-certification-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;flex-wrap:wrap;gap:12px}.staff-details-certification-header h5{color:#1f2937;font-size:16px;font-weight:700;margin:0;flex:1}.staff-details-cert-status{padding:6px 12px;border-radius:8px;font-size:12px;font-weight:600;white-space:nowrap}.staff-details-cert-valid{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border:1px solid #10b981}.staff-details-cert-expired{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;border:1px solid #ef4444}.staff-details-certification-details{color:#4b5563;font-size:14px;line-height:1.6}.staff-details-certification-details p{margin:8px 0}.staff-details-certification-details strong{color:#374151}.staff-details-document-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.staff-details-document-stat{background:linear-gradient(135deg,#fff,#fcfbfd);border:2px solid rgba(142,23,115,.1);border-radius:12px;padding:20px;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.staff-details-document-stat:hover{border-color:#8e1773;transform:translateY(-2px);box-shadow:0 6px 20px #8e177326}.staff-details-doc-type{color:#1f2937;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.staff-details-doc-count{background:linear-gradient(135deg,#8e1773,#a01a87);color:#fff;padding:6px 12px;border-radius:8px;font-size:13px;font-weight:700}.staff-details-no-data{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:2px dashed #d1d5db;border-radius:16px;padding:48px;text-align:center}.staff-details-no-data p{color:#6b7280;font-size:16px;margin:0;font-weight:500}@media (max-width: 1024px){.staff-details-info-grid{grid-template-columns:1fr}}@media (max-width: 768px){.staff-details-page{padding:16px}.staff-details-header{flex-direction:column;gap:20px;padding:20px}.staff-details-header-left{flex-direction:column;gap:16px}.staff-details-header-actions{width:100%;justify-content:flex-start}.staff-details-tabs{flex-direction:column;gap:8px}.staff-details-tab-btn{justify-content:flex-start;padding:16px 20px}.staff-details-profile-header{flex-direction:column;text-align:center;padding:24px}.staff-details-profile-status{justify-content:center}.staff-details-tab-content{padding:20px}.staff-details-certifications-list,.staff-details-document-stats{grid-template-columns:1fr}}@media (max-width: 480px){.staff-details-profile-avatar{width:80px;height:80px;font-size:36px}.staff-details-profile-info h2{font-size:24px}.staff-details-btn{padding:10px 16px;font-size:13px}.staff-details-error-actions{flex-direction:column}.staff-details-info-section{padding:20px}.staff-details-info-card{padding:16px}}.edit-staff-page{padding:24px;background:linear-gradient(135deg,#f8f7fa,#f5f4f7);min-height:100vh}.edit-staff-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;background:#fff;border-radius:16px;padding:48px;box-shadow:0 4px 20px #8e177314}.edit-staff-spinner{width:60px;height:60px;border:4px solid rgba(142,23,115,.1);border-top-color:#8e1773;border-radius:50%;animation:edit-staff-spin 1s linear infinite;margin-bottom:24px}@keyframes edit-staff-spin{to{transform:rotate(360deg)}}.edit-staff-loading p{color:#666;font-size:16px;font-weight:500}.edit-staff-error{background:linear-gradient(135deg,#fff5f7,#ffeef2);border:2px solid #fecdd3;border-radius:16px;padding:48px;text-align:center;max-width:600px;margin:40px auto}.edit-staff-error-icon{font-size:48px;margin-bottom:20px;display:block}.edit-staff-error h3{color:#dc2626;margin-bottom:12px;font-size:22px;font-weight:600}.edit-staff-error p{color:#666;margin-bottom:32px;line-height:1.6}.edit-staff-error-actions{display:flex;gap:16px;justify-content:center}.edit-staff-not-found{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #bae6fd;border-radius:16px;padding:48px;text-align:center;max-width:600px;margin:40px auto}.edit-staff-not-found-icon{font-size:48px;margin-bottom:20px;display:block}.edit-staff-not-found h3{color:#0369a1;margin-bottom:12px;font-size:22px;font-weight:600}.edit-staff-not-found p{color:#666;margin-bottom:32px;line-height:1.6}.edit-staff-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 20px #8e177314;border:1px solid rgba(142,23,115,.1)}.edit-staff-header-left{display:flex;align-items:flex-start;gap:24px}.edit-staff-back-btn{background:linear-gradient(135deg,#f8f7fa,#f0edf2);border:2px solid rgba(142,23,115,.2);color:#8e1773;padding:10px 20px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;white-space:nowrap;text-decoration:none}.edit-staff-back-btn:hover{background:linear-gradient(135deg,#8e1773,#a01a87);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #8e177333}.edit-staff-title h1{color:#1f2937;font-size:28px;font-weight:700;margin:0;background:linear-gradient(135deg,#8e1773,#c21f9e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.edit-staff-title p{color:#6b7280;margin:8px 0 0;font-size:15px}.edit-staff-header-actions{display:flex;gap:16px;align-items:center}.edit-staff-btn{padding:12px 24px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;border:none;text-decoration:none;white-space:nowrap;font-family:inherit}.edit-staff-btn-primary{background:linear-gradient(135deg,#8e1773,#a01a87);color:#fff;border:2px solid transparent}.edit-staff-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#a01a87,#8e1773);transform:translateY(-2px);box-shadow:0 8px 25px #8e17734d}.edit-staff-btn-primary:disabled{opacity:.6;cursor:not-allowed}.edit-staff-btn-outline{background:transparent;color:#8e1773;border:2px solid #8e1773}.edit-staff-btn-outline:hover{background:#8e17730d;transform:translateY(-2px);box-shadow:0 8px 25px #8e177326}.edit-staff-alert{padding:16px 20px;border-radius:12px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;animation:edit-staff-fadeIn .3s ease}@keyframes edit-staff-fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.edit-staff-alert-error{background:linear-gradient(135deg,#fee2e2,#fecaca);border:2px solid #f87171;color:#dc2626}.edit-staff-alert-success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:2px solid #10b981;color:#065f46}.edit-staff-alert-close{background:transparent;border:none;color:inherit;font-size:20px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.edit-staff-alert-close:hover{background:#0000001a}.edit-staff-form{background:#fff;border-radius:20px;padding:32px;box-shadow:0 8px 30px #8e17731a;border:1px solid rgba(142,23,115,.1)}.edit-staff-profile-header{background:linear-gradient(135deg,#faf9fb,#f6f4f8);border:1px solid rgba(142,23,115,.1);border-radius:16px;padding:24px;margin-bottom:32px}.edit-staff-profile-info h2{color:#1f2937;font-size:24px;font-weight:700;margin:0 0 8px}.edit-staff-profile-info p{color:#6b7280;font-size:16px;margin:0 0 16px;font-weight:500}.edit-staff-profile-status{display:flex;gap:12px;flex-wrap:wrap}.edit-staff-employee-id-badge{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#4b5563;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:6px;border:1px solid #d1d5db}.edit-staff-tabs{display:flex;gap:4px;background:#fff;padding:8px;border-radius:12px;margin-bottom:32px;border:1px solid rgba(142,23,115,.1);box-shadow:0 4px 15px #8e177314}.edit-staff-tab-btn{padding:14px 24px;background:transparent;border:none;color:#6b7280;font-weight:600;font-size:14px;cursor:pointer;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;gap:8px;flex:1;justify-content:center;font-family:inherit}.edit-staff-tab-btn:hover{background:#8e17730d;color:#8e1773}.edit-staff-tab-active{background:linear-gradient(135deg,#8e1773,#a01a87);color:#fff;box-shadow:0 4px 15px #8e177333}.edit-staff-tab-active:hover{background:linear-gradient(135deg,#a01a87,#8e1773);color:#fff}.edit-staff-tab-content{margin-bottom:32px}.edit-staff-tab-panel{animation:edit-staff-panelFade .4s ease}@keyframes edit-staff-panelFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.edit-staff-form-section{margin-bottom:32px}.edit-staff-form-section h3{color:#1f2937;font-size:20px;font-weight:700;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid rgba(142,23,115,.1);display:flex;align-items:center;gap:10px}.edit-staff-form-section h3:after{content:"";flex:1;height:2px;background:linear-gradient(90deg,rgba(142,23,115,.3),transparent);margin-left:10px}.edit-staff-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.edit-staff-form-group{display:flex;flex-direction:column}.edit-staff-form-group-full{grid-column:1 / -1}.edit-staff-form-group label{color:#4b5563;font-size:14px;font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:6px}.edit-staff-form-group label:after{content:"*";color:#ef4444;font-size:12px;margin-left:2px;opacity:0}.edit-staff-form-group label[for*="*"]:after{opacity:1}.edit-staff-input,.edit-staff-select,.edit-staff-textarea{padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:14px;font-family:inherit;transition:all .3s ease;background:#fff;color:#1f2937}.edit-staff-input:focus,.edit-staff-select:focus,.edit-staff-textarea:focus{outline:none;border-color:#8e1773;box-shadow:0 0 0 3px #8e17731a}.edit-staff-input:hover:not(:disabled):not(:focus),.edit-staff-select:hover:not(:disabled):not(:focus),.edit-staff-textarea:hover:not(:disabled):not(:focus){border-color:#9ca3af}.edit-staff-input::placeholder,.edit-staff-select::placeholder,.edit-staff-textarea::placeholder{color:#9ca3af}.edit-staff-input:disabled,.edit-staff-select:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed;border-color:#e5e7eb}.edit-staff-input-disabled{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-color:#d1d5db;color:#6b7280}.edit-staff-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px;padding-right:40px}.edit-staff-textarea{min-height:100px;resize:vertical}.edit-staff-helper-text{color:#6b7280;font-size:12px;margin-top:6px;display:block}.edit-staff-form-actions{display:flex;justify-content:flex-end;gap:16px;padding-top:24px;border-top:2px solid rgba(142,23,115,.1)}@media (max-width: 1024px){.edit-staff-form-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width: 768px){.edit-staff-page{padding:16px}.edit-staff-header{flex-direction:column;gap:20px;padding:20px}.edit-staff-header-left{flex-direction:column;gap:16px}.edit-staff-header-actions{width:100%;justify-content:flex-start}.edit-staff-tabs{flex-direction:column;gap:8px}.edit-staff-tab-btn{justify-content:flex-start;padding:16px 20px}.edit-staff-form{padding:20px}.edit-staff-form-actions{flex-direction:column}.edit-staff-btn{width:100%;justify-content:center}}@media (max-width: 480px){.edit-staff-title h1{font-size:24px}.edit-staff-profile-info h2{font-size:20px}.edit-staff-form-section h3{font-size:18px}.edit-staff-form-grid{grid-template-columns:1fr}.edit-staff-error-actions{flex-direction:column}}.staff-onboarding{max-width:1200px;margin:0 auto;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.onboarding-header{text-align:center;margin-bottom:30px;padding:20px;background:linear-gradient(135deg,#8e1773,#5a0f4a);border-radius:10px;color:#fff}.onboarding-header h1{font-size:2.5rem;margin-bottom:10px;font-weight:600}.onboarding-header p{font-size:1.1rem;opacity:.9}.progress-section{margin:40px 0}.progress-bar{display:flex;justify-content:space-between;align-items:center;position:relative}.progress-bar:before{content:"";position:absolute;top:25px;left:0;right:0;height:4px;background:#e0e0e0;z-index:1}.progress-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;flex:1}.step-number{width:50px;height:50px;border-radius:50%;background:#fff;border:3px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin-bottom:10px;transition:all .3s ease}.progress-step.active .step-number{border-color:#8e1773;background:#8e1773;color:#fff;transform:scale(1.1)}.progress-step.completed .step-number{border-color:#8e1773;background:#8e1773;color:#fff}.step-label{font-size:.9rem;color:#666;text-align:center;font-weight:500}.progress-step.active .step-label{color:#8e1773;font-weight:600}.staff-onboarding-section{background:#fff;border-radius:10px;padding:30px;box-shadow:0 2px 20px #0000001a;margin-bottom:30px}.section-title{font-size:1.8rem;color:#333;margin-bottom:10px;font-weight:600}.section-subtitle{color:#666;margin-bottom:30px;font-size:1rem}.subsection-title{font-size:1.3rem;color:#444;margin:25px 0 15px;padding-bottom:10px;border-bottom:2px solid #f0f0f0;font-weight:600}.onboarding-form{margin-top:20px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:20px}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;margin-bottom:8px;color:#444;font-size:.95rem}.form-group label:after{content:"*";color:#e74c3c;margin-left:4px;display:none}.form-group label.required:after{display:inline}.form-control{padding:12px 15px;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:all .3s ease;background:#fff}.form-control:focus{outline:none;border-color:#8e1773;box-shadow:0 0 0 3px #8e17731a}.form-control.error{border-color:#e74c3c}textarea.form-control{resize:vertical;min-height:100px}.error-message{color:#e74c3c;font-size:.85rem;margin-top:5px;display:flex;align-items:center;gap:5px}.error-message:before{content:"⚠";font-size:.9rem}.array-item{background:#f9f9f9;padding:20px;border-radius:8px;margin-bottom:20px;border-left:4px solid #8e1773}.array-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.array-item-header h3{font-size:1.2rem;color:#444;font-weight:600}.btn-remove{background:#e74c3c;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:.9rem;display:flex;align-items:center;gap:5px;transition:background .3s ease}.btn-remove:hover{background:#c0392b}.item-divider{border:none;border-top:1px dashed #ddd;margin:25px 0}.add-item-section{text-align:center;margin-top:30px}.btn-add{background:#8e1773;color:#fff;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:1rem;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.btn-add:hover{background:#6d1258;transform:translateY(-2px);box-shadow:0 4px 12px #8e17734d}.file-upload{position:relative}.file-input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.file-upload-label{display:flex;align-items:center;gap:10px;padding:12px 20px;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:6px;cursor:pointer;transition:all .3s ease}.file-upload-label:hover{background:#e9ecef;border-color:#8e1773}.file-upload-label i{color:#8e1773}.documents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-bottom:30px}.document-card{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:20px;text-align:center;transition:all .3s ease}.document-card:hover{border-color:#8e1773;transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.document-icon{font-size:2.5rem;color:#8e1773;margin-bottom:15px}.document-card h3{font-size:1.1rem;color:#333;margin-bottom:8px}.document-card p{font-size:.9rem;color:#666;margin-bottom:15px}.percentage-input{display:flex;align-items:center;gap:15px}.percentage-slider{flex:1;height:6px;-webkit-appearance:none;background:#e0e0e0;border-radius:3px;outline:none}.percentage-slider::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;background:#8e1773;border-radius:50%;cursor:pointer}.percentage-value{font-weight:700;color:#8e1773;min-width:50px}.documents-note,.additional-info-note{background:#f8e9f5;border-left:4px solid #8e1773;padding:20px;border-radius:6px;margin-top:30px;display:flex;gap:15px;align-items:flex-start}.note-icon{font-size:1.5rem;color:#8e1773}.note-content h4{color:#8e1773;margin-bottom:10px;font-weight:600}.note-content ul{margin:10px 0;padding-left:20px}.note-content li{margin-bottom:5px;color:#333}.emergency-contact-section{background:#f9f0f7;padding:20px;border-radius:8px;margin-top:20px;border-left:4px solid #8e1773}.navigation-buttons{display:flex;justify-content:space-between;padding:20px 0;margin-top:30px;border-top:1px solid #e0e0e0}.btn-primary,.btn-secondary,.btn-success{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#8e1773,#6d1258);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #8e17734d}.btn-secondary{background:#8e1773;color:#fff}.btn-secondary:hover:not(:disabled){background:#6d1258}.btn-success{background:linear-gradient(135deg,#8e1773,#4a0f3c);color:#fff}.btn-success:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #8e17734d}.btn-primary:disabled,.btn-secondary:disabled,.btn-success:disabled{opacity:.6;cursor:not-allowed;transform:none}.success-message,.error-message{padding:15px 20px;border-radius:6px;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-weight:500}.success-message{background:#e8f7f0;color:#0d5c36;border-left:4px solid #8e1773}.error-message{background:#fdeaea;color:#721c24;border-left:4px solid #e74c3c}.success-message i,.error-message i{font-size:1.2rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.animate-fade-in{animation:fadeIn .5s ease}.animate-slide-in{animation:slideIn .5s ease}.animate-shake{animation:shake .5s ease}.spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@media (max-width: 768px){.staff-onboarding{padding:10px}.onboarding-header h1{font-size:2rem}.progress-bar{flex-wrap:wrap;gap:15px}.progress-step{flex:0 0 calc(33.333% - 10px)}.form-row,.documents-grid{grid-template-columns:1fr}.navigation-buttons{flex-direction:column;gap:15px}.navigation-buttons button{width:100%;justify-content:center}}.staff-onboarding-section::-webkit-scrollbar{width:8px}.staff-onboarding-section::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.staff-onboarding-section::-webkit-scrollbar-thumb{background:#8e1773;border-radius:4px}.staff-onboarding-section::-webkit-scrollbar-thumb:hover{background:#6d1258}.form-control:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.form-control:focus-visible,.btn-primary:focus-visible,.btn-secondary:focus-visible,.btn-success:focus-visible{outline:2px solid #8e1773;outline-offset:2px}@media print{.navigation-buttons,.file-upload,.btn-add,.btn-remove{display:none!important}.staff-onboarding-section{box-shadow:none;border:1px solid #ddd;break-inside:avoid}.document-card{break-inside:avoid}}*{margin:0;padding:0;box-sizing:border-box}header img{height:60px;margin-right:20px}header h1{font-size:1.8rem;text-align:left;flex:1}section{background-color:#fff;padding:30px;margin-bottom:20px;border-radius:10px;box-shadow:0 4px 6px #0000001a}section h2{font-size:1.4rem;color:#8e1773;margin-bottom:20px}label{display:block;font-size:.9rem;color:#8e1773;margin-bottom:8px;font-weight:500;text-transform:capitalize}input[type=text],input[type=number],input[type=date]{width:100%;padding:12px;border:2px solid #8e1773;border-radius:8px;font-size:1rem;margin-bottom:15px;color:#fff;background-color:#8e1773;transition:all .3s ease}input[type=text]::placeholder,input[type=number]::placeholder,input[type=date]::placeholder{color:#fff;opacity:.8}input[type=text]:focus,input[type=number]:focus,input[type=date]:focus{border-color:#8e1773;background-color:#8e1773;outline:none}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}button{padding:12px 20px;font-size:1rem;color:#fff;background-color:#8e1773;border-radius:8px;cursor:pointer;border:none;transition:all .3s ease;margin:5px}button:hover{background-color:#b3145e}button:disabled{background-color:#e2e2e2;cursor:not-allowed}@media (max-width: 768px){header{flex-direction:column;text-align:center}section{padding:20px}button{width:100%;margin-top:10px}}@media (max-width: 480px){h1{font-size:1.5rem}section{padding:15px}input[type=text],input[type=number],input[type=date],button{padding:10px;font-size:.9rem}}.finance-dashboard{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #8e177314;border:1px solid #f0f0f0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.finance-dashboard__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f8f8f8}.finance-dashboard__title{font-size:1.75rem;font-weight:700;color:#8e1773;margin:0}.view-controls{display:flex;background:#f8f8f8;border-radius:12px;padding:4px;gap:4px}.view-controls__btn{padding:.75rem 1.5rem;border:none;background:transparent;border-radius:8px;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease;font-size:.875rem}.view-controls__btn--active{background:#8e1773;color:#fff;box-shadow:0 2px 8px #8e17734d}.config-panel{background:#fafafa;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #f0f0f0}.config-panel__title{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:1rem}.config-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.config-field{display:flex;flex-direction:column}.config-field__label{font-size:.875rem;font-weight:500;color:#555;margin-bottom:.5rem}.config-field__input{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff}.config-field__input:focus{outline:none;border-color:#8e1773;box-shadow:0 0 0 3px #8e17731a}.finance-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #0000000d;border:1px solid #f0f0f0;transition:transform .3s ease,box-shadow .3s ease}.finance-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001a}.finance-card--primary{border-top:4px solid #8e1773}.finance-card--secondary{border-top:4px solid #ff6b35}.finance-card--success{border-top:4px solid #10b981}.finance-card--accent{border-top:4px solid #8b5cf6}.finance-card--warning{border-top:4px solid #f59e0b}.finance-card--info{border-top:4px solid #3b82f6}.finance-card--large .finance-card__value{font-size:2rem}.finance-card__title{font-size:.875rem;font-weight:600;color:#666;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.finance-card__value{font-size:1.75rem;font-weight:700;color:#333;margin-bottom:.25rem}.finance-card__subtitle{font-size:.75rem;color:#888;margin:0}.overview-panel{display:flex;flex-direction:column;gap:2rem}.metrics-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.panel-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:1.5rem}.personnel-panel{margin-bottom:1rem}.personnel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.personnel-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #0000000d;border:1px solid #f0f0f0;transition:all .3s ease}.personnel-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001a}.personnel-card--primary{border-left:4px solid #8e1773}.personnel-card--secondary{border-left:4px solid #ff6b35}.personnel-card--accent{border-left:4px solid #8b5cf6}.personnel-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0}.personnel-card__title{font-size:1.1rem;font-weight:600;color:#333;margin:0}.personnel-card__count{font-size:.875rem;color:#666;background:#f8f8f8;padding:.25rem .75rem;border-radius:20px}.personnel-card__details{display:flex;flex-direction:column;gap:.75rem}.personnel-card__detail{display:flex;justify-content:space-between;align-items:center}.personnel-card__label{font-size:.875rem;color:#666}.personnel-card__value{font-size:1rem;font-weight:600;color:#333}.personnel-card__value--highlight{color:#8e1773;font-size:1.1rem}.flow-panel{background:#fafafa;border-radius:12px;padding:2rem;border:1px solid #f0f0f0}.flow-diagram{display:flex;align-items:center;justify-content:space-between;gap:1rem}.flow-stage{text-align:center;padding:1.5rem;border-radius:12px;min-width:140px;flex:1}.flow-stage--income{background:linear-gradient(135deg,#8e1773,#a91e8d);color:#fff}.flow-stage--deductions{background:#fff;border:2px solid #f0f0f0;padding:1rem}.flow-stage--net{background:linear-gradient(135deg,#10b981,#34d399);color:#fff}.flow-stage__amount{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.flow-stage__label{font-size:.875rem;opacity:.9}.flow-stage__title{font-size:1rem;font-weight:600;color:#333;margin-bottom:1rem}.flow-deductions{display:flex;flex-direction:column;gap:.5rem}.flow-arrow{font-size:1.5rem;color:#ccc;font-weight:300}.deduction-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border-radius:6px;border:1px solid #f0f0f0}.deduction-item--neutral{border-left:3px solid #9ca3af}.deduction-item__label{font-size:.875rem;color:#666}.deduction-item__value{font-size:.875rem;font-weight:600;color:#ef4444}.detailed-panel{margin-top:1rem}.analysis-grid{display:grid;gap:2rem}.analysis-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #0000000d;border:1px solid #f0f0f0}.analysis-section__title{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f8f8f8}.analysis-cards,.admin-cards,.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.deduction-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.deduction-category{background:#fafafa;border-radius:8px;padding:1.25rem}.deduction-category__title{font-size:1rem;font-weight:600;color:#333;margin-bottom:1rem}.deduction-total{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border-radius:6px;margin-top:.75rem;font-weight:600;color:#333;border:1px solid #e0e0e0}.final-calculation{display:flex;flex-direction:column;gap:.75rem}.calculation-row{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-radius:8px;font-weight:600}.calculation-row--gross{background:#f0f9ff;color:#0369a1;border:1px solid #e0f2fe}.calculation-row--deduction{background:#fef2f2;color:#dc2626;border:1px solid #fee2e2}.calculation-row--total-deduction{background:#fef2f2;color:#b91c1c;border:2px solid #fecaca;font-size:1.1rem}.calculation-row--net{background:#f0fdf4;color:#059669;border:2px solid #dcfce7;font-size:1.2rem}.calculation-row__label{font-size:.875rem}.calculation-row__value{font-size:1rem}.summary-footer{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid #f8f8f8}.summary-item{text-align:center;padding:1.5rem;border-radius:12px;background:#fff;box-shadow:0 2px 8px #0000000d}.summary-item--gross{border-top:4px solid #8e1773}.summary-item--deductions{border-top:4px solid #ef4444}.summary-item--net{border-top:4px solid #10b981}.summary-item--admin{border-top:4px solid #8b5cf6}.summary-item__value{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.summary-item__label{font-size:.875rem;color:#666;font-weight:500}@media (max-width: 768px){.finance-dashboard{padding:1rem}.finance-dashboard__header{flex-direction:column;gap:1rem;align-items:stretch}.view-controls{align-self:center}.flow-diagram{flex-direction:column;gap:1rem}.flow-arrow{transform:rotate(90deg)}.config-grid,.metrics-panel,.personnel-grid{grid-template-columns:1fr}.summary-footer{grid-template-columns:1fr 1fr}}@media (max-width: 480px){.summary-footer{grid-template-columns:1fr}.view-controls__btn{padding:.5rem 1rem;font-size:.75rem}}.applicant-notifications-details,.applicant-notifications-list{min-height:100vh;background-color:#f9fafb;padding:1rem}@media (min-width: 768px){.applicant-notifications-details,.applicant-notifications-list{padding:1.5rem}}.details-container,.list-container{max-width:80rem;margin:0 auto}.back-button{display:flex;align-items:center;color:#2563eb;margin-bottom:1rem;background:none;border:none;cursor:pointer;font-size:.875rem}.back-button:hover{color:#1d4ed8}.header-section,.main-header{margin-bottom:1.5rem}.header-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.header-subtitle{color:#6b7280;margin-top:.25rem}.header-actions{display:flex;gap:.75rem;margin-top:1rem}.main-header{margin-bottom:2rem}.header-row{display:flex;flex-direction:column}@media (min-width: 768px){.header-row{flex-direction:row;align-items:center;justify-content:space-between}}.header-left{margin-bottom:1rem}@media (min-width: 768px){.header-left{margin-bottom:0}}.main-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}@media (min-width: 768px){.main-title{font-size:1.875rem}}.applicant-display{display:flex;align-items:center}.applicant-display.list-view{margin-top:.5rem}.applicant-avatar{flex-shrink:0;margin-right:.75rem}.avatar-img{height:2.5rem;width:2.5rem;border-radius:9999px;object-fit:cover}.avatar-placeholder{height:2.5rem;width:2.5rem;border-radius:9999px;background-color:#dbeafe;display:flex;align-items:center;justify-content:center}.avatar-initial{color:#2563eb;font-weight:500}.applicant-info{display:flex;flex-direction:column}.applicant-name{font-size:1.125rem;font-weight:500;color:#111827}.applicant-email{font-size:.875rem;color:#6b7280}.btn{padding:.5rem 1rem;border-radius:.375rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;font-size:.875rem}.btn:focus{outline:none;box-shadow:0 0 0 2px currentColor}.btn--primary{background-color:#2563eb;color:#fff;display:flex;align-items:center}.btn--primary:hover{background-color:#1d4ed8}.btn--primary:focus{box-shadow:0 0 0 2px #93c5fd}.btn--orange{background-color:#ea580c;color:#fff}.btn--orange:hover{background-color:#c2410c}.btn--orange:focus{box-shadow:0 0 0 2px #fdba74}.btn--red{background-color:#dc2626;color:#fff}.btn--red:hover{background-color:#b91c1c}.btn--red:focus{box-shadow:0 0 0 2px #fca5a5}.btn--blue{background-color:#3b82f6;color:#fff}.btn--blue:hover{background-color:#2563eb}.btn--blue:focus{box-shadow:0 0 0 2px #93c5fd}.btn--gray{background-color:#f3f4f6;color:#374151}.btn--gray:hover{background-color:#e5e7eb}.btn--gray:focus{box-shadow:0 0 0 2px #9ca3af}.btn--light-gray{background-color:#f9fafb;color:#374151;border:1px solid #d1d5db}.btn--light-gray:hover{background-color:#f3f4f6}.btn--outline{background-color:transparent;border:1px solid #d1d5db;color:#374151}.btn--outline:hover{background-color:#f9fafb}.btn--disabled{opacity:.5;cursor:not-allowed}.alert{margin-bottom:1.5rem;padding:1rem;border-radius:.5rem;border:1px solid;display:flex;align-items:center}.alert--success{background-color:#f0fdf4;border-color:#bbf7d0}.alert--error{background-color:#fef2f2;border-color:#fecaca}.alert-icon{width:1.25rem;height:1.25rem;margin-right:.5rem}.alert--success .alert-icon{color:#22c55e}.alert--error .alert-icon{color:#ef4444}.alert-message{font-size:.875rem}.alert--success .alert-message{color:#166534}.alert--error .alert-message{color:#991b1b}.content-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){.content-grid{grid-template-columns:1fr 2fr}}.info-card,.message-card,.stat-card,.filters-card,.content-card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:1.5rem}.info-title,.filters-title,.content-title,.modal-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem}.modal-title{font-size:1.25rem;margin:0}.info-section{margin-bottom:1.5rem}.info-label{font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:.25rem}.info-value{color:#111827}.info-time{font-size:.875rem;color:#6b7280;margin-top:.25rem}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.badge--green{background-color:#dcfce7;color:#166534}.badge--blue{background-color:#dbeafe;color:#1e40af}.badge--yellow{background-color:#fef3c7;color:#92400e}.badge--red{background-color:#fee2e2;color:#991b1b}.badge--teal{background-color:#ccfbf1;color:#115e59}.badge--gray{background-color:#f3f4f6;color:#374151}.applicant-info-section{padding-top:1.5rem;border-top:1px solid #e5e7eb}.message-header{margin-bottom:1.5rem}.message-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.message-description{color:#6b7280}.content-box{margin-bottom:2rem}.content-label{font-size:.875rem;font-weight:500;color:#6b7280;margin-bottom:.75rem}.message-box{background-color:#f9fafb;padding:1rem;border-radius:.375rem}.message-text{white-space:pre-wrap;color:#111827;font-family:ui-sans-serif,system-ui,sans-serif;line-height:1.5;margin:0;font-size:.875rem}.custom-message-box{background-color:#eff6ff;padding:1rem;border-radius:.375rem;border:1px solid #dbeafe}.metadata-box{background-color:#f9fafb;padding:1rem;border-radius:.375rem}.metadata-pre{white-space:pre-wrap;font-size:.75rem;color:#374151;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;margin:0}.stats-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1.5rem}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-content{display:flex;align-items:center}.stat-icon{flex-shrink:0;padding:.75rem;border-radius:9999px}.stat-icon--blue{background-color:#dbeafe}.stat-icon--green{background-color:#d1fae5}.stat-icon--red{background-color:#fee2e2}.stat-icon svg{width:1.5rem;height:1.5rem}.stat-icon--blue svg{color:#2563eb}.stat-icon--green svg{color:#059669}.stat-icon--red svg{color:#dc2626}.stat-text{margin-left:1rem}.stat-label{font-size:.875rem;font-weight:500;color:#6b7280}.stat-value{font-size:1.5rem;font-weight:600;color:#111827}.filters-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.filters-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.filters-grid{grid-template-columns:repeat(4,1fr)}}.filter-group{margin-bottom:0}.filter-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.filter-input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;transition:all .2s}.filter-input:focus{outline:none;box-shadow:0 0 0 2px #3b82f6;border-color:#3b82f6}.filter-actions{display:flex;gap:.75rem;margin-top:1.5rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.modal{background-color:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:42rem;width:100%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-close{color:#9ca3af;background:none;border:none;cursor:pointer;padding:.25rem}.modal-close:hover{color:#6b7280}.modal-body{padding:1.5rem}.modal-field{margin-bottom:1rem}.modal-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}.modal-textarea{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;min-height:6rem;resize:vertical}.modal-textarea:focus{outline:none;box-shadow:0 0 0 2px #3b82f6;border-color:#3b82f6}.modal-hint{font-size:.75rem;color:#6b7280;margin-top:.25rem}.checkbox-group{display:flex;align-items:center;gap:1rem}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-size:.875rem}.checkbox-input{height:1rem;width:1rem;color:#3b82f6;border-radius:.25rem;border:1px solid #d1d5db;margin-right:.5rem}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.content-header{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.content-title{font-size:1.125rem;font-weight:600;color:#374151;margin:0}.loading-indicator{display:flex;align-items:center;font-size:.875rem;color:#6b7280}.spinner{animation:spin 1s linear infinite;border-radius:50%;border:2px solid transparent;border-top-color:#3b82f6;width:1rem;height:1rem;margin-right:.5rem}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:3rem 1rem}.empty-icon{width:3rem;height:3rem;color:#9ca3af;margin:0 auto 1rem}.empty-title{font-size:.875rem;font-weight:500;color:#111827;margin-bottom:.25rem}.empty-description{font-size:.875rem;color:#6b7280}.table-container{overflow-x:auto}.table{min-width:100%;border-collapse:collapse}.table-head{background-color:#f9fafb}.table-header{padding:.75rem 1.5rem;text-align:left;font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb}.table-row{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.table-row:hover{background-color:#f9fafb}.table-cell{padding:1rem 1.5rem;font-size:.875rem;vertical-align:middle}.table-cell--nowrap{white-space:nowrap}.notification-type{display:flex;flex-direction:column}.notification-name{font-weight:500;color:#111827;margin-bottom:.125rem}.notification-preview{font-size:.75rem;color:#6b7280;max-width:16rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.action-group{display:flex;gap:.75rem}.action-btn{background:none;border:none;padding:.25rem;cursor:pointer;color:#6b7280;transition:color .2s;display:flex;align-items:center;justify-content:center}.action-btn:hover{color:#374151}.action-btn--view:hover{color:#2563eb}.action-btn--resend:hover{color:#ea580c}.icon,.btn-icon,.action-icon,.alert-icon,.modal-close svg{width:1.25rem;height:1.25rem}.btn-icon,.btn--primary .btn-icon{margin-right:.5rem}
