@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{font-feature-settings:"cv02","cv03","cv04","cv11";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#f8fafc}#app,.min-h-screen{min-height:100vh}.h-full{height:100%}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.space-x-2>*+*{margin-left:.5rem}.space-x-3>*+*{margin-left:.75rem}.space-x-4>*+*{margin-left:1rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.inset-0{inset:0}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.login-background{background:linear-gradient(135deg,#1e3a8a,#1e40af,#1e3a8a);background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(255,255,255,.05) 0%,transparent 50%);padding:3rem 1rem}.login-container{max-width:400px;width:100%;margin:0 auto;background:#fffffff2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:16px;box-shadow:0 25px 50px -12px #00000040;border:1px solid rgba(255,255,255,.2);padding:2rem}.login-header{text-align:center;margin-bottom:2rem}.login-logo{width:64px;height:64px;background:#2563eb;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 10px 15px -3px #0000001a}.login-logo svg{width:32px;height:32px;color:#fff}.login-title{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.login-subtitle{color:#6b7280;font-weight:500;margin-bottom:.25rem}.login-description{font-size:.875rem;color:#9ca3af}.form-group{position:relative;margin-bottom:1.5rem}.form-label{display:block;color:#374151;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;transition:all .2s ease;background-color:#fff}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input::placeholder{color:#9ca3af}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease;outline:none}.btn:focus{box-shadow:0 0 0 3px #3b82f61a}.btn-primary{background:#2563eb;color:#fff;width:100%}.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.sidebar{height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:0 25px 50px -12px #00000040;border-right:1px solid #e5e7eb;transition:all .3s ease;width:256px}.sidebar-collapsed{width:64px!important}.sidebar-header{display:flex;align-items:center;justify-content:center;height:80px;padding:0 1.5rem;background:linear-gradient(to right,#2563eb,#1d4ed8);box-shadow:0 4px 6px -1px #0000001a}.sidebar-logo{width:40px;height:40px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:.75rem;box-shadow:0 10px 15px -3px #0000001a;flex-shrink:0}.sidebar-logo svg{width:24px;height:24px;color:#2563eb}.sidebar-brand h1{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.sidebar-brand p{color:#dbeafe;font-size:.75rem}.sidebar-nav{flex:1;padding:2rem 1.5rem}.nav-item{display:flex;align-items:center;padding:.75rem 1rem;margin-bottom:.75rem;color:#1f2937;text-decoration:none;border-radius:12px;font-size:.875rem;font-weight:600;transition:all .3s ease;position:relative}.nav-item:hover{background:linear-gradient(to right,#2563eb1a,#2563eb0d);color:#1d4ed8;transform:translate(4px)}.nav-item.active{background:linear-gradient(to right,#3b82f6,#2563eb);color:#fff;box-shadow:0 10px 15px -3px #3b82f640}.nav-item .nav-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-right:1rem;background:#fff3;border-radius:8px;flex-shrink:0}.nav-item.active .nav-icon{background:#fff3}.nav-item .nav-icon svg{width:20px;height:20px}.nav-text{flex:1}.header{background:#ffffffe6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 1px 3px #0000001a;border-bottom:1px solid rgba(229,231,235,.5);position:relative;z-index:30}.header-content{max-width:80rem;margin:0 auto;padding:0 1rem}.header-inner{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.header-left{display:flex;align-items:center}.header-title h1{font-size:1.5rem;font-weight:700;background:linear-gradient(to right,#2563eb,#1d4ed8);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.25rem}.header-title p{font-size:.875rem;color:#6b7280;font-weight:500}.header-right{display:flex;align-items:center}.header-btn{padding:.625rem;color:#374151;background:#fffc;border:1px solid rgba(229,231,235,.8);border-radius:12px;transition:all .2s ease;cursor:pointer;margin-left:.5rem;box-shadow:0 1px 2px #0000000d}.header-btn:hover{color:#2563eb;background:#2563eb1a;border-color:#2563eb4d;transform:scale(1.05);box-shadow:0 4px 8px #0000001a}.hamburger-btn{background:#ffffffe6;border:1px solid rgba(229,231,235,.8);box-shadow:0 2px 4px #0000000d}.hamburger-btn:hover{background:#2563eb1a;border-color:#2563eb4d;transform:scale(1.05);box-shadow:0 4px 8px #2563eb26}.hamburger-btn svg{stroke-width:2.5;transition:all .2s ease}.hamburger-btn:hover svg{stroke:#2563eb;stroke-width:3}.user-menu{display:flex;align-items:center;padding:.625rem;border:none;background:none;border-radius:12px;transition:all .2s ease;cursor:pointer}.user-menu:hover{background:#2563eb1a;transform:scale(1.05)}.user-avatar{width:32px;height:32px;background:linear-gradient(to bottom right,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:.75rem;box-shadow:0 4px 6px -1px #0000001a;flex-shrink:0}.user-avatar span{color:#fff;font-size:.875rem;font-weight:700}.user-name{font-weight:600;font-size:.875rem;color:#374151;margin-right:.5rem}.main-content{flex:1;max-width:80rem;width:100%;margin:0 auto;padding:1.5rem 1rem}.mobile-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:40;transition:all .3s ease}.sidebar-collapsed .sidebar-brand,.sidebar-collapsed .nav-text{display:none}.sidebar-collapsed .nav-item{justify-content:center;padding:.75rem}.sidebar-collapsed .nav-item .nav-icon{margin-right:0}.spinner{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem;margin-bottom:1rem}.error-content{display:flex;align-items:center}.error-message i{color:#ef4444;margin-right:.75rem}.error-message p{color:#b91c1c;font-size:.875rem;font-weight:500}.demo-credentials{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.demo-header{text-align:center;margin-bottom:.75rem}.demo-header p{font-size:.875rem;color:#6b7280}.demo-content{background:#f9fafb;border-radius:8px;padding:.75rem;font-size:.875rem}.demo-content p{margin-bottom:.25rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:fadeIn .5s ease-out}.animate-slide-in-left{animation:slideInLeft .4s ease-out}.animate-slide-in-right{animation:slideInRight .4s ease-out}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}@media (max-width: 639px){.sm\:block{display:block}.sm\:hidden{display:none}}@media (min-width: 640px){.sm\:block{display:block}.sm\:hidden{display:none}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.lg\:hidden{display:none}.lg\:block{display:block}.lg\:relative{position:relative}.lg\:translate-x-0{transform:translate(0)}.lg\:ml-0{margin-left:0}.lg\:px-8{padding-left:2rem;padding-right:2rem}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.p-6{padding:1.5rem}.w-full{width:100%}.inline-flex{display:inline-flex}.bg-blue-500{background-color:#3b82f6}.bg-green-500{background-color:#10b981}.bg-orange-500{background-color:#f59e0b}.bg-purple-500{background-color:#8b5cf6}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.gap-6{gap:1.5rem}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:col-span-2{grid-column:span 2}}.employee-form-container{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem 1rem}.employee-form-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px -5px #0000001a;overflow:hidden;margin:0 auto;max-width:1000px}.employee-header{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:2rem;text-align:center}.employee-header h1{font-size:2rem;font-weight:800;margin-bottom:.5rem}.employee-header p{font-size:1.1rem;opacity:.9}.employee-form-section{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:1.5rem;overflow:hidden;border:1px solid #e5e7eb}.employee-section-header{background:linear-gradient(90deg,#f8fafc,#e2e8f0);padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.employee-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;font-weight:600;color:#1f2937}.employee-section-icon{width:2rem;height:2rem;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.employee-section-icon svg{width:16px;height:16px}.employee-form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}@media (min-width: 768px){.employee-form-grid{grid-template-columns:repeat(2,1fr)}}.employee-form-group{display:flex;flex-direction:column}.employee-form-group.full-width{grid-column:1 / -1}.employee-form-label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.employee-form-input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.875rem;transition:all .2s ease;background:#fff}.employee-form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.employee-form-input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.employee-error-message{color:#ef4444;font-size:.75rem;margin-top:.25rem;font-weight:500}.employee-photo-container{text-align:center;padding:1.5rem}.employee-photo-preview{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 1rem;border:4px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a}.employee-photo-placeholder{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;border:4px solid #e5e7eb}.employee-photo-buttons{display:flex;flex-direction:column;gap:.75rem;max-width:200px;margin:0 auto}.employee-btn{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.875rem;transition:all .2s ease;cursor:pointer;border:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;min-height:40px}.employee-btn svg{width:16px;height:16px;flex-shrink:0}.employee-btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 6px -1px #3b82f64d}.employee-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 12px -1px #3b82f666}.employee-btn-secondary{background:#fff;color:#374151;border:2px solid #e5e7eb}.employee-btn-secondary:hover{border-color:#d1d5db;background:#f9fafb}.employee-btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 6px -1px #ef44444d}.employee-btn-danger:hover{transform:translateY(-2px);box-shadow:0 8px 12px -1px #ef444466}.employee-status-toggle{background:#f8fafc;padding:1rem;border-radius:12px;border:1px solid #e5e7eb}.employee-tips{background:linear-gradient(135deg,#dbeafe,#bfdbfe);padding:1rem;border-radius:12px;border:1px solid #93c5fd}.employee-tip-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.75rem}.employee-tip-item:last-child{margin-bottom:0}.employee-tip-text{font-size:.875rem;color:#1e40af;line-height:1.5}.employee-detail-container{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;padding:2rem 1rem}.employee-detail-header{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:2rem;border-radius:20px;margin-bottom:2rem;box-shadow:0 10px 25px -5px #3b82f64d}.employee-avatar-large{width:80px;height:80px;border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.3);box-shadow:0 4px 6px -1px #0000001a}.employee-info-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;margin-bottom:1.5rem}.employee-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.employee-stat-item{text-align:center;padding:1rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;border:1px solid #e5e7eb}.employee-stat-value{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.employee-stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.employee-attendance-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#f8fafc;border-radius:12px;margin-bottom:.75rem;border:1px solid #e5e7eb;transition:all .2s ease}.employee-attendance-item:hover{background:#f1f5f9;transform:translate(4px)}.employee-actions-sidebar{position:sticky;top:2rem}.loading-skeleton{padding:2rem 1rem}.skeleton-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.skeleton-header{display:flex;align-items:center;gap:1.5rem}.skeleton-avatar{width:6rem;height:6rem;background:#e5e7eb;border-radius:50%;animation:pulse 2s infinite}.skeleton-content{flex:1;display:flex;flex-direction:column;gap:.75rem}.skeleton-line{height:1rem;background:#e5e7eb;border-radius:4px;animation:pulse 2s infinite}.skeleton-title{width:33%}.skeleton-subtitle{width:50%}.skeleton-text{width:25%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.employee-header-content{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.employee-header-main{display:flex;align-items:center;gap:1.5rem;flex:1;min-width:0}.employee-avatar-container{position:relative;flex-shrink:0}.employee-avatar-placeholder{width:80px;height:80px;border-radius:50%;background:#fff3;border:4px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #0000001a}.placeholder-icon-large{width:2.5rem;height:2.5rem;color:#fff}.employee-status-badge{position:absolute;bottom:-4px;right:-4px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white;background:#ef4444}.employee-status-badge.active{background:#10b981}.status-dot{width:8px;height:8px;background:#fff;border-radius:50%}.employee-header-info{flex:1;min-width:0}.employee-name{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.25rem}.employee-position{font-size:1.125rem;color:#dbeafe;margin-bottom:.75rem}.employee-contact{display:flex;flex-direction:column;gap:.5rem}.contact-item{display:flex;align-items:center;gap:.5rem}.contact-icon{width:16px;height:16px;color:#bfdbfe;flex-shrink:0}.contact-item span{color:#dbeafe;font-size:.875rem}.employee-header-actions{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}.employee-btn-outline{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.employee-btn-outline:hover{background:#fff3;border-color:#ffffff4d}.employee-detail-content{display:grid;grid-template-columns:1fr;gap:2rem;padding:0 1rem}@media (min-width: 1024px){.employee-detail-content{grid-template-columns:2fr 1fr}}.employee-detail-main{display:flex;flex-direction:column;gap:1.5rem}.status-indicator{width:1rem;height:1rem;border-radius:50%;transition:all .2s ease}.placeholder-icon{width:4rem;height:4rem;color:#9ca3af}.tip-icon{width:1rem;height:1rem;color:#2563eb;margin-top:.125rem;flex-shrink:0}.loading-spinner{width:1rem;height:1rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toggle-container{position:relative;display:inline-flex;align-items:center;cursor:pointer}.toggle-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.toggle-switch{width:2.75rem;height:1.5rem;background-color:#e5e7eb;border-radius:9999px;position:relative;cursor:pointer;transition:background-color .2s ease}.toggle-switch.active{background-color:#2563eb}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:1.25rem;height:1.25rem;background-color:#fff;border-radius:50%;transition:transform .2s ease}.toggle-switch.active:after{transform:translate(1.25rem)}@keyframes pulse-4be7069b{0%,to{opacity:1}50%{opacity:.5}}.footer-section[data-v-423f8dc9]{background:#f9fafb;border-top:1px solid #e5e7eb;padding:1rem 0;margin-top:auto}.footer-content[data-v-423f8dc9]{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-text[data-v-423f8dc9]{text-align:center;font-size:.875rem;color:#6b7280;font-weight:500}.footer-link[data-v-423f8dc9]{color:#3b82f6;text-decoration:none;font-weight:600;transition:all .2s ease}.footer-link[data-v-423f8dc9]:hover{color:#1d4ed8;text-decoration:underline}@media (max-width: 640px){.footer-text[data-v-423f8dc9]{font-size:.75rem;line-height:1.4}}
