@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary-color: #1E3A8A;--primary-light: #2563EB;--accent-color: #0EA5E9;--accent-light: #38BDF8;--bg-color: #F8FAFC;--card-bg: #FFFFFF;--text-main: #0F172A;--text-muted: #64748B;--border-color: #E2E8F0;--danger: #EF4444;--success: #10B981;--warning: #F59E0B}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{background-color:var(--bg-color);color:var(--text-main);-webkit-font-smoothing:antialiased}.app-container{display:flex;min-height:100vh}.main-content{flex:1;padding:2rem;overflow-y:auto}h1{font-size:1.875rem;font-weight:700;color:var(--primary-color);margin-bottom:1.5rem}h2{font-size:1.5rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem}p{line-height:1.6}.card{background:var(--card-bg);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;border:1px solid var(--border-color);transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;font-size:.875rem}.btn-primary{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-light) 100%);color:#fff;box-shadow:0 4px 6px -1px #2563eb33}.btn-primary:hover{opacity:.9;box-shadow:0 6px 8px -1px #2563eb4d;transform:translateY(-1px)}.btn-accent{background:var(--accent-color);color:#fff}.btn-accent:hover{background:var(--accent-light)}.btn-outline{background:transparent;border:1px solid var(--border-color);color:var(--text-main)}.btn-outline:hover{background:var(--bg-color)}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--text-main)}.form-control{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:8px;font-size:.875rem;transition:border-color .2s,box-shadow .2s;background:#fdfdfd}.form-control:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px #0ea5e91a}.table-container{overflow-x:auto;border-radius:8px;border:1px solid var(--border-color);background:var(--card-bg)}table{width:100%;border-collapse:collapse}th,td{padding:1rem;text-align:left;border-bottom:1px solid var(--border-color);font-size:.875rem}th{background-color:var(--bg-color);font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}tr:hover td{background-color:#f8fafc}.badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.badge-draft{background:#f1f5f9;color:#64748b}.badge-pending,.badge-on-hold{background:#fef3c7;color:#d97706}.badge-quoted,.badge-open,.badge-sent{background:#dbeafe;color:#2563eb}.badge-accepted,.badge-closed,.badge-completed{background:#d1fae5;color:#059669}.badge-rejected,.badge-canceled{background:#fee2e2;color:#dc2626}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 6px -1px #ef444433}.btn-danger:hover{opacity:.9;transform:translateY(-1px)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.modern-file-upload input[type=file]{padding:.5rem;font-size:.85rem;color:#475569;background-color:#f8fafc;border:1px dashed var(--primary-color);border-radius:6px;width:100%;cursor:pointer}.modern-file-upload input[type=file]::file-selector-button{background-color:var(--primary-color);color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;margin-right:10px;cursor:pointer;font-weight:500}.icon-btn{background:none;border:none;cursor:pointer;padding:.3rem;border-radius:6px;transition:all .2s}.icon-btn:hover{background:#f1f5f9}.sidebar{width:70px;background:#fff;color:#2c3269;display:flex;flex-direction:column;height:100vh;transition:width .4s cubic-bezier(.4,0,.2,1);overflow:hidden;z-index:1000;border-right:1px solid #e2e8f0}.sidebar:hover{width:250px}.sidebar-header{padding:1.5rem .5rem;display:flex;justify-content:center;align-items:center;min-height:120px;border-bottom:1px solid #f1f5f9;transition:all .4s ease}.sidebar-header img{transition:all .4s cubic-bezier(.4,0,.2,1);width:54px;height:auto;max-height:54px;object-fit:contain;padding:4px;background:#fff;border-radius:0;box-shadow:0 0 8px #2c32690f}.sidebar:hover .sidebar-header img{width:180px;max-height:100px;padding:10px;border-radius:12px;box-shadow:0 0 15px #2c32691f}.sidebar-nav{flex:1;padding:1.5rem 0;display:flex;flex-direction:column;gap:.25rem}.nav-item{display:flex;align-items:center;padding:.85rem 1.25rem;color:#64748b;text-decoration:none;font-weight:500;font-size:.825rem;transition:all .2s ease;cursor:pointer;white-space:nowrap;border:none;background:none;width:100%;text-align:left;border-left:3px solid transparent}.nav-item:hover{background:#f8fafc;color:#2c3269}.nav-item.active{background:#eff6ff;color:#2c3269;border-left-color:#2c3269}.nav-item svg{min-width:24px;transition:transform .2s ease;color:#94a3b8}.nav-item:hover svg,.nav-item.active svg{color:#2c3269;transform:scale(1.05)}.nav-item span{margin-left:1rem;opacity:0;transition:opacity .3s ease;pointer-events:none}.sidebar:hover .nav-item span{opacity:1;pointer-events:auto}.sidebar:hover .nav-item:hover{background-color:var(--bg-color);color:var(--primary-color)}.dropdown-toggle{cursor:pointer;display:flex;align-items:center}.ml-auto{margin-left:auto}.dropdown-content{background-color:#2c326908;margin-top:5px;border-radius:8px;max-height:0;overflow:hidden;transition:max-height .3s ease-out}.nav-dropdown.open .dropdown-content{max-height:300px}.sidebar:not(:hover) .dropdown-content{display:none}.sub-item{padding-left:1.25rem!important;font-size:.8rem}.sidebar:hover .sub-item{padding-left:2.5rem!important}.nav-item.sub-item{margin-bottom:2px}.sidebar-footer{padding:1rem;border-top:1px solid var(--border-color)}.logout-btn{color:#ef4444}.logout-btn:hover{background:#fef2f2;color:#dc2626}.logout-btn svg{color:#ef4444}.header{height:70px;background:var(--card-bg);border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;padding:0 2rem}.search-bar{display:flex;align-items:center;background:var(--bg-color);border-radius:8px;padding:.5rem 1rem;width:300px;border:1px solid transparent;transition:border-color .2s}.search-bar:focus-within{border-color:var(--accent-color);background:#fff}.search-icon{color:var(--text-muted);margin-right:.5rem}.search-bar input{border:none;background:transparent;outline:none;width:100%;font-size:.875rem;color:var(--text-main)}.header-actions{display:flex;align-items:center;gap:1.5rem}.icon-btn{background:transparent;border:none;color:var(--text-muted);cursor:pointer;position:relative;transition:color .2s}.icon-btn:hover{color:var(--primary-color)}.badge-indicator{position:absolute;top:0;right:0;width:8px;height:8px;background:var(--danger);border-radius:50%;border:2px solid white}.user-profile{display:flex;align-items:center;gap:.75rem;cursor:pointer}.user-profile svg{color:var(--primary-light)}.user-info{display:flex;flex-direction:column}.user-name{font-size:.875rem;font-weight:600;color:var(--text-main)}.user-role{font-size:.75rem;color:var(--text-muted)}.main-wrapper{flex:1;display:flex;flex-direction:column;height:100vh;overflow:hidden;background-color:var(--bg-color)}:root{--chart-blue: #0f9ed2;--chart-green: #10b981;--chart-orange: #f59e0b;--chart-red: #ef4444;--chart-gray: #64748b;--bg-subtle: #f8fafc}.dashboard-v2{padding:2rem;max-width:1600px;margin:0 auto;animation:fadeIn .5s ease-out}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.header-text h1{font-size:2.25rem;font-weight:800;color:#0f172a;margin-bottom:.5rem}.header-text p{color:#64748b;font-size:1.1rem}.meta-pill{display:flex;align-items:center;gap:.75rem;background:#f1f5f9;padding:.5rem 1rem;border-radius:999px;font-weight:700;font-size:.85rem;color:#475569}.dot.pulse{width:8px;height:8px;background:#10b981;border-radius:50%;box-shadow:0 0 #10b98166;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 10px #10b98100}to{box-shadow:0 0 #10b98100}}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.kpi-card{background:#fff;padding:1.5rem;border-radius:20px;box-shadow:0 4px 6px -1px #0000001a;display:flex;align-items:center;gap:1.25rem;position:relative;border:1px solid #f1f5f9}.kpi-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center}.bg-blue{background:#0f9ed21a;color:var(--chart-blue)}.bg-green{background:#10b9811a;color:var(--chart-green)}.bg-orange{background:#f59e0b1a;color:var(--chart-orange)}.kpi-label{display:block;font-size:.85rem;font-weight:700;color:#94a3b8;text-transform:uppercase;margin-bottom:.25rem}.kpi-value{display:block;font-size:1.75rem;font-weight:800;color:#1e293b}.kpi-badge{position:absolute;top:1.5rem;right:1.5rem;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:6px;background:#f1f5f9;color:#64748b}.kpi-badge.positive{background:#f0fdf4;color:#16a34a;display:flex;align-items:center;gap:.25rem}.highlight-card{background:#1e293b;color:#fff;padding:1rem 1.5rem;flex-direction:row;justify-content:space-between}.attendance-gauge{display:flex;align-items:center}.gauge-text{display:flex;flex-direction:column}.gauge-val{font-size:2rem;font-weight:800;line-height:1}.gauge-label{font-size:.8rem;font-weight:600;color:#94a3b8}.attendance-details{display:flex;flex-direction:column;gap:.5rem}.att-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600}.att-dot{width:8px;height:8px;border-radius:50%}.att-dot.present{background:#10b981}.att-dot.leave{background:#f59e0b}.visual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.5rem}.visual-card{background:#fff;border-radius:20px;padding:1.75rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #f1f5f9}.chart-span-2{grid-column:span 2}.v-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.v-header h3{font-size:1.1rem;font-weight:800;color:#1e293b;margin:0}.chart-height{height:300px}.chart-select{background:#f8fafc;border:1px solid #e2e8f0;padding:.35rem .75rem;border-radius:8px;font-size:.85rem;font-weight:600;color:#475569}.activity-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}.activity-card{background:#fff;border-radius:20px;padding:1.75rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #f1f5f9}.feed-list{display:flex;flex-direction:column;gap:1.25rem}.feed-item{display:flex;align-items:center;gap:1.25rem;padding:1rem;border-radius:12px;transition:all .2s;cursor:pointer}.feed-item:hover{background:#f8fafc;transform:translate(4px)}.status-icon-box{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.status-icon-box.completed,.status-icon-box.accepted,.status-icon-box.closed{background:#f0fdf4;color:#16a34a}.status-icon-box.pending,.status-icon-box.draft,.status-icon-box.on-hold{background:#fefce8;color:#ca8a04}.status-icon-box.open,.status-icon-box.sent{background:#eff6ff;color:#2563eb}.status-icon-box.rejected,.status-icon-box.canceled{background:#fef2f2;color:#dc2626}.feed-info{flex:1}.feed-title{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.rfq-title{font-weight:700;color:#1e293b}.status-badge-mini{font-size:.65rem;font-weight:800;text-transform:uppercase;padding:.15rem .45rem;border-radius:4px}.status-badge-mini.completed,.status-badge-mini.accepted,.status-badge-mini.closed{background:#bbf7d0;color:#166534}.status-badge-mini.draft,.status-badge-mini.pending,.status-badge-mini.on-hold{background:#fef08a;color:#854d0e}.status-badge-mini.open,.status-badge-mini.sent{background:#dbeafe;color:#1e40af}.status-badge-mini.rejected,.status-badge-mini.canceled{background:#fecaca;color:#991b1b}.feed-meta{display:flex;align-items:center;gap:.75rem;font-size:.8rem;color:#94a3b8;font-weight:600}.dot-sep{width:3px;height:3px;background:#cbd5e1;border-radius:50%}.feed-action{color:#cbd5e1}.breakdown-list{display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0}.b-item{display:flex;flex-direction:column;gap:.75rem}.b-label{display:flex;align-items:center;gap:.75rem;font-weight:700;color:#475569;font-size:.95rem}.b-progress{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.p-bar{height:100%;border-radius:4px}.bg-red{background:var(--chart-red)}.text-red{color:var(--chart-red)}.text-green{color:var(--chart-green)}.text-orange{color:var(--chart-orange)}.b-val{font-weight:800;color:#1e293b;font-size:1.1rem;margin-top:-2rem;align-self:flex-end}.team-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f1f5f9;text-align:center}.team-footer p{font-size:.9rem;color:#64748b}.text-btn{background:none;border:none;color:#0f9ed2;font-weight:700;font-size:.85rem;display:flex;align-items:center;gap:.35rem;cursor:pointer}.dashboard-loading{height:80vh;display:flex;align-items:center;justify-content:center}.shimmer{width:100%;max-width:1200px;height:600px;background:linear-gradient(90deg,#f1f5f9 25%,#f8fafc,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:20px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.table-controls{margin-bottom:1.5rem;display:flex;justify-content:space-between}.search-box{display:flex;align-items:center;border:1px solid var(--border-color);border-radius:8px;padding:.5rem 1rem;width:300px}.search-box input{border:none;outline:none;margin-left:.5rem;width:100%}.font-medium{font-weight:500;color:var(--primary-color)}.action-btns{display:flex;gap:.5rem}.edit-btn{color:var(--accent-color)}.delete-btn{color:var(--danger)}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:2000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.confirm-dialog{background:#fff;border-radius:16px;padding:2rem;width:400px;max-width:90vw;position:relative;text-align:center;box-shadow:0 20px 60px #0003;animation:slideUp .25s ease}.confirm-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#94a3b8;cursor:pointer;padding:.25rem}.confirm-close:hover{color:#ef4444}.confirm-icon{width:64px;height:64px;border-radius:50%;background:#fef2f2;color:#ef4444;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.confirm-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.confirm-message{color:#64748b;line-height:1.6;margin-bottom:1.75rem;font-size:.9rem}.confirm-actions{display:flex;gap:1rem;justify-content:center}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;padding:.625rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-danger:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.multi-file-upload{display:flex;flex-direction:column;gap:.75rem}.mfu-dropzone{border:2px dashed #cbd5e1;border-radius:8px;padding:1.25rem;display:flex;flex-direction:column;align-items:center;gap:.4rem;cursor:pointer;background:#f8fafc;color:#64748b;transition:all .2s}.mfu-dropzone:hover{border-color:var(--primary-color);background:#eff6ff;color:var(--primary-color)}.mfu-dropzone small{font-size:.75rem;color:#94a3b8}.mfu-file-list{display:flex;flex-direction:column;gap:.5rem}.mfu-file-item{display:flex;align-items:center;gap:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem .75rem}.mfu-file-icon{font-size:1.1rem;flex-shrink:0}.mfu-file-name{flex:1;font-size:.8rem;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mfu-file-actions{display:flex;gap:.4rem;flex-shrink:0}.mfu-action-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:#e2e8f0;color:#475569;text-decoration:none;border:none;cursor:pointer;transition:all .2s}.mfu-action-btn:hover{background:#1e3a8a;color:#fff}.mfu-remove:hover{background:#ef4444!important;color:#fff!important}.drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:1050;display:flex;justify-content:flex-end;animation:fadeIn .3s ease-in-out}.drawer-container{width:500px;max-width:100vw;height:100%;background-color:#fff;box-shadow:-4px 0 15px #0000001a;display:flex;flex-direction:column;transform:translate(100%);animation:slideIn .3s forwards ease-out}.drawer-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background-color:#f8fafc}.drawer-header h2{margin:0;font-size:1.25rem;color:#1e293b;font-weight:600}.drawer-close-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:.25rem;transition:color .2s}.drawer-close-btn:hover{color:#ef4444}.drawer-body{flex:1;overflow-y:auto;padding:1.5rem}.drawer-footer{padding:1rem 1.5rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:1rem;background-color:#f8fafc}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width: 600px){.drawer-container{width:100%}}.searchable-dropdown{position:relative;width:100%}.searchable-dropdown.disabled{opacity:.6;pointer-events:none}.dropdown-header{border:1px solid #cbd5e1;padding:.5rem .75rem;border-radius:6px;background-color:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;min-height:42px}.dropdown-arrow{font-size:.8rem;color:#64748b}.dropdown-body{position:absolute;top:100%;left:0;right:0;margin-top:4px;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a;z-index:100;max-height:250px;display:flex;flex-direction:column}.dropdown-search{padding:.5rem;border:none;border-bottom:1px solid #e2e8f0;width:100%;outline:none;font-size:.9rem}.dropdown-options{overflow-y:auto;flex:1}.dropdown-option{padding:.5rem .75rem;cursor:pointer;transition:background-color .2s}.dropdown-option:hover{background-color:#f1f5f9}.dropdown-option.selected{background-color:#e0f2fe;color:#0284c7;font-weight:500}.dropdown-no-results{padding:.5rem .75rem;color:#94a3b8;font-style:italic;text-align:center}.success-dialog{border-top:5px solid #10b981}.success-icon{width:80px;height:80px;border-radius:50%;background:#ecfdf5;color:#10b981;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;animation:scaleIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.header-left{display:flex;align-items:center;gap:1rem}.back-btn{background:var(--bg-color);width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-color)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.btn-sm{padding:.375rem .75rem;font-size:.75rem}.items-table table{margin-top:.5rem}.items-table td{vertical-align:middle;padding:.75rem 1rem}.empty-state{padding:3rem 0;text-align:center;color:var(--text-muted);background:var(--bg-color);border-radius:8px;border:1px dashed var(--border-color)}textarea.form-control{resize:vertical}.tabs-container{display:flex;gap:1.5rem;border-bottom:2px solid #e2e8f0;margin-top:1rem;padding-bottom:0;overflow-x:auto}.tab-btn{background:none;border:none;padding:1rem .5rem;font-size:.95rem;font-weight:600;color:#64748b;cursor:pointer;position:relative;transition:color .2s ease-in-out;white-space:nowrap}.tab-btn:hover,.tab-btn.active{color:var(--primary-color)}.tab-btn.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:3px;background-color:var(--primary-color);border-radius:3px 3px 0 0}.modern-file-upload{position:relative;overflow:hidden;display:inline-block;width:100%}.modern-file-upload input[type=file]{width:100%;padding:.5rem;font-size:.85rem;color:#475569;background-color:#f8fafc;border:1px dashed var(--primary-color);border-radius:6px;cursor:pointer;transition:all .2s}.modern-file-upload input[type=file]:hover{background-color:#e0f2fe}.modern-file-upload input[type=file]::file-selector-button{background-color:var(--primary-color);color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;margin-right:10px;cursor:pointer;font-weight:500;transition:background-color .2s}.modern-file-upload input[type=file]::file-selector-button:hover{background-color:#0284c7}:root{--primary-gradient: linear-gradient(135deg, #0f9ed2 0%, #0c7eb2 100%);--success-color: #10b981;--danger-color: #ef4444;--warning-color: #f59e0b;--text-muted: #64748b;--card-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)}.attendance-page{padding:2rem;max-width:1400px;margin:0 auto;position:relative;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.page-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem}.header-info h1{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.header-info p{color:var(--text-muted);font-size:1rem}.btn-primary{background:var(--primary-gradient);color:#fff;padding:.75rem 1.5rem;border-radius:8px;border:none;display:flex;align-items:center;gap:.5rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #0f9ed24d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0f9ed266}.btn-secondary{background:#fff;color:#1e293b;padding:.75rem 1.5rem;border-radius:8px;border:1px solid #e2e8f0;display:flex;align-items:center;gap:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.side-drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.side-drawer-overlay.active{opacity:1;visibility:visible}.side-drawer{position:fixed;top:0;right:-500px;width:480px;max-width:90vw;height:100vh;background:#fff;z-index:1001;box-shadow:-10px 0 30px #0000001a;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.side-drawer.open{right:0}.drawer-header{padding:1.5rem 2rem;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.drawer-header h2{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0}.close-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.5rem;border-radius:50%;transition:background .2s;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#fef2f2;color:#ef4444}.drawer-body{padding:2.5rem 2rem;overflow-y:auto;flex:1}.premium-form .form-section{margin-bottom:2.5rem}.premium-form label{display:flex;align-items:center;gap:.75rem;font-weight:700;color:#334155;margin-bottom:1rem;font-size:.95rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.input-group span{display:block;font-size:.8rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem;text-transform:uppercase}.premium-form input,.premium-form select,.premium-form textarea{width:100%;padding:.875rem 1rem;border:1.5px solid #e2e8f0;border-radius:10px;font-size:1rem;color:#1e293b;transition:all .2s;background:#f8fafc}.premium-form input:focus,.premium-form select:focus,.premium-form textarea:focus{border-color:#0f9ed2;box-shadow:0 0 0 4px #0f9ed21a;outline:none;background:#fff}.submit-btn{width:100%;background:var(--primary-gradient);color:#fff;padding:1.125rem;border-radius:10px;border:none;font-weight:700;font-size:1.05rem;cursor:pointer;margin-top:1rem;transition:all .2s;box-shadow:0 4px 12px #0f9ed233}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0f9ed24d}.submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.dashboard-grid{display:grid;grid-template-columns:400px 1fr;gap:2.5rem;align-items:start}.status-action-card{padding:0!important;overflow:hidden;background:#fff;border-radius:20px;box-shadow:var(--card-shadow);border:1px solid #f1f5f9}.card-inner{padding:2.5rem;display:flex;flex-direction:column;gap:2rem}.date-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;width:80px;height:80px;background:#f1f5f9;border-radius:16px;border:1px solid #e2e8f0}.date-badge .day{font-size:1.75rem;font-weight:800;color:#0f172a;line-height:1}.date-badge .month{font-size:.8rem;font-weight:700;color:#64748b;text-transform:uppercase;margin-top:.25rem}.status-info h3{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0 0 .5rem}.status-dot{display:inline-flex;align-items:center;gap:.75rem;font-weight:700;font-size:.95rem;padding:.5rem 1rem;background:#f8fafc;border-radius:20px}.status-dot:before{content:"";width:10px;height:10px;border-radius:50%}.dot-success{color:var(--success-color);background:#10b9810d}.dot-success:before{background:var(--success-color);box-shadow:0 0 0 4px #10b98126}.dot-danger{color:var(--danger-color);background:#ef44440d}.dot-danger:before{background:var(--danger-color);box-shadow:0 0 0 4px #ef444426}.dot-warning{color:var(--warning-color);background:#f59e0b0d}.dot-warning:before{background:var(--warning-color);box-shadow:0 0 0 4px #f59e0b26}.dot-muted{color:var(--text-muted)}.dot-muted:before{background:#cbd5e1}.action-btns{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.check-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem 1rem;border-radius:16px;border:2px solid #f1f5f9;background:#fff;cursor:pointer;transition:all .3s ease;font-weight:700;color:#475569}.check-btn:not(.disabled):not(.completed):hover{border-color:#0f9ed2;background:#0f9ed208;color:#0f9ed2;transform:translateY(-4px)}.check-btn.completed{background:#f0fdf4;border-color:#bbf7d0;color:#16a34a;cursor:default}.check-btn.disabled{opacity:.5;cursor:not-allowed;background:#f8fafc}.today-metrics{background:#f8fafc;padding:1.5rem 2.5rem;display:flex;justify-content:space-between;border-top:1px solid #f1f5f9}.metric{display:flex;flex-direction:column;gap:.35rem}.metric .label{font-size:.7rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.metric .val{font-weight:800;color:#1e293b;font-size:1.1rem}.metric.highlight .val{color:#0f9ed2;font-size:1.25rem}.content-container{background:#fff;border-radius:20px;box-shadow:var(--card-shadow);display:flex;flex-direction:column;min-height:700px;border:1px solid #f1f5f9}.content-tabs{display:flex;padding:1.5rem 2.5rem 0;border-bottom:1px solid #f1f5f9;gap:1.5rem}.tab-btn{padding:1.25rem .5rem;background:none;border:none;border-bottom:3px solid transparent;font-weight:700;color:#94a3b8;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .25s;font-size:1rem}.tab-btn:hover{color:#475569}.tab-btn.active{color:#0f9ed2;border-bottom-color:#0f9ed2}.tab-content{padding:1.5rem;flex:1}.attendance-items{display:flex;flex-direction:column}.attendance-item{display:grid;grid-template-columns:80px 1fr 120px;align-items:center;padding:1.5rem 1rem;border-bottom:1px solid #f1f5f9;transition:all .2s;border-radius:12px}.attendance-item:hover{background:#f8fafc;transform:scale(1.01)}.item-date{display:flex;flex-direction:column;align-items:center}.item-date .d{font-weight:800;font-size:1.25rem;color:#0f172a;line-height:1}.item-date .m{font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;margin-top:.25rem}.item-main{display:flex;align-items:center;gap:1.5rem;margin-bottom:.75rem}.day-name{font-weight:800;color:#334155;min-width:50px;font-size:1.05rem}.item-times{display:flex;gap:2rem;font-size:.9rem;color:#64748b;font-weight:600}.item-times span{display:flex;align-items:center;gap:.5rem}.item-hours{text-align:right;padding-right:1rem}.h-val{font-weight:800;font-size:1.25rem;color:#0f172a}.h-unit{font-size:.8rem;color:#94a3b8;margin-left:.35rem;font-weight:700}.leave-items{padding:.5rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(100%,1fr));gap:1.25rem}.leave-item{display:flex;gap:2rem;padding:2rem;background:#fff;border:1.5px solid #f1f5f9;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative}.leave-item:hover{border-color:#0f9ed2;box-shadow:0 10px 25px #0000000d;transform:translateY(-3px)}.leave-type-icon{width:56px;height:56px;background:#0f9ed214;color:#0f9ed2;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.leave-info{flex:1}.leave-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.leave-main h4{font-size:1.2rem;font-weight:800;color:#0f172a;margin:0}.leave-dates{font-weight:700;color:#475569;font-size:.95rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.leave-reason{color:#64748b;font-size:.9rem;line-height:1.6;max-width:90%}.leave-action{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);color:#cbd5e1;transition:color .2s}.leave-item:hover .leave-action{color:#0f9ed2}.loading-state{height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;color:#94a3b8;font-weight:600}.loader{width:48px;height:48px;border:5px solid #f1f5f9;border-top:5px solid #0f9ed2;border-radius:50%;animation:spin 1s cubic-bezier(.4,0,.2,1) infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.success-banner{background:#f0fdf4;color:#16a34a;padding:1.25rem;border-radius:12px;border:1px solid #bbf7d0;margin-bottom:2rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.75rem}.global-error-toast{background:#fef2f2;color:#dc2626;padding:1.25rem 2rem;border-radius:12px;border-left:5px solid #ef4444;margin-bottom:2.5rem;font-weight:700;box-shadow:0 4px 12px #ef44441a}.empty-state{height:300px;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-weight:600;font-style:italic}.mr-1{margin-right:.5rem}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem}.login-card{background:#fff;padding:3rem;border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:450px;text-align:center;border:1px solid #f1f5f9}.login-logo{width:180px;margin-bottom:2rem}.login-header h1{font-size:1.75rem;color:#1e3a8a;margin-bottom:.5rem;font-weight:700}.login-header p{color:#64748b;margin-bottom:2.5rem;font-size:.95rem}.login-form{text-align:left}.login-form .form-group{margin-bottom:1.5rem}.login-form label{display:block;font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.5rem}.login-form input{width:100%;padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .2s}.login-form input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.login-btn{width:100%;padding:1rem;background:#1e3a8a;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.login-btn:hover{background:#1e40af;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.login-btn:active{transform:translateY(0)}.login-error{background:#fef2f2;color:#991b1b;padding:.75rem;border-radius:8px;margin-bottom:1.5rem;font-size:.875rem;border:1px solid #fee2e2}
