:root{--primary-blue: #2563EB;--primary-light: #EFF6FF;--primary-dark: #1E40AF;--bg-main: #F8FAFC;--sidebar-width: 270px;--sidebar-collapsed-width: 80px;--header-height: 70px;--text-dark: #0F172A;--text-main: #334155;--text-light: #64748B;--card-bg: #FFFFFF;--success: #10B981;--danger: #EF4444;--warning: #F59E0B;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--border: 1px solid #E2E8F0;--radius: 12px}body{background-color:var(--bg-main);color:var(--text-main);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.admin-layout{display:flex;min-height:100vh;background-color:var(--bg-main)}.sidebar{width:var(--sidebar-width);background:#fff;height:100vh;position:fixed;left:0;top:0;display:flex;flex-direction:column;border-right:1px solid #F1F5F9;z-index:100;transition:width .3s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 24px #00000005}.sidebar-collapsed .sidebar{width:var(--sidebar-collapsed-width)}.main-wrapper{margin-left:var(--sidebar-width);flex:1;display:flex;flex-direction:column;transition:margin-left .3s cubic-bezier(.4,0,.2,1)}.sidebar-collapsed .main-wrapper{margin-left:var(--sidebar-collapsed-width)}.toggle-btn{margin-right:20px;color:var(--text-light);display:flex;align-items:center;justify-content:center;transition:color .2s}.toggle-btn:hover{color:var(--primary-blue)}.sidebar-collapsed .sidebar-logo{padding:20px 10px}.sidebar-collapsed .sidebar-logo img{height:40px}.sidebar-collapsed .menu-item{justify-content:center;padding:14px 0}.sidebar-collapsed .icon-wrapper{margin-right:0}.sidebar-logo{padding:0;display:flex;justify-content:center;align-items:center;height:70px}.sidebar-logo img{width:140px;object-fit:contain}.company-info-sidebar{border-top:1px solid #E2E8F0;border-bottom:1px solid #E2E8F0;padding:16px 20px;background-color:#fff;margin-bottom:8px}.company-name-display{font-size:13px;font-weight:600;color:#334155;display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.5px;line-height:1.4}.company-name-display .company-icon{color:#475569;flex-shrink:0}.truncate-text{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.sidebar-nav{flex:1;padding:10px 16px;overflow-y:auto}.sidebar-nav::-webkit-scrollbar{width:5px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:var(--primary-blue)}.sidebar-nav{scrollbar-width:thin;scrollbar-color:#E2E8F0 transparent}.menu-item{display:flex;align-items:center;width:100%;padding:12px 16px;margin-bottom:4px;border-radius:10px;color:#64748b;text-decoration:none;font-size:14px;font-weight:500;border:none;background:transparent;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap}.menu-item:hover{background:#f8fafc;color:var(--primary-blue)}.menu-item.active{background:var(--primary-light);color:var(--primary-blue);font-weight:600}.icon-wrapper{margin-right:12px;display:flex;align-items:center}.arrow{margin-left:auto;transition:transform .2s}.arrow.open{transform:rotate(180deg)}.submenu{list-style:none;padding-left:38px;margin-bottom:8px}.submenu li a,.submenu-label{display:flex;align-items:center;padding:10px 0;color:var(--text-light);text-decoration:none;font-size:14px;font-weight:500;transition:.2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sub-icon{margin-right:10px;display:flex;align-items:center;color:#cbd5e1}.label-content{display:flex;align-items:center}.submenu li a:hover,.submenu li a.active,.submenu-label:hover,.submenu-label.expanded,.submenu li a.active .sub-icon,.submenu-label.expanded .sub-icon{color:var(--primary-blue)}.submenu-item-container{margin-bottom:2px}.submenu-label{justify-content:space-between;cursor:pointer}.sub-arrow{transition:transform .2s}.sub-arrow.open{transform:rotate(180deg)}.nested-submenu{list-style:none;padding-left:10px;border-left:1px solid #E2E8F0;margin:4px 0 10px 8px}.nested-submenu li a{padding:8px 0;font-size:13.5px;display:flex;align-items:center}.nested-dot{width:4px;height:4px;background:#cbd5e1;border-radius:50%;margin-right:10px;flex-shrink:0}.nested-submenu li a.active .nested-dot{background:var(--primary-blue)}.sidebar-footer{padding:16px;border-top:var(--border)}.main-wrapper{margin-left:var(--sidebar-width);flex:1;display:flex;flex-direction:column}.admin-header{height:var(--header-height);background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:0 40px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #F1F5F9;position:sticky;top:0;z-index:90}.header-left{display:flex;align-items:center}.page-title{font-size:20px;font-weight:700;color:var(--text-dark);margin:0;letter-spacing:-.02em}.header-search{flex:1;max-width:400px;margin:0 40px;position:relative}.search-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;margin-top:8px;max-height:400px;overflow-y:auto;z-index:1000;border:1px solid #F1F5F9}.search-dropdown::-webkit-scrollbar{width:6px}.search-dropdown::-webkit-scrollbar-track{background:transparent;margin:10px 0}.search-dropdown::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.search-dropdown::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.search-result-item{padding:12px 16px;font-size:14px;color:var(--text-dark);cursor:pointer;transition:background .2s}.search-result-item:hover{background:#f8fafc;color:var(--primary-blue)}.search-no-results{padding:16px;font-size:14px;color:var(--text-light);text-align:center}.search-wrapper{background:#f1f5f9;padding:8px 16px;border-radius:10px;display:flex;align-items:center;gap:10px}@keyframes placeholderFade{0%{opacity:.3}to{opacity:1}}.search-wrapper input::placeholder{color:var(--text-light);animation:placeholderFade 3s infinite alternate}.header-right{display:flex;align-items:center;gap:20px}.icon-btn{background:transparent;border:none;position:relative;cursor:pointer;color:var(--text-light)}.add-btn{background:var(--primary-blue);color:#fff;padding:8px;border-radius:50%;box-shadow:0 4px 10px #3a82f64d}.badge{position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:var(--danger);border-radius:50%;border:2px solid white}.user-profile{display:flex;align-items:center;gap:12px;padding-left:20px;border-left:var(--border)}.user-name{font-size:14px;font-weight:600}.avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background-color:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar img{width:100%;height:100%;border-radius:50%;object-fit:contain}.profile-dropdown-menu{position:absolute;top:100%;right:0;margin-top:12px;background:#fff;border-radius:8px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;width:220px;border:1px solid #E2E8F0;padding:8px 0;z-index:50;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown-header{padding:8px 16px 12px;display:flex;flex-direction:column}.profile-dropdown-header strong{font-size:14px;color:var(--text-dark)}.profile-dropdown-header span{font-size:12px;color:var(--text-light);margin-top:2px}.profile-dropdown-divider{height:1px;background:#e2e8f0;margin:4px 0}.profile-dropdown-item{width:100%;display:flex;align-items:center;gap:12px;padding:10px 16px;background:transparent;border:none;font-size:14px;color:var(--text-main);cursor:pointer;transition:all .2s;text-align:left}.profile-dropdown-item:hover{background:#f8fafc;color:var(--primary-blue)}.profile-dropdown-item.logout-item:hover{background:#fef2f2;color:var(--danger)}.profile-dropdown-item svg{color:#64748b;width:16px;height:16px;transition:color .2s}.profile-dropdown-item:hover svg{color:inherit}.content-area{padding:0;flex:1;background-color:var(--bg-main)}.dashboard-controls{display:flex;gap:16px;margin-bottom:24px}.date-picker,.filter-dropdown{background:#fff;padding:10px 16px;border-radius:10px;border:var(--border);display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;cursor:pointer}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-bottom:24px}.stat-card{background:#fff;padding:24px;border-radius:var(--radius);box-shadow:var(--shadow)}.stat-header{display:flex;justify-content:space-between;margin-bottom:12px}.stat-title{color:var(--text-light);font-size:14px;font-weight:500}.stat-trend{font-size:12px;font-weight:600;padding:2px 8px;border-radius:20px}.stat-trend.positive{background:#ecfdf5;color:var(--success)}.stat-trend.negative{background:#fef2f2;color:var(--danger)}.stat-value{font-size:1.75rem;font-weight:700;margin-bottom:8px}.stat-subtitle{font-size:12px;color:var(--text-light)}.stat-progress-container{height:6px;background:#f1f5f9;border-radius:10px;margin-top:16px;overflow:hidden}.stat-progress-bar{height:100%;background:var(--primary-blue)}.ss-form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.ss-label{font-size:14px;font-weight:600;color:var(--text-dark);margin-bottom:4px}.ss-input{padding:12px 16px;border:1px solid #E2E8F0;border-radius:8px;font-size:14px;background-color:#fff;color:var(--text-dark);transition:all .2s ease;outline:none}.ss-input:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #2563eb1a}.ss-input[type=file]{padding:8px 12px;background-color:#f8fafc;border:1px solid #E2E8F0;border-radius:8px;cursor:pointer}.ss-input[type=file]:hover{background-color:#f1f5f9;border-color:var(--primary-blue)}.file-input-wrapper{position:relative;display:flex;align-items:center}.file-input-wrapper input[type=file]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.file-input-display{padding:12px 16px;border:1px solid #E2E8F0;border-radius:8px;font-size:14px;background-color:#fff;color:var(--text-dark);display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease;min-height:48px}.file-input-display:hover{border-color:var(--primary-blue)}.file-input-display.has-file{border-color:var(--primary-blue);background-color:#f0f9ff}.file-input-text{flex:1;color:var(--text-light);font-size:14px}.file-input-display.has-file .file-input-text{color:var(--text-dark);font-weight:500}.file-input-button{background:var(--primary-blue);color:#fff;padding:8px 16px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.file-input-button:hover{background:#2563eb}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-bottom:24px}.grid-card{background:#fff;padding:24px;border-radius:var(--radius);box-shadow:var(--shadow)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.chart-legend{display:flex;gap:16px}.legend-item{font-size:12px;display:flex;align-items:center;gap:6px}.dot{width:10px;height:10px;border-radius:50%}.dot.received{background:#bfdbfe}.dot.hired{background:var(--primary-blue)}.mock-chart{height:200px;display:flex;align-items:flex-end}.chart-bars{flex:1;display:flex;align-items:flex-end;gap:10px;height:100%}.bar-group{flex:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;position:relative;gap:2px}.bar{width:100%;border-radius:2px}.bar.background{background:#bfdbfe}.bar.foreground{background:var(--primary-blue)}.mock-pie-container{display:flex;flex-direction:column;align-items:center}.pie-chart{width:150px;height:150px;border-radius:50%;background:conic-gradient(var(--primary-blue) 0% 60%,#93C5FD 60% 85%,#DBEAFE 85% 100%);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.pie-center{width:100px;height:100px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.source-list{width:100%;list-style:none}.source-list li{display:flex;align-items:center;font-size:14px;margin-bottom:12px}.source-val{margin-left:auto;font-weight:600}.dot.source-1{background:var(--primary-blue)}.dot.source-2{background:#93c5fd}.dot.source-3{background:#dbeafe}.dashboard-grid.bottom{grid-template-columns:1fr}.admin-table{width:100%;border-collapse:collapse}.admin-table th{text-align:left;color:var(--text-light);font-size:12px;text-transform:uppercase;font-weight:600;padding-bottom:16px;border-bottom:var(--border)}.admin-table td{padding:16px 0;border-bottom:#F1F5F9 solid 1px;font-size:14px}.user-cell{display:flex;align-items:center;gap:12px;font-weight:600}.user-cell img{width:32px;height:32px;border-radius:50%}.trend{font-size:12px;margin-left:8px}.trend.positive{color:var(--success)}.hired-cell{display:flex;align-items:center;gap:12px}.percentage{padding:2px 10px;border:1px solid var(--primary-blue);border-radius:20px;color:var(--primary-blue);font-size:12px;font-weight:600}@media(max-width:1024px){.dashboard-grid{grid-template-columns:1fr}.sidebar{transform:translate(-100%);transition:.3s}.main-wrapper{margin-left:0}}.loading-container,.error-container{display:flex;justify-content:center;align-items:center;min-height:300px;background:#fff;border-radius:var(--radius);margin:20px;font-weight:500}.error-container{color:var(--danger)}.bar-label{font-size:10px;color:var(--text-light);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60px}.role-stats-list{width:100%}.mock-chart.large{height:300px}.grid-column-right{display:flex;flex-direction:column;gap:24px}.event-list{display:flex;flex-direction:column;gap:16px}.event-item{display:flex;align-items:center;gap:12px}.event-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.event-info{flex:1}.event-name{font-size:14px;font-weight:600;color:var(--text-dark)}.event-type{font-size:12px;color:var(--text-light)}.event-date{font-size:13px;color:var(--primary-blue);font-weight:500}.dashboard-grid.triple{display:grid;grid-template-columns:2fr 1fr;gap:24px}.announcements-card{display:flex;flex-direction:column}.announcement-list{display:flex;flex-direction:column;gap:20px;flex:1}.announcement-item{padding:12px;border-radius:8px;border-bottom:1px solid #F1F5F9;transition:all .2s}.announcement-item:hover{background:#f8fafc;transform:translate(4px)}.announcement-item:last-child{border-bottom:none}.ann-time{font-size:11px;color:var(--text-light);margin-bottom:4px;text-transform:uppercase}.ann-title{font-size:14px;font-weight:600;margin-bottom:4px}.ann-desc{font-size:13px;color:var(--text-light);line-height:1.4}.view-all-btn{margin-top:20px;padding:10px;border:1px solid var(--primary-blue);background:transparent;color:var(--primary-blue);border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.view-all-btn:hover{background:var(--primary-blue);color:#fff}*{margin:0;padding:0;box-sizing:border-box}.login-page,.login-page *{font-family:Poppins,sans-serif}.login-page{height:100vh;width:100%;background:url(/login-bg.png) no-repeat center center/cover;display:flex;justify-content:flex-end;align-items:center;padding-right:10%;position:relative;overflow:hidden;perspective:1000px}.login-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;z-index:1}.flip-card-inner{position:relative;width:450px;height:auto;transition:transform .8s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d;z-index:2}.flipped{transform:rotateY(180deg)}.login-container{position:relative;width:100%;padding:40px;background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,198,255,.3);border-radius:24px;box-shadow:0 0 20px #0072ff33;display:flex;flex-direction:column;align-items:center;color:#000;backface-visibility:hidden}.register-container{transform:rotateY(180deg);position:absolute;top:0;left:0}.login-container:hover{box-shadow:0 0 40px #00c6ff66,inset 0 0 15px #00c6ff1a;border:1px solid #007DFF}.logo-wrapper{width:100%;display:flex;justify-content:center;margin-bottom:15px}.logo-wrapper img{max-width:160px;height:auto;filter:drop-shadow(0 0 8px rgba(0,198,255,.3))}.login-subtitle{font-size:13px;color:#000;margin-bottom:30px;letter-spacing:1.5px;text-transform:uppercase;font-weight:600}.form-group{width:100%;margin-bottom:22px;position:relative}.form-group label{display:block;margin-bottom:8px;font-size:13px;font-weight:600;color:#007dff;text-transform:uppercase;letter-spacing:.5px}.input-wrapper{position:relative;width:100%}.input-wrapper input{width:100%;padding:14px 16px;background:#ffffff80;border:1px solid rgba(0,125,255,.2);border-radius:12px;color:#000;font-size:14px;outline:none;transition:all .4s ease}.input-wrapper input:focus{border-color:#007dff;box-shadow:0 0 15px #007dff4d;background:#fffc}.eye-toggle{position:absolute;right:15px;top:50%;transform:translateY(-50%);cursor:pointer;opacity:.6;transition:all .3s;display:flex;align-items:center}.eye-toggle:hover{opacity:1;color:#007dff}.remember-forgot{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;font-size:13px}.remember-me{display:flex;align-items:center;gap:8px;cursor:pointer;color:#000}.remember-me input{accent-color:#007DFF;width:16px;height:16px}.forgot-link{color:#007dff;text-decoration:none;transition:.3s;font-weight:600}.forgot-link:hover{text-shadow:0 0 10px rgba(0,125,255,.4)}.login-btn{width:100%;padding:14px;background:linear-gradient(135deg,#0072ff,#00c6ff);border:none;border-radius:12px;color:#fff;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #0072ff4d;margin-bottom:25px;position:relative;overflow:hidden}.login-btn:hover{transform:scale(1.02);box-shadow:0 0 25px #00c6ff99}.login-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.error-message{width:100%;padding:10px;background:#ff00001a;border:1px solid rgba(255,0,0,.3);color:red;border-radius:8px;font-size:13px;margin-bottom:20px;text-align:center}.create-account{font-size:14px;color:#000}.create-account a{color:#007dff;text-decoration:none;font-weight:600;margin-left:8px;transition:all .3s;cursor:pointer}.create-account a:hover{text-shadow:0 0 15px rgba(0,125,255,.4)}@keyframes neonGlow{0%{text-shadow:0 0 5px #fff,0 0 10px #007DFF}to{text-shadow:0 0 10px #fff,0 0 20px #007DFF}}@media(max-width:600px){.login-page{justify-content:center;padding-right:0}.flip-card-inner{width:90%}.login-container{padding:40px 25px}}.profile-page-premium{min-height:100vh;background:radial-gradient(circle at top right,#f8fafc,#eff6ff);padding:40px 20px}.profile-container-premium{max-width:1100px;margin:0 auto}.profile-header-premium{margin-bottom:40px;position:relative;display:flex;justify-content:space-between;align-items:center}.profile-title-premium{font-size:36px;font-weight:800;color:#1e293b;letter-spacing:-.03em;margin-bottom:8px;background:linear-gradient(135deg,#1e293b,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.profile-subtitle-premium{font-size:16px;color:#64748b;font-weight:500}.profile-grid-premium{display:grid;grid-template-columns:350px 1fr;gap:32px}.profile-card-premium{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5);border-radius:24px;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #0000000d;overflow:hidden;transition:all .3s ease}.profile-card-premium:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.avatar-section-premium{padding:40px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;border-bottom:1px solid rgba(226,232,240,.6)}.avatar-wrapper-premium{position:relative;width:140px;height:140px;margin-bottom:24px}.avatar-img-premium{width:100%;height:100%;border-radius:50%;object-fit:contain;background-color:#fff;padding:4px;border:4px solid white;box-shadow:0 8px 16px #00000014;position:relative;z-index:1}.avatar-edit-premium{position:absolute;bottom:5px;right:5px;width:36px;height:36px;background:#2563eb;color:#fff;border-radius:50%;border:3px solid white;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all .2s}.avatar-edit-premium:hover{background:#1d4ed8;transform:scale(1.1)}.avatar-info-premium h3{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:4px}.user-badge{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#e0f2fe;color:#0369a1;padding:4px 12px;border-radius:20px}.contact-info-premium{padding:32px;display:flex;flex-direction:column;gap:20px}.contact-item{display:flex;align-items:center;gap:16px}.contact-icon{width:40px;height:40px;background:#f1f5f9;color:#3b82f6;border-radius:12px;display:flex;align-items:center;justify-content:center}.contact-text label{display:block;font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;margin-bottom:2px}.contact-text span{font-size:14px;font-weight:600;color:#1e293b}.security-card .card-header-premium{padding:24px 32px;border-bottom:1px solid rgba(226,232,240,.6);display:flex;justify-content:space-between;align-items:center}.header-title-box{display:flex;align-items:center;gap:12px}.card-title-premium{font-size:20px;font-weight:700;color:#1e293b;margin:0}.header-icon-premium{color:#2563eb}.last-updated{font-size:12px;color:#64748b;font-weight:500}.password-form-premium{padding:32px;display:flex;flex-direction:column;gap:24px}.form-group-premium{display:flex;flex-direction:column;gap:8px}.form-group-premium label{font-size:14px;font-weight:600;color:#475569}.password-input-wrapper-premium{position:relative;display:flex;align-items:center}.password-input-wrapper-premium input{width:100%;padding:14px 50px 14px 16px;background:#f8fafc;border:1.5px solid #E2E8F0;border-radius:12px;font-size:15px;color:#1e293b;transition:all .2s;font-family:inherit}.password-input-wrapper-premium input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;outline:none}.password-toggle-premium{position:absolute;right:12px;background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;display:flex;align-items:center;transition:color .2s}.password-toggle-premium:hover{color:#3b82f6}.strength-meter-container{margin-top:8px}.strength-meter-bar{height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden;margin-bottom:6px}.strength-meter-fill{height:100%;transition:all .4s ease}.strength-meter-text{display:flex;justify-content:space-between;font-size:12px;font-weight:600}.strength-hint{color:#64748b;font-weight:400}.form-actions-premium{margin-top:12px}.btn-premium-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:14px 28px;border:none;border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #2563eb40}.btn-premium-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #2563eb59;background:linear-gradient(135deg,#1d4ed8,#1e40af)}.btn-premium-primary:active:not(:disabled){transform:translateY(0)}.btn-premium-primary:disabled{opacity:.7;cursor:not-allowed}.security-notice-premium{margin-top:24px;background:#fffbeb;border:1px solid #FEF3C7;border-radius:16px;padding:20px;display:flex;gap:16px}.notice-icon{width:24px;height:24px;background:#f59e0b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;flex-shrink:0}.notice-content strong{display:block;font-size:14px;color:#92400e;margin-bottom:4px}.notice-content ul{padding-left:18px;margin:0;font-size:13px;color:#b45309}@keyframes pulse{0%{transform:scale(1);opacity:.15}50%{transform:scale(1.05);opacity:.25}to{transform:scale(1);opacity:.15}}@media(max-width:900px){.profile-grid-premium{grid-template-columns:1fr}}.company-details-container{padding:32px;max-width:1000px;margin:0 auto}.hrm-card{background:#fff;border:var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:24px;overflow:visible}.card-header-hrm{padding:20px 24px;border-bottom:1px solid #F1F5F9;background:#fafafa}.card-header-hrm h2{font-size:18px;font-weight:700;color:var(--text-dark);display:flex;align-items:center;gap:12px;margin:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.form-group-hrm{display:flex;flex-direction:column;gap:8px}.form-group-hrm label{font-size:15px;font-weight:600;color:var(--text-dark)}.form-control-hrm{height:48px;padding:0 16px;border:1.5px solid #E2E8F0;border-radius:10px;font-size:15px;font-weight:500;background-color:#fff;color:var(--text-dark);transition:all .2s cubic-bezier(.4,0,.2,1);box-sizing:border-box;width:100%}.form-control-hrm:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 4px #2563eb1a}select.form-control-hrm,select{appearance:none!important;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-position:right 14px center!important;background-size:16px!important;padding-right:44px!important;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);background-color:#fff;border:1.5px solid #E2E8F0;border-radius:10px;height:48px;font-size:15px;font-weight:500;color:#1e293b;box-shadow:0 1px 2px #0f172a0d}select:hover{border-color:#cbd5e1;background-color:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000000d}select:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 4px #2563eb1a;background-color:#fff}.btn-primary-hrm{background:var(--primary-blue);color:#fff;padding:12px 24px;border-radius:10px;border:none;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow)}.designation-container{padding:32px;background:var(--bg-main);min-height:100vh}.designation-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.btn-theme{padding:10px 20px;border-radius:8px;border:none;font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s}.btn-theme-primary{background:var(--primary-blue);color:#fff;box-shadow:0 4px 10px #2563eb33}.btn-theme-secondary{background:#fff;border:var(--border);color:var(--text-main)}.btn-theme-danger{background:#fee2e2;color:var(--danger)}.designation-card{background:#fff;border:var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:visible;position:relative}.table-controls{padding:16px 20px;border-bottom:1px solid #F1F5F9;display:flex;justify-content:space-between;align-items:center;background:#fafbfc}.designation-table{width:100%;border-collapse:collapse}.designation-table th{padding:16px 20px;text-align:left;background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:var(--text-dark);font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #E2E8F0;position:sticky;top:0;z-index:10;white-space:nowrap}.designation-table td{padding:16px 18px;border-bottom:1px solid #F1F5F9;font-size:17px;color:var(--text-main);transition:background-color .2s ease;vertical-align:middle}.designation-table td:first-child{text-align:center}.designation-table td:nth-child(2){text-align:center}.designation-table td:last-child{text-align:center;padding:16px 20px}.designation-table tr:hover td{background-color:#f8fafc}.designation-table tr:last-child td{border-bottom:none}.designation-table th:nth-child(1){width:60px}.designation-table th:nth-child(2){width:50px}.designation-table th:nth-child(3){width:120px}.designation-table th:nth-child(4){width:auto;min-width:200px}.designation-table th:nth-child(5){width:auto;min-width:150px}.designation-table th:nth-child(6){width:80px}.btn-action{padding:8px;border-radius:6px;border:none;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px}.btn-action-edit{background:#fff!important;color:#3b82f6!important;border:1px solid #D1E9FF!important;padding:8px!important;border-radius:10px!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:all .2s!important}.btn-action-edit:hover{background:#f0f9ff!important;border-color:#3b82f6!important;transform:translateY(-1px)!important;box-shadow:0 2px 4px #3b82f61a!important}.btn-action-delete{background:#fff!important;color:#ef4444!important;border:1px solid #FEE2E2!important;padding:8px!important;border-radius:10px!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:all .2s!important}.btn-action-delete:hover{background:#fef2f2!important;border-color:#ef4444!important;transform:translateY(-1px)!important;box-shadow:0 2px 4px #ef44441a!important}.table-wrapper{overflow-x:auto;background:#fff}.search-control{display:flex;align-items:center;gap:12px}.search-wrapper{background:#f8fafc;padding:10px 16px;border-radius:10px;border:1px solid #E2E8F0;display:flex;align-items:center;gap:10px;min-width:300px;transition:all .2s ease}.search-wrapper:focus-within{border-color:var(--primary-blue);box-shadow:0 0 0 3px #2563eb1a}.search-wrapper input{background:transparent;border:none;outline:none;width:100%;font-size:14px;color:var(--text-dark)}.search-wrapper input::placeholder{color:var(--text-light)}.modal-theme-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-theme-content{background:#fff;width:600px;border-radius:16px;box-shadow:var(--shadow-lg);overflow:hidden;animation:modalFadeIn .3s cubic-bezier(.16,1,.3,1)}.modal-theme-header{padding:20px 24px;border-bottom:1px solid #F1F5F9;display:flex;justify-content:space-between;align-items:center}.modal-theme-header h2{font-size:18px;font-weight:700;margin:0}.modal-theme-body{padding:24px}.modal-theme-footer{padding:20px 24px;border-top:1px solid #F1F5F9;display:flex;justify-content:flex-end;gap:12px}.branch-container{padding:32px;background:var(--bg-main);min-height:100vh}.branch-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-top:24px}.branch-card{background:#fff;border:var(--border);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;align-items:center;gap:16px;transition:transform .2s,box-shadow .2s;position:relative}.branch-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.branch-card-title{font-size:18px;font-weight:700;color:var(--text-dark);text-align:center}.branch-card-type{font-size:13px;color:var(--text-light);background:#f1f5f9;padding:4px 12px;border-radius:20px;font-weight:500}.branch-card-actions{display:flex;gap:12px;margin-top:8px}.icon-btn{padding:8px;border-radius:8px;border:1px solid #E2E8F0;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-main);transition:all .2s}.icon-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:var(--primary-blue)}.icon-btn.btn-delete:hover{border-color:#fee2e2;color:var(--danger)}.branch-card.draggable{cursor:grab;-webkit-user-select:none;user-select:none}.branch-card.draggable *{pointer-events:none}.branch-card.draggable:active{cursor:grabbing}.branch-card.dragging{opacity:.5;border:2px dashed var(--primary-blue);transform:scale(.98)}.drag-handle{position:absolute;top:12px;right:12px;color:var(--text-light);cursor:grab;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;transition:background .2s}.drag-handle:hover{background:#f1f5f9;color:var(--primary-blue)}.designation-footer{padding:16px 24px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--text-light);background:#f8fafc;border-top:1px solid #F1F5F9}.pagination{display:flex;gap:8px}.page-btn{padding:6px 12px;border:var(--border);border-radius:6px;background:#fff;color:var(--text-main);font-weight:600;cursor:pointer;transition:all .2s;font-size:13px}.page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.page-btn.active{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.page-btn:disabled{opacity:.5;cursor:not-allowed}.department-branch-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:24px;margin-top:24px;align-items:start}.branch-dept-section{background:#fff;border:1px solid #E2E8F0;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;width:100%;max-width:380px;height:fit-content;transition:transform .2s,box-shadow .2s}.branch-dept-section:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.branch-dept-header{padding:18px 20px;background:#fff;display:flex;justify-content:space-between;align-items:center;border-bottom:1.5px solid #F1F5F9}.branch-title-with-count{display:flex;align-items:center;gap:10px}.branch-title-with-count h3{font-size:14px;font-weight:800;color:#1e293b;margin:0;letter-spacing:.5px}.dept-count{background:#eff6ff;color:#2563eb;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:800;border:1px solid #DBEAFE}.branch-add-btn{background:#2563eb;border:none;color:#fff;padding:6px 14px;border-radius:8px;font-size:11px;font-weight:700;display:flex;align-items:center;gap:6px;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #2563eb33}.branch-add-btn:hover{background:#1d4ed8;transform:scale(1.05)}.dept-list-wrapper{padding:8px 0}.dept-items-grid{display:flex;flex-direction:column}.dept-item-card{padding:14px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #F8FAFC;transition:all .2s}.dept-item-card:last-child{border-bottom:none}.dept-item-card:hover{background:#f8fafc}.dept-name{font-size:13px;font-weight:600;color:#475569}.dept-item-actions{display:flex;gap:6px;opacity:.6;transition:opacity .2s}.dept-item-card:hover .dept-item-actions{opacity:1}.dept-icon-btn{padding:7px;border-radius:8px;border:1px solid transparent;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.dept-icon-btn.edit{color:#2563eb}.dept-icon-btn.edit:hover{background:#eff6ff;border-color:#dbeafe}.dept-icon-btn.delete{color:#ef4444}.dept-icon-btn.delete:hover{background:#fef2f2;border-color:#fee2e2}.dept-item-actions{display:flex;gap:8px}.dept-icon-btn{padding:6px;border-radius:6px;border:1px solid #E2E8F0;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.dept-icon-btn.edit{color:var(--primary-blue)}.dept-icon-btn.edit:hover{background:var(--primary-light);border-color:var(--primary-blue)}.dept-icon-btn.delete{color:var(--danger)}.dept-icon-btn.delete:hover{background:#fef2f2;border-color:var(--danger)}.dept-item-card.draggable{cursor:grab}.dept-item-card.dragging{opacity:.5;background:#eef2ff;border:1px dashed var(--primary-blue)}.drag-handle-dept{color:#cbd5e1;margin-right:12px;cursor:grab}.bulk-dept-rows{max-height:400px;overflow-y:auto;padding-right:8px}.bulk-row{display:flex;gap:12px;margin-bottom:12px;align-items:center}.btn-remove-row{color:var(--danger);background:#fef2f2;border:1px solid #FEE2E2;padding:10px;border-radius:8px;cursor:pointer;flex-shrink:0}.btn-add-row{width:100%;padding:12px;border:1px dashed #CBD5E1;background:#f8fafc;color:var(--text-light);border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;transition:all .2s}.btn-add-row:hover{border-color:var(--primary-blue);color:var(--primary-blue);background:#eff6ff}@keyframes spin{to{transform:rotate(360deg)}}.break-type-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;margin-top:24px}.break-type-card{background:#fff;border:1.5px solid #E2E8F0;border-radius:12px;padding:24px;position:relative;transition:all .3s}.break-type-card.active{border-color:#2563eb;background:#f8fafc;box-shadow:0 0 0 2px #2563eb1a,0 10px 15px -3px #0000000d;transform:translateY(-2px)}.break-type-card.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#2563eb;border-radius:12px 0 0 12px}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.break-name{font-size:16px;font-weight:700;color:#334155}.break-index{background:#2563eb;color:#fff;font-size:10px;font-weight:800;padding:4px 8px;border-radius:4px}.break-label-pill{display:inline-flex;align-items:center;gap:8px;background:#eff6ff;color:#2563eb;font-size:12px;font-weight:700;padding:6px 12px;border-radius:6px;margin-bottom:20px;border:1px solid #DBEAFE}.info-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.info-item{display:flex;align-items:center;gap:12px}.info-value{font-size:14px;font-weight:800;color:#1e293b}.card-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #F1F5F9;padding-top:16px}.status-toggle-wrapper{display:flex;align-items:center;gap:12px}.status-text{font-size:12px;font-weight:600;color:#64748b}.toggle-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}.company-details-container{padding:40px;max-width:1200px;margin:0 auto;animation:fadeIn .5s ease-out}.company-details-header{margin-bottom:32px;display:flex;justify-content:space-between;align-items:flex-end;border-bottom:1px solid #E2E8F0;padding-bottom:20px}.last-updated{font-size:12px;color:var(--text-light);font-weight:500}.details-form{display:flex;flex-direction:column;gap:32px}.logo-section-wrapper{display:flex;align-items:center;gap:40px;padding:10px 0}.logo-display{width:120px;height:120px;border-radius:16px;border:2px dashed #CBD5E1;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f8fafc;transition:all .3s;flex-shrink:0}.logo-display:hover{border-color:var(--primary-blue);background:#fff}.logo-display img{width:100%;height:100%;object-fit:contain}.logo-empty{display:flex;flex-direction:column;align-items:center;gap:8px;color:#94a3b8}.logo-empty span{font-size:11px;font-weight:600;text-transform:uppercase}.upload-button-wrapper{display:flex;flex-direction:column;gap:12px}.upload-hint{font-size:13px;color:var(--text-light);max-width:250px}.textarea-hrm{min-height:100px;resize:vertical;font-size:15px}.social-links-hrm{display:grid;grid-template-columns:1fr 1fr;gap:24px}.social-input-group{display:flex;align-items:stretch;border:1px solid #E2E8F0;border-radius:8px;overflow:hidden;transition:all .2s}.social-input-group:focus-within{border-color:var(--primary-blue);box-shadow:0 0 0 3px #2563eb1a}.social-icon{background:#f8fafc;padding:12px;display:flex;align-items:center;justify-content:center;color:var(--text-light);border-right:1px solid #E2E8F0}.social-input{border:none!important;border-radius:0!important;flex:1}.header-with-action{display:flex;justify-content:space-between;align-items:center;width:100%}.btn-relocate{background:#fff;border:1px solid #E2E8F0;color:var(--text-main);padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.btn-relocate:hover{background:#f8fafc;border-color:#cbd5e1}.btn-relocate.active{background:#fef2f2;border-color:#f87171;color:#dc2626}.map-container-hrm{height:400px;border-radius:12px;overflow:hidden;border:1px solid #E2E8F0;position:relative}.map-container-hrm.editing{border:2px solid var(--primary-blue)}.map-instruction{position:absolute;top:16px;left:50%;transform:translate(-50%);z-index:1000;background:#2563ebe6;color:#fff;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;box-shadow:0 4px 12px #0003;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.form-footer-hrm{margin-top:16px;padding-top:32px;border-top:1px solid #E2E8F0;display:flex;justify-content:flex-end}.btn-primary-hrm:hover{background-color:var(--primary-dark);transform:translateY(-1px);box-shadow:0 8px 20px -5px #2563eb66}.btn-primary-hrm:disabled{opacity:.7;cursor:not-allowed;transform:none}@media(max-width:768px){.form-row,.social-links-hrm{grid-template-columns:1fr}.logo-section-wrapper{flex-direction:column;align-items:flex-start;gap:20px}}.hrm-container,.designation-container,.company-details-container,.branch-container{padding:30px;background-color:var(--bg-main);min-height:100vh}.hrm-header,.designation-header,.company-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.hrm-title,.profile-title{font-size:24px;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.02em}.hrm-header-actions,.header-actions{display:flex;gap:12px}.hrm-card,.designation-card,.branch-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:24px;box-shadow:0 1px 3px #0000000d;overflow:hidden;position:relative}.hrm-card-header,.card-header-hrm{background:#f8fafc;padding:16px 24px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.hrm-card-header h2,.hrm-card-header h3{font-size:16px;font-weight:700;color:#334155;margin:0;display:flex;align-items:center;gap:10px}.hrm-card-body{padding:24px}.btn-hrm{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid transparent;text-transform:uppercase;letter-spacing:.5px}.btn-hrm-primary{background:#3b648b;color:#fff;box-shadow:0 4px 6px #3b648b33}.btn-hrm-primary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 15px #2563eb40}.btn-hrm-danger{background:#f43f5e;color:#fff;box-shadow:0 4px 6px #f43f5e33}.btn-hrm-danger:hover{background:#e11d48;transform:translateY(-1px);box-shadow:0 6px 15px #f43f5e40}.btn-hrm-success{background:#10b981;color:#fff;box-shadow:0 4px 6px #10b98133}.btn-hrm-success:hover{background:#059669;transform:translateY(-1px);box-shadow:0 6px 15px #10b98140}.btn-hrm-indigo{background:#6366f1;color:#fff;box-shadow:0 4px 6px #6366f133}.btn-hrm-indigo:hover{background:#4f46e5;transform:translateY(-1px);box-shadow:0 6px 15px #6366f140}.btn-hrm-slate{background:#64748b;color:#fff;box-shadow:0 4px 6px #64748b33}.btn-hrm-slate:hover{background:#475569}.btn-hrm-teal{background:#0d9488;color:#fff;box-shadow:0 4px 6px #0d948833}.btn-hrm-teal:hover{background:#0f766e;transform:translateY(-1px);box-shadow:0 6px 15px #0d948840}.btn-hrm-secondary{background:#fff!important;border:1.5px solid #E2E8F0!important;color:#475569!important;text-transform:none;font-weight:600}.btn-hrm-secondary:hover{background:#f8fafc!important;border-color:#cbd5e1!important}.hrm-form-group,.form-group-hrm{margin-bottom:20px}.hrm-card{background:#fff;border-radius:12px;border:1px solid #E2E8F0;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;overflow:visible}.hrm-label{display:block;font-size:14px;font-weight:600;color:#475569;margin-bottom:8px}.hrm-label span.req{color:#ef4444;margin-left:2px}.hrm-input,.hrm-select,.hrm-textarea,.form-control-hrm{width:100%;padding:12px 16px;background:#fff;border:1.5px solid #E2E8F0;border-radius:10px;font-size:15px;font-weight:500;color:#1e293b;transition:all .2s cubic-bezier(.4,0,.2,1);outline:none;box-shadow:0 1px 2px #0f172a0d}.hrm-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:14px;padding-right:42px!important;cursor:pointer;background-color:#fff}.hrm-select:hover{border-color:#cbd5e1;background-color:#f8fafc}.hrm-input:focus,.hrm-select:focus,.hrm-textarea:focus{border-color:#3b648b;background:#fff;box-shadow:0 0 0 4px #3b648b1f,0 4px 12px #0f172a14;transform:translateY(-1px)}.hrm-textarea{min-height:100px;resize:vertical}.hrm-table-wrapper{overflow-x:auto;background:#fff;border:1px solid #E2E8F0;border-radius:12px;box-shadow:0 1px 3px #0000000d}.hrm-table{width:100%;border-collapse:collapse;text-align:left}.hrm-table th{padding:14px 24px;background:#f8fafc;color:#475569;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-bottom:1.5px solid #E2E8F0}.hrm-table td{padding:16px 24px;color:#1e293b;font-size:15px;border-bottom:1px solid #F1F5F9;vertical-align:middle}.hrm-table tr:hover td{background:#f8fafc}.hrm-table tr:last-child td{border-bottom:none}.hrm-modal-overlay{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000}.hrm-modal-content{background:#fff;width:600px;max-width:95%;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;overflow:hidden;animation:hrmModalSlideUp .3s ease-out}@keyframes hrmModalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hrm-modal-header{padding:20px 24px;border-bottom:1px solid #F1F5F9;display:flex;justify-content:space-between;align-items:center}.hrm-modal-header h2{font-size:18px;font-weight:700;color:#1e293b;margin:0}.hrm-modal-body{padding:24px;max-height:80vh;overflow-y:auto}.hrm-modal-footer{padding:20px 24px;border-top:1px solid #F1F5F9;display:flex;justify-content:flex-end;gap:12px;background:#f8fafc}.hrm-stepper{display:flex;justify-content:space-between;align-items:center;position:relative;margin-bottom:50px;padding:0 10px}.hrm-stepper-line{position:absolute;top:24px;left:40px;right:40px;height:3px;background:#e2e8f0;z-index:1}.hrm-stepper-progress{position:absolute;top:24px;left:40px;height:3px;background:#3b648b;z-index:1;transition:width .4s cubic-bezier(.4,0,.2,1)}.hrm-step{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:12px;flex:1;cursor:pointer}.hrm-step-circle{width:48px;height:48px;border-radius:50%;background:#fff;border:3px solid #E2E8F0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#94a3b8;transition:all .3s ease;font-size:16px;box-shadow:0 0 0 4px #fff}.hrm-step.active .hrm-step-circle{border-color:#3b648b;background:#3b648b;color:#fff;box-shadow:0 0 0 4px #fff,0 0 0 8px #3b648b1a}.hrm-step.completed .hrm-step-circle{border-color:#3b648b;background:#3b648b;color:#fff}.hrm-step-label{font-size:12px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.8px;transition:all .3s ease;text-align:center}.hrm-step.active .hrm-step-label{color:#1e293b}.hrm-step.completed .hrm-step-label{color:#3b648b}.dashboard-container{padding:32px;max-width:1400px;margin:0 auto;animation:fadeIn .5s ease-out}.dashboard-header-premium{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.header-info h1{font-size:28px;font-weight:800;color:#0f172a;margin:0 0 8px;letter-spacing:-.02em}.header-info p{color:#64748b;font-size:15px;margin:0}.header-actions{display:flex;gap:12px}.btn-outline-prem{background:#fff;border:1px solid #E2E8F0;color:#0f172a;padding:10px 18px;border-radius:10px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s}.btn-outline-prem:hover{background:#f8fafc;border-color:#cbd5e1}.btn-primary-prem{background:#2563eb;color:#fff;border:none;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #2563eb33}.btn-primary-prem:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 16px #2563eb4d}.stats-grid-premium{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:40px}.stat-card-premium{background:#fff;border-radius:16px;padding:24px;display:flex;align-items:center;gap:20px;box-shadow:0 1px 3px #0000000d;border:1px solid #F1F5F9;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.stat-card-premium:hover{transform:translateY(-4px);box-shadow:0 12px 24px -8px #0000001a}.icon-box-prem{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center}.icon-box-prem.blue{background:#eff6ff;color:#2563eb}.icon-box-prem.green{background:#f0fdf4;color:#10b981}.icon-box-prem.purple{background:#faf5ff;color:#9333ea}.icon-box-prem.red{background:#fef2f2;color:#ef4444}.stat-content-prem h3{font-size:14px;font-weight:500;color:#64748b;margin:0 0 6px}.stat-value-group{display:flex;align-items:baseline;gap:10px}.value-prem{font-size:26px;font-weight:700;color:#0f172a}.trend-prem{display:flex;align-items:center;gap:2px;font-size:13px;font-weight:600;padding:2px 6px;border-radius:6px}.trend-prem.up{color:#10b981;background:#dcfce7}.trend-prem.down{color:#ef4444;background:#fee2e2}.dashboard-main-grid,.dashboard-main-grid-three{display:grid;grid-template-columns:2fr 1fr;gap:32px}.dashboard-main-grid-three{grid-template-columns:1.2fr 1.2fr 1fr}@media(max-width:1200px){.dashboard-main-grid-three{grid-template-columns:1fr 1fr}}@media(max-width:768px){.dashboard-main-grid,.dashboard-main-grid-three{grid-template-columns:1fr}}.card-prem{background:#fff;border-radius:16px;border:1px solid #F1F5F9;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column}.card-header-prem{padding:20px 24px;border-bottom:1px solid #F8FAFC;display:flex;justify-content:space-between;align-items:center}.card-header-prem h2{font-size:18px;font-weight:700;color:#0f172a;margin:0}.icon-btn-prem{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:6px;transition:all .2s}.icon-btn-prem:hover{background:#f1f5f9;color:#475569}.card-body-prem{padding:24px;flex:1}.activity-list-prem{display:flex;flex-direction:column;gap:16px}.activity-item-prem{display:flex;align-items:center;gap:16px;padding:12px;border-radius:12px;transition:background .2s;cursor:pointer}.activity-item-prem:hover{background:#f8fafc}.user-avatar-prem{width:44px;height:44px;border-radius:12px;overflow:hidden;border:2px solid white;box-shadow:0 2px 4px #0000000d}.user-avatar-prem img{width:100%;height:100%;object-fit:cover}.activity-info-prem{flex:1}.info-top{display:flex;justify-content:space-between;margin-bottom:4px}.user-name-prem{font-size:15px;font-weight:600;color:#0f172a}.time-prem{font-size:12px;color:#94a3b8}.info-bottom{display:flex;align-items:center;gap:8px}.role-chip-prem{font-size:11px;font-weight:600;padding:2px 8px;background:#f1f5f9;color:#475569;border-radius:20px;text-transform:uppercase}.action-text-prem{font-size:13px;color:#64748b}.arrow-icon-prem{color:#cbd5e1;transition:transform .2s}.activity-item-prem:hover .arrow-icon-prem{transform:translate(4px);color:#2563eb}.card-footer-prem{padding:16px 24px;border-top:1px solid #F8FAFC;text-align:center}.view-all-prem{background:transparent;border:none;color:#2563eb;font-size:14px;font-weight:600;cursor:pointer}.view-all-prem:hover{text-decoration:underline}.distribution-list-prem{display:flex;flex-direction:column;gap:20px}.dist-item-prem{display:flex;flex-direction:column;gap:8px}.dist-info-prem{display:flex;justify-content:space-between;font-size:14px;cursor:default}.dist-item-prem{padding:4px;border-radius:8px;transition:all .2s}.dist-item-prem:hover{background:#f8fafc}.dist-info-prem span:first-child{font-weight:600;color:#334155}.dist-info-prem span:last-child{color:#64748b}.progress-bar-prem{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.progress-fill-prem{height:100%;background:linear-gradient(90deg,#2563eb,#60a5fa);border-radius:4px}.quick-stats-prem{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:24px}.small-card-prem{background:#fff;padding:20px;border-radius:16px;border:1px solid #F1F5F9;display:flex;flex-direction:column;position:relative;overflow:hidden;cursor:pointer;transition:all .3s ease}.small-card-prem:hover{transform:translateY(-3px);box-shadow:0 10px 20px -5px #00000014;border-color:#e2e8f0}.small-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.small-value{font-size:22px;font-weight:700;color:#0f172a}.small-icon{position:absolute;right:-8px;bottom:-8px;width:60px;height:60px;color:#f1f5f9;z-index:0}.dashboard-loading{height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;color:#64748b}.loader{width:48px;height:48px;border:5px solid #E2E8F0;border-bottom-color:#2563eb;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.empty-state-prem{text-align:center;padding:40px;color:#94a3b8;font-style:italic}@media(max-width:1024px){.dashboard-main-grid{grid-template-columns:1fr}}@media(max-width:640px){.dashboard-header-premium{flex-direction:column;align-items:flex-start;gap:20px}.header-actions{width:100%}.header-actions button{flex:1;justify-content:center}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-control-geocoder{border-radius:4px;background:#fff;min-width:26px;min-height:26px}.leaflet-touch .leaflet-control-geocoder{min-width:30px;min-height:30px}.leaflet-control-geocoder a,.leaflet-control-geocoder .leaflet-control-geocoder-icon{border-bottom:none;display:inline-block}.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a{width:inherit;height:inherit;line-height:inherit}.leaflet-control-geocoder a:hover,.leaflet-control-geocoder .leaflet-control-geocoder-icon:hover{border-bottom:none;display:inline-block}.leaflet-control-geocoder-form{display:none;vertical-align:middle}.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form{display:inline-block}.leaflet-control-geocoder-form input{font-size:120%;border:0;background-color:transparent;width:246px}.leaflet-control-geocoder-icon{border-radius:4px;width:26px;height:26px;border:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.2 13l3.4 6.6c.6 1.1 2.5-.4 2-1.2l-4-6.2z'/%3E%3Ccircle cx='10.8' cy='8.9' r='3.9' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;cursor:pointer}.leaflet-touch .leaflet-control-geocoder-icon{width:30px;height:30px}.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23000' stroke-linecap='round' stroke-width='1.6' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cg%3E%3Cpath stroke-opacity='.1' d='M14 8.4l3-5'/%3E%3Cpath stroke-opacity='.2' d='M15.6 10l5-3'/%3E%3Cpath stroke-opacity='.3' d='M16.2 12H22'/%3E%3Cpath stroke-opacity='.4' d='M15.6 14l5 3m-6.5-1.4l2.9 5'/%3E%3Cpath stroke-opacity='.5' d='M12 16.2V22m-2-6.4l-3 5'/%3E%3Cpath stroke-opacity='.6' d='M8.4 14l-5 3'/%3E%3Cpath stroke-opacity='.7' d='M7.8 12H2'/%3E%3Cpath stroke-opacity='.8' d='M8.4 10l-5-3'/%3E%3Cpath stroke-opacity='.9' d='M10 8.4l-3-5'/%3E%3Cpath d='M12 7.8V2'/%3E%3CanimateTransform attributeName='transform' calcMode='discrete' dur='1s' repeatCount='indefinite' type='rotate' values='0 12 12;30 12 12;60 12 12;90 12 12;120 12 12;150 12 12;180 12 12;210 12 12;240 12 12;270 12 12;300 12 12;330 12 12'/%3E%3C/g%3E%3C/svg%3E")}.leaflet-control-geocoder-form-no-error{display:none}.leaflet-control-geocoder-form input:focus{outline:none}.leaflet-control-geocoder-form button{display:none}.leaflet-control-geocoder-error{margin-top:8px;margin-left:8px;display:block;color:#444}.leaflet-control-geocoder-alternatives{display:block;width:272px;list-style:none;padding:0;margin:0}.leaflet-control-geocoder-alternatives-minimized{display:none;height:0}.leaflet-control-geocoder-alternatives li{white-space:nowrap;display:block;overflow:hidden;padding:5px 8px;text-overflow:ellipsis;border-bottom:1px solid #ccc;cursor:pointer}.leaflet-control-geocoder-alternatives li a,.leaflet-control-geocoder-alternatives li a:hover{width:inherit;height:inherit;line-height:inherit;background:inherit;border-radius:inherit;text-align:left}.leaflet-control-geocoder-alternatives li:last-child{border-bottom:none}.leaflet-control-geocoder-alternatives li:hover,.leaflet-control-geocoder-selected{background-color:#f5f5f5}.leaflet-control-geocoder-address-context{color:#666}.loading-container{display:flex;justify-content:center;align-items:center;height:300px;font-size:16px;color:var(--text-light);font-weight:500}.action-buttons-cell{display:flex;gap:8px;justify-content:center;align-items:center}.designation-table th:nth-child(2){width:70px;text-align:center}.designation-table th:nth-child(3){width:100px;text-align:center}.designation-table th:nth-child(4){width:140px}.designation-table th:nth-child(6){width:110px;text-align:center}.designation-table td:nth-child(2),.designation-table td:nth-child(6){text-align:center}.percentage{font-family:JetBrains Mono,Fira Code,monospace;font-size:13px;font-weight:600;letter-spacing:.5px}@media(max-width:768px){.designation-header{flex-direction:column;align-items:flex-start;gap:16px}.header-actions{width:100%;justify-content:space-between}.btn-theme{flex:1;justify-content:center}}.add-shift-container{padding:24px;max-width:100%;margin:0 auto;animation:fadeIn .5s ease-out;overflow-x:hidden;box-sizing:border-box}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.shift-header{margin-bottom:24px}.profile-title{font-size:24px;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.02em}.shift-card{background:#fff;border-radius:12px;border:1px solid #F1F5F9;box-shadow:0 1px 3px #0000000d;padding:20px;margin-bottom:20px;box-sizing:border-box;overflow:visible}.card-title{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #F1F5F9}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.form-group-shift{display:flex;flex-direction:column}.form-group-shift.full-width{grid-column:1 / -1}.form-group-shift label{font-size:13px;font-weight:600;color:#475569;margin-bottom:6px}.required{color:#ef4444;margin-left:2px}.info-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:#eff6ff;color:#2563eb;border-radius:50%;margin-left:8px;cursor:help;font-size:10px;transition:all .2s}.info-icon-wrapper:hover{background:#dbeafe;transform:scale(1.1)}.form-group-shift label .required{color:#ef4444;font-weight:700}.form-group-shift input,.form-group-shift select{height:48px;padding:0 16px;border:1.5px solid #E2E8F0;border-radius:10px;font-size:14px;font-weight:500;color:#1e293b;transition:all .2s cubic-bezier(.4,0,.2,1);box-sizing:border-box;width:100%;background-color:#fff;box-shadow:0 1px 2px #0f172a0d}.form-group-shift select{appearance:none!important;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")!important;background-repeat:no-repeat!important;background-position:right 14px center!important;background-size:16px!important;padding-right:44px!important}.form-group-shift select:hover{border-color:#cbd5e1;background-color:#f8fafc;transform:translateY(-1px)}.form-group-shift input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.checkbox-group{display:flex;flex-wrap:wrap;gap:12px}.checkbox-label{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:13px;color:#475569}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-label span{-webkit-user-select:none;user-select:none}.table-wrapper{overflow-x:auto;margin-top:12px;max-width:100%}.shift-schedule-table{width:100%;border-collapse:collapse;min-width:1000px}.shift-schedule-table thead{background:#f8fafc}.shift-schedule-table th{padding:10px 8px;text-align:left;font-size:11px;font-weight:700;color:#334155;border:1px solid #E2E8F0;text-transform:uppercase;letter-spacing:.03em}.shift-schedule-table td{padding:8px 6px;border:1px solid #E2E8F0}.shift-schedule-table .row-label{font-size:11px;font-weight:600;color:#475569;background:#fafbfc;white-space:nowrap;min-width:180px}.shift-schedule-table input{width:100%;height:34px;padding:0 8px;border:1px solid #E2E8F0;border-radius:4px;font-size:12px;color:#334155;box-sizing:border-box}.shift-schedule-table input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.form-actions{display:flex;justify-content:center;gap:12px;margin-top:24px;padding-top:24px;border-top:2px solid #F1F5F9}.btn-theme{display:flex;align-items:center;gap:6px;padding:10px 28px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s;border:none}.btn-theme-primary{background:#2563eb;color:#fff;box-shadow:0 4px 12px #2563eb33}.btn-theme-primary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 16px #2563eb4d}.btn-theme-secondary{background:#fff;border:1px solid #CBD5E1;color:#334155}.btn-theme-secondary:hover{background:#f8fafc;border-color:#94a3b8}@media(max-width:1200px){.form-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.add-shift-container{padding:16px}.form-grid{grid-template-columns:1fr}.shift-card{padding:16px}.form-actions{flex-direction:column}.btn-theme{width:100%;justify-content:center}}.ep-page{padding:32px;max-width:1400px;margin:0 auto;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ep-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px}.ep-page-header h2{font-size:24px;font-weight:700;color:#0f172a;margin:0 0 4px}.ep-page-header p{font-size:14px;color:#64748b;margin:0}.ep-btn-primary{display:inline-flex;align-items:center;gap:8px;background:#2563eb;color:#fff;border:none;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #2563eb33}.ep-btn-primary:hover{background:#1d4ed8;transform:translateY(-1px)}.ep-btn-primary:disabled{background:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.ep-btn-outline{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#0f172a;border:1px solid #E2E8F0;padding:10px 18px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.ep-btn-outline:hover{background:#f8fafc;border-color:#cbd5e1}.ep-link-btn{background:none;border:none;color:#2563eb;font-size:13px;font-weight:600;cursor:pointer;padding:0}.ep-link-btn:hover{text-decoration:underline}.ep-card{background:#fff;border-radius:16px;border:1px solid #F1F5F9;box-shadow:0 1px 3px #0000000d}.ep-card-header{display:flex;align-items:center;gap:10px;padding:18px 24px;border-bottom:1px solid #F8FAFC;color:#475569}.ep-card-header h3,.ep-card-header h4{font-size:16px;font-weight:700;color:#0f172a;margin:0}.ep-card-body{padding:24px}.ep-card-footer{padding:14px 24px;border-top:1px solid #F8FAFC}.ep-status-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;text-transform:capitalize}.ep-status-badge.active{background:#ecfdf5;color:#10b981}.ep-status-badge.inactive{background:#fef2f2;color:#ef4444}.ep-status-badge.onboarding{background:#eff6ff;color:#2563eb}.ep-emp-id-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;background:#f1f5f9;color:#475569}.ep-emp-type-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;background:#faf5ff;color:#8b5cf6}.ep-tabs{display:flex;gap:4px;margin-bottom:24px;background:#f8fafc;padding:4px;border-radius:12px;width:fit-content}.ep-tab{padding:8px 20px;border:none;background:transparent;border-radius:8px;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.ep-tab.active{background:#fff;color:#2563eb;font-weight:600;box-shadow:0 1px 3px #00000014}.ep-table-wrap{overflow-x:auto}.ep-table{width:100%;border-collapse:collapse}.ep-table th{text-align:left;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;padding:12px 16px;border-bottom:1px solid #F1F5F9;white-space:nowrap}.ep-table td{padding:14px 16px;font-size:14px;color:#334155;border-bottom:1px solid #F8FAFC}.ep-table tr:last-child td{border-bottom:none}.ep-table tr:hover td{background:#f8fafc}.ep-status-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600}.ep-empty-state{text-align:center;padding:60px 20px;color:#94a3b8}.ep-empty-state-sm{text-align:center;padding:24px;color:#94a3b8;font-size:14px}.emp-sidebar-user{display:flex;align-items:center;gap:12px;padding:4px 0}.emp-sidebar-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.emp-sidebar-info{display:flex;flex-direction:column;overflow:hidden}.emp-sidebar-name{font-size:13px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.emp-sidebar-role{font-size:11px;color:#64748b}.ep-dashboard{padding:32px;max-width:1400px;margin:0 auto;animation:fadeIn .4s ease-out}.ep-welcome-banner{background:linear-gradient(135deg,#1e40af,#2563eb,#3b82f6);border-radius:20px;padding:32px;display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;color:#fff;box-shadow:0 8px 24px #2563eb40}.ep-welcome-left{display:flex;align-items:center;gap:20px}.ep-welcome-avatar{width:72px;height:72px;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.4);flex-shrink:0}.ep-welcome-avatar img{width:100%;height:100%;object-fit:cover}.ep-welcome-info h1{font-size:22px;font-weight:700;margin:0 0 4px;color:#fff}.ep-welcome-info p{font-size:14px;color:#fffc;margin:0 0 10px}.ep-welcome-badges{display:flex;gap:8px;flex-wrap:wrap}.ep-welcome-actions{display:flex;gap:12px;flex-shrink:0}.ep-welcome-actions .ep-btn-outline{background:#ffffff26;border-color:#ffffff4d;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ep-welcome-actions .ep-btn-outline:hover{background:#ffffff40}.ep-welcome-actions .ep-btn-primary{background:#fff;color:#2563eb;box-shadow:0 4px 12px #00000026}.ep-welcome-actions .ep-btn-primary:hover{background:#f8fafc}.ep-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:32px}.ep-stat-card{background:#fff;border-radius:16px;padding:22px;display:flex;align-items:center;gap:18px;border:1px solid #F1F5F9;box-shadow:0 1px 3px #0000000d;transition:all .3s}.ep-stat-card.clickable{cursor:pointer}.ep-stat-card.clickable:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000014}.ep-stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ep-stat-icon.blue{background:#eff6ff;color:#2563eb}.ep-stat-icon.green{background:#ecfdf5;color:#10b981}.ep-stat-icon.purple{background:#faf5ff;color:#8b5cf6}.ep-stat-icon.orange{background:#fff7ed;color:#f59e0b}.ep-stat-content{display:flex;flex-direction:column;gap:2px}.ep-stat-title{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.ep-stat-value{font-size:22px;font-weight:700;color:#0f172a}.ep-stat-sub{font-size:12px;color:#94a3b8}.ep-info-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}.ep-info-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #F8FAFC;font-size:14px}.ep-info-row:last-child{border-bottom:none}.ep-info-row span:first-child{color:#64748b;font-weight:500}.ep-info-row span:last-child{color:#0f172a;font-weight:600;text-align:right}.ep-quick-links{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:16px 24px 24px}.ep-quick-link-btn{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f8fafc;border:1px solid #E2E8F0;border-radius:10px;font-size:13px;font-weight:500;color:#334155;cursor:pointer;transition:all .2s}.ep-quick-link-btn:hover{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.ep-profile-page{padding:32px;max-width:1200px;margin:0 auto;animation:fadeIn .4s ease-out}.ep-profile-hero{position:relative;border-radius:20px;overflow:hidden;margin-bottom:28px;box-shadow:0 4px 20px #00000014}.ep-profile-hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,#1e40af,#3b82f6)}.ep-profile-hero-content{position:relative;z-index:1;display:flex;align-items:center;gap:24px;padding:32px;color:#fff}.ep-profile-avatar-wrap{width:100px;height:100px;border-radius:50%;overflow:hidden;border:4px solid rgba(255,255,255,.5);flex-shrink:0}.ep-profile-avatar{width:100%;height:100%;object-fit:cover}.ep-profile-hero-info{flex:1}.ep-profile-hero-info h1{font-size:24px;font-weight:700;margin:0 0 4px;color:#fff}.ep-profile-hero-info p{font-size:14px;color:#fffc;margin:0 0 12px}.ep-profile-hero-meta{display:flex;flex-wrap:wrap;gap:16px}.ep-profile-hero-meta span{display:flex;align-items:center;gap:6px;font-size:13px;color:#ffffffd9}.ep-profile-hero-badge{flex-shrink:0}.ep-info-sections{display:flex;flex-direction:column;gap:24px}.ep-section{background:#fff;border-radius:16px;border:1px solid #F1F5F9;padding:24px;box-shadow:0 1px 3px #0000000a}.ep-section h4{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 20px;padding-bottom:12px;border-bottom:1px solid #F1F5F9;display:flex;align-items:center;gap:8px}.ep-detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.ep-detail-item{display:flex;flex-direction:column;gap:4px}.ep-detail-item.ep-full{grid-column:1 / -1}.ep-detail-item label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.ep-detail-item span{font-size:14px;font-weight:600;color:#0f172a}.ep-experience-list{display:flex;flex-direction:column;gap:16px}.ep-experience-card{padding:16px;border:1px solid #E2E8F0;border-radius:12px;transition:all .2s}.ep-experience-card:hover{border-color:#bfdbfe;background:#f8fafc}.ep-exp-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.ep-exp-company{display:block;font-size:15px;font-weight:700;color:#0f172a}.ep-exp-designation{display:block;font-size:13px;color:#64748b;margin-top:2px}.ep-current-badge{background:#ecfdf5;color:#10b981;font-size:11px;font-weight:600;padding:2px 8px;border-radius:20px}.ep-exp-meta{display:flex;gap:8px;font-size:13px;color:#64748b;margin-bottom:6px}.ep-exp-desc{font-size:13px;color:#64748b;line-height:1.5;margin:0}.ep-security-section h4{color:#0f172a}.ep-pwd-form{display:flex;flex-direction:column;gap:20px;max-width:480px}.ep-form-group{display:flex;flex-direction:column;gap:6px}.ep-form-group label{font-size:13px;font-weight:600;color:#334155}.ep-form-group input,.ep-form-group select,.ep-form-group textarea{padding:11px 14px;border:1px solid #E2E8F0;border-radius:8px;font-size:14px;color:#0f172a;outline:none;transition:all .2s;background:#fff;width:100%}.ep-form-group input:focus,.ep-form-group select:focus,.ep-form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.ep-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ep-pwd-input-wrap{position:relative}.ep-pwd-input-wrap input{padding-right:44px}.ep-pwd-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;align-items:center}.ep-pwd-toggle:hover{color:#2563eb}.ep-strength-bar{display:flex;align-items:center;gap:10px;margin-top:6px}.ep-strength-bar>div{flex:1;height:4px;background:#e2e8f0;border-radius:4px;overflow:hidden}.ep-strength-fill{height:100%;border-radius:4px;transition:width .3s}.ep-att-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.ep-att-summary-card{background:#fff;border-radius:12px;padding:18px 20px;display:flex;flex-direction:column;gap:4px;box-shadow:0 1px 3px #0000000d;border:1px solid #F1F5F9}.ep-att-summary-count{font-size:28px;font-weight:700}.ep-att-summary-label{font-size:13px;color:#64748b;font-weight:500}.ep-att-layout{display:grid;grid-template-columns:1fr 320px;gap:24px}.ep-att-calendar-card{padding:24px}.ep-att-cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.ep-att-month-label{font-size:16px;font-weight:700;color:#0f172a}.ep-icon-btn{background:#f8fafc;border:1px solid #E2E8F0;border-radius:8px;padding:6px;cursor:pointer;display:flex;align-items:center;color:#475569;transition:all .2s}.ep-icon-btn:hover{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.ep-att-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.ep-att-cal-day-label{text-align:center;font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;padding:6px 0}.ep-att-cal-day{aspect-ratio:1;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:default;transition:all .15s;font-size:13px;font-weight:600;background:#f8fafc;color:#94a3b8}.ep-att-cal-day.present,.ep-att-cal-day.late,.ep-att-cal-day.absent,.ep-att-cal-day.leave{cursor:pointer}.ep-att-cal-day.today{outline:2px solid #2563EB;outline-offset:1px}.ep-att-cal-day.selected{transform:scale(1.05)}.ep-att-cal-day.weekend,.ep-att-cal-day.future{background:transparent;color:#cbd5e1}.ep-cal-day-num{font-size:13px;font-weight:600;line-height:1}.ep-cal-day-icon{display:flex;align-items:center}.ep-att-legend{display:flex;gap:16px;flex-wrap:wrap;margin-top:16px;padding-top:16px;border-top:1px solid #F1F5F9}.ep-att-legend-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#64748b}.ep-att-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ep-att-detail-card{padding:24px}.ep-att-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.ep-att-detail-header h4{font-size:16px;font-weight:700;color:#0f172a;margin:0}.ep-att-status-chip{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.ep-att-detail-rows{display:flex;flex-direction:column;gap:16px}.ep-att-detail-row{display:flex;align-items:center;gap:14px;padding:14px;background:#f8fafc;border-radius:10px;color:#475569}.ep-att-detail-row div{display:flex;flex-direction:column;gap:2px}.ep-att-detail-row label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase}.ep-att-detail-row span{font-size:15px;font-weight:700;color:#0f172a}.ep-att-absent-note{display:flex;align-items:center;gap:10px;padding:14px;background:#fef2f2;border-radius:10px;color:#ef4444;font-size:14px;font-weight:500}.ep-att-detail-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:200px;color:#cbd5e1}.ep-att-detail-empty p{font-size:14px;color:#94a3b8;margin:0}.ep-leave-balance-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin-bottom:24px}.ep-leave-balance-card{background:#fff;border-radius:16px;padding:22px;border:1px solid #F1F5F9;box-shadow:0 1px 3px #0000000d}.ep-lb-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.ep-lb-type{font-size:14px;font-weight:700;color:#0f172a}.ep-lb-remaining{font-size:20px;font-weight:700}.ep-lb-bar{height:6px;background:#f1f5f9;border-radius:4px;overflow:hidden;margin-bottom:10px}.ep-lb-fill{height:100%;border-radius:4px;transition:width .5s}.ep-lb-meta{display:flex;justify-content:space-between;font-size:12px;color:#94a3b8}.ep-modal-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.ep-modal{background:#fff;border-radius:20px;width:100%;max-width:520px;box-shadow:0 20px 60px #0003;animation:modalIn .25s ease-out}@keyframes modalIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.ep-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #F1F5F9}.ep-modal-header h3{font-size:18px;font-weight:700;color:#0f172a;margin:0}.ep-modal-close{background:#f8fafc;border:none;width:32px;height:32px;border-radius:8px;cursor:pointer;font-size:16px;color:#64748b;display:flex;align-items:center;justify-content:center}.ep-modal-close:hover{background:#fef2f2;color:#ef4444}.ep-leave-form{padding:24px;display:flex;flex-direction:column;gap:18px}.ep-leave-days-preview{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#eff6ff;border-radius:8px;font-size:13px;font-weight:600;color:#2563eb}.ep-modal-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:4px}.ep-payslip-layout{display:grid;grid-template-columns:380px 1fr;gap:24px}.ep-payslip-list-card .ep-card-header{padding:18px 20px}.ep-payslip-list{display:flex;flex-direction:column}.ep-payslip-row{display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid #F8FAFC;cursor:pointer;transition:all .2s}.ep-payslip-row:last-child{border-bottom:none}.ep-payslip-row:hover{background:#f8fafc}.ep-payslip-row.active{background:#eff6ff}.ep-payslip-row-left{display:flex;align-items:center;gap:14px}.ep-payslip-icon{width:40px;height:40px;background:#eff6ff;color:#2563eb;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ep-payslip-month{display:block;font-size:14px;font-weight:600;color:#0f172a}.ep-payslip-date{display:block;font-size:12px;color:#94a3b8;margin-top:2px}.ep-payslip-row-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.ep-payslip-net{font-size:15px;font-weight:700;color:#0f172a}.ep-payslip-status-chip{font-size:11px;font-weight:600;padding:2px 8px;border-radius:20px;background:#ecfdf5;color:#10b981}.ep-payslip-detail-card{padding:28px}.ep-payslip-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.ep-payslip-detail-header h3{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 4px}.ep-payslip-detail-header span{font-size:13px;color:#64748b}.ep-download-btn{padding:10px 18px}.ep-payslip-summary-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px}.ep-payslip-summary-item{padding:18px;border-radius:12px;display:flex;flex-direction:column;gap:6px}.ep-payslip-summary-item.green{background:#ecfdf5}.ep-payslip-summary-item.red{background:#fef2f2}.ep-payslip-summary-item.blue{background:#eff6ff}.ep-payslip-summary-item label{font-size:12px;font-weight:600;color:#64748b}.ep-payslip-summary-item.green span{font-size:20px;font-weight:700;color:#10b981}.ep-payslip-summary-item.red span{font-size:20px;font-weight:700;color:#ef4444}.ep-payslip-summary-item.blue span{font-size:20px;font-weight:700;color:#2563eb}.ep-payslip-breakdown{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:20px}.ep-breakdown-col h4{font-size:14px;font-weight:700;color:#0f172a;margin:0 0 14px}.ep-breakdown-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px;border-bottom:1px solid #F8FAFC;color:#334155}.ep-breakdown-amount.green{color:#10b981;font-weight:600}.ep-breakdown-amount.red{color:#ef4444;font-weight:600}.ep-breakdown-total{display:flex;justify-content:space-between;padding:10px 0 0;font-size:14px;font-weight:700;color:#0f172a;margin-top:4px}.ep-payslip-net-row{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;background:#eff6ff;border-radius:12px;font-size:15px;font-weight:700;color:#0f172a}.ep-net-amount{font-size:22px;color:#2563eb}.ep-docs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.ep-doc-card{background:#fff;border-radius:16px;border:1px solid #F1F5F9;overflow:hidden;box-shadow:0 1px 3px #0000000d;transition:all .2s}.ep-doc-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.ep-doc-preview{height:140px;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden}.ep-doc-img-preview{width:100%;height:100%;object-fit:cover}.ep-doc-file-icon{color:#cbd5e1}.ep-doc-info{padding:16px}.ep-doc-type{display:block;font-size:13px;font-weight:700;color:#2563eb;margin-bottom:4px}.ep-doc-name{display:block;font-size:13px;color:#334155;font-weight:500;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ep-doc-number{display:block;font-size:12px;color:#64748b;margin-bottom:4px}.ep-doc-dates{display:flex;gap:12px;font-size:11px;color:#94a3b8;margin-bottom:4px}.ep-doc-uploaded{display:block;font-size:11px;color:#94a3b8}.ep-doc-actions{display:flex;gap:8px;padding:12px 16px;border-top:1px solid #F8FAFC}.ep-doc-action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s}.ep-doc-action-btn.view{background:#eff6ff;color:#2563eb}.ep-doc-action-btn.view:hover{background:#dbeafe}.ep-doc-action-btn.download{background:#ecfdf5;color:#10b981}.ep-doc-action-btn.download:hover{background:#d1fae5}.ep-empty-docs{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 20px;color:#cbd5e1;text-align:center}.ep-empty-docs h3{font-size:18px;font-weight:700;color:#94a3b8;margin:0}.ep-empty-docs p{font-size:14px;color:#94a3b8;margin:0;max-width:300px}.ep-shift-name-badge{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#eff6ff;color:#2563eb;border-radius:10px;font-size:14px;font-weight:700}.ep-shift-overview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-bottom:24px}.ep-shift-info-card{background:#fff;border-radius:12px;padding:18px;display:flex;align-items:center;gap:14px;border:1px solid #F1F5F9;box-shadow:0 1px 3px #0000000a}.ep-shift-info-icon{width:40px;height:40px;background:#eff6ff;color:#2563eb;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ep-shift-info-card label{display:block;font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;margin-bottom:2px}.ep-shift-info-card span{font-size:14px;font-weight:600;color:#0f172a}.ep-shift-schedule-card{margin-bottom:24px}.ep-shift-schedule-table{padding:0 24px 24px}.ep-shift-table-header,.ep-shift-table-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr 1fr;gap:12px;padding:12px 0;border-bottom:1px solid #F8FAFC;font-size:14px;align-items:center}.ep-shift-table-header{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.ep-shift-table-row:last-child{border-bottom:none}.ep-shift-table-row.week-off{background:#f8fafc;border-radius:8px;padding:12px 8px}.ep-shift-table-row.week-off span{color:#94a3b8}.ep-shift-day-label{font-weight:600;color:#334155}.ep-shift-status-chip{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600}.ep-shift-status-chip.working{background:#ecfdf5;color:#10b981}.ep-shift-status-chip.off{background:#f1f5f9;color:#94a3b8}.ep-shift-today-card{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#eff6ff,#f0fdf4);border:1.5px solid #BFDBFE;border-radius:16px;padding:24px 28px;margin-bottom:24px;flex-wrap:wrap}.ep-shift-today-left{display:flex;flex-direction:column;gap:10px}.ep-shift-today-label{font-size:11px;font-weight:700;color:#2563eb;text-transform:uppercase;letter-spacing:.08em}.ep-shift-today-day{font-size:18px;font-weight:700;color:#0f172a}.ep-shift-today-times{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ep-shift-today-time-block{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #E2E8F0;border-radius:10px;padding:8px 14px}.ep-shift-today-time-block div{display:flex;flex-direction:column;gap:1px}.ep-shift-today-time-block label{font-size:10px;font-weight:600;color:#94a3b8;text-transform:uppercase}.ep-shift-today-time-block span{font-size:15px;font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums}.ep-shift-today-arrow{font-size:18px;color:#94a3b8;font-weight:300}.ep-shift-today-dur{display:flex;align-items:center;gap:5px;background:#eff6ff;color:#2563eb;border:1px solid #BFDBFE;border-radius:999px;padding:5px 12px;font-size:13px;font-weight:700}.ep-shift-today-right{display:flex;flex-direction:column;gap:8px;align-items:flex-end}.ep-shift-break-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:1.5px solid;font-size:12px;font-weight:600;background:#fff;white-space:nowrap}.ep-shift-week-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:0}.ep-shift-week-col{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 8px;border-right:1px solid #F1F5F9;transition:background .2s}.ep-shift-week-col:last-child{border-right:none}.ep-shift-week-col.today{background:#eff6ff;border-radius:0}.ep-shift-week-col.off{background:#f8fafc}.ep-shift-week-day{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.ep-shift-week-col.today .ep-shift-week-day{color:#2563eb}.ep-shift-week-time{font-size:13px;font-weight:700;color:#0f172a;font-variant-numeric:tabular-nums}.ep-shift-week-sep{font-size:10px;color:#cbd5e1;font-weight:500}.ep-shift-week-dur{font-size:11px;font-weight:700;color:#2563eb;background:#eff6ff;border-radius:999px;padding:2px 8px}.ep-shift-week-lunch{display:flex;align-items:center;gap:3px;font-size:10px;color:#10b981;font-weight:600}.ep-shift-week-off{font-size:12px;font-weight:700;color:#94a3b8;background:#f1f5f9;border-radius:999px;padding:3px 10px;margin-top:4px}.ep-shift-policy-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.ep-shift-policy-card{padding:0}.ep-shift-policy-card .ep-card-header{padding:16px 20px}.ep-policy-rows{padding:8px 20px 20px;display:flex;flex-direction:column;gap:2px}.ep-policy-row{display:flex;justify-content:space-between;padding:10px 0;font-size:14px;border-bottom:1px solid #F8FAFC}.ep-policy-row:last-child{border-bottom:none}.ep-policy-row label{color:#64748b}.ep-policy-row span{font-weight:600;color:#0f172a}@media(max-width:1200px){.ep-info-grid{grid-template-columns:1fr 1fr}.ep-att-layout,.ep-payslip-layout,.ep-shift-policy-grid{grid-template-columns:1fr}}@media(max-width:768px){.ep-dashboard,.ep-page,.ep-profile-page{padding:16px}.ep-welcome-banner{flex-direction:column;gap:20px;align-items:flex-start}.ep-welcome-actions{width:100%}.ep-info-grid{grid-template-columns:1fr}.ep-att-summary{grid-template-columns:repeat(2,1fr)}.ep-payslip-summary-row,.ep-payslip-breakdown{grid-template-columns:1fr}.ep-profile-hero-content{flex-direction:column;text-align:center}.ep-profile-hero-meta{justify-content:center}.ep-tabs{overflow-x:auto;width:100%}.ep-shift-schedule-table{overflow-x:auto}.ep-shift-table-header,.ep-shift-table-row{min-width:500px}.ep-shift-week-grid{overflow-x:auto}.ep-shift-week-col{min-width:80px}.ep-shift-today-card{flex-direction:column}.ep-shift-today-right{align-items:flex-start}}.ep-punch-card{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#1e40af,#2563eb 60%,#3b82f6);border-radius:20px;padding:28px 32px;margin-bottom:24px;color:#fff;gap:24px;flex-wrap:wrap;box-shadow:0 8px 32px #2563eb4d}.ep-punch-left{display:flex;flex-direction:column;gap:6px}.ep-punch-clock{font-size:40px;font-weight:800;letter-spacing:-1px;line-height:1;font-variant-numeric:tabular-nums}.ep-punch-date{font-size:14px;color:#fffc;font-weight:500}.ep-punch-elapsed{display:flex;align-items:center;gap:6px;font-size:13px;color:#ffffffbf;margin-top:4px}.ep-elapsed-live{font-weight:700;color:#a7f3d0;font-variant-numeric:tabular-nums}.ep-punch-break-badge{display:inline-flex;align-items:center;gap:5px;background:#f59e0b40;color:#fde68a;border:1px solid rgba(245,158,11,.4);padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600;margin-top:4px;width:fit-content}.ep-punch-right{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.ep-punch-status-row{display:flex;align-items:center;gap:8px}.ep-punch-status-dot{width:10px;height:10px;border-radius:50%;animation:pulse 2s infinite}.ep-punch-status-dot.in{background:#34d399;box-shadow:0 0 0 3px #34d3994d}.ep-punch-status-dot.out{background:#f87171;box-shadow:0 0 0 3px #f871714d}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.ep-punch-status-label{font-size:14px;font-weight:600;color:#ffffffe6}.ep-punch-today-info{display:flex;gap:16px;font-size:13px;color:#ffffffbf}.ep-punch-today-info span{display:flex;align-items:center;gap:5px}.ep-punch-actions{display:flex;gap:10px;align-items:center}.ep-punch-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;border-radius:12px;font-size:15px;font-weight:700;border:none;cursor:pointer;transition:all .2s}.ep-punch-btn:disabled{opacity:.6;cursor:not-allowed}.ep-punch-btn.punch-in{background:#10b981;color:#fff;box-shadow:0 4px 12px #10b98166}.ep-punch-btn.punch-in:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.ep-punch-btn.punch-out{background:#ef4444;color:#fff;box-shadow:0 4px 12px #ef444466}.ep-punch-btn.punch-out:hover:not(:disabled){background:#dc2626;transform:translateY(-1px)}.ep-break-btn{display:flex;align-items:center;gap:6px;padding:12px 18px;border-radius:12px;font-size:14px;font-weight:600;border:2px solid rgba(255,255,255,.3);cursor:pointer;transition:all .2s;background:#ffffff26;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ep-break-btn:hover:not(:disabled){background:#ffffff40}.ep-break-btn:disabled{opacity:.5;cursor:not-allowed}.ep-break-btn.end-break{border-color:#f59e0b80;background:#f59e0b33}.ep-punch-highlight{flex-shrink:0}.ep-top-row{display:flex;align-items:flex-start;gap:20px;margin-bottom:24px}.ep-top-row .ep-stats-grid{flex:1;margin-bottom:0}.pw-card-v2{position:relative;width:250px;background:#fff;border-radius:20px;padding:20px 18px 18px;overflow:hidden;border:1.5px solid #E2E8F0;box-shadow:0 2px 12px #2563eb12;display:flex;flex-direction:column;gap:16px}.pw-v2-orb{position:absolute;width:160px;height:160px;border-radius:50%;opacity:.06;top:-50px;right:-50px;pointer-events:none;filter:blur(40px);background:#2563eb;transition:background .4s}.pw-v2-header{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:1}.pw-v2-time-block{display:flex;flex-direction:column;gap:2px}.pw-v2-time{font-size:17px;font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums;letter-spacing:-.3px;line-height:1.1}.pw-v2-date{font-size:11px;color:#94a3b8;font-weight:500}.pw-v2-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.pw-v2-badge-dot{width:6px;height:6px;border-radius:50%;animation:pw2-pulse 1.8s infinite}@keyframes pw2-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.pw-v2-ring-area{display:flex;flex-direction:column;align-items:center;gap:14px;position:relative;z-index:1}.pw-v2-ring-wrap{position:relative;width:200px;height:200px}.pw-v2-ring-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.pw-v2-elapsed{font-size:22px;font-weight:900;font-variant-numeric:tabular-nums;letter-spacing:-1px;line-height:1;transition:color .3s}.pw-v2-in-label{font-size:10px;color:#94a3b8;font-weight:600;letter-spacing:.2px}.pw-v2-stats{display:flex;align-items:center;background:#f8fafc;border:1px solid #E2E8F0;border-radius:12px;padding:10px 0;width:100%}.pw-v2-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px}.pw-v2-stat-val{font-size:11px;font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums}.pw-v2-stat-lbl{font-size:10px;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.4px}.pw-v2-stat-divider{width:1px;height:28px;background:#e2e8f0}.pw-v2-actions{display:flex;flex-direction:column;gap:8px;position:relative;z-index:1}.pw-v2-btn{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:10px;border-radius:12px;font-size:13px;font-weight:700;border:none;cursor:pointer;transition:all .2s;letter-spacing:.1px}.pw-v2-btn:disabled{opacity:.5;cursor:not-allowed}.pw-v2-btn.primary.in{background:#10b981;color:#fff;box-shadow:0 3px 12px #10b98147}.pw-v2-btn.primary.out{background:#ef4444;color:#fff;box-shadow:0 3px 12px #ef444440}.pw-v2-btn.primary:hover:not(:disabled){filter:brightness(1.07);transform:translateY(-1px)}.pw-v2-btn.secondary.start{background:#fffbeb;color:#d97706;border:1.5px solid #FDE68A}.pw-v2-btn.secondary.end{background:#fef2f2;color:#ef4444;border:1.5px solid #FECACA}.pw-v2-btn.secondary:hover:not(:disabled){filter:brightness(.97)}@media(max-width:900px){.ep-top-row{flex-direction:column}.ep-punch-highlight,.pw-card-v2{width:100%}}.ep-att-break-section{align-items:flex-start}.ep-att-break-list{display:flex;flex-direction:column;gap:6px;margin-top:6px}.ep-att-break-item{display:flex;align-items:center;gap:8px;background:#fffbeb;border:1px solid #FDE68A;border-radius:8px;padding:5px 10px;font-size:12px}.ep-att-break-num{font-weight:700;color:#d97706;min-width:20px}.ep-att-break-time{color:#334155;font-weight:500;flex:1}.ep-att-break-dur{font-weight:700;color:#f59e0b;background:#fff;border:1px solid #FDE68A;border-radius:999px;padding:1px 8px;font-size:11px;white-space:nowrap}.use-app-container{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:24px}.use-app-card{background:#fff;border-radius:24px;padding:48px;max-width:500px;width:100%;text-align:center;box-shadow:0 10px 30px #0000000d;border:1px solid #F1F5F9}.use-app-icon{width:100px;height:100px;background:#eff6ff;border-radius:30px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.use-app-card h1{font-size:28px;font-weight:800;color:#0f172a;margin-bottom:12px}.use-app-card p{font-size:16px;color:#64748b;margin-bottom:32px;line-height:1.6}.use-app-features{display:flex;flex-direction:column;gap:12px;margin-bottom:32px;text-align:left;background:#f8fafc;padding:20px;border-radius:16px}.app-feature{display:flex;align-items:center;gap:12px;font-size:14px;color:#334155;font-weight:500}.feature-dot{width:6px;height:6px;background:#2563eb;border-radius:50%}.use-app-actions{display:flex;flex-direction:column;gap:12px}.download-app-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:#2563eb;color:#fff;border:none;padding:14px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.download-app-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.download-app-btn.outline{background:#fff;color:#334155;border:1px solid #E2E8F0}.download-app-btn.outline:hover{background:#f8fafc}.logout-mobile-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;color:#ef4444;border:1px solid #FEE2E2;padding:12px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;margin-top:8px;transition:all .2s}.logout-mobile-btn:hover{background:#fef2f2;border-color:#fecaca;transform:translateY(-1px)}.use-app-footer{margin-top:32px;font-size:12px;color:#94a3b8}
