:root{--primary:#0f3d2e;--primary-light:#14532d;--secondary:#22c55e;--secondary-hover:#16a34a;--background:#f4f4fd;--white:#fff;--border:#d1fae5;--text:#0f172a;--muted:#64748b;--success:#16a34a;--danger:#dc2626;--shadow:0 10px 30px #10182814;--radius:14px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--background);color:var(--text);font-family:Segoe UI,sans-serif}.auth-page{background:linear-gradient(135deg,#0f3d2e,#14532d);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-card{border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow);background:#fff;padding:40px}.auth-logo{text-align:center;margin-bottom:30px}.auth-logo h1{color:var(--primary);font-size:28px}.auth-logo p{color:var(--muted);margin-top:8px}.auth-form{flex-direction:column;gap:18px;display:flex}.input-group{flex-direction:column;gap:8px;display:flex}.input-group label{color:var(--primary);font-size:14px;font-weight:600}.input-group input,.input-group select,.input-group textarea{background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:14px;font-size:15px;transition:all .2s}.input-group input:focus,.input-group select:focus,.input-group textarea:focus{border-color:var(--secondary);outline:none;box-shadow:0 0 0 4px #2563eb1a}.btn{cursor:pointer;border:none;border-radius:10px;padding:14px 18px;font-size:15px;font-weight:600;transition:all .2s}.btn-primary{background:var(--secondary);color:#fff}.btn-primary:hover{background:var(--secondary-hover)}.btn-danger{background:var(--danger);color:#fff}.dashboard-layout{min-height:100vh;display:flex}.sidebar{color:#fff;background:linear-gradient(#0f3d2e,#14532d);border-right:1px solid #ffffff0d;width:260px;padding:30px 20px}.sidebar h2{margin-bottom:40px;font-size:24px}.sidebar-menu{flex-direction:column;gap:14px;display:flex}.sidebar-menu button{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;padding:14px;font-size:15px;transition:all .2s}.dashboard-main{flex:1;padding:40px}.dashboard-header{margin-bottom:30px}.dashboard-header h1{font-size:32px}.dashboard-header p{color:var(--muted);margin-top:6px}.card{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;margin-bottom:25px;padding:24px}.card-title{color:var(--primary);margin-bottom:20px;font-size:20px}.grid-2{grid-template-columns:1fr 1fr;gap:20px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.table-wrapper{overflow-x:auto}.custom-table{border-collapse:collapse;width:100%}.custom-table th{color:var(--primary);text-align:left;background:#eff6ff;padding:14px}.custom-table td{border-bottom:1px solid #e2e8f0;padding:14px}.custom-table tr:hover{background:#f8fafc}.badge{border-radius:50px;padding:6px 12px;font-size:12px;font-weight:600}.badge-success{color:#166534;background:#dcfce7}.badge-pending{color:#92400e;background:#fef3c7}.badge-danger{color:#991b1b;background:#fee2e2}.alert{border-radius:10px;padding:14px;font-size:14px}.alert-error{color:#991b1b;background:#fee2e2}@media (width<=900px){.dashboard-layout{flex-direction:column}.sidebar{width:100%}.grid-2,.grid-3{grid-template-columns:1fr}.dashboard-main{padding:20px}}.sidebar{flex-direction:column;justify-content:space-between;display:flex}.sidebar-menu button,.logout-btn{align-items:center;gap:12px;display:flex}.active-menu{background:#ffffff1f!important}.logout-btn{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:10px;padding:14px;transition:all .2s}.logout-btn:hover{background:#ffffff29}.stats-card{border-radius:var(--radius);box-shadow:var(--shadow);border-left:5px solid var(--secondary);background:#fff;justify-content:space-between;align-items:center;padding:24px;transition:all .2s;display:flex}.stats-card:hover{transform:translateY(-3px)}.stats-card p{color:var(--muted);margin-bottom:8px}.stats-card h2{color:var(--primary);font-size:32px}.section-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.section-subtitle{color:var(--muted);margin-top:4px}.modal-overlay{z-index:1000;background:#0f172a80;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border-radius:18px;width:100%;max-width:500px;padding:30px;box-shadow:0 20px 60px #0003}.modal-header h3{color:var(--primary)}.modal-header button{cursor:pointer;background:0 0;border:none;font-size:18px}.user-cell{align-items:center;gap:12px;display:flex}.avatar-circle{width:34px;height:34px;color:var(--primary);background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;display:flex}.action-buttons{gap:10px;display:flex}.approve-btn,.reject-btn{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 14px;font-weight:600;transition:all .2s;display:flex}.approve-btn{color:#166534;background:#dcfce7}.approve-btn:hover{background:#bbf7d0}.reject-btn{color:#991b1b;background:#fee2e2}.reject-btn:hover{background:#fecaca}.notification-list{flex-direction:column;gap:16px;display:flex}.notification-item{background:#fff;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;padding:18px;transition:all .2s;display:flex}.notification-item:hover{transform:translateY(-2px)}.notification-item h4{color:var(--primary);margin-bottom:6px}.notification-item p{color:var(--muted);margin-bottom:6px}.notification-item small{color:#94a3b8}.read-notification{opacity:.7}.mark-read-btn{color:#166534;cursor:pointer;background:#dcfce7;border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 14px;font-weight:600;display:flex}.empty-state{text-align:center;color:var(--muted);padding:30px}.delete-icon-btn{color:#991b1b;cursor:pointer;background:#fee2e2;border:none;border-radius:10px;align-items:center;gap:7px;padding:9px 13px;font-weight:700;transition:all .2s;display:inline-flex}.delete-icon-btn:hover{background:#fecaca;transform:translateY(-1px)}.reimbursement-modal{max-width:950px;max-height:90vh;overflow-y:auto}.reimbursement-toolbar{justify-content:space-between;align-items:center;display:flex}.custom-category-box{gap:10px;display:flex}.custom-category-box input{border:1px solid #cbd5e1;border-radius:10px;flex:1;padding:12px}.custom-category-box button{color:#fff;cursor:pointer;background:#0f3d2e;border:none;border-radius:10px;padding:12px 18px;font-weight:700}.table-input{border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:10px}.reimbursement-summary{flex-direction:column;gap:12px;max-width:360px;margin-left:auto;display:flex}.reimbursement-summary div{justify-content:space-between;align-items:center;display:flex}.reimbursement-summary input{border:1px solid #cbd5e1;border-radius:8px;width:120px;padding:8px}.total-line{color:var(--primary);border-top:1px solid #e2e8f0;padding-top:12px;font-size:17px}.receipt-note{color:var(--muted);font-weight:600}.employee-profile-card{border-radius:var(--radius);box-shadow:var(--shadow);border-left:5px solid var(--secondary);background:#fff;align-items:flex-start;gap:22px;margin-bottom:25px;padding:28px;display:flex}.employee-profile-icon{width:70px;height:70px;color:var(--primary);background:#dcfce7;border-radius:18px;justify-content:center;align-items:center;display:flex}.employee-profile-card h2{color:var(--primary);margin-bottom:6px}.employee-profile-card p{color:var(--muted);margin-bottom:18px}.employee-info-grid{color:var(--text);grid-template-columns:repeat(2,1fr);gap:12px;font-weight:600;display:grid}@media (width<=700px){.employee-profile-card{flex-direction:column}.employee-info-grid{grid-template-columns:1fr}}.grid-4{grid-template-columns:repeat(4,1fr);gap:22px;margin-bottom:24px;display:grid}@media (width<=1200px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.grid-4{grid-template-columns:1fr}}.user-modal{max-width:760px;max-height:90vh;overflow-y:auto}.employee-profile-card{align-items:center;gap:28px}.employee-profile-content{width:100%}.employee-profile-content h2{font-size:26px}.employee-info-grid{grid-template-columns:repeat(3,1fr);margin-top:22px}.employee-info-grid span{background:#f4fdf7;border:1px solid #d1fae5;border-radius:12px;padding:14px}.stats-card{min-height:120px}.card{border:1px solid #e5f7ec}.leave-modal{max-width:620px;max-height:90vh;overflow-y:auto}.working-days-box{color:var(--primary);background:#f4fdf7;border:1px solid #d1fae5;border-radius:12px;padding:14px;font-weight:600}.working-days-box span{color:var(--muted);margin-left:6px;font-weight:500}.alert-info{color:#166534;background:#dcfce7}.file-link{color:var(--secondary-hover);font-weight:700;text-decoration:none}.file-link:hover{text-decoration:underline}.print-btn{color:#075985;cursor:pointer;background:#e0f2fe;border:none;border-radius:10px;align-items:center;gap:6px;padding:10px 14px;font-weight:700;transition:all .2s;display:inline-flex}.print-btn:hover{background:#bae6fd;transform:translateY(-1px)}.signature-card{margin-top:24px}.signature-upload-form{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.signature-upload-form input{background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:12px}.signature-preview{background:#f4fdf7;border:1px solid #d1fae5;border-radius:12px;margin-bottom:18px;padding:16px}.signature-preview p{color:var(--primary);margin-bottom:10px;font-weight:700}.signature-preview img{object-fit:contain;background:#fff;border-radius:8px;max-width:220px;max-height:90px;padding:10px}.signature-box{text-align:center;border-top:1px solid #0f172a;width:220px;padding-top:10px}.signature-box img{object-fit:contain;max-width:180px;max-height:70px;margin-bottom:8px}.signature-box p{margin:0;font-weight:700}.empty-signature{color:#94a3b8;height:70px;font-size:13px}.portal-redesign{background:#edf4ff}.modern-sidebar{color:#fff;background:linear-gradient(#0f3d2e,#14532d);border-right:none;width:260px;padding:0}.brand-block{border-bottom:1px solid #eef2ef;align-items:center;gap:14px;padding:28px 24px;display:flex}.brand-icon{color:#fff;background:#123524;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;font-weight:800;display:flex}.brand-block h2{color:#123524;margin:0;font-size:28px}.brand-block span{letter-spacing:2px;color:#94a3b8;font-size:11px}.sidebar-menu{padding:24px 14px}.sidebar-menu button{color:#d1fae5;border-radius:16px;padding:16px 18px;font-weight:700}.sidebar-menu button:hover{background:#f3f7f4}.active-menu{color:#fff!important;background:linear-gradient(90deg,#123524,#174d33)!important}.sidebar-user-box{border-top:1px solid #eef2ef;padding:24px}.sidebar-avatar{color:#fff;background:#123524;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:14px;font-weight:800;display:flex}.sidebar-user-box strong{color:#fff;display:block}.sidebar-user-box span{color:#bbf7d0;font-size:13px}.compact-logout{color:#fff;background:#ffffff1f;justify-content:center;width:100%;margin-top:20px}.compact-logout:hover{background:#e8f0eb}.modern-main{background:#eef3f8;min-height:100vh;padding:40px}.modern-page-header{margin-bottom:34px}.eyebrow{letter-spacing:3px;color:#9c9488;font-size:12px;font-weight:800}.modern-page-header h1{color:#123524;margin-top:10px;font-size:64px;line-height:1}.modern-page-header p{color:#8b8b8b;margin-top:14px;font-size:20px}.employee-dashboard-grid{grid-template-columns:2fr 1fr;gap:24px;margin-bottom:28px;display:grid}.modern-profile-card{background:#fff;border:1px solid #edf2ee;border-radius:28px;padding:34px}.profile-main-row{align-items:center;gap:22px;display:flex}.large-avatar{color:#fff;background:#123524;border-radius:50%;justify-content:center;align-items:center;width:86px;height:86px;font-size:34px;font-weight:800;display:flex}.profile-main-row h2{color:#123524;font-size:34px}.profile-main-row p{color:#8b8b8b;margin-top:4px}.active-pill{color:#3f7d57;background:#eaf5ed;border-radius:999px;align-items:center;gap:6px;margin-left:auto;padding:10px 16px;font-size:13px;font-weight:800;display:flex}.profile-divider{background:#edf2ee;height:1px;margin:28px 0}.profile-detail-grid{grid-template-columns:repeat(2,1fr);gap:26px;display:grid}.profile-detail-grid span{text-transform:uppercase;letter-spacing:2px;color:#9ca3af;margin-bottom:6px;font-size:13px;display:block}.profile-detail-grid strong{color:#123524;font-size:18px}.leave-balance-card{background:#fff;border:1px solid #edf2ee;border-radius:28px;padding:28px}.balance-title{color:#c9734a;letter-spacing:2px;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:30px;font-size:14px;font-weight:800;display:flex}.balance-row{justify-content:space-between;margin-bottom:10px;display:flex}.balance-row strong{color:#123524}.balance-bar{background:#f0f1ef;border-radius:999px;width:100%;height:6px;margin-bottom:20px;overflow:hidden}.balance-bar span{background:#d07a53;border-radius:999px;height:100%;display:block}.modern-stats-grid{grid-template-columns:repeat(4,1fr);gap:22px;margin-bottom:28px;display:grid}.mini-stat-card{background:#fff;border:1px solid #edf2ee;border-radius:24px;padding:28px}.mini-stat-card svg{color:#123524;margin-bottom:16px}.mini-stat-card span{letter-spacing:2px;text-transform:uppercase;color:#9c9488;margin-bottom:12px;font-size:13px;font-weight:800;display:block}.mini-stat-card h3{color:#123524;margin-bottom:10px;font-size:44px}.mini-stat-card p{color:#8b8b8b}.modern-section-card{background:#fff;border:1px solid #edf2ee;border-radius:28px;margin-bottom:28px;padding:28px}@media (width<=1200px){.employee-dashboard-grid{grid-template-columns:1fr}.modern-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.modern-main{padding:20px}.modern-page-header h1{font-size:42px}.modern-stats-grid,.profile-detail-grid{grid-template-columns:1fr}.profile-main-row{flex-direction:column;align-items:flex-start}.active-pill{margin-left:0}.modern-sidebar{width:100%}.dashboard-layout{flex-direction:column}}.leave-summary-grid{grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:26px;display:grid}.leave-summary-card{background:#fff;border:1px solid #edf2ee;border-radius:24px;padding:28px}.leave-summary-card span{letter-spacing:2px;text-transform:uppercase;color:#9ca3af;font-size:13px;font-weight:700}.leave-summary-card h3{color:#123524;margin:14px 0;font-size:42px}.leave-summary-card p{color:#7c7c7c}.leave-filter-tabs{gap:14px;margin-bottom:24px;display:flex}.approval-flow{gap:10px;display:flex}.approval-approved{color:#166534;background:#dcfce7;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700}.approval-pending{color:#92400e;background:#fef3c7;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700}.approval-rejected{color:#991b1b;background:#fee2e2;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700}.reimbursement-summary-grid{grid-template-columns:repeat(4,1fr);gap:22px;margin:26px 0;display:grid}.reimbursement-summary-card{background:#fff;border:1px solid #edf2ee;border-radius:24px;min-height:135px;padding:28px}.reimbursement-summary-card span{letter-spacing:2px;text-transform:uppercase;color:#9ca3af;margin-bottom:14px;font-size:13px;font-weight:800;display:block}.reimbursement-summary-card h3{color:#123524;margin-bottom:8px;font-size:34px}.reimbursement-summary-card p{color:#7c7c7c;font-size:14px}.leave-filter-tabs{flex-wrap:wrap;gap:14px;margin:20px 0 24px;display:flex}.leave-filter-tabs button{cursor:pointer;color:#64748b;background:#fff;border:1px solid #edf2ee;border-radius:14px;padding:12px 20px;font-weight:700}.leave-filter-tabs .active-filter{color:#fff;background:#123524}.modern-table-wrapper{background:#fff;border:1px solid #edf2ee;border-radius:24px;padding:12px}@media (width<=1100px){.reimbursement-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.reimbursement-summary-grid{grid-template-columns:1fr}}.modern-user-modal{max-width:900px}.user-modal .auth-form{gap:20px}.user-modal .input-group label{color:#123524;font-weight:700}.user-modal input,.user-modal select{border-radius:14px}.user-modal .btn-primary{margin-top:12px}.modern-department-modal{max-width:520px}.notification-wrapper{position:absolute;top:40px;right:40px}.notification-bell{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:52px;height:52px;position:relative}.notification-count{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.notification-dropdown{z-index:999;background:#fff;border:1px solid #edf2ee;border-radius:22px;width:380px;position:absolute;top:64px;right:0;overflow:hidden;box-shadow:0 20px 50px #0000001f}.notification-dropdown-header{border-bottom:1px solid #edf2ee;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.notification-dropdown-header h4{color:#123524;margin:0}.notification-dropdown-header button{color:#16a34a;cursor:pointer;background:0 0;border:none;font-weight:700}.notification-item{border-bottom:1px solid #f1f5f9;padding:18px 22px}.notification-item strong{color:#123524;margin-bottom:6px;display:block}.notification-item p{color:#64748b;margin-bottom:8px;font-size:14px}.notification-item span{color:#94a3b8;font-size:12px}.notification-dropdown{z-index:999;background:#fff;border:1px solid #edf2ee;border-radius:22px;width:420px;max-height:520px;position:absolute;top:64px;right:0;overflow:hidden;box-shadow:0 20px 50px #00000024}.notification-dropdown-body{max-height:430px;overflow-y:auto}.notification-item{background:#fff;border-bottom:1px solid #edf2ee;padding:16px 20px}.unread-notification{background:#f0fdf4}.notification-content{flex-direction:column;gap:6px;display:flex}.notification-content strong{color:#123524;font-size:14px}.notification-content p{color:#64748b;margin:0;font-size:13px;line-height:1.4}.notification-content span{color:#94a3b8;font-size:11px}.empty-notification{text-align:center;color:#94a3b8;padding:35px}.page-hidden{display:none}.page-visible{display:block}.brand-block{text-align:center;padding:20px 10px}.brand-logo{object-fit:contain;width:60px;height:60px;margin-bottom:10px}.brand-title{color:#0f172a;margin:0;font-size:24px;font-weight:700}.brand-subtitle{letter-spacing:3px;color:#94a3b8;margin-top:2px;font-size:11px;display:block}.modal-overlay{z-index:9999;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-box{background:#fff;border-radius:18px;width:700px;max-width:95%;max-height:90vh;padding:22px;overflow-y:auto;box-shadow:0 20px 60px #00000040}.profile-modal{border:1px solid #dcefe6}.modal-header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.modal-header h2{color:#063f2c;margin:0}.modal-close{color:#063f2c;cursor:pointer;background:#f1f5f3;border:none;border-radius:50%;width:38px;height:38px;font-size:26px}.dropdown-check-list{background:#fff;border:1px solid #d1d5db;border-radius:10px;max-height:150px;padding:10px;overflow-y:auto}.checkbox-row{cursor:pointer;align-items:center;gap:8px;padding:8px;font-size:14px;display:flex}.checkbox-row:hover{background:#f3f4f6;border-radius:8px}.team-hierarchy-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;transition:all .2s;box-shadow:0 2px 10px #0000000d}.team-hierarchy-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000014}.team-card-header{border-bottom:1px solid #eee;margin-bottom:12px;padding-bottom:10px}.team-card-header h4{color:#1e3a8a;margin:0}.team-card-body p{margin:10px 0;font-size:14px}.mobile-topbar{display:none}.mobile-menu-btn,.mobile-sidebar-close{cursor:pointer;background:0 0;border:none}.mobile-sidebar-close,.mobile-sidebar-overlay{display:none}@media (width<=900px){.dashboard-layout{min-height:100vh;display:block}.mobile-topbar{z-index:800;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:64px;padding:0 16px;display:flex;position:sticky;top:0}.mobile-topbar img{object-fit:contain;width:auto;height:38px}.mobile-topbar span{color:#123524;background:#dcfce7;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:800}.mobile-menu-btn{color:#123524;background:#ecfdf5;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.modern-sidebar{z-index:1001;border-radius:0 22px 22px 0;width:82%;max-width:320px;height:100vh;transition:transform .25s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-105%)}.modern-sidebar.mobile-sidebar-open{transform:translate(0)}.mobile-sidebar-overlay{z-index:1000;background:#0f172a73;display:block;position:fixed;inset:0}.mobile-sidebar-close{z-index:1002;color:#fff;background:#ffffff29;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:absolute;top:12px;right:12px}.modern-main{min-height:calc(100vh - 64px);padding:20px}.modern-page-header{margin-bottom:22px;padding-right:0;position:relative}.modern-page-header h1{font-size:34px;line-height:1.1}.modern-page-header p{font-size:15px}.notification-wrapper{z-index:850;position:fixed;top:72px;right:14px}.notification-bell{width:46px;height:46px}.notification-dropdown{width:auto;max-height:70vh;position:fixed;top:122px;left:12px;right:12px}.brand-block{padding-top:54px!important}.sidebar-user-box{padding-bottom:32px}}@media (width<=520px){.modern-main{padding:14px}.modern-section-card{border-radius:18px!important;padding:16px!important}.custom-table{min-width:720px}.modal-overlay{align-items:flex-start;padding:12px}.modal-card,.modal-box{border-radius:16px;margin-top:20px;width:100%!important;max-width:100%!important}}
