@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary:#8749ff;--primary-hover:#7538ee;--primary-dark:#6527dc;--primary-soft:#f1eaff;--primary-lighter:#faf8ff;--background:#f5f6fa;--surface:#fff;--text-primary:#18151e;--text-secondary:#74707c;--text-muted:#a09ba7;--border:#ebe8ef;--success:#15966a;--success-soft:#e9f8f1;--danger:#dc4c4c;--danger-soft:#fff0f0;--warning:#e59224;--sidebar-width:245px;--topbar-height:72px;--shadow-sm:0 2px 8px #1e14320a;--shadow-md:0 10px 30px #1e143212;--shadow-lg:0 20px 60px #1e14321f;--radius-sm:10px;--radius-md:16px;--radius-lg:22px;font-family:Inter,Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--background);min-width:320px;min-height:100vh;color:var(--text-primary);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}#root{min-height:100vh}a{color:inherit;text-decoration:none}button,input{font:inherit}button{border:none}button:not(:disabled){cursor:pointer}input{outline:none}.page-container{width:100%;max-width:1200px;margin:0 auto;padding:36px}.page-header{margin-bottom:28px}.page-heading{color:var(--text-primary);letter-spacing:-.04em;font-size:30px;font-weight:700}.page-description{color:var(--text-secondary);margin-top:8px;font-size:14px;line-height:1.6}.primary-button{background:var(--primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:0 20px;font-weight:600;transition:all .2s;display:inline-flex}.primary-button:hover{background:var(--primary-hover);box-shadow:0 8px 20px #8749ff38}.secondary-button{background:var(--primary-soft);min-height:44px;color:var(--primary);border-radius:10px;padding:0 18px;font-weight:600}.danger-button{background:var(--danger);color:#fff;border-radius:10px;min-height:44px;padding:0 20px;font-weight:600}button:disabled{opacity:.55;cursor:not-allowed}.form-input{border:1px solid var(--border);width:100%;height:46px;color:var(--text-primary);background:#fff;border-radius:10px;padding:0 14px}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #8749ff1a}.card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm)}.error-message{background:var(--danger-soft);color:var(--danger);border-radius:10px;padding:12px 14px;font-size:13px}.success-message{background:var(--success-soft);color:var(--success);border-radius:10px;padding:12px 14px;font-size:13px}@media (width<=900px){:root{--topbar-height:64px}.page-container{padding:25px 18px 45px}.page-heading{font-size:26px}}.auth-page{background:radial-gradient(circle at 15% 15%, #8749ff1a, transparent 30rem), var(--background);justify-content:center;align-items:center;min-height:100vh;padding:32px;display:flex}.auth-container{border:1px solid var(--border);width:100%;max-width:1000px;min-height:610px;box-shadow:var(--shadow-lg);background:#fff;border-radius:24px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.auth-brand-panel{color:#fff;background:linear-gradient(145deg,#7c3df1,#925cff);flex-direction:column;justify-content:space-between;padding:52px;display:flex;position:relative;overflow:hidden}.auth-brand-panel:before{content:"";background:#ffffff14;border-radius:50%;width:350px;height:350px;position:absolute;top:-180px;right:-170px}.auth-brand-panel:after{content:"";background:#ffffff12;border-radius:50%;width:280px;height:280px;position:absolute;bottom:-160px;left:-120px}.auth-logo{z-index:2;filter:brightness(0)invert();width:150px;position:relative}.auth-brand-content{z-index:2;position:relative}.auth-brand-content h1{letter-spacing:-.05em;max-width:360px;margin-bottom:18px;font-size:42px;line-height:1.1}.auth-brand-content p{color:#ffffffc7;max-width:360px;font-size:15px;line-height:1.7}.auth-form-panel{justify-content:center;align-items:center;padding:55px;display:flex}.auth-form-wrapper{width:100%;max-width:370px}.auth-title{letter-spacing:-.04em;margin-bottom:8px;font-size:30px}.auth-subtitle{color:var(--text-secondary);margin-bottom:30px;font-size:14px;line-height:1.6}.auth-form{flex-direction:column;gap:18px;display:flex}.form-label{color:var(--text-primary);font-size:13px;font-weight:600}.auth-form input{border:1px solid var(--border);background:#fff;border-radius:11px;outline:none;width:100%;height:48px;padding:0 14px;transition:all .2s}.auth-form input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #8749ff1a}.auth-submit{background:var(--primary);color:#fff;border-radius:11px;width:100%;height:48px;margin-top:5px;font-weight:600;transition:all .2s}.auth-submit:hover{background:var(--primary-hover);box-shadow:0 8px 22px #8749ff38}.auth-switch{text-align:center;color:var(--text-secondary);margin-top:25px;font-size:14px}.auth-switch a{color:var(--primary);margin-left:5px;font-weight:600}@media (width<=800px){.auth-page{padding:20px}.auth-container{grid-template-columns:1fr;max-width:500px;min-height:auto}.auth-brand-panel{display:none}.auth-form-panel{padding:45px 30px}}@media (width<=480px){.auth-page{background:#fff;padding:0}.auth-container{min-height:100vh;box-shadow:none;border:none;border-radius:0}.auth-form-panel{padding:40px 22px}.auth-title{font-size:27px}}.notification-bell{position:relative}.notification-bell-button{cursor:pointer;background:#f5efff;border:0;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:19px;display:inline-flex;position:relative}.notification-count{color:#fff;background:#8749ff;border-radius:999px;min-width:18px;padding:1px 5px;font-size:11px;font-weight:700;position:absolute;top:-5px;right:-6px}.notification-dropdown{z-index:1200;background:#fff;border:1px solid #ece8f5;border-radius:14px;width:min(360px,100vw - 32px);position:absolute;bottom:calc(100% + 10px);left:0;overflow:hidden;box-shadow:0 16px 36px #2819502e}.notification-dropdown-header{border-bottom:1px solid #f2eef9;justify-content:space-between;align-items:center;padding:14px;display:flex}.notification-dropdown-header button{color:#8749ff;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:600}.notification-dropdown-header button:disabled{color:#aaa;cursor:default}.notification-list{max-height:360px;overflow-y:auto}.notification-item{color:#2c2738;cursor:pointer;text-align:left;background:#fff;border:0;border-bottom:1px solid #f5f2f8;flex-direction:column;gap:4px;width:100%;padding:13px 14px;display:flex}.notification-item:hover,.notification-item.unread{background:#faf7ff}.notification-item.unread .notification-item-title:before{content:"•";color:#8749ff;margin-right:6px}.notification-item-title{font-size:13px;font-weight:700}.notification-item-message{color:#6e6876;font-size:12px}.notification-item-time{color:#999;font-size:11px}.notification-empty{color:#777;text-align:center;margin:0;padding:26px 14px;font-size:13px}.navbar{z-index:1000;width:var(--sidebar-width);border-right:1px solid var(--border);background:#fff;position:fixed;top:0;bottom:0;left:0;box-shadow:4px 0 25px #23193709}.navbar-container{flex-direction:column;width:100%;height:100%;display:flex}.navbar-header{height:var(--topbar-height);border-bottom:1px solid #f0edf3;align-items:center;padding:0 25px;display:flex}.navbar-brand{align-items:center;width:100%;display:flex}.brand-logo{object-fit:contain;object-position:left center;width:145px;max-width:100%;height:48px;display:block}.navbar-content{flex:1;padding:26px 18px;overflow-y:auto}.nav-section-title{color:#a29da9;letter-spacing:1px;text-transform:uppercase;margin:0 10px 12px;font-size:10px;font-weight:700}.nav-links{flex-direction:column;gap:6px;display:flex}.nav-link{color:#77717f;border-radius:10px;align-items:center;gap:13px;width:100%;padding:12px 13px;font-size:13px;font-weight:500;transition:color .2s,background .2s,transform .2s;display:flex}.nav-link:hover{color:var(--primary);background:var(--primary-lighter)}.nav-link.active{color:var(--primary);background:var(--primary-soft);font-weight:600}.nav-icon{color:currentColor;flex-shrink:0;justify-content:center;align-items:center;width:21px;font-size:17px;display:inline-flex}.navbar-account{border-top:1px solid #f0edf3;padding:18px}.navbar-account>.nav-link{margin-bottom:15px}.sidebar-user{align-items:center;gap:11px;margin-top:8px;padding:13px 10px;display:flex}.user-avatar{color:#fff;background:linear-gradient(135deg,#9b67ff,#7132ed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:12px;font-weight:700;display:flex;box-shadow:0 5px 14px #8749ff38}.sidebar-user-info{flex-direction:column;min-width:0;display:flex}.sidebar-user-info strong{color:#28222f;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.sidebar-user-info span{color:#a09aa7;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10px;overflow:hidden}.logout-button{color:#827b8a;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:13px;width:100%;margin-top:5px;padding:11px 13px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.logout-button:hover{background:var(--danger-soft);color:var(--danger)}.mobile-topbar,.sidebar-overlay{display:none}.mobile-menu-button{color:#28222f;background:0 0;border:0;font-size:23px}@media (width<=900px){.mobile-topbar{z-index:1100;width:100%;height:var(--topbar-height);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff5;justify-content:space-between;align-items:center;padding:0 18px;display:flex;position:sticky;top:0}.mobile-brand{align-items:center;display:flex}.mobile-brand-logo{object-fit:contain;object-position:left center;width:115px;height:42px;display:block}.mobile-menu-button{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mobile-menu-button:hover{background:var(--primary-soft);color:var(--primary)}.navbar{width:255px;transition:transform .28s;transform:translate(-105%)}.navbar.open{transform:translate(0)}.sidebar-overlay{z-index:950;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#130f1959;display:block;position:fixed;inset:0}}.leave-container{max-width:1100px;margin:0 auto;padding:32px}.leave-header{margin-bottom:28px}.leave-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#777;margin:0 0 6px;font-size:12px;font-weight:600}.leave-header h1{margin:0;font-size:30px;font-weight:700}.leave-date-text{color:#777;margin:8px 0 0;font-size:14px}.leave-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;margin-bottom:24px;padding:24px}.leave-card-header{margin-bottom:22px}.section-label{text-transform:uppercase;letter-spacing:.08em;color:#888;margin:0 0 5px;font-size:11px;font-weight:600}.leave-card-header h2{margin:0;font-size:20px;font-weight:650}.leave-card-header p:last-child{color:#777;margin:6px 0 0;font-size:13px}.leave-form{flex-direction:column;gap:18px;display:flex}.leave-date-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group label{color:#333;font-size:13px;font-weight:600}.form-group input,.form-group textarea{box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:8px;outline:none;width:100%;padding:11px 12px;font-family:inherit;font-size:14px;transition:border-color .2s}.leave-form-actions{justify-content:flex-end;margin-top:4px;display:flex}.submit-leave-btn{cursor:pointer;color:#fff;background:#222;border:none;border-radius:8px;padding:11px 18px;font-size:13px;font-weight:600;transition:opacity .2s}.submit-leave-btn:hover{opacity:.85}.submit-leave-btn:disabled{opacity:.5;cursor:not-allowed}.leave-empty-state{text-align:center;color:#888;border:1px dashed #ddd;border-radius:8px;padding:35px 20px;font-size:14px}.leave-table-wrapper{width:100%;overflow-x:auto}.leave-table{border-collapse:collapse;width:100%}.leave-table th{text-align:left;color:#777;border-bottom:1px solid #e5e5e5;padding:12px;font-size:12px;font-weight:600}.leave-table td{color:#333;border-bottom:1px solid #f0f0f0;padding:15px 12px;font-size:13px}.leave-table tbody tr:last-child td{border-bottom:none}.leave-status{text-transform:capitalize;border-radius:20px;align-items:center;padding:5px 9px;font-size:11px;font-weight:600;display:inline-flex}.leave-status.pending{color:#8a6800;background:#fff4d6}.leave-status.approved{color:#26733d;background:#e4f5e9}.leave-status.rejected{color:#a33a3a;background:#fbe5e5}@media (width<=700px){.leave-container{padding:20px}.leave-header h1{font-size:25px}.leave-card{padding:18px}.leave-date-row{grid-template-columns:1fr}.leave-form-actions{justify-content:stretch}.submit-leave-btn{width:100%}}.dashboard-page{background:#f6f7fb;min-height:100vh;margin-left:245px;padding:38px 42px 70px}.dashboard-container{width:100%;max-width:1180px;margin:0 auto}.dashboard-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.dashboard-eyebrow,.section-label{color:#8749ff;letter-spacing:1.3px;text-transform:uppercase;margin:0 0 7px;font-size:10px;font-weight:800}.dashboard-header h1{color:#18151e;letter-spacing:-1.6px;margin:0;font-size:42px;font-weight:750;line-height:1.1}.dashboard-date{color:#67616e;margin:8px 0 0;font-size:15px;font-weight:500}.status-pill{color:#77717f;background:#fff;border:1px solid #e6e2ea;border-radius:999px;align-items:center;gap:8px;padding:9px 14px;font-size:12px;font-weight:600;display:inline-flex}.status-dot{background:#aaa4af;border-radius:50%;width:7px;height:7px}.status-pill.working{color:#188153;background:#effaf4;border-color:#cdebdc}.employee-overview{background:#fff;border:1px solid #ebe7ef;border-radius:17px;margin-bottom:30px;padding:22px;box-shadow:0 5px 20px #1e143209}.overview-top{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.overview-top h2{color:#201b27;margin:0;font-size:20px;font-weight:700}.overview-status{color:#77717f;background:#f5f2f8;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:700}.employee-info-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.employee-info-card{background:#f9f8fb;border-radius:12px;align-items:center;gap:12px;min-width:0;min-height:78px;padding:14px;display:flex}.employee-card-main{background:#fff5e7}.employee-avatar,.info-icon{border-radius:50%;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;font-size:12px;font-weight:700;display:flex}.employee-avatar{color:#fff;background:#8749ff}.info-icon.purple{color:#8749ff;background:#eee7ff}.info-icon.blue{color:#177ce5;background:#e6f2ff}.info-icon.green{color:#15945a;background:#e5f7ef}.info-icon.orange{color:#e59224;background:#fff1dc}.employee-info-card>div:last-child{min-width:0}.employee-info-card span{color:#918a99;margin-bottom:4px;font-size:10px;display:block}.employee-info-card strong{color:#29232f;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:650;display:block;overflow:hidden}.email-value{font-size:11px!important}.summary-section{margin-bottom:30px}.summary-heading{justify-content:space-between;align-items:flex-end;margin-bottom:16px;display:flex}.summary-heading h2{color:#201b27;margin:0;font-size:20px;font-weight:700}.summary-heading>p{color:#9993a1;margin:0;font-size:11px}.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.attendance-card{background:#fff;border:1px solid #ebe7ef;border-radius:14px;align-items:center;gap:13px;min-width:0;min-height:105px;padding:18px;display:flex;box-shadow:0 4px 15px #1e143209}.attendance-card-icon{border-radius:12px;flex:0 0 43px;justify-content:center;align-items:center;width:43px;height:43px;font-size:17px;display:flex}.attendance-card.purple .attendance-card-icon{color:#8749ff;background:#f0e9ff}.attendance-card.green .attendance-card-icon{color:#15945a;background:#e8f8f0}.attendance-card.blue .attendance-card-icon{color:#187de5;background:#e8f3ff}.attendance-card.orange .attendance-card-icon{color:#e59224;background:#fff2df}.attendance-card-content{min-width:0}.attendance-card-value{color:#201b27;margin:0 0 5px;font-size:21px;font-weight:750}.attendance-card-title{color:#918a99;margin:0;font-size:10px}.current-session-card{background:radial-gradient(circle at 100% 0,#8749ff1f,#0000 35%),#fff;border:1px solid #e8e3ee;border-radius:17px;margin-bottom:32px;overflow:hidden;box-shadow:0 6px 20px #1e14320a}.session-content{justify-content:space-between;align-items:center;gap:25px;padding:25px 27px;display:flex}.session-left{align-items:center;gap:16px;min-width:0;display:flex}.session-icon{color:#8749ff;background:#f0e9ff;border-radius:14px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;font-size:19px;display:flex}.session-content h2{color:#211c27;margin:0 0 6px;font-size:19px;font-weight:700}.session-description{color:#8b8492;margin:0;font-size:12px;line-height:1.6}.session-action{flex-shrink:0}.start-work-btn,.end-work-btn{color:#fff;border:0;border-radius:10px;min-width:135px;padding:12px 20px;font-size:12px;font-weight:700}.start-work-btn{background:#8749ff;box-shadow:0 7px 18px #8749ff38}.end-work-btn{background:#26212b}.recent-section{margin-top:0}.recent-heading{margin-bottom:15px}.recent-heading h2{color:#201b27;margin:0 0 4px;font-size:20px;font-weight:700}.recent-heading>div>p:last-child{color:#9993a1;margin:0;font-size:11px}.recent-card{background:#fff;border:1px solid #ebe7ef;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #1e143209}.activity-table-wrapper{width:100%;overflow-x:auto}.activity-table{border-collapse:collapse;table-layout:fixed;width:100%}.activity-table th{color:#8d8795;letter-spacing:.4px;text-align:left;text-transform:uppercase;background:#faf9fc;border-bottom:1px solid #ebe8ef;padding:13px 18px;font-size:10px;font-weight:700}.activity-table td{color:#4e4855;border-bottom:1px solid #f0edf3;padding:15px 18px;font-size:12px}.activity-table tbody tr:last-child td{border-bottom:0}.activity-table tbody tr:hover{background:#fcfbff}.duration-pill{color:#7540db;background:#f1eaff;border-radius:7px;padding:5px 9px;font-size:10px;font-weight:700;display:inline-flex}.table-status{text-transform:uppercase;border-radius:999px;padding:5px 10px;font-size:9px;font-weight:700;display:inline-flex}.table-status.completed{color:#15945a;background:#edfbf4;border:1px solid #a9e6c9}.table-status.active{color:#8749ff;background:#f3edff;border:1px solid #d9c8ff}.empty-state{color:#918a99;text-align:center;padding:40px;font-size:12px}.dashboard-loading{color:#81798d;justify-content:center;align-items:center;min-height:500px;display:flex}@media (width<=1100px){.employee-info-grid,.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.dashboard-page{margin-left:0;padding:28px 20px 55px}}@media (width<=600px){.dashboard-page{padding:24px 15px 45px}.dashboard-header{align-items:flex-start}.dashboard-header h1{font-size:32px}.dashboard-date{font-size:13px}.employee-info-grid,.summary-grid{grid-template-columns:1fr}.session-content{flex-direction:column;align-items:flex-start}.session-action,.start-work-btn,.end-work-btn{width:100%}.activity-table{min-width:650px}}.attendance-card-status{align-items:center;gap:6px;margin-top:8px;font-size:13px;font-weight:600;display:inline-flex}.attendance-status-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.attendance-card-status.working{color:#16803c}.attendance-status-dot{background:#777}.attendance-card-status.working .attendance-status-dot{background:#22c55e}.attendance-card-status.paused{color:#a16207}.attendance-card-status.paused .attendance-status-dot{background:#eab308}.attendance-card-status.completed{color:#dc2626}.attendance-card-status.completed .attendance-status-dot{background:#ef4444}.attendance-card.working{border-left:4px solid #22c55e}.attendance-card.paused{border-left:4px solid #eab308}.attendance-card.completed{border-left:4px solid #ef4444}.status-pill.working{color:#15803d;background:#dcfce7}.status-pill.paused{color:#a16207;background:#fef3c7}.status-pill.completed{color:#dc2626;background:#fee2e2}.status-pill.offline{color:#64748b;background:#f1f5f9}.status-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.status-pill.working .status-dot{background:#22c55e}.status-pill.paused .status-dot{background:#eab308}.status-pill.completed .status-dot{background:#ef4444}.status-pill.offline .status-dot{background:#94a3b8}.pause-work-btn{color:#fff;cursor:pointer;background:#eab308;border:none;border-radius:10px;padding:12px 20px;font-size:14px;font-weight:700;transition:transform .2s,opacity .2s}.pause-work-btn:hover{opacity:.9;transform:translateY(-1px)}.pause-work-btn:disabled{opacity:.6;cursor:not-allowed}.resume-work-btn{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:10px;padding:12px 20px;font-size:14px;font-weight:700;transition:transform .2s,opacity .2s}.resume-work-btn:hover{opacity:.9;transform:translateY(-1px)}.resume-work-btn:disabled{opacity:.6;cursor:not-allowed}.end-work-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:10px;padding:12px 20px;font-size:14px;font-weight:700;transition:transform .2s,opacity .2s}.end-work-btn:hover{opacity:.9;transform:translateY(-1px)}.end-work-btn:disabled{opacity:.6;cursor:not-allowed}.start-work-btn{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:10px;padding:12px 20px;font-size:14px;font-weight:700;transition:transform .2s,opacity .2s}.start-work-btn:hover{opacity:.9;transform:translateY(-1px)}.start-work-btn:disabled{opacity:.6;cursor:not-allowed}.session-action{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.session-status-section{margin-top:20px}.session-status-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;padding:20px 24px;display:flex}.session-status-badge{border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-flex}.session-status-badge.working{color:#15803d;background:#dcfce7}.session-status-badge.paused{color:#a16207;background:#fef3c7}.session-status-badge.completed{color:#dc2626;background:#fee2e2}.session-status-badge.offline{color:#64748b;background:#f1f5f9}.table-status{border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.table-status.working{color:#15803d;background:#dcfce7}.table-status.paused{color:#a16207;background:#fef3c7}.table-status.completed{color:#dc2626;background:#fee2e2}@media (width<=600px){.session-action,.session-action button{width:100%}.session-status-card{flex-direction:column;align-items:flex-start}}.history-page{background:#f6f7fb;min-height:100vh;margin-left:245px;padding:38px 42px 70px}.history-container{width:100%;max-width:1180px;margin:0 auto}.history-header{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px;display:flex}.history-eyebrow,.history-section-label{color:#8749ff;letter-spacing:1.3px;text-transform:uppercase;margin:0 0 7px;font-size:10px;font-weight:800}.history-header h1{color:#18151e;letter-spacing:-1.6px;margin:0;font-size:42px;font-weight:750;line-height:1.1}.history-description{color:#77717f;margin:9px 0 0;font-size:13px}.history-user-badge{background:#fff;border:1px solid #e8e4ed;border-radius:13px;align-items:center;gap:11px;padding:9px 14px;display:flex;box-shadow:0 4px 14px #1e143209}.history-avatar{color:#fff;background:#8749ff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:700;display:flex}.history-user-badge span{color:#98919f;margin-bottom:2px;font-size:9px;display:block}.history-user-badge strong{color:#29232f;font-size:12px;display:block}.history-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:32px;display:grid}.history-stat-card{background:#fff;border:1px solid #ebe7ef;border-radius:14px;align-items:center;gap:14px;min-width:0;min-height:100px;padding:18px;display:flex;box-shadow:0 4px 15px #1e143209}.history-stat-icon{border-radius:12px;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;font-size:17px;font-weight:700;display:flex}.history-stat-card.purple .history-stat-icon{color:#8749ff;background:#f0e9ff}.history-stat-card.green .history-stat-icon{color:#15945a;background:#e8f8f0}.history-stat-card.blue .history-stat-icon{color:#187de5;background:#e8f3ff}.history-stat-card.orange .history-stat-icon{color:#e59224;background:#fff2df}.history-stat-card span{color:#918a99;margin-bottom:5px;font-size:10px;display:block}.history-stat-card strong{color:#201b27;font-size:22px;font-weight:750;display:block}.history-list{flex-direction:column;gap:18px;width:100%;display:flex}.history-card{background:#fff;border:1px solid #ebe7ef;border-radius:15px;width:100%;padding:22px;box-shadow:0 5px 20px #1e143209}.history-card-header{border-bottom:1px solid #ebe7ef;justify-content:space-between;align-items:center;gap:20px;padding-bottom:18px;display:flex}.history-date{color:#8749ff;margin:0 0 5px;font-size:11px;font-weight:700}.history-card-header h2{color:#201b27;margin:0;font-size:18px;font-weight:700}.history-status{text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:9px;font-weight:700;display:inline-flex}.history-status>span{border-radius:50%;width:6px;height:6px}.history-status.working{color:#15945a;background:#edfbf4;border:1px solid #b7e8c9}.history-status.working>span{background:#22c55e}.history-status.paused{color:#b77900;background:#fff8df;border:1px solid #f5d77a}.history-status.paused>span{background:#eab308}.history-status.completed{color:#15945a;background:#edfbf4;border:1px solid #a9e6c9}.history-status.completed>span{background:#15945a}.attendance-timeline{padding:24px 0;position:relative}.attendance-timeline:before{content:"";background:#ebe7ef;width:2px;position:absolute;top:30px;bottom:30px;left:7px}.timeline-item{align-items:flex-start;gap:16px;margin-bottom:22px;display:flex;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{z-index:1;background:#fff;border-radius:50%;flex:0 0 16px;justify-content:center;align-items:center;width:16px;height:16px;font-size:9px;display:flex;position:relative}.timeline-dot.working{color:#22c55e}.timeline-dot.paused{color:#eab308}.timeline-dot.completed{color:#ef4444}.timeline-content{flex-direction:column;gap:3px;display:flex}.timeline-label{color:#918a99;text-transform:uppercase;font-size:10px;font-weight:700}.timeline-content strong{color:#39323f;font-size:12px;font-weight:600}.timeline-content small{color:#9993a1;font-size:10px}.timeline-break-group{position:relative}.history-card-footer{border-top:1px solid #ebe7ef;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;padding-top:18px;display:grid}.history-summary-item{flex-direction:column;gap:4px;display:flex}.history-summary-item span{color:#918a99;text-transform:uppercase;font-size:9px}.history-summary-item strong{color:#39323f;font-size:12px;font-weight:700}.history-summary-status.working{color:#15945a}.history-summary-status.paused{color:#b77900}.history-summary-status.completed{color:#15945a}.history-empty{text-align:center;background:#fff;border:1px solid #ebe7ef;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:50px 20px;display:flex;box-shadow:0 5px 20px #1e143209}.history-empty-icon{color:#8749ff;background:#f0e9ff;border-radius:15px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:15px;font-size:20px;display:flex}.history-empty h2{color:#29232f;margin:0 0 6px;font-size:16px}.history-empty p{color:#9993a1;margin:0;font-size:11px}.history-loading,.history-error{text-align:center;justify-content:center;align-items:center;min-height:300px;padding:40px 20px;display:flex}.history-error{color:#dc2626;font-size:13px}@media (width<=1100px){.history-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.history-page{margin-left:0;padding:85px 20px 55px}}@media (width<=600px){.history-page{padding:82px 15px 45px}.history-header{flex-direction:column;align-items:flex-start;gap:18px}.history-header h1{letter-spacing:-1px;font-size:31px}.history-user-badge{width:100%}.history-summary-grid{grid-template-columns:1fr}.history-stat-card{min-height:85px}.history-card{padding:18px}.history-card-header{flex-direction:column;align-items:flex-start}.history-card-footer{grid-template-columns:1fr}}.profile-page{background:#f6f7fb;min-height:100vh;margin-left:245px;padding:38px 42px 70px}.profile-container{width:100%;max-width:1180px;margin:0 auto}.profile-page-header{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:28px;display:flex}.profile-eyebrow{color:#8749ff;letter-spacing:1.3px;text-transform:uppercase;margin:0 0 7px;font-size:10px;font-weight:800}.profile-page-header h1{color:#18151e;letter-spacing:-1.6px;margin:0;font-size:42px;font-weight:750;line-height:1.1}.profile-page-description{color:#77717f;margin:9px 0 0;font-size:13px}.profile-header-status{color:#178b5c;background:#effbf5;border:1px solid #b9e9d2;border-radius:999px;align-items:center;gap:7px;padding:8px 13px;font-size:10px;font-weight:700;display:inline-flex}.profile-status-dot{background:#20a86e;border-radius:50%;width:6px;height:6px}.profile-hero-card{background:#fff;border:1px solid #e8e4ed;border-radius:18px;margin-bottom:32px;overflow:hidden;box-shadow:0 5px 20px #1e14320a}.profile-cover{background:radial-gradient(circle at 80% 20%,#fff3,#0000 25%),linear-gradient(135deg,#8749ff,#a678ff);height:105px}.profile-hero-content{align-items:center;min-height:115px;padding:24px 28px 24px 145px;display:flex;position:relative}.profile-large-avatar{color:#fff;background:#7040dd;border:5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;font-size:27px;font-weight:750;display:flex;position:absolute;top:-55px;left:28px;box-shadow:0 8px 24px #4628782e}.profile-main-info{min-width:0}.profile-main-info h2{color:#211c27;margin:0 0 4px;font-size:22px;font-weight:750}.profile-main-info p{color:#77717f;margin:0 0 8px;font-size:12px}.profile-main-info>span{color:#9b95a2;font-size:10px}.profile-main-info>span strong{color:#5b5462;font-weight:700}.profile-active-badge{color:#15945a;text-transform:uppercase;background:#edfbf4;border:1px solid #a9e6c9;border-radius:999px;align-items:center;gap:6px;margin-left:auto;padding:6px 10px;font-size:9px;font-weight:700;display:inline-flex}.profile-active-badge span{background:#15945a;border-radius:50%;width:5px;height:5px}.profile-information-section,.profile-account-section{margin-top:30px}.profile-section-heading{margin-bottom:15px}.profile-section-heading h2{color:#211c27;margin:0 0 4px;font-size:20px;font-weight:700}.profile-section-heading>div>p:last-child{color:#96909d;margin:0;font-size:11px}.profile-details-card{background:#fff;border:1px solid #e9e5ed;border-radius:16px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden;box-shadow:0 5px 20px #1e143209}.profile-detail-item{border-bottom:1px solid #efecf2;align-items:center;gap:14px;min-height:100px;padding:20px 22px;display:flex}.profile-detail-item:nth-child(odd){border-right:1px solid #efecf2}.profile-detail-item:nth-last-child(-n+2){border-bottom:0}.profile-detail-icon{border-radius:12px;flex:0 0 43px;justify-content:center;align-items:center;width:43px;height:43px;font-size:13px;font-weight:700;display:flex}.profile-detail-icon.purple{color:#8749ff;background:#f0e9ff}.profile-detail-icon.blue{color:#187de5;background:#e8f3ff;font-size:9px}.profile-detail-icon.green{color:#15945a;background:#e8f8f0;font-size:17px}.profile-detail-icon.orange{color:#e59224;background:#fff2df}.profile-detail-content{min-width:0}.profile-detail-content span{color:#9993a1;margin-bottom:5px;font-size:9px;font-weight:500;display:block}.profile-detail-content strong{overflow-wrap:anywhere;color:#332d39;font-size:12px;font-weight:650;display:block}.profile-account-card{background:#fff;border:1px solid #e9e5ed;border-radius:16px;justify-content:space-between;align-items:center;gap:30px;padding:22px;display:flex;box-shadow:0 5px 20px #1e143209}.account-status-left{align-items:center;gap:15px;display:flex}.account-status-icon{color:#15945a;background:#e8f8f0;border-radius:13px;flex:0 0 45px;justify-content:center;align-items:center;width:45px;height:45px;font-size:18px;font-weight:700;display:flex}.account-status-left h3{color:#302a36;margin:0 0 4px;font-size:13px;font-weight:700}.account-status-left p{color:#9993a1;margin:0;font-size:10px;line-height:1.6}.account-active-pill{color:#15945a;text-transform:uppercase;background:#edfbf4;border:1px solid #a9e6c9;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:9px;font-weight:700;display:inline-flex}.account-active-pill span{background:#15945a;border-radius:50%;width:5px;height:5px}@media (width<=900px){.profile-page{margin-left:0;padding:85px 20px 55px}}@media (width<=600px){.profile-page{padding:82px 15px 45px}.profile-page-header{flex-direction:column;align-items:flex-start;gap:17px}.profile-page-header h1{letter-spacing:-1px;font-size:31px}.profile-hero-content{flex-direction:column;align-items:flex-start;padding:58px 20px 22px}.profile-large-avatar{width:86px;height:86px;top:-49px;left:20px}.profile-active-badge{margin:15px 0 0}.profile-details-card{grid-template-columns:1fr}.profile-detail-item{border-bottom:1px solid #efecf2!important;border-right:0!important}.profile-detail-item:last-child{border-bottom:0!important}.profile-account-card{flex-direction:column;align-items:flex-start}}.report-container{max-width:1100px;margin:0 auto;padding:40px 32px 60px}.report-header{margin-bottom:32px}.report-eyebrow{letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:13px;font-weight:600}.report-header h1{margin:0;font-size:32px}.report-date-text{margin-top:8px;font-size:15px}.report-card-header{margin-bottom:28px}.report-card-header h2{margin:4px 0 8px;font-size:22px}.report-card-header p{margin:0;font-size:14px}.report-form{flex-direction:column;gap:24px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{font-size:14px;font-weight:600}.form-group input,.form-group textarea{box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px}.form-group input:focus,.form-group textarea:focus{border-color:#6366f1}.form-group textarea{resize:vertical;min-height:160px}.report-form-actions{justify-content:flex-end;display:flex}.submit-report-btn{cursor:pointer;border:none;border-radius:8px;padding:12px 22px;font-size:14px;font-weight:600}.submit-report-btn:hover{opacity:.9}@media (width<=768px){.report-container{padding:24px 16px 40px}.report-header h1{font-size:26px}.report-card{padding:22px}.report-form-actions{justify-content:stretch}.submit-report-btn{width:100%}}.previous-reports{margin-top:40px}.previous-reports-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.previous-reports-header h2{margin:4px 0 0;font-size:22px}.previous-reports-header>span{font-size:14px;font-weight:600}.empty-reports p{margin:0;font-size:14px}.report-history-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px}.report-history-top{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.report-history-label{text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:600}.report-history-card h3{margin:6px 0 0;font-size:18px}.report-status{border-radius:20px;padding:6px 10px;font-size:12px;font-weight:600}.report-history-work{white-space:pre-wrap;margin:20px 0;font-size:14px;line-height:1.7}.report-created{border-top:1px solid #e5e7eb;margin:0;padding-top:14px;font-size:12px}@media (width<=768px){.previous-reports-header{align-items:flex-start;gap:12px}.report-history-top{flex-direction:column}.report-status{align-self:flex-start}}.admin-auth-page{background:linear-gradient(135deg,#f3f0ff 0%,#ede9fe 50%,#faf8ff 100%);justify-content:center;align-items:center;min-height:100vh;padding:40px;display:flex}.admin-auth-container{background:#fff;border-radius:30px;grid-template-columns:1fr 1fr;width:100%;max-width:1200px;display:grid;overflow:hidden;box-shadow:0 20px 60px #00000014}.admin-auth-left{color:#fff;background:linear-gradient(135deg,#6c4cf1,#8b5cf6,#a855f7);flex-direction:column;justify-content:center;padding:70px 55px;display:flex}.admin-auth-logo{width:120px;margin-bottom:35px}.admin-auth-left h1{margin-bottom:18px;font-size:42px;font-weight:700}.admin-auth-left p{opacity:.95;margin-bottom:45px;font-size:17px;line-height:1.8}.admin-auth-features{flex-direction:column;gap:18px;display:flex}.feature-item{align-items:center;gap:14px;font-size:16px;font-weight:500;display:flex}.feature-item span{background:#ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-weight:700;display:flex}.admin-auth-card{flex-direction:column;justify-content:center;padding:70px 60px;display:flex}.admin-auth-card h2{color:#1f1d38;margin-bottom:10px;font-size:34px}.admin-auth-card>p{color:#8b8b9d;margin-bottom:35px;line-height:1.6}.admin-auth-form{flex-direction:column;gap:22px;display:flex}.admin-input-group{flex-direction:column;gap:8px;display:flex}.admin-input-group label{color:#4b5563;font-size:14px;font-weight:600}.admin-input-group input{color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:14px;width:100%;height:54px;padding:0 18px;font-size:15px;transition:all .3s}.admin-input-group input::placeholder{color:#9ca3af}.admin-input-group input:focus{border-color:#7c3aed;outline:none;box-shadow:0 0 0 4px #7c3aed1f}.admin-auth-options{justify-content:space-between;align-items:center;display:flex}.remember-me{cursor:pointer;color:#6b7280;align-items:center;gap:10px;font-size:14px;display:flex}.remember-me input{accent-color:#7c3aed;width:16px;height:16px}.admin-login-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6c4cf1,#8b5cf6);border:none;border-radius:14px;width:100%;height:54px;font-size:16px;font-weight:700;transition:all .3s}.admin-login-button:hover{transform:translateY(-2px);box-shadow:0 15px 30px #6c4cf140}.admin-login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.admin-auth-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:14px 16px;font-size:14px;font-weight:500}.admin-auth-success{color:#16a34a;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:12px;padding:14px 16px;font-size:14px;font-weight:500}.admin-auth-footer{text-align:center;color:#6b7280;margin-top:25px;font-size:15px}.admin-auth-footer a{color:#7c3aed;font-weight:700;text-decoration:none;transition:all .3s}.admin-auth-footer a:hover{color:#5b21b6;text-decoration:underline}.admin-auth-divider{color:#9ca3af;align-items:center;gap:15px;margin:25px 0;font-size:14px;display:flex}.admin-auth-divider:before,.admin-auth-divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.admin-auth-card,.admin-auth-left{animation:.6s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media (width<=992px){.admin-auth-container{grid-template-columns:1fr;max-width:700px}.admin-auth-left{text-align:center;align-items:center;padding:50px 35px}.admin-auth-features{align-items:flex-start;width:100%}.admin-auth-card{padding:45px 35px}}@media (width<=768px){.admin-auth-page{padding:20px}.admin-auth-card{padding:35px 25px}.admin-auth-left{padding:40px 25px}.admin-auth-left h1{font-size:34px}.admin-auth-card h2{font-size:28px}.admin-auth-logo{width:90px}.feature-item{font-size:15px}}@media (width<=480px){.admin-auth-page{padding:12px}.admin-auth-container{border-radius:18px}.admin-auth-card{padding:28px 18px}.admin-auth-left{padding:30px 18px}.admin-auth-left h1{font-size:28px}.admin-auth-card h2{font-size:24px}.admin-input-group input{height:50px;font-size:14px}.admin-login-button{height:50px;font-size:15px}.feature-item{font-size:14px}}.admin-navbar{z-index:1000;background:#fff;border-right:1px solid #ece8f5;flex-direction:column;width:260px;height:100vh;transition:all .3s;display:flex;position:fixed;top:0;left:0;box-shadow:6px 0 30px #2819500d}.admin-navbar-header{border-bottom:1px solid #f2eef9;justify-content:center;align-items:center;padding:28px 20px;display:flex}.admin-navbar-brand{justify-content:center;align-items:center;width:100%;display:flex}.admin-brand-logo{object-fit:contain;width:140px;height:auto}.admin-navbar-links{flex:1;padding:28px 18px}.admin-nav-title{color:#999;letter-spacing:1.2px;margin-bottom:14px;font-size:11px;font-weight:700}.admin-nav-link{color:#5b5567;border-radius:14px;align-items:center;gap:14px;margin-bottom:8px;padding:14px 16px;text-decoration:none;transition:all .25s;display:flex}.admin-nav-link span{font-size:18px}.admin-nav-link:hover{color:#8749ff;background:#f5efff}.admin-nav-link.active{color:#fff;background:#8749ff;box-shadow:0 10px 25px #8749ff40}.admin-user-card{background:#faf8ff;border:1px solid #ece8f5;border-radius:16px;align-items:center;gap:14px;margin:20px;padding:16px;display:flex}.admin-avatar{color:#fff;background:#8749ff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-weight:700;display:flex}.admin-user-details{flex-direction:column;display:flex}.admin-user-details strong{color:#2c2738;font-size:15px}.admin-user-details span{color:#888;font-size:12px}.admin-logout-btn{color:#fff;cursor:pointer;background:#8749ff;border:none;border-radius:12px;height:46px;margin:0 20px 25px;font-weight:600;transition:all .25s}.admin-logout-btn:hover{background:#6f39e7}.admin-mobile-topbar{display:none}.admin-menu-button{cursor:pointer;background:0 0;border:none;font-size:28px}.admin-mobile-logo{width:120px}.admin-sidebar-overlay{z-index:998;background:#00000059;position:fixed;inset:0}@media (width<=900px){.admin-mobile-topbar{z-index:999;background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;width:100%;height:70px;padding:0 18px;display:flex;position:fixed;top:0;left:0}.admin-navbar{transform:translate(-100%)}.admin-navbar.open{transform:translate(0)}}.admin-notifications{margin:0 20px}.admin-dashboard-page{background:#f8f8fc;min-height:100vh;margin-left:260px;padding:40px}.admin-dashboard-container{max-width:1300px;margin:auto}.admin-dashboard-header{justify-content:space-between;align-items:flex-start;margin-bottom:35px;display:flex}.admin-eyebrow{color:#8749ff;letter-spacing:1px;margin-bottom:8px;font-size:12px;font-weight:700}.admin-dashboard-header h1{color:#222;margin-bottom:12px;font-size:38px}.admin-dashboard-header p{color:#666;line-height:1.7}.admin-badge{background:#fff;border:1px solid #ececec;border-radius:50px;align-items:center;gap:8px;padding:12px 20px;font-weight:600;display:flex;box-shadow:0 8px 30px #0000000d}.admin-badge span{background:#34c759;border-radius:50%;width:10px;height:10px}.admin-search-section{margin-bottom:35px}.admin-search{background:#fff;border:1px solid #e6e6e6;border-radius:14px;width:100%;max-width:420px;height:52px;padding:0 18px;font-size:15px;transition:all .25s}.admin-search:focus{border-color:#8749ff;outline:none;box-shadow:0 0 0 4px #8749ff1f}.admin-stats-grid{grid-template-columns:repeat(4,1fr);gap:22px;margin-bottom:40px;display:grid}.admin-stat-card{background:#fff;border-radius:22px;align-items:center;gap:18px;padding:24px;transition:all .25s;display:flex;box-shadow:0 10px 30px #0000000d}.admin-stat-card:hover{transform:translateY(-4px)}.admin-stat-icon{color:#fff;border-radius:18px;justify-content:center;align-items:center;width:65px;height:65px;font-size:26px;font-weight:700;display:flex}.admin-stat-card strong{color:#222;margin-top:6px;font-size:30px;display:block}.admin-stat-card span{color:#666;font-size:14px}.admin-stat-card.purple .admin-stat-icon{background:#8749ff}.admin-stat-card.green .admin-stat-icon{background:#1abc9c}.admin-stat-card.blue .admin-stat-icon{background:#3498db}.admin-stat-card.orange .admin-stat-icon{background:#f39c12}.admin-section-heading{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.admin-section-heading h2{color:#222;font-size:28px}.admin-section-heading p{color:#777}.admin-recent-section{margin-top:20px}.admin-recent-card{background:#fff;border:1px solid #ececec;border-radius:22px;overflow:hidden;box-shadow:0 10px 30px #0000000d}.admin-table-wrapper{overflow-x:auto}.admin-table thead{background:#faf8ff}.admin-table th{text-align:left;color:#777;letter-spacing:.5px;text-transform:uppercase;padding:18px 24px;font-size:13px;font-weight:700}.admin-table td{color:#333;border-top:1px solid #f0f0f0;padding:20px 24px;font-size:15px}.admin-table tbody tr{transition:all .25s}.admin-table tbody tr:hover{cursor:pointer;background:#faf8ff}.admin-table strong{color:#222;font-size:15px}.employee-active{color:#16a34a;background:#eafaf4;border-radius:50px;justify-content:center;align-items:center;min-width:85px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-flex}.employee-inactive{color:#dc2626;background:#fff2f2;border-radius:50px;justify-content:center;align-items:center;min-width:85px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-flex}.admin-empty{text-align:center;color:#777;padding:80px 30px;font-size:16px}.admin-loading{color:#8749ff;justify-content:center;align-items:center;height:300px;font-size:20px;font-weight:700;display:flex}.admin-table-wrapper::-webkit-scrollbar{height:8px}.admin-table-wrapper::-webkit-scrollbar-track{background:#f5f5f5}.admin-table-wrapper::-webkit-scrollbar-thumb{background:#8749ff;border-radius:20px}@media (width<=1200px){.admin-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=992px){.admin-dashboard-page{margin-left:0;padding:100px 24px 40px}.admin-dashboard-header{flex-direction:column;gap:20px}.admin-dashboard-header h1{font-size:32px}.admin-badge{width:fit-content}}@media (width<=768px){.admin-stats-grid{grid-template-columns:1fr}.admin-table{min-width:750px}.admin-search{max-width:100%}}@media (width<=480px){.admin-dashboard-page{padding:90px 16px 30px}.admin-dashboard-header h1{font-size:28px}.admin-stat-card{padding:18px}.admin-stat-icon{width:55px;height:55px;font-size:22px}.admin-stat-card strong{font-size:24px}.admin-table th,.admin-table td{padding:16px}}.admin-summary-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px;display:grid}.admin-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;align-items:center;gap:16px;padding:22px;display:flex;box-shadow:0 4px 16px #0000000d}.admin-summary-card span{margin-bottom:5px;font-size:13px;display:block}.admin-summary-card strong{font-size:28px;display:block}.admin-summary-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;font-weight:700;display:flex}.admin-summary-icon.purple{color:#7c3aed;background:#ede9fe}.admin-summary-icon.green{color:#16a34a;background:#dcfce7}.admin-summary-icon.yellow{color:#ca8a04;background:#fef3c7}.admin-summary-icon.red{color:#dc2626;background:#fee2e2}.admin-summary-card.working{border-left:4px solid #22c55e}.admin-summary-card.paused{border-left:4px solid #eab308}.admin-summary-card.completed{border-left:4px solid #ef4444}.admin-employees-section{margin-top:32px}.admin-section-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.admin-section-header h2{margin:4px 0 0}.admin-section-label{text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:12px;font-weight:700}.admin-employee-count{font-size:14px;font-weight:600}.admin-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #0000000d}.admin-table-wrapper{width:100%;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb;padding:16px 20px;font-size:12px}.admin-table td{border-bottom:1px solid #f1f5f9;padding:18px 20px;font-size:14px}.admin-table tbody tr:last-child td{border-bottom:none}.admin-employee-cell{align-items:center;gap:12px;display:flex}.admin-employee-avatar{border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-weight:700;display:flex}.admin-employee-cell strong{margin-bottom:3px;display:block}.admin-employee-cell span{font-size:12px;display:block}.admin-empty-state,.admin-loading,.admin-error{text-align:center;padding:60px 20px}.admin-error{color:#dc2626}@media (width<=1000px){.admin-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.admin-summary-grid{grid-template-columns:1fr}.admin-section-header{flex-direction:column;align-items:flex-start;gap:10px}}.admin-status-badge{border-radius:999px;align-items:center;gap:7px;padding:7px 12px;font-size:12px;font-weight:700;display:inline-flex}.admin-status-dot{border-radius:50%;width:7px;height:7px}.admin-status-badge.working{color:#15803d;background:#dcfce7}.admin-status-badge.working .admin-status-dot{background:#22c55e}.admin-status-badge.paused{color:#a16207;background:#fef3c7}.admin-status-badge.paused .admin-status-dot{background:#eab308}.admin-status-badge.completed{color:#dc2626;background:#fee2e2}.admin-status-badge.completed .admin-status-dot{background:#ef4444}.employees-page{background:#f7f8fc;min-height:100vh;display:flex}.employees-container{flex:1;margin-left:270px;padding:42px}.employees-header{justify-content:space-between;align-items:flex-start;margin-bottom:35px;display:flex}.employees-eyebrow{letter-spacing:2px;color:#7c3aed;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:700}.employees-header h1{color:#1f1f2d;margin-bottom:10px;font-size:52px;font-weight:800}.employees-header p{color:#6b7280;font-size:16px}.employee-count-badge{color:#7c3aed;background:#7c3aed14;border:1px solid #7c3aed33;border-radius:40px;padding:12px 22px;font-weight:700}.employees-toolbar{justify-content:flex-end;margin-bottom:25px;display:flex}.employee-search{width:340px;position:relative}.employee-search span{color:#9ca3af;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.employee-search input{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;padding:14px 18px 14px 42px;font-size:15px;transition:all .25s}.employee-search input:focus{border-color:#7c3aed;outline:none;box-shadow:0 0 0 4px #7c3aed1f}.employees-card{background:#fff;border:1px solid #ececf5;border-radius:22px;overflow:hidden;box-shadow:0 14px 40px #0f172a0f}.employees-table-wrapper{overflow-x:auto}.employees-table{border-collapse:collapse;width:100%}.employees-table thead{background:#faf9ff}.employees-table th{text-align:left;text-transform:uppercase;letter-spacing:1px;color:#6b7280;border-bottom:1px solid #ececf5;padding:18px 20px;font-size:12px}.employees-table td{color:#374151;border-bottom:1px solid #f2f2f7;padding:20px}.employees-table tbody tr{transition:all .25s}.employees-table tbody tr:hover{background:#faf9ff}.employee-name-cell{align-items:center;gap:16px;display:flex}.employee-table-avatar{color:#fff;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:18px;font-weight:700;display:flex}.employee-name-cell strong{color:#1f2937;font-size:15px;display:block}.employee-name-cell span{color:#9ca3af;font-size:13px}.employee-id-value{background:#f3f4f6;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:700;display:inline-block}.employee-role{border-radius:999px;align-items:center;padding:6px 14px;font-size:13px;font-weight:700;display:inline-flex}.employee-role.admin{color:#7c3aed;background:#7c3aed1f}.employee-role.employee{color:#2563eb;background:#3b82f61f}.employee-status{color:#059669;background:#10b9811f;border-radius:999px;align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:700;display:inline-flex}.employee-status span{background:#10b981;border-radius:50%;width:8px;height:8px}.employee-actions{align-items:center;gap:10px;display:flex}.employee-view-button,.employee-edit-button,.employee-delete-button{cursor:pointer;border:none;border-radius:10px;padding:9px 18px;font-size:13px;font-weight:700;transition:all .25s}.employee-view-button{color:#7c3aed;background:#7c3aed1f}.employee-view-button:hover{color:#fff;background:#7c3aed}.employee-edit-button{color:#2563eb;background:#3b82f61f}.employee-edit-button:hover{color:#fff;background:#2563eb}.employee-delete-button{color:#dc2626;background:#ef44441f}.employee-delete-button:hover:not(:disabled){color:#fff;background:#dc2626}.employee-delete-button:disabled{opacity:.5;cursor:not-allowed}.employees-footer{color:#6b7280;background:#faf9ff;border-top:1px solid #ececf5;padding:18px 24px;font-size:14px}.employees-footer strong{color:#111827}.employees-state{text-align:center;padding:80px 20px}.employees-empty-icon{color:#7c3aed;background:#7c3aed1f;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 20px;font-size:32px;display:flex}.employees-state h3{color:#111827;margin-bottom:10px}.employees-state p{color:#6b7280}.employees-loading{text-align:center;color:#6b7280;padding:80px;font-size:18px}.employees-table-wrapper::-webkit-scrollbar{height:8px}.employees-table-wrapper::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}@media (width<=1200px){.employees-container{margin-left:0;padding:30px}}@media (width<=768px){.employees-header{flex-direction:column;gap:20px}.employees-toolbar{justify-content:stretch}.employee-search{width:100%}.employees-table{min-width:900px}}@media (width<=480px){.employees-container{padding:20px}.employees-header h1{font-size:38px}.employee-actions{flex-direction:column;align-items:flex-start}}.employee-details-page{background:#f6f7fb;min-height:100vh;margin-left:245px;padding:38px 42px 70px}.employee-details-container{width:100%;max-width:1180px;margin:0 auto}.back-button{color:#6f6878;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:24px;padding:8px 0;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.back-button:hover{color:#8749ff}.employee-details-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px;display:flex}.employee-profile{align-items:center;gap:16px;display:flex}.employee-details-avatar{color:#fff;background:#8749ff;border-radius:50%;flex:0 0 64px;justify-content:center;align-items:center;width:64px;height:64px;font-size:22px;font-weight:700;display:flex;box-shadow:0 5px 15px #8749ff2e}.employee-profile h1{color:#18151e;letter-spacing:-.8px;margin:4px 0 5px;font-size:30px;font-weight:750;line-height:1.1}.employee-profile p{color:#77717f;margin:0;font-size:12px}.section-label{color:#8749ff;letter-spacing:1.2px;text-transform:uppercase;margin:0;font-size:9px;font-weight:800}.employee-main-status{text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;gap:7px;padding:8px 13px;font-size:11px;font-weight:700;display:inline-flex}.employee-main-status.working{color:#15945a;background:#edfbf4;border:1px solid #b7e8c9}.employee-main-status.paused{color:#b77900;background:#fff8df;border:1px solid #f5d77a}.employee-main-status.completed{color:#15945a;background:#edfbf4;border:1px solid #a9e6c9}.employee-information-card{background:#fff;border:1px solid #ebe7ef;border-radius:15px;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-bottom:32px;display:grid;overflow:hidden;box-shadow:0 5px 20px #1e143209}.employee-information-item{border-right:1px solid #f0edf3;flex-direction:column;gap:6px;min-width:0;padding:20px;display:flex}.employee-information-item:last-child{border-right:none}.employee-information-item span{color:#918a99;text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:600}.employee-information-item strong{color:#39323f;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650;overflow:hidden}.today-session-section{margin-top:20px}.employee-details-section-header{margin-bottom:16px}.employee-details-section-header h2{color:#201b27;margin:4px 0 0;font-size:20px;font-weight:700}.employee-details-section-header h3{color:#201b27;margin:4px 0 0;font-size:16px;font-weight:700}.today-session-card{background:#fff;border:1px solid #ebe7ef;border-radius:15px;padding:24px;box-shadow:0 5px 20px #1e143209}.session-status-header{border-bottom:1px solid #ebe7ef;padding-bottom:20px}.session-status-label{color:#918a99;letter-spacing:.5px;text-transform:uppercase;font-size:9px;font-weight:600;display:block}.session-status-header h3{color:#29232f;margin:6px 0 0;font-size:18px;font-weight:700}.session-stats{border-bottom:1px solid #ebe7ef;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:22px 0;display:grid}.session-stat{border-right:1px solid #f0edf3;flex-direction:column;gap:6px;padding:0 18px;display:flex}.session-stat:first-child{padding-left:0}.session-stat:last-child{border-right:none;padding-right:0}.session-stat span{color:#918a99;text-transform:uppercase;letter-spacing:.5px;font-size:9px;font-weight:600}.session-stat strong{color:#39323f;font-size:16px;font-weight:700}.employee-breaks-section{padding-top:24px}.break-list{flex-direction:column;gap:10px;display:flex}.break-item{background:#fffaf0;border:1px solid #f1e1aa;border-radius:11px;align-items:center;gap:14px;padding:13px 15px;display:flex}.break-number{color:#a16207;background:#fef3c7;border-radius:50%;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.break-details{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.break-details strong{color:#39323f;font-size:12px;font-weight:700}.break-details span{color:#77717f;font-size:11px}.break-duration{color:#a16207;white-space:nowrap;font-size:11px;font-weight:700}.no-session-card{text-align:center;background:#fff;border:1px solid #ebe7ef;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;min-height:250px;padding:40px 20px;display:flex;box-shadow:0 5px 20px #1e143209}.no-session-icon{color:#8749ff;background:#f0e9ff;border-radius:15px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:14px;font-size:20px;display:flex}.no-session-card h3{color:#29232f;margin:0 0 7px;font-size:16px}.no-session-card p{color:#9993a1;margin:0;font-size:11px}.no-breaks{color:#9993a1;text-align:center;background:#faf9fc;border:1px solid #eeeaf2;border-radius:11px;padding:18px;font-size:11px}.employee-details-loading,.employee-details-error{text-align:center;justify-content:center;align-items:center;min-height:300px;padding:40px 20px;display:flex}.employee-details-loading{color:#77717f;font-size:13px}.employee-details-error{color:#dc2626;font-size:13px}@media (width<=1100px){.employee-information-card{grid-template-columns:repeat(2,minmax(0,1fr))}.employee-information-item{border-bottom:1px solid #f0edf3;border-right:none}.employee-information-item:nth-child(odd){border-right:1px solid #f0edf3}.employee-information-item:last-child{border-bottom:none}.session-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.session-stat{border-right:none;padding:0}.session-stat:first-child,.session-stat:nth-child(2){border-bottom:1px solid #f0edf3;padding-bottom:16px}}@media (width<=900px){.employee-details-page{margin-left:0;padding:85px 20px 55px}.employee-details-header{flex-direction:column;align-items:flex-start}.employee-main-status{align-self:flex-start}}@media (width<=600px){.employee-details-page{padding:82px 15px 45px}.employee-profile{align-items:flex-start}.employee-details-avatar{flex-basis:52px;width:52px;height:52px;font-size:18px}.employee-profile h1{font-size:25px}.employee-information-card{grid-template-columns:1fr}.employee-information-item{border-bottom:1px solid #f0edf3;border-right:none}.employee-information-item:last-child{border-bottom:none}.today-session-card{padding:18px}.session-stats{grid-template-columns:1fr;gap:0}.session-stat{border-bottom:1px solid #f0edf3;padding:14px 0}.session-stat:first-child{padding-top:0}.session-stat:last-child{border-bottom:none;padding-bottom:0}.break-item{align-items:flex-start}.break-duration{margin-left:auto}.session-report-list{padding-left:15px}}.employee-reports-section{margin-top:40px}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:20px;display:flex}.section-label{color:#7c3aed;letter-spacing:1.5px;margin-bottom:4px;font-size:12px;font-weight:700;display:block}.section-heading h2{margin:0;font-size:28px;font-weight:700}.section-heading p{color:#777;margin:6px 0 0}.report-count{color:#555;font-weight:600}.reports-list{flex-direction:column;gap:16px;display:flex}.report-card{background:#fff;border:1px solid #e8e8ef;border-radius:16px;padding:24px}.report-card-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:18px;display:flex}.report-label{letter-spacing:1.3px;color:#7c3aed;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.report-card-header h3{margin:0;font-size:20px}.report-status{color:#16834a;background:#e8f8f0;border-radius:20px;padding:7px 14px;font-size:13px;font-weight:600}.report-description{white-space:pre-line;color:#333;padding:20px 0;line-height:1.7}.report-meta{color:#888;font-size:12px}.empty-reports{text-align:center;background:#fff;border:1px solid #e8e8ef;border-radius:16px;padding:50px 20px}.empty-icon{margin-bottom:12px;font-size:32px}.empty-reports h3{margin:0 0 8px}.empty-reports p{color:#888;margin:0}.daily-attendance-record{border:1px solid #eeeaf2;border-radius:11px;overflow:hidden}.daily-attendance-record .break-item{border:0;border-radius:0}.session-report-list{background:#fcfbff;border-top:1px solid #eeeaf2;padding:14px 15px 16px 63px}.session-report-label{color:#7c3aed;letter-spacing:.9px;text-transform:uppercase;margin-bottom:9px;font-size:10px;font-weight:800;display:block}.session-report-empty{color:#8b8494;margin:0;font-size:12px}.session-report-card{background:#fff;border:1px solid #e6dcff;border-radius:9px;padding:12px}.session-report-card+.session-report-card{margin-top:8px}.session-report-card-header{color:#3f3152;justify-content:space-between;align-items:center;gap:12px;margin-bottom:7px;font-size:12px;display:flex}.session-report-card-header span{color:#16803c;font-size:11px;font-weight:700}.session-report-card p{color:#55505d;white-space:pre-wrap;margin:0;font-size:12px;line-height:1.55}@media (width<=600px){.session-report-list{padding-left:15px}}.admin-profile-page{background:#f6f8fc;min-height:100vh;margin-left:260px;padding:40px}.admin-profile-container{max-width:1200px;margin:0 auto}.admin-profile-hero{background:#fff;border-radius:24px;margin-bottom:35px;overflow:hidden;box-shadow:0 12px 35px #0000000f}.admin-profile-cover{background:linear-gradient(135deg,#6c4cf1,#8f6bff,#a786ff);height:120px}.admin-profile-top{justify-content:space-between;align-items:flex-end;gap:25px;margin-top:-55px;padding:0 35px 30px;display:flex}.admin-profile-avatar{color:#fff;background:#6c4cf1;border:6px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;font-size:42px;font-weight:700;display:flex;box-shadow:0 8px 25px #6c4cf14d}.admin-profile-heading{flex:1}.admin-profile-heading h1{color:#1e1b39;margin:0;font-size:38px}.admin-profile-heading p{color:#7b7b91;margin:6px 0;font-size:17px}.admin-profile-heading span{color:#8b8b9d;font-size:14px}.admin-profile-heading strong{color:#4d4d61}.admin-profile-status{color:#16a34a;background:#eafcf3;border:1px solid #b7efce;border-radius:999px;padding:10px 18px;font-size:13px;font-weight:700}.admin-profile-section{margin-bottom:35px}.admin-section-label{color:#6c4cf1;letter-spacing:2px;margin-bottom:8px;font-size:13px;font-weight:700}.admin-profile-section h2{color:#1f1d38;margin:0;font-size:34px}.admin-profile-section>p{color:#8d8ca0;margin-top:8px;margin-bottom:25px}.admin-info-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.admin-info-card{background:#fff;border:1px solid #ececf5;border-radius:18px;align-items:center;gap:18px;padding:25px;transition:all .3s;display:flex}.admin-info-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #00000014}.admin-info-icon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;font-size:22px;display:flex}.admin-info-icon.purple{color:#6c4cf1;background:#efe9ff}.admin-info-icon.blue{color:#2563eb;background:#e8f2ff}.admin-info-icon.green{color:#16a34a;background:#eafcf3}.admin-info-icon.orange{color:#ea8b13;background:#fff3e4}.admin-info-card small{color:#8b8b9d;margin-bottom:5px;font-size:13px;display:block}.admin-info-card h3{color:#1f1d38;margin:0;font-size:20px}.admin-account-card{background:#fff;border:1px solid #ececf5;border-radius:20px;justify-content:space-between;align-items:center;gap:25px;padding:28px;display:flex}.admin-account-left{align-items:center;gap:20px;display:flex}.admin-account-icon{color:#16a34a;background:#eafcf3;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;font-size:28px;font-weight:700;display:flex}.admin-account-left h3{color:#1f1d38;margin:0;font-size:21px}.admin-account-left p{color:#8d8ca0;margin-top:8px;line-height:1.6}.admin-active-badge{color:#16a34a;white-space:nowrap;background:#eafcf3;border:1px solid #b7efce;border-radius:999px;padding:10px 18px;font-size:13px;font-weight:700}@media (width<=1100px){.admin-profile-page{margin-left:0;padding:25px}.admin-info-grid{grid-template-columns:1fr}}@media (width<=768px){.admin-profile-page{padding:18px}.admin-profile-top{flex-direction:column;align-items:flex-start;gap:20px;margin-top:-45px;padding:0 22px 24px}.admin-profile-avatar{width:90px;height:90px;font-size:34px}.admin-profile-heading h1{font-size:30px}.admin-profile-heading p{font-size:15px}.admin-profile-section h2{font-size:28px}.admin-account-card,.admin-account-left{flex-direction:column;align-items:flex-start}.admin-active-badge{text-align:center;width:100%}}@media (width<=500px){.admin-profile-cover{height:90px}.admin-profile-avatar{border-width:4px;width:75px;height:75px;font-size:28px}.admin-profile-heading h1{font-size:24px}.admin-profile-heading span{font-size:12px}.admin-info-card{flex-direction:column;align-items:flex-start;padding:20px}.admin-info-icon{width:52px;height:52px;font-size:20px}.admin-account-icon{width:56px;height:56px;font-size:24px}.admin-account-left h3{font-size:18px}.admin-account-left p{font-size:14px}}.admin-profile-hero,.admin-info-card,.admin-account-card{animation:.45s fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.admin-leaves-page{background:#f6f7fb;min-height:100vh;margin-left:245px;padding:38px 42px 70px}.admin-leaves-container{width:100%;max-width:1280px;margin:0 auto}.admin-leaves-header{justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px;display:flex}.admin-leaves-header p{color:#8749ff;letter-spacing:1.3px;margin:0 0 7px;font-size:10px;font-weight:800}.admin-leaves-header h1{color:#18151e;letter-spacing:-1.6px;margin:0;font-size:42px}.admin-leaves-header span{color:#67616e;margin-top:8px;font-size:15px;display:block}.admin-leaves-refresh,.admin-leaves-toolbar button,.admin-leave-actions button{cursor:pointer;border:0;border-radius:8px;font-weight:700}.admin-leaves-refresh{color:#fff;background:#8749ff;padding:10px 16px}.admin-leaves-toolbar{gap:8px;margin-bottom:16px;display:flex}.admin-leaves-toolbar button{color:#625b6b;background:#fff;border:1px solid #e7e2ed;padding:8px 13px}.admin-leaves-toolbar button.active{color:#6d31d5;background:#f0e9ff;border-color:#8749ff}.admin-leaves-message{color:#167747;background:#effaf4;border-radius:10px;padding:12px 14px}.admin-leaves-card{background:#fff;border:1px solid #ebe7ef;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #1e143209}.admin-leaves-table-wrapper{overflow-x:auto}.admin-leaves-table{border-collapse:collapse;width:100%;min-width:1080px}.admin-leaves-table th{color:#8d8795;letter-spacing:.4px;text-align:left;text-transform:uppercase;background:#faf9fc;padding:13px 16px;font-size:10px}.admin-leaves-table td{color:#4e4855;vertical-align:middle;border-top:1px solid #f0edf3;padding:15px 16px;font-size:12px}.admin-leaves-table td strong,.admin-leaves-table td span{display:block}.admin-leaves-table td span{color:#88818f;margin-top:3px;font-size:11px}.admin-leaves-table tr.highlighted{outline-offset:-2px;background:#faf7ff;outline:2px solid #b999ff}.leave-reason-cell{white-space:normal;min-width:180px;max-width:260px}.admin-leave-status{text-transform:capitalize;border-radius:999px;padding:5px 9px;font-weight:700;margin:0!important;font-size:10px!important;display:inline-block!important}.admin-leave-status.pending{color:#a86400;background:#fff3dc}.admin-leave-status.approved{color:#16814d;background:#e8f8f0}.admin-leave-status.rejected{color:#c93636;background:#fff0f0}.admin-leave-actions{gap:7px;display:flex}.admin-leave-actions button{padding:8px 10px;font-size:11px}.admin-leave-actions .approve{color:#16814d;background:#e8f8f0}.admin-leave-actions .reject{color:#c93636;background:#fff0f0}.admin-leave-actions button:disabled{opacity:.6;cursor:not-allowed}.admin-leave-complete{color:#7e7786!important}.admin-leaves-state{color:#81798d;text-align:center;padding:70px 20px}@media (width<=1200px){.admin-leaves-page{margin-left:0;padding:30px}}@media (width<=600px){.admin-leaves-page{padding:24px 15px 45px}.admin-leaves-header{flex-direction:column;align-items:flex-start}.admin-leaves-header h1{font-size:32px}.admin-leaves-toolbar{flex-wrap:wrap}}
