@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;*{@apply transition-colors duration-200;}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{@apply bg-gray-100;}::-webkit-scrollbar-thumb{@apply bg-gray-400 rounded-full;}::-webkit-scrollbar-thumb:hover{@apply bg-gray-600;}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-orange: #FF5722;--text-dark: #1f2937;--text-black: #000000;--text-gray: #64748b;--border-color: #e2e8f0;--bg-colored: #fdf7f5}*{box-sizing:border-box;margin:0;padding:0}.employee-login-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;font-family:Inter,sans-serif}.login-form-container{display:flex;width:100%;height:100vh;max-width:1600px;background:#fff;overflow:hidden}.login-form-side{flex:1.1;padding:80px;display:flex;flex-direction:column}.brand-logo-refined{display:flex;align-items:center;margin-bottom:70px}.refined-logo-img{width:120px;height:auto;object-fit:contain}.welcome-text{font-size:2.8rem;color:var(--text-dark)}.welcome-text-thin{font-weight:300!important}.welcome-sub{color:var(--text-gray);margin:20px 0 45px;line-height:1.6;font-size:1rem}.input-group{margin-bottom:25px}.input-group label{display:block;font-size:.9rem;font-weight:600;margin-bottom:10px;color:var(--text-dark)}.input-field{display:flex;align-items:center;border:1px solid var(--border-color);border-radius:12px;padding:14px 18px;background-color:#fff;transition:border-color .2s}.input-field:focus-within{border-color:var(--primary-orange)}.input-icon-fa{margin-right:15px;color:var(--text-gray);font-size:1.1rem;width:20px;text-align:center;display:flex;justify-content:center}.login-input{border:none!important;outline:none!important;width:100%;font-size:.95rem;background:transparent!important;color:#000!important;caret-color:var(--primary-orange)!important}.toggle-pass{background:none;border:none;cursor:pointer;color:var(--text-gray);font-size:1rem;padding-left:10px;display:flex;align-items:center}.form-options{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;margin-bottom:40px}.blank-options-space{flex:1}.forgot-pass{color:var(--primary-orange);font-weight:600;cursor:pointer}.login-main-btn{width:100%;padding:18px;background:var(--primary-orange);color:#fff;border:none;border-radius:14px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:.3s}.login-main-btn:hover{background:#e64a19;transform:translateY(-1px)}.error-box{background:#fef2f2;color:#991b1b;padding:14px;border-radius:10px;margin-top:25px;font-size:.9rem;border:1px solid #fee2e2;text-align:center}.login-image-side{flex:1.3;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;position:relative}.login-image-side-colored{background-color:var(--bg-colored)!important}.promo-content{text-align:center;max-width:550px;z-index:2}.promo-content h2{font-size:2.2rem;font-weight:800;color:var(--text-dark);line-height:1.3}.promo-content p{color:var(--text-gray);margin-top:20px;font-size:1rem}.dashboard-mockup{margin-top:50px;width:100%;border-radius:18px;box-shadow:0 20px 50px #00000014;background:#fff;padding:10px}.dashboard-mockup img{width:100%;height:auto;border-radius:12px}@media (max-width: 1024px){.login-form-container{flex-direction:column;height:auto;min-height:100vh}.login-form-side{flex:1;padding:60px 40px}.login-image-side{flex:1;padding:40px;min-height:400px}.welcome-text{font-size:2.2rem}.promo-content h2{font-size:1.8rem}}@media (max-width: 768px){.login-form-side{padding:40px 30px}.login-image-side{display:none}.welcome-text{font-size:2rem}.welcome-sub{font-size:.9rem;margin:15px 0 35px}.input-group{margin-bottom:20px}.login-main-btn{padding:16px;font-size:1rem}.brand-logo-refined{margin-bottom:50px}.refined-logo-img{width:100px}}@media (max-width: 480px){.login-form-side{padding:30px 20px}.welcome-text{font-size:1.8rem}.welcome-sub{font-size:.85rem;margin:15px 0 30px}.input-group label{font-size:.85rem}.login-input{font-size:.9rem}.login-main-btn{padding:14px;font-size:.95rem}.form-options{margin-bottom:30px;font-size:.85rem}.refined-logo-img{width:80px}}.employee-profile-page{min-height:100vh;background:#f3f4f6;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:2rem 1rem}.ep-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto}.ep-info-card-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden;transition:transform .2s,box-shadow .2s}.ep-info-card-section:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.ep-card-header{display:flex;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.ep-card-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#e0f2fe;border-radius:8px}.ep-card-header h3{margin:0;font-size:1.1rem;color:#1f2937;font-weight:600}.ep-card-body{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.ep-info-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.ep-info-row:last-child{border-bottom:none}.ep-info-label{font-size:.9rem;color:#6b7280;font-weight:500}.ep-info-value{font-size:.95rem;color:#1f2937;font-weight:600}.ep-address-item{padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:.75rem}.ep-address-type-badge{display:inline-block;padding:.25rem .75rem;background:#3b82f6;color:#fff;border-radius:4px;font-size:.75rem;font-weight:700;margin-bottom:.5rem}.ep-address-text{font-size:.9rem;color:#374151;margin:.25rem 0}.ep-address-actions{display:flex;gap:.5rem;margin-top:.75rem}.ep-address-actions .ep-edit-btn,.ep-address-actions .ep-delete-btn{padding:.4rem .8rem;font-size:.85rem;display:flex;align-items:center;gap:.25rem}.ep-change-password-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:.9rem;transition:background .2s;margin-top:.5rem}.ep-change-password-btn:hover{background:#2563eb}.ep-otp-inline{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.ep-otp-inline .ep-form-input{padding:.6rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem}.ep-otp-inline .ep-primary-btn{padding:.6rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;align-self:flex-start}.ep-otp-inline .ep-primary-btn:hover{background:#2563eb}.ep-header{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 2px 8px #0000000f;margin-bottom:2rem;max-width:1400px;margin-left:auto;margin-right:auto}.ep-header-left{display:flex;align-items:center;gap:1.5rem}.ep-back-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#6b7280;cursor:pointer;font-size:.95rem;padding:.5rem;transition:color .2s}.ep-back-btn:hover{color:#1f2937}.ep-header h1{font-size:1.75rem;color:#1f2937;margin:0}.ep-hero-card{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1.25rem 1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000f}.ep-hero-left{display:flex;gap:1rem;align-items:center}.ep-avatar-wrap{width:96px;height:96px;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff5f3}.ep-avatar-img{width:100%;height:100%;object-fit:cover}.ep-avatar-fallback{width:96px;height:96px;display:flex;align-items:center;justify-content:center;background:#fff2ef;color:#f44515;font-weight:700;font-size:28px}.ep-hero-info h2,.ep-hero-name{margin:0;font-size:1.25rem;color:#111827}.ep-hero-role{color:#6b7280;margin-top:6px}.ep-status-pill{display:inline-block;margin-top:8px;padding:6px 10px;border-radius:8px;background:#d1fae5;color:#059669;font-weight:700;font-size:.85rem}.ep-edit-profile-btn{background:#ff5722;color:#fff;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;font-weight:600}.ep-message{max-width:1400px;margin:0 auto 1.5rem;padding:1rem 1.5rem;border-radius:8px;display:flex;justify-content:space-between;align-items:center}.ep-message.success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.ep-message.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.ep-message-close{background:none;border:none;cursor:pointer;font-size:1.5rem;color:inherit;opacity:.7;transition:opacity .2s}.ep-message-close:hover{opacity:1}.ep-tabs-nav{display:flex;gap:1rem;background:#fff;padding:0;border-radius:12px 12px 0 0;box-shadow:0 2px 8px #0000000f;max-width:1400px;margin:0 auto;border-bottom:2px solid #e5e7eb}.ep-tab-btn{flex:1;padding:1.25rem;background:none;border:none;cursor:pointer;font-size:.95rem;font-weight:500;color:#6b7280;transition:all .2s;border-bottom:3px solid transparent;margin-bottom:-2px}.ep-tab-btn:hover{color:#1f2937;background:#f9fafb}.ep-tab-btn.active{color:#3b82f6;border-bottom-color:#3b82f6}.ep-tabs-content{background:#fff;border-radius:0 0 12px 12px;box-shadow:0 2px 8px #0000000f;max-width:1400px;margin:0 auto;padding:2rem;min-height:500px}.ep-tab-pane{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ep-section-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}.ep-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.ep-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:transform .2s,box-shadow .2s}.ep-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.ep-stat-icon{font-size:2rem;width:60px;height:60px;border-radius:10px;display:flex;align-items:center;justify-content:center}.ep-stat-content{flex:1}.ep-stat-label{font-size:.85rem;color:#6b7280;margin-bottom:.25rem}.ep-stat-value{font-size:1.75rem;font-weight:700;color:#1f2937}.ep-table-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-top:1rem}.ep-table{width:100%;border-collapse:collapse}.ep-table th{background:#f9fafb;padding:1rem;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb}.ep-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#6b7280}.ep-table tr:hover{background:#f9fafb}.ep-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.ep-badge.present{background:#dcfce7;color:#15803d}.ep-badge.absent{background:#fee2e2;color:#991b1b}.ep-addresses-container{display:block;gap:2rem}.ep-top-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.5rem}.ep-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem}.ep-card-title{margin:0 0 .75rem;font-size:1rem;color:#1f2937}.ep-bottom-grid{display:grid;grid-template-columns:1fr 420px;gap:1.5rem;margin-top:1rem}.ep-addresses-left{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.ep-info-card{display:flex;flex-direction:column;gap:1.5rem}.ep-info-item{display:flex;flex-direction:column}.ep-info-item label{font-size:.85rem;color:#6b7280;font-weight:500;margin-bottom:.25rem}.ep-info-item value{font-size:1rem;color:#1f2937;font-weight:500}.ep-addresses-right{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.ep-addresses-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.ep-add-address-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s}.ep-add-address-btn:hover{background:#2563eb}.ep-address-cards{display:flex;flex-direction:column;gap:1rem}.ep-address-card{border:1px solid #e5e7eb;border-radius:10px;padding:1rem;position:relative;transition:all .2s}.ep-address-card:hover{border-color:#3b82f6;background:#f0f9ff}.ep-address-type{font-size:.75rem;font-weight:700;color:#3b82f6;margin-bottom:.5rem;background:#eff6ff;display:inline-block;padding:.25rem .75rem;border-radius:4px}.ep-address-content{margin-bottom:1rem}.ep-address-street{color:#1f2937;font-weight:500;margin:0 0 .25rem}.ep-address-city{color:#6b7280;font-size:.9rem;margin:0}.ep-address-actions{display:flex;gap:.5rem}.ep-edit-btn,.ep-delete-btn{padding:.4rem .6rem;border:none;border-radius:6px;cursor:pointer;transition:all .2s;font-size:.85rem}.ep-edit-btn{background:#e0f2fe;color:#0369a1}.ep-edit-btn:hover{background:#bae6fd}.ep-delete-btn{background:#fee2e2;color:#991b1b}.ep-delete-btn:hover{background:#fecaca}.ep-no-addresses{text-align:center;color:#6b7280;padding:2rem;background:#f9fafb;border-radius:10px}.ep-settings-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid #e5e7eb}.ep-settings-tab{display:flex;align-items:center;gap:.5rem;padding:1rem;background:none;border:none;cursor:pointer;font-size:.95rem;font-weight:500;color:#6b7280;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s}.ep-settings-tab:hover{color:#1f2937}.ep-settings-tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.ep-settings-content{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:2rem}.ep-otp-step{display:flex;flex-direction:column;gap:1.5rem;max-width:400px}.ep-otp-info{color:#6b7280;font-size:.95rem;line-height:1.5}.ep-form-group{display:flex;flex-direction:column;gap:.5rem}.ep-form-group label{font-size:.9rem;color:#374151;font-weight:500}.ep-form-input{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;transition:all .2s;background:#fff;color:#1f2937}.ep-form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.ep-form-input:disabled{background:#f3f4f6;color:#9ca3af}.ep-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ep-primary-btn,.ep-secondary-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s;align-self:flex-start}.ep-primary-btn{background:#3b82f6;color:#fff}.ep-primary-btn:hover{background:#2563eb}.ep-secondary-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.ep-secondary-btn:hover{background:#e5e7eb}.ep-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.ep-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px #00000026;width:90%;max-width:500px;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.ep-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.ep-modal-header h3{margin:0;color:#1f2937;font-size:1.25rem}.ep-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;transition:color .2s}.ep-modal-close:hover{color:#1f2937}.ep-modal-body{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.ep-modal-footer{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem;border-top:1px solid #e5e7eb}.ep-loading,.ep-error{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#6b7280}@media (max-width: 1024px){.ep-cards-grid{grid-template-columns:repeat(2,1fr)}.ep-addresses-container,.ep-form-row{grid-template-columns:1fr}.ep-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.employee-profile-page{padding:1rem}.ep-cards-grid{grid-template-columns:1fr}.ep-header{flex-direction:column;gap:1rem;align-items:flex-start}.ep-tabs-nav{flex-direction:column}.ep-tabs-content{padding:1.5rem}.ep-stats-grid{grid-template-columns:1fr}.ep-modal{width:95%}.ep-form-row{grid-template-columns:1fr}.ep-modal-footer{flex-direction:column-reverse}.ep-modal-footer button{width:100%}}.employee-profile-page{background:#fbfbfd}.ep-header{max-width:1400px;margin:0 auto .75rem}.ep-hero-card{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1.5rem 2rem;border-radius:14px;box-shadow:0 8px 24px #1018280f}.ep-avatar-wrap{width:112px;height:112px;border-radius:9999px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff5f0;margin-right:1rem}.ep-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.ep-avatar-fallback{width:112px;height:112px;border-radius:9999px;display:flex;align-items:center;justify-content:center;background:#fff0ec;color:#ff5722;font-weight:800;font-size:40px}.ep-hero-info{display:flex;flex-direction:column}.ep-hero-name{margin:0;font-size:1.6rem;color:#0f1724}.ep-hero-role{color:#ff5722;margin-top:6px;font-weight:600}.ep-status-pill{display:inline-block;margin-top:10px;padding:7px 12px;border-radius:9999px;background:#d1fae5;color:#059669;font-weight:700;font-size:.85rem}.ep-hero-right{display:flex;align-items:center}.ep-edit-profile-btn{background:#ff5722;color:#fff;border:none;padding:10px 18px;border-radius:10px;cursor:pointer;font-weight:700;box-shadow:0 8px 20px #ff57221f}.ep-edit-profile-btn:hover{transform:translateY(-1px)}.ep-card,.ep-table-container,.ep-addresses-left,.ep-addresses-right,.ep-settings-content{border-radius:12px;box-shadow:0 6px 20px #1018280a;border:1px solid rgba(229,231,235,.9)}.ep-tabs-nav,.ep-tabs-content,.ep-message{max-width:1400px;margin-left:auto;margin-right:auto}@media (max-width: 1024px){.ep-hero-card{padding:1rem}.ep-avatar-wrap,.ep-avatar-fallback{width:88px;height:88px;font-size:32px}}.profile-dropdown-container{position:relative;display:inline-block}.profile-dropdown-button{background:none;border:none;cursor:pointer;padding:.5rem;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.profile-dropdown-button:hover{color:#1f2937}.profile-dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0000001a;min-width:180px;z-index:1000;margin-top:.5rem;padding:.5rem 0;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;color:#1f2937;font-size:.95rem;transition:background-color .2s ease}.dropdown-item:hover{background-color:#f3f4f6}.dropdown-item.logout{color:#dc2626}.dropdown-item.logout:hover{background-color:#fee2e2}.dropdown-divider{height:1px;background-color:#e5e7eb;margin:.25rem 0}:root{--elm-primary: #ff5a15;--elm-primary-dark: #ec4f0f;--elm-bg: #f5f7fb;--elm-card: #ffffff;--elm-border: #e8ebf2;--elm-text: #1f2937;--elm-muted: #6b7280;--elm-muted-light: #94a3b8;--elm-green: #19a45a;--elm-green-bg: #e9f9f0;--elm-red: #ef4444;--elm-red-bg: #fff1f1;--elm-purple: #7c4dff;--elm-purple-bg: #f3edff;--elm-amber: #f59e0b;--elm-amber-bg: #fff7e9;--elm-blue: #3b82f6;--elm-blue-bg: #eef4ff}.elm-page{font-family:Poppins,sans-serif;color:var(--elm-text);display:flex;flex-direction:column;gap:16px}.elm-panel{background:var(--elm-card);border:1px solid var(--elm-border);border-radius:12px;box-shadow:0 2px 8px #0f172a0a}.elm-block-title{margin:0;font-size:16px;font-weight:700;color:#141c2b}.elm-balance-panel{padding:14px 16px}.elm-balance-panel .elm-block-title{font-size:16px;margin-bottom:12px}.elm-balance-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.elm-balance-card{border:1px solid var(--elm-border);border-radius:10px;background:#fff;padding:12px;display:flex;align-items:center;gap:10px}.elm-balance-icon{width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:14px}.elm-balance-icon.green{background:var(--elm-green-bg);color:var(--elm-green)}.elm-balance-icon.red{background:var(--elm-red-bg);color:var(--elm-red)}.elm-balance-icon.purple{background:var(--elm-purple-bg);color:var(--elm-purple)}.elm-balance-icon.amber{background:var(--elm-amber-bg);color:var(--elm-amber)}.elm-balance-content{display:flex;flex-direction:column;gap:1px}.elm-balance-label{margin:0;font-size:12px;color:#475569;font-weight:600}.elm-balance-days{margin:0;font-size:34px;line-height:1;font-weight:700;color:#111827}.elm-balance-sub{margin:0;font-size:11px;color:var(--elm-green);font-weight:600}.elm-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;align-items:start}.elm-left-col{display:flex;flex-direction:column;gap:14px}.elm-apply-panel{padding:14px}.elm-apply-grid{margin-top:12px;display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:14px}.elm-form{display:flex;flex-direction:column;gap:14px}.elm-form-row{display:grid;gap:12px}.elm-form-row.three{grid-template-columns:repeat(3,minmax(0,1fr))}.elm-field label{display:block;margin-bottom:6px;font-size:12px;font-weight:600;color:#475569}.elm-field select,.elm-field input,.elm-field textarea{width:100%;border:1px solid #dbe0ea;border-radius:6px;padding:9px 12px;font-size:13px;font-family:Poppins,sans-serif;color:#1f2937;background:#fff;outline:none}.elm-field select:focus,.elm-field input:focus,.elm-field textarea:focus{border-color:var(--elm-primary);box-shadow:0 0 0 3px #ff5a151f}.elm-field textarea{min-height:62px;resize:vertical}.elm-file-upload{display:flex;align-items:center;gap:8px;border:1px solid #dfe3ec;border-radius:6px;padding:6px;background:#fafbfe}.elm-file-btn{border:1px solid #d6dce8;background:#fff;color:#334155;font-size:12px;font-weight:500;padding:5px 11px;border-radius:5px;cursor:pointer}.elm-file-name{font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.elm-alert{border-radius:6px;padding:9px 11px;font-size:12px;font-weight:500}.elm-alert.success{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}.elm-alert.error{border:1px solid #fecaca;background:#fef2f2;color:#991b1b}.elm-submit-btn{border:none;border-radius:6px;height:34px;background:var(--elm-primary);color:#fff;font-size:13px;font-weight:600;font-family:Poppins,sans-serif;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.elm-submit-btn:hover:not(:disabled){background:var(--elm-primary-dark)}.elm-submit-btn:disabled{opacity:.72;cursor:not-allowed}.elm-form-side{display:flex;flex-direction:column;gap:10px}.elm-guidelines{border:1px solid #f0dede;background:#fff8f8;border-radius:8px;padding:10px}.elm-side-title{margin:0 0 8px;font-size:14px;font-weight:700;color:#1f2937}.elm-guidelines ul{margin:0;padding-left:14px;display:flex;flex-direction:column;gap:8px}.elm-guidelines li{font-size:11px;color:#374151;line-height:1.35}.elm-note-box{border:1px solid #f8e0b7;background:#fff9ee;border-radius:8px;padding:10px}.elm-note-title{margin:0 0 4px;color:#c26a00;font-size:12px;font-weight:700;display:flex;align-items:center;gap:6px}.elm-note-text{margin:0;color:#92400e;font-size:11px;line-height:1.4}.elm-table-panel{padding:14px}.elm-table-wrap{margin-top:12px;overflow-x:auto}.elm-table{width:100%;border-collapse:collapse;font-size:12px}.elm-table th{text-align:left;padding:11px 10px;background:#f5f7fb;color:#64748b;font-size:11px;font-weight:700;border-bottom:1px solid #e8ebf2;white-space:nowrap}.elm-table td{padding:11px 10px;border-bottom:1px solid #eef1f6;color:#334155;white-space:nowrap}.elm-table tbody tr:last-child td{border-bottom:none}.elm-reason-cell{white-space:normal;max-width:220px}.elm-empty-row{text-align:center;padding:20px 10px;color:#94a3b8}.elm-status{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:11px;font-weight:600}.elm-status.Pending{color:#b45309;background:#fffbeb;border:1px solid #fde68a}.elm-status.Approved{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.elm-status.Rejected{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.elm-right-col{position:sticky;top:18px}.elm-notification-panel{padding:14px}.elm-notification-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.elm-view-all{border:none;background:transparent;color:var(--elm-primary);font-size:11px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.elm-notification-list{display:flex;flex-direction:column;gap:8px}.elm-notification-item{border:1px solid #edf1f7;border-radius:8px;padding:9px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:9px;align-items:center}.elm-notification-icon{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.elm-notification-icon.green{background:var(--elm-green-bg);color:var(--elm-green)}.elm-notification-icon.red{background:var(--elm-red-bg);color:var(--elm-red)}.elm-notification-icon.amber{background:var(--elm-amber-bg);color:var(--elm-amber)}.elm-notification-icon.blue{background:var(--elm-blue-bg);color:var(--elm-blue)}.elm-notification-title{margin:0;font-size:12px;font-weight:600;color:#1f2937}.elm-notification-desc{margin:2px 0 0;font-size:11px;color:#6b7280}.elm-notification-time{font-size:10px;font-weight:600;color:#3b82f6}@media (max-width: 1200px){.elm-main-grid{grid-template-columns:1fr}.elm-right-col{position:static}.elm-form-row.three,.elm-apply-grid{grid-template-columns:1fr}}@media (max-width: 900px){.elm-balance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 600px){.elm-balance-grid{grid-template-columns:1fr}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #f44515;--primary-hover: #d93a10;--primary-light: #fff2ef;--primary-mid: #fdddd6;--green: #10b981;--green-light: #d1fae5;--green-dark: #059669;--amber: #f59e0b;--amber-light: #fef3c7;--amber-dark: #d97706;--blue: #3b82f6;--blue-light: #eff6ff;--blue-dark: #2563eb;--purple: #8b5cf6;--purple-light: #ede9fe;--red: #ef4444;--red-light: #fee2e2;--bg: #f8fafc;--border: #e8eaed;--text: #1a1d23;--text-muted: #6b7280;--text-light: #9ca3af;--white: #ffffff;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow: 0 4px 12px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 24px rgba(0, 0, 0, .09);--radius: 10px;--radius-lg: 14px;--sidebar-w: 240px}body{font-family:Poppins,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}.ed-dashboard-container{min-height:100vh;display:flex;background:var(--bg)}.ed-sidebar{width:var(--sidebar-w);background:var(--white);position:fixed;left:0;top:0;height:100vh;overflow-y:auto;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1000;border-right:1px solid var(--border);display:flex;flex-direction:column}.ed-sidebar.open{transform:translate(0)}.ed-sidebar.closed{transform:translate(-100%)}.ed-sidebar-brand{padding:20px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.ed-sidebar-logo-img{width:150px;height:auto;max-height:50px;object-fit:contain}.ed-brand-logo{display:flex;align-items:center;gap:10px}.ed-brand-icon{width:36px;height:36px;background:var(--primary);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;flex-shrink:0}.ed-sidebar-brand h1{font-size:1.05rem;font-weight:800;color:var(--text);letter-spacing:-.3px;line-height:1.1}.ed-sidebar-brand span{color:var(--primary)}.ed-brand-sub{font-size:.65rem;color:var(--text-muted);font-weight:500}.ed-sidebar-toggle{background:none;border:none;color:var(--text-muted);font-size:1rem;cursor:pointer;width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s}.ed-sidebar-toggle:hover{background:var(--primary-light);color:var(--primary)}.ed-sidebar-nav{padding:12px 10px;flex:1;display:flex;flex-direction:column;gap:2px}.ed-nav-item{padding:9px 12px;display:flex;align-items:center;gap:10px;cursor:pointer;color:var(--text-muted);border-radius:var(--radius);font-weight:500;font-size:.82rem;transition:all .2s ease;position:relative}.ed-nav-icon{font-size:.9rem;opacity:.8;flex-shrink:0}.ed-nav-item:hover{color:var(--text);background:#f9fafb}.ed-nav-item.active{color:var(--primary);background:var(--primary-light);font-weight:600}.ed-nav-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:55%;background:var(--primary);border-radius:0 4px 4px 0}.ed-logout-sidebar{margin:10px;padding:9px 14px;background:#fff5f5;color:var(--red);border:1px solid var(--red-light);border-radius:var(--radius);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:.8rem;transition:all .2s;flex-shrink:0;font-family:Poppins,sans-serif}.ed-logout-sidebar:hover{background:var(--red);color:#fff;border-color:var(--red)}.ed-main-wrapper{margin-left:0;flex:1;display:flex;flex-direction:column;transition:margin-left .3s cubic-bezier(.4,0,.2,1);width:100%;min-width:0}.ed-main-wrapper.sidebar-expanded{margin-left:var(--sidebar-w)}.ed-top-header{background:var(--white);border-bottom:1px solid var(--border);padding:0 28px;height:68px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50;box-shadow:var(--shadow-sm)}.ed-header-left{display:flex;align-items:center;gap:14px}.ed-welcome-block{display:flex;flex-direction:column}.ed-welcome-block h2{font-size:.97rem;color:var(--text);font-weight:700;line-height:1.2}.ed-welcome-block strong{color:var(--primary);font-weight:800}.ed-header-date{font-size:.71rem;color:var(--text-muted);margin-top:2px}.ed-menu-toggle{background:none!important;border:none!important;font-size:1.1rem;color:var(--text-muted)!important;cursor:pointer;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;padding:0}.ed-menu-toggle:hover{background:var(--primary-light)!important;color:var(--primary)!important}.ed-menu-toggle svg{font-size:1.1rem;display:block;color:inherit;width:1.1em;height:1.1em}.ed-header-right{display:flex;align-items:center;gap:10px}.ed-clock-display{display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:var(--text-muted);background:#f9fafb;padding:6px 12px;border-radius:20px;border:1px solid var(--border)}.ed-clock-icon{font-size:.75rem;color:var(--text-muted)}.ed-time{font-size:.8rem;font-weight:600;color:var(--text-muted)}.ed-notif-wrapper{position:relative}.ed-notification-btn{position:relative;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--border)!important;background:var(--white)!important;color:var(--text-muted)!important;cursor:pointer;font-size:.9rem;transition:all .2s;padding:0}.ed-notification-btn:hover{background:var(--primary-light)!important;color:var(--primary)!important;border-color:var(--primary-mid)!important}.ed-notification-btn svg{display:block;color:inherit;width:1em;height:1em}.ed-notif-badge{position:absolute;top:-4px;right:-4px;min-width:17px;height:17px;background:#ef4444;color:#fff;border-radius:20px;border:2px solid #fff;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 3px}.ed-notif-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:300;min-width:300px;max-height:380px;overflow-y:auto}.ed-departments-view{padding:22px}.ed-dept-head{display:flex;flex-direction:column;gap:6px;margin-bottom:24px}.ed-dept-head h3{margin:0;font-size:1.5rem;font-weight:700;color:var(--text)}.ed-dept-sub{color:var(--text-muted);font-size:.95rem}.ed-dept-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}.ed-dept-card{background:#fff;border:1px solid #e8eaed;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000d;transition:box-shadow .2s ease;display:flex;gap:16px}.ed-dept-card:hover{box-shadow:0 4px 12px #00000014}.ed-dept-card-left{flex-shrink:0}.ed-dept-card-right{flex:1;min-width:0}.ed-dept-icon{width:48px;height:48px;background:#fff2ef;color:#ff5a1f;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem}.ed-dept-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px}.ed-dept-card h4{margin:0;font-size:1.1rem;font-weight:600;color:var(--text)}.ed-dept-card p{margin:0 0 8px;font-size:.9rem;color:var(--text-muted)}.ed-dept-head-name{font-weight:500}.ed-dept-count{font-weight:600;color:var(--text);font-size:.9rem}.ed-dept-desc{margin-top:12px!important;line-height:1.5;font-size:.88rem}.ed-dept-badge{padding:6px 12px;border-radius:999px;font-weight:600;font-size:.75rem;flex-shrink:0}.ed-dept-badge.active{background:#dcfce7;color:#22c55e}.ed-dept-badge.inactive{background:#fee2e2;color:#ef4444}@media (max-width: 720px){.ed-dept-grid{grid-template-columns:1fr}.ed-dept-card{flex-direction:column}.ed-dept-card-left{display:flex;justify-content:center}}.ed-notif-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;font-weight:700;font-size:.82rem;color:var(--text-muted);border-bottom:1px solid var(--border);background:#f9fafb;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.ed-notif-count{background:var(--red-light);color:var(--red);font-size:.65rem;font-weight:700;padding:2px 8px;border-radius:20px}.ed-notif-drop-item{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;border-bottom:1px solid #f5f6fa;transition:background .15s}.ed-notif-drop-item.unread{background:#fef9f0;border-left:3px solid var(--amber)}.ed-notif-drop-item:hover{background:#f9fafb}.ed-notif-drop-item:last-child{border-bottom:none}.ed-main-content{flex:1;padding:24px;background:var(--bg);overflow-y:auto}.ed-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.ed-stat-card{background:var(--white);border-radius:var(--radius-lg);padding:20px 18px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:all .25s ease}.ed-stat-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.ed-stat-icon-wrap{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.ed-stat-icon-wrap.green{background:var(--green-light);color:var(--green)}.ed-stat-icon-wrap.blue{background:var(--blue-light);color:var(--blue)}.ed-stat-icon-wrap.amber{background:var(--amber-light);color:var(--amber)}.ed-stat-icon-wrap.purple{background:var(--purple-light);color:var(--purple)}.ed-stat-content{flex:1;min-width:0}.ed-stat-label{font-size:.68rem;color:var(--text-muted);font-weight:600;margin-bottom:4px;text-transform:uppercase;letter-spacing:.4px}.ed-stat-value{font-size:1.55rem;font-weight:800;color:var(--text);line-height:1.1;letter-spacing:-.5px;margin-bottom:4px}.ed-stat-meta{font-size:.7rem;font-weight:500}.green-text{color:var(--green)!important}.blue-text{color:var(--blue)!important}.amber-text{color:var(--amber)!important}.purple-text{color:var(--purple)!important}.red-text{color:var(--red)!important}.muted-text{color:var(--text-muted)!important}.green-bg{background:var(--green-light);color:var(--green)}.blue-bg{background:var(--blue-light);color:var(--blue)}.amber-bg{background:var(--amber-light);color:var(--amber)}.purple-bg{background:var(--purple-light);color:var(--purple)}.red-bg{background:var(--red-light);color:var(--red)}.ed-two-col{display:grid;grid-template-columns:1fr 340px;gap:20px;align-items:start}.ed-left-col,.ed-right-col{display:flex;flex-direction:column;gap:20px}.ed-section{background:var(--white);border-radius:var(--radius-lg);padding:22px 20px;box-shadow:var(--shadow-sm);border:1px solid var(--border)}.ed-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--border)}.ed-section-header h3{font-size:.92rem;color:var(--text);display:flex;align-items:center;gap:8px;font-weight:700}.ed-section-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.red-dot{background:var(--primary)}.ed-date-badge{background:var(--primary-light);color:var(--primary);padding:4px 12px;border-radius:20px;font-size:.72rem;font-weight:700;border:1px solid var(--primary-mid)}.ed-week-badge{background:#f9fafb;color:var(--text-muted);padding:4px 12px;border-radius:20px;font-size:.72rem;font-weight:600;border:1px solid var(--border);cursor:pointer}.ed-view-all-btn{background:none;border:none;cursor:pointer;color:var(--primary);font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:4px;font-family:Poppins,sans-serif;transition:opacity .2s}.ed-view-all-btn:hover{opacity:.75}.ed-punch-controls{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:22px}.ed-punch-btn{padding:15px 20px;border-radius:var(--radius);font-size:.95rem;font-weight:700;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;font-family:Poppins,sans-serif;width:100%}.btn-punch-in{background:var(--green);color:#fff;box-shadow:0 2px 10px #10b98140}.btn-punch-in:hover:not(:disabled){background:var(--green-dark);transform:translateY(-2px)}.btn-punch-out{background:var(--primary-light);color:var(--primary);border:2px solid var(--primary-mid)}.btn-punch-out:hover:not(:disabled){background:var(--primary);color:#fff;transform:translateY(-2px)}.btn-disabled{background:#f1f3f5;color:#ced4da;cursor:not-allowed}.ed-punch-btn:disabled{opacity:.7;transform:none!important;cursor:not-allowed}.ed-records-section{margin-top:4px}.ed-records-title{font-size:.8rem;font-weight:700;color:var(--text);margin-bottom:12px;text-transform:uppercase;letter-spacing:.04em}.ed-table-wrapper{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--white)}.ed-records-table{width:100%;border-collapse:collapse}.ed-records-table thead{background:#f9fafb;border-bottom:1px solid var(--border)}.ed-records-table th{padding:11px 14px;text-align:left;font-weight:700;color:var(--text-muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.06em}.ed-records-table tbody tr{border-bottom:1px solid #f5f6fa;transition:background .15s}.ed-records-table tbody tr:hover{background:#fafbfc}.ed-records-table tbody tr:last-child{border-bottom:none}.ed-records-table td{padding:12px 14px;color:var(--text);font-weight:500;font-size:.84rem}.record-type-cell{display:flex;align-items:center;gap:9px;font-weight:600}.record-emoji{font-size:1.15rem}.status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:20px;font-size:.68rem;font-weight:700;text-transform:capitalize;letter-spacing:.02em}.badge-completed{background:var(--green-light);color:var(--green-dark)}.badge-pending{background:var(--amber-light);color:var(--amber-dark)}.ed-empty-state{text-align:center;padding:36px!important;color:var(--text-muted);font-size:.84rem}.ed-weekly-layout{display:flex;flex-direction:column;gap:12px}.ed-chart-area{position:relative;width:100%}.wc-svg{width:100%;height:140px;display:block;overflow:visible}.ed-chart-days{display:flex;justify-content:space-between;padding:6px 20px 0;font-size:.7rem;color:var(--text-muted);font-weight:600}.ed-weekly-stats{display:flex;gap:32px;padding:8px 4px 0}.ed-wstat{display:flex;flex-direction:column;gap:2px}.ed-wstat-label{font-size:.7rem;color:var(--text-muted);font-weight:500}.ed-wstat-value{font-size:1.2rem;font-weight:800}.ed-tl-header-right{display:flex;align-items:center;gap:8px}.ed-tl-cal-wrap{position:relative}.ed-tl-date-btn{display:flex;align-items:center;gap:6px;background:#f9fafb;border:1px solid var(--border);border-radius:8px;padding:5px 10px;font-size:.74rem;font-weight:600;color:var(--text-muted);cursor:pointer;font-family:Poppins,sans-serif;transition:all .2s}.ed-tl-date-btn:hover{background:var(--primary-light);color:var(--primary);border-color:var(--primary-mid)}.ed-tl-date-btn svg{font-size:.7rem}.ed-tl-past-banner{background:var(--blue-light);color:var(--blue-dark);border-radius:8px;padding:8px 12px;font-size:.76rem;font-weight:600;margin-bottom:14px;border:1px solid #bfdbfe}.tl-calendar-popup{position:absolute;top:calc(100% + 6px);right:0;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:400;padding:12px;width:240px}.tl-cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.tl-cal-header span{font-size:.82rem;font-weight:700;color:var(--text)}.tl-cal-header button{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:.75rem;width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}.tl-cal-header button:hover{background:var(--primary-light);color:var(--primary)}.tl-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.tl-cal-dayname{font-size:.62rem;font-weight:700;color:var(--text-muted);text-align:center;padding:2px 0}.tl-cal-day{width:100%;aspect-ratio:1;border-radius:6px;border:none;background:none;font-size:.72rem;font-weight:500;color:var(--text);cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center}.tl-cal-day:hover:not(.tl-cal-disabled){background:var(--primary-light);color:var(--primary)}.tl-cal-today{background:var(--blue-light);color:var(--blue);font-weight:700}.tl-cal-selected{background:var(--primary)!important;color:#fff!important;font-weight:700}.tl-cal-disabled{color:var(--text-light);cursor:not-allowed;opacity:.5}.ed-timeline{display:flex;flex-direction:column;gap:0}.ed-tl-item{display:flex;gap:12px}.ed-tl-dot-wrap{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.ed-tl-dot{width:14px;height:14px;border-radius:50%;border:2.5px solid currentColor;background:#fff;margin-top:3px;flex-shrink:0}.ed-tl-line{width:2px;flex:1;min-height:24px;background:var(--border);margin:3px 0}.ed-tl-body{flex:1;display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:18px}.ed-tl-label{font-size:.85rem;font-weight:600;color:var(--text)}.ed-tl-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.ed-tl-time{font-size:.82rem;font-weight:700;color:var(--text)}.ed-tl-note{font-size:.68rem;font-weight:600}.tl-green .ed-tl-dot{color:var(--green);border-color:var(--green)}.tl-green .ed-tl-note{color:var(--green)}.tl-blue .ed-tl-dot{color:var(--blue);border-color:var(--blue)}.tl-blue .ed-tl-note{color:var(--blue)}.tl-amber .ed-tl-dot{color:var(--amber);border-color:var(--amber)}.tl-amber .ed-tl-note{color:var(--amber)}.tl-red .ed-tl-dot{color:var(--red);border-color:var(--red)}.tl-red .ed-tl-note{color:var(--red)}.ed-leave-list{display:flex;flex-direction:column;gap:10px}.ed-leave-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:var(--radius);background:#fafbfc;border:1px solid var(--border);transition:all .2s}.ed-leave-item:hover{background:#fff;box-shadow:var(--shadow-sm)}.ed-leave-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0}.ed-leave-info{flex:1}.ed-leave-type{font-size:.84rem;font-weight:600;color:var(--text)}.ed-leave-count{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.ed-leave-num{font-size:1.2rem;font-weight:800;color:var(--text);line-height:1}.ed-leave-sub{font-size:.62rem;color:var(--text-muted);font-weight:500}.ed-notif-list{display:flex;flex-direction:column;gap:10px}.ed-notif-item{display:flex;align-items:flex-start;gap:10px;padding:8px 0;border-bottom:1px solid #f5f6fa}.ed-notif-item:last-child{border-bottom:none}.ed-notif-icon{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0}.ed-notif-body{flex:1;min-width:0}.ed-notif-title{font-size:.8rem;font-weight:600;color:var(--text);margin-bottom:2px}.ed-notif-desc{font-size:.71rem;color:var(--text-muted);font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ed-notif-time{font-size:.67rem;color:var(--text-light);font-weight:500;white-space:nowrap;flex-shrink:0}.btn-spinner{width:18px;height:18px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ed-sidebar-overlay{position:fixed;inset:0;background:#00000047;z-index:999}@media (max-width: 1280px){.ed-stats-grid{grid-template-columns:repeat(2,1fr)}.ed-two-col{grid-template-columns:1fr 300px}}@media (max-width: 1024px){.ed-two-col{grid-template-columns:1fr}.ed-right-col{display:grid;grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.ed-top-header{padding:0 16px;height:60px}.ed-clock-display{display:none}.ed-main-content{padding:16px}.ed-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.ed-right-col{grid-template-columns:1fr}}@media (max-width: 480px){.ed-stats-grid{grid-template-columns:repeat(2,1fr)}.ed-punch-controls{grid-template-columns:1fr}.ed-records-table th,.ed-records-table td{padding:9px 10px;font-size:.78rem}.ed-top-header{padding:0 12px}}.ed-holiday-view{display:flex;flex-direction:column;gap:18px}.ed-holiday-grid{display:grid;grid-template-columns:380px 1fr;gap:18px;align-items:start}.ed-holiday-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:18px}.ed-holiday-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.ed-holiday-head h3{font-size:1.02rem;font-weight:700;color:var(--text)}.ed-holiday-head p{font-size:.8rem;color:var(--text-muted);font-weight:500}.ed-upcoming-list{display:flex;flex-direction:column;gap:10px}.ed-upcoming-item{width:100%;border:1px solid var(--border);border-radius:12px;padding:11px;background:#fbfcff;display:grid;grid-template-columns:52px 1fr auto;gap:12px;align-items:center;text-align:left;cursor:pointer;transition:all .2s ease}.ed-upcoming-item:hover{border-color:#d9e2f5;transform:translateY(-1px)}.ed-upcoming-item.active{border-color:#bfd5fd;background:#eef4ff}.ed-upcoming-datebox{border-radius:10px;background:#f3f6fb;padding:7px 4px;text-align:center}.ed-upcoming-datebox span{display:block;font-size:.64rem;font-weight:700;color:var(--text-muted);letter-spacing:.05em}.ed-upcoming-datebox strong{display:block;font-size:1.1rem;line-height:1.1;color:var(--text)}.ed-upcoming-title{font-size:.9rem;font-weight:700;color:var(--text);margin-bottom:2px}.ed-upcoming-meta{font-size:.76rem;color:var(--text-muted)}.ed-holiday-badge{border-radius:999px;padding:4px 10px;font-size:.7rem;font-weight:700;white-space:nowrap}.ed-holiday-badge.upcoming{color:#1d4ed8;background:#dbeafe}.ed-holiday-badge.holiday{color:#047857;background:#d1fae5}.ed-holiday-badge.optional{color:#c2410c;background:#ffedd5}.ed-holiday-badge.weekend{color:#6b7280;background:#e5e7eb}.ed-holiday-month-controls{display:flex;align-items:center;gap:8px}.ed-holiday-month-controls button{width:32px;height:32px;border-radius:8px;border:1px solid var(--border);background:#fff;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center}.ed-holiday-month-controls button svg{display:block;font-size:.9rem;color:#4b5563}.ed-holiday-month-controls button:hover{background:#f8fafc;color:var(--text)}.ed-holiday-month-controls span{font-size:.9rem;font-weight:700;color:var(--text);min-width:140px;text-align:center}.ed-holiday-month-controls .ed-holiday-today-btn{width:auto;padding:0 12px;font-size:.76rem;font-weight:600;color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.ed-holiday-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:8px}.ed-holiday-weekdays span{text-align:center;font-size:.74rem;color:var(--text-muted);font-weight:700}.ed-holiday-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.ed-holiday-cell{min-height:72px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:8px;text-align:left;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;transition:all .2s ease}.ed-holiday-cell:hover{border-color:#c9d6ea;box-shadow:var(--shadow-sm)}.ed-holiday-cell.other-month{color:#b8bfcc;background:#fcfcfd}.ed-holiday-cell.weekend{background:#f9fafb}.ed-holiday-cell.today{border-color:#bfd5fd}.ed-holiday-cell.selected{border-color:#60a5fa;background:#eef4ff}.ed-holiday-cell.has-holiday{border-color:#dbe2ee}.ed-holiday-day{font-size:.84rem;font-weight:700;color:inherit}.ed-holiday-dots{display:inline-flex;gap:4px;align-items:center}.ed-hdot{width:8px;height:8px;border-radius:50%;display:inline-block}.ed-hdot.upcoming{background:#3b82f6}.ed-hdot.holiday{background:#10b981}.ed-hdot.optional{background:#f59e0b}.ed-hdot.weekend{background:#9ca3af}.ed-holiday-legend{display:flex;gap:22px;align-items:center;margin-top:14px;flex-wrap:wrap}.ed-holiday-legend span{font-size:.8rem;color:var(--text-muted);display:inline-flex;align-items:center;gap:7px;font-weight:500}.ed-holiday-detail-body{display:flex;flex-direction:column;gap:12px}.ed-holiday-detail-item{border:1px solid var(--border);border-radius:12px;padding:12px 14px;background:#fbfcff}.ed-holiday-detail-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px}.ed-holiday-detail-item h4{font-size:.94rem;color:var(--text);font-weight:700}.ed-holiday-detail-date{font-size:.78rem;color:var(--text-muted);margin-bottom:6px}.ed-holiday-detail-desc{font-size:.82rem;color:#4b5563;line-height:1.5}.ed-holiday-empty{font-size:.86rem;color:var(--text-muted);text-align:center;padding:20px 10px}@media (max-width: 1280px){.ed-holiday-grid{grid-template-columns:1fr}}@media (max-width: 768px){.ed-holiday-card{padding:14px}.ed-holiday-month-controls{flex-wrap:wrap}.ed-holiday-month-controls span{min-width:auto;flex:1}.ed-holiday-cell{min-height:60px;padding:6px}.ed-upcoming-item{grid-template-columns:46px 1fr;gap:10px}.ed-upcoming-item .ed-holiday-badge{grid-column:2 / span 1;justify-self:start}}
