.sidebar{position:fixed;left:0;top:0;height:100vh;width:250px;background:var(--card-bg);color:var(--text-muted);transition:all .3s ease;overflow-y:auto;z-index:1000;box-shadow:2px 0 10px #00000008;display:flex;flex-direction:column}.sidebar.closed{width:80px}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--border-color)}.logo{display:flex;align-items:center;gap:10px}.sidebar.closed .logo{justify-content:center}.logo-icon{font-weight:800;font-size:14px;color:var(--primary-color);background:var(--primary-light);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px}.logo-text{font-size:16px;font-weight:700;color:var(--text-dark)}.sidebar.closed .logo-text{display:none}.toggle-btn{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:5px;border-radius:5px;font-size:18px;transition:all .3s ease}.toggle-btn:hover{color:var(--primary-color)}.sidebar-nav{padding:20px 10px;flex:1}.menu-item{margin-bottom:5px}.menu-button{display:flex;align-items:center;gap:15px;width:100%;padding:12px 16px;background:transparent;border:none;color:var(--text-muted);cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);font-size:14px;font-weight:500;text-align:left;border-radius:12px;position:relative;text-decoration:none}.sidebar.closed .menu-button{justify-content:center;gap:0;padding:12px 0}.menu-button:hover{background:var(--primary-light);color:var(--primary-color)}.menu-button.active{background:var(--primary-color);color:#fff;box-shadow:0 4px 14px #6c4cf159;font-weight:600}.menu-icon{font-size:18px;min-width:25px;display:flex;justify-content:center}.menu-label{flex:1}.arrow{font-size:10px;transition:transform .3s ease}.submenu{margin:6px 0 6px 36px;display:flex;flex-direction:column;gap:4px}.submenu-item{display:block;padding:8px 12px;color:var(--text-muted);text-decoration:none;transition:all .2s ease;font-size:13.5px;border-radius:8px}.submenu-item:hover{color:var(--primary-color);background:var(--primary-light)}.submenu-item.active{color:var(--primary-color);background:var(--primary-light);font-weight:700}.menu-badge{font-size:10px;font-weight:700;padding:2px 6px;border-radius:10px;margin-left:auto}.badge-pink{background:#fee2e2;color:#f43f5e}.badge-green{background:#d1fae5;color:#10b981}.badge-yellow{background:#fef3c7;color:#f59e0b}.badge-blue{background:#e0f2fe;color:#0ea5e9}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#cbd5e1}@media (max-width: 768px){.sidebar{position:fixed;left:0;top:0;height:100vh;width:260px;z-index:1050;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 20px #00000026}.sidebar.open{transform:translate(0)}.menu-button{padding:14px 16px}.submenu-item{padding:10px 14px}}.dashboard-container{padding:20px 30px;background:var(--bg-color);min-height:100vh}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;background:white;padding:15px 25px;border-radius:12px;box-shadow:var(--card-shadow)}.breadcrumbs{font-size:13px;color:var(--text-muted)}.breadcrumbs .separator{margin:0 5px}.header-right{display:flex;align-items:center;gap:20px}.search-box{position:relative;display:flex;align-items:center;background:#f8f9fa;border-radius:20px;padding:8px 15px}.search-box input{border:none;background:transparent;outline:none;font-size:13px;width:150px;margin-left:8px}.icon-btn{background:transparent;border:1px solid var(--border-color);border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--text-muted);cursor:pointer;transition:all .2s ease;position:relative}.icon-btn:hover{background:var(--primary-light);color:var(--primary-color);border-color:var(--primary-light)}.cart-btn .badge-count{position:absolute;top:-5px;right:-5px;background:var(--primary-color);color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white}.user-profile{display:flex;align-items:center}.user-avatar{width:38px;height:38px;border-radius:50%;background:var(--primary-light);color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.dashboard-content{display:flex;flex-direction:column;gap:25px}.kpi-row-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.analytics-row-grid{display:grid;grid-template-columns:7fr 5fr;gap:25px}@media (max-width: 1200px){.kpi-row-grid{grid-template-columns:repeat(2,1fr)}.analytics-row-grid{grid-template-columns:1fr}}.dashboard-row{display:grid;gap:25px}.top-row{grid-template-columns:2fr 1.5fr 1.2fr}.dashboard-bottom-row{display:flex;flex-wrap:wrap;gap:25px;width:100%}.dashboard-bottom-row>.list-card{flex:1 1 300px;min-width:0}.dashboard-bottom-row>.table-card{flex:2 1 400px;min-width:0}.vyzor-card{background:white;border-radius:12px;box-shadow:var(--card-shadow);padding:20px;display:flex;flex-direction:column;min-width:0}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.card-header h3{margin:0;font-size:16px;font-weight:700;color:var(--text-dark)}.view-all{font-size:12px;color:var(--text-muted);text-decoration:none;font-weight:500}.view-all:hover{color:var(--primary-color)}.kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.kpi-card{background:white;border-radius:12px;padding:20px;box-shadow:var(--card-shadow);border:1px solid var(--border-color);text-align:center;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.kpi-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;align-self:flex-start;margin-bottom:8px}.bg-purple-light{background:#f3ebff;color:#8b5cf6}.bg-pink-light{background:#fee2e2;color:#f43f5e}.bg-green-light{background:#d1fae5;color:#10b981}.bg-yellow-light{background:#fef3c7;color:#f59e0b}.kpi-title{color:var(--text-muted);font-size:13px;font-weight:500;margin-bottom:8px}.kpi-value{font-size:28px;font-weight:800;color:var(--text-dark);margin-bottom:12px;line-height:1.2}.kpi-trend{font-size:12px;display:inline-flex;align-items:center;gap:4px;font-weight:600;background:transparent}.kpi-trend.up{color:#16a34a;background:transparent}.kpi-trend.down{color:#dc2626;background:transparent}.chart-stats-row{display:flex;justify-content:space-around;margin-bottom:30px}.chart-stat p{color:var(--text-muted);font-size:12px;margin-bottom:5px}.chart-stat h4{font-size:20px;color:var(--text-dark)}.vyzor-bar-chart{display:flex;height:200px;margin-bottom:20px;position:relative}.y-axis{display:flex;flex-direction:column;justify-content:space-between;color:var(--text-muted);font-size:10px;padding-right:15px;border-right:1px dashed var(--border-color)}.chart-bars{display:flex;justify-content:space-around;flex:1;padding-left:10px;align-items:flex-end}.chart-bar-group{display:flex;flex-direction:column;align-items:center;gap:10px;height:100%;justify-content:flex-end}.bar-track{width:12px;background:#f8f9fa;border-radius:6px;height:160px;position:relative;display:flex;align-items:flex-end}.bar-fill{width:100%;background:var(--primary-gradient);border-radius:6px;min-height:10%}.x-label{font-size:10px;color:var(--text-muted)}.chart-legend{display:flex;justify-content:center;gap:20px;font-size:12px;color:var(--text-muted)}.dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:5px}.dot.primary{background:var(--primary-color)}.dot.secondary{background:#e0d4fc}.donut-container{display:flex;justify-content:center;align-items:center;margin:20px 0 30px}.semi-donut{width:200px;height:100px;background:conic-gradient(from 180deg at 50% 100%,#10b981 0deg,#f59e0b 60deg,#f43f5e 120deg,var(--primary-color) 180deg);border-radius:100px 100px 0 0;position:relative;display:flex;justify-content:center;align-items:flex-end}.donut-hole{width:160px;height:80px;background:white;border-radius:80px 80px 0 0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding-bottom:10px}.donut-label{font-size:14px;font-weight:700;color:var(--text-dark)}.donut-value{font-size:12px;color:var(--text-muted)}.donut-stats{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.d-stat{display:flex;align-items:center;font-size:13px;color:var(--text-muted)}.d-val{margin-left:auto;font-weight:700;color:var(--text-dark)}.dot.purple{background:var(--primary-color)}.dot.green{background:#10b981}.dot.yellow{background:#f59e0b}.dot.red{background:#f43f5e}.view-stats-btn{width:100%;padding:12px;border:1px solid var(--border-color);background:#f8f9fa;border-radius:8px;color:var(--text-dark);font-weight:600;font-size:13px;cursor:pointer;margin-top:auto;transition:all .2s ease}.view-stats-btn:hover{background:var(--primary-light);color:var(--primary-color);border-color:var(--primary-color)}.view-all{font-size:12px;color:var(--text-muted);text-decoration:none}.list-container{display:flex;flex-direction:column;gap:15px}.list-item{display:flex;justify-content:space-between;align-items:center;padding-bottom:15px;border-bottom:1px solid var(--border-color)}.list-item:last-child{border-bottom:none;padding-bottom:0}.list-item-left{display:flex;align-items:center;gap:15px;min-width:0}.avatar-circle{width:40px;height:40px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--primary-color)}.list-info{min-width:0}.list-title{font-size:14px;font-weight:600;color:var(--text-dark);display:flex;align-items:center;gap:10px;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.badge-role{font-size:10px;padding:2px 8px;border-radius:4px}.role-0{background:#f3ebff;color:#8b5cf6}.role-1{background:#fef3c7;color:#f59e0b}.role-2{background:#fee2e2;color:#f43f5e}.role-3{background:#d1fae5;color:#10b981}.list-subtitle{font-size:12px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.list-item-right{text-align:right;flex-shrink:0;margin-left:10px}.list-date{font-size:13px;font-weight:600;color:var(--text-dark);margin:0 0 4px}.list-status{font-size:12px;color:var(--text-muted);margin:0}.header-actions{display:flex;gap:10px}.small-search{padding:6px 12px;border:1px solid var(--border-color);border-radius:6px;font-size:12px}.sort-btn{background:var(--primary-color);color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:12px;cursor:pointer}.vyzor-table{width:100%;border-collapse:collapse;white-space:nowrap;min-width:600px}.vyzor-table th:first-child,.vyzor-table td:first-child{width:40px;text-align:center;padding:10px}.vyzor-table th{text-align:left;padding:12px 10px;font-size:12px;color:var(--text-dark);font-weight:600;border-bottom:1px solid var(--border-color);background:white}.vyzor-table td{padding:15px 10px;font-size:13px;color:var(--text-dark);border-bottom:1px solid var(--border-color);vertical-align:middle}.vyzor-table tbody tr:last-child td{border-bottom:none}.table-user{display:flex;align-items:center;gap:10px;font-weight:500}.mini-avatar{width:28px;height:28px;border-radius:50%;background:var(--primary-light);color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:11px}.text-muted{color:var(--text-muted)}.status-pill{padding:4px 10px;border-radius:4px;font-size:11px;font-weight:600}.status-purple{background:#f3ebff;color:#8b5cf6}.status-green{background:#d1fae5;color:#10b981}@media (max-width: 1200px){.top-row{grid-template-columns:1fr 1fr}.customer-habits{grid-column:1 / -1}}@media (max-width: 992px){.top-row{grid-template-columns:1fr}.kpi-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.kpi-grid{grid-template-columns:1fr}.header-right{display:none}.dashboard-container{padding:15px}}.catalogue-container{padding:20px 30px;background:var(--bg-color);min-height:100vh}.catalogue-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:25px;margin-top:10px}.catalogue-card-link{text-decoration:none;color:inherit;display:block}.catalogue-card{display:flex;align-items:flex-start;padding:25px;background:var(--card-bg);border-radius:12px;box-shadow:var(--card-shadow);transition:all .3s ease;position:relative;overflow:hidden;height:100%}.catalogue-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--primary-gradient);opacity:0;transition:opacity .3s ease}.catalogue-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #00000014}.catalogue-card:hover:before{opacity:1}.card-icon-wrapper{flex-shrink:0;margin-right:20px}.icon-circle{width:55px;height:55px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 15px #0000001a}.bg-gradient-1{background:linear-gradient(135deg,#8b5cf6 0%,#b785ff 100%)}.bg-gradient-2{background:linear-gradient(135deg,#3b82f6 0%,#60a5fa 100%)}.bg-gradient-3{background:linear-gradient(135deg,#10b981 0%,#34d399 100%)}.bg-gradient-4{background:linear-gradient(135deg,#f59e0b 0%,#fbbf24 100%)}.card-content{flex:1}.card-content h3{margin:0 0 8px;font-size:16px;font-weight:700;color:var(--text-dark)}.card-content p{margin:0;font-size:13px;line-height:1.5;color:var(--text-muted)}.card-arrow{position:absolute;bottom:25px;right:25px;font-size:18px;color:var(--primary-color);opacity:0;transform:translate(-10px);transition:all .3s ease}.catalogue-card:hover .card-arrow{opacity:1;transform:translate(0)}@media (max-width: 768px){.catalogue-container{padding:15px}.catalogue-grid{grid-template-columns:1fr}}.login-container{height:100vh;overflow:hidden;width:100%;display:flex;flex-direction:column;background:url(https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?auto=format&fit=crop&q=80) center center / cover no-repeat;position:relative;font-family:Inter,sans-serif;box-sizing:border-box}.login-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(230,235,245,.7) 0%,rgba(200,210,230,.4) 100%);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;flex-direction:column}.login-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;z-index:10;width:100%}.login-card{background:#ffffff;border-radius:12px;padding:40px;width:100%;max-width:440px;box-shadow:0 12px 30px #00000014;display:flex;flex-direction:column;box-sizing:border-box}.login-welcome{text-align:center;margin-bottom:24px}.login-welcome h2{font-size:24px;font-weight:700;color:#1e293b;margin:0 0 8px}.login-welcome p{font-size:14px;color:#64748b;margin:0}.login-input-group{margin-bottom:20px}.login-label{display:block;font-size:14px;font-weight:600;color:#1e293b;margin-bottom:8px}.login-input-wrapper{position:relative;display:flex;align-items:center}.login-input-icon{position:absolute;left:14px;color:#64748b;display:flex;align-items:center}.login-input{width:100%;padding:12px 14px 12px 42px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;color:#1e293b;transition:all .2s;box-sizing:border-box}.login-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.login-input-action{position:absolute;right:14px;color:#64748b;cursor:pointer;display:flex;align-items:center;background:none;border:none;padding:0}.login-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.login-checkbox{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569;cursor:pointer}.login-checkbox input{accent-color:#4f46e5;width:16px;height:16px;cursor:pointer}.login-forgot{font-size:13px;color:#4f46e5;text-decoration:none;font-weight:500}.login-btn{width:100%;padding:14px;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s;margin-bottom:24px}.login-btn:hover{background:#4338ca}.login-divider{display:flex;align-items:center;text-align:center;color:#94a3b8;font-size:13px;margin-bottom:24px}.login-divider:before,.login-divider:after{content:"";flex:1;border-bottom:1px solid #e2e8f0}.login-divider:not(:empty):before{margin-right:.5em}.login-divider:not(:empty):after{margin-left:.5em}.login-create-btn{width:100%;padding:14px;background:transparent;color:#1e293b;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:24px}.login-create-btn:hover{background:#f8fafc}.ind-pending{background:#fffbeb;color:#b45309}.ind-approved{background:#f0fdf4;color:#166534}.ind-approved .status-dot{background:#22c55e}.ind-rejected{background:#fef2f2;color:#991b1b}.ind-rejected .status-dot{background:#ef4444}.ind-processing{background:#eff6ff;color:#1e40af}.ind-processing .status-dot{background:#3b82f6}.ind-draft{background:#f8fafc;color:#64748b}.benefits-page-container{padding:24px;max-width:100%;overflow-x:hidden;min-height:100vh;background-color:#f5f7fb}.benefits-header-container{width:100%;margin-bottom:24px}.benefits-header-breadcrumbs-wrapper{margin-bottom:16px}.benefits-header-tabs-wrapper{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #00000005;padding:4px}.benefits-tabs-root{min-height:48px!important}.benefits-tabs-root .MuiTabs-flexContainer{gap:8px;padding:0 4px}.benefits-tabs-root .MuiTabs-indicator{display:none!important}.benefits-tabs-root .MuiTabs-scrollButtons{width:40px!important;color:#64748b!important}.benefits-tabs-root .MuiTabs-scrollButtons.Mui-disabled{opacity:.2!important}.benefits-tab-item{text-transform:none!important;font-weight:600!important;font-size:13.5px!important;color:#64748b!important;min-height:40px!important;padding:8px 16px!important;border-radius:8px!important;transition:all .2s ease-in-out!important}.benefits-tab-item:hover{background-color:#f8fafc!important;color:#1e293b!important}.benefits-tab-item.Mui-selected{color:#fff!important;background-color:#9057fe!important;box-shadow:0 4px 12px #9057fe33!important}.benefit-stat-card{display:flex;align-items:center;padding:20px 24px;border-radius:12px!important;border:none!important;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008!important;transition:all .3s ease;background-color:#fff}.benefit-stat-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important;transform:translateY(-2px)}.benefit-stat-icon-wrapper{width:52px;height:52px;border-radius:14px;display:flex;justify-content:center;align-items:center;margin-right:16px}.benefit-stat-title{color:#475569;font-weight:600!important;margin-bottom:2px!important;text-transform:none;font-size:.85rem!important}.benefit-stat-value{color:#0f172a;font-weight:800!important;font-size:1.5rem!important}.benefit-section-title{color:#111827;font-weight:600!important;margin-bottom:20px!important}.benefit-table-toolbar{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #f3f4f6}.benefit-table-search{display:flex;align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:6px 16px;width:300px}.benefit-table-search input{border:none;background:transparent;outline:none;padding:6px;width:100%;font-size:14px}.benefits-table-head{background-color:#f8f9fc!important}.benefits-table-head th{color:#64748b!important;font-weight:700!important;font-size:.75rem!important;text-transform:uppercase!important;border-bottom:none!important;padding:16px 24px!important}.benefits-table-row{background-color:#fff}.benefits-table-row:nth-of-type(2n){background-color:#f8f9fc}.benefits-table-row td{border-bottom:1px solid #f1f5f9!important;padding:12px 24px!important;color:#334155}.benefits-status-chip{font-weight:600!important;border-radius:16px!important;height:28px!important}.benefits-status-chip .MuiChip-label{padding-left:12px;padding-right:12px}.benefits-status-dot{width:6px;height:6px;border-radius:50%;margin-right:6px;display:inline-block}.benefits-action-btn{border:none!important;border-radius:50%!important;padding:6px!important;margin:0 4px!important;color:#71717a!important}.benefits-action-btn:hover{background-color:#f1f5f9!important;color:#3f3f46!important}.benefits-page-container,.benefits-container{padding:24px!important;background:#f5f7fb!important;min-height:100vh!important}.benefits-header-container,.benefits-header{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:0px!important;margin-bottom:25px!important}.benefits-stat-card,.benefits-card{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:0 4px 16px #0000000a!important;display:flex!important;align-items:center!important;gap:16px!important;border:1px solid #f1f5f9!important}.benefits-table-paper,.benefits-table-container{background:#ffffff!important;border-radius:16px!important;box-shadow:0 10px 30px #0000000d,0 2px 8px #00000005!important;border:1px solid #f1f5f9!important;overflow:hidden!important;margin-top:20px!important}.benefits-table-head,.benefits-table-header{background:#f5f3ff!important}.benefits-table-head-cell,.benefits-table-header th{color:#4b5563!important;font-weight:700!important;font-size:12px!important;letter-spacing:.05em!important;text-transform:uppercase!important;border-bottom:0!important;padding:18px 24px!important;text-align:left!important}.benefits-table-row:hover{background-color:#f8fafc!important}.benefits-table-cell,.benefits-table td{padding:18px 24px!important;border-bottom:1px solid #f3f4f6!important;color:#374151!important;font-size:14px!important}.benefits-filter-paper,.benefits-filter{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:var(--card-shadow, 0 4px 12px rgba(0,0,0,.08))!important;border:1px solid #f3f4f6!important;margin-bottom:16px!important}.benefits-filter-header{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:24px!important;font-size:16px!important;font-weight:700!important;color:#374151!important}.benefits-filter-title{font-size:16px!important;font-weight:700!important;color:#374151!important}.benefits-filter-input .MuiOutlinedInput-root,.benefits-filter-field .MuiOutlinedInput-root{border-radius:8px!important;background:#ffffff!important;transition:all .2s ease!important}.benefits-filter-input .MuiOutlinedInput-notchedOutline,.benefits-filter-field .MuiOutlinedInput-notchedOutline{border-color:#e5e7eb!important}.benefits-filter-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.benefits-filter-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#6c4cf1!important}.benefits-btn-primary{background:#6C4CF1!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:10px 24px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important;box-shadow:0 4px 14px #6c4cf159!important;transition:all .2s ease!important}.benefits-btn-primary:hover{background:#5A3EE0!important;transform:translateY(-1px)!important;box-shadow:0 6px 18px #6c4cf173!important}.benefits-modal-paper,.benefits-dialog{border-radius:16px!important}.datatable-container{background:white;border-radius:8px;box-shadow:0 4px 6px #0000000d;overflow:hidden;display:flex;flex-direction:column}.datatable-toolbar{padding:16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0;gap:16px}.search-bar input{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;width:250px;transition:all .2s ease}.search-bar input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.bulk-actions{display:flex;gap:8px;align-items:center;background:#f8fafc;padding:6px 12px;border-radius:6px}.bulk-actions span{font-size:.875rem;color:#64748b;margin-right:8px}.bulk-actions button{padding:6px 12px;background:#fff;border:1px solid #cbd5e1;border-radius:4px;cursor:pointer;font-size:.875rem;transition:background .2s}.bulk-actions button:hover{background:#f1f5f9}.bulk-actions button.btn-danger{color:#ef4444;border-color:#fca5a5}.bulk-actions button.btn-danger:hover{background:#fef2f2}.column-visibility{position:relative}.column-visibility .btn-outline{padding:8px 16px;background:white;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer}.column-dropdown{display:none;position:absolute;right:0;top:100%;margin-top:4px;background:white;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 10px 15px -3px #0000001a;padding:8px;min-width:150px;z-index:10}.column-visibility:hover .column-dropdown{display:flex;flex-direction:column;gap:6px}.table-responsive{overflow-x:auto}.enterprise-table{width:100%;border-collapse:collapse;text-align:left}.enterprise-table th,.enterprise-table td{padding:12px 16px;border-bottom:1px solid #e2e8f0}.enterprise-table th{background-color:#f8fafc;font-weight:600;color:#334155;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.enterprise-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.enterprise-table th.sortable:hover{background-color:#f1f5f9}.enterprise-table tbody tr{transition:all .2s ease}.enterprise-table tbody tr:hover{background-color:#f8fafc}.enterprise-table tbody tr.selected{background-color:#eff6ff}.datatable-pagination{padding:16px;display:flex;justify-content:flex-end;align-items:center;gap:12px;border-top:1px solid #e2e8f0}.datatable-pagination button{padding:6px 12px;border:1px solid #cbd5e1;background:white;border-radius:4px;cursor:pointer}.datatable-pagination button:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.modal-content{background:white;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-height:90vh;display:flex;flex-direction:column;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-sm{max-width:400px}.modal-md{max-width:600px}.modal-lg{max-width:800px}.modal-xl{max-width:1140px}.modal-header{padding:16px 24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;font-size:1.25rem;color:#1e293b;font-weight:600}.close-btn{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;line-height:1;padding:4px;transition:color .2s}.close-btn:hover{color:#ef4444}.modal-body{padding:24px;overflow-y:auto;flex:1}.modal-footer{padding:16px 24px;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background-color:#f8fafc;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.footer-left,.footer-right{display:flex;gap:12px}.btn-primary{background-color:#2563eb;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-primary:hover{background-color:#1d4ed8}.btn-primary-outline{background-color:transparent;color:#2563eb;border:1px solid #2563eb;padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary-outline:hover{background-color:#eff6ff}.btn-secondary{background-color:#fff;color:#475569;border:1px solid #cbd5e1;padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background-color:#f1f5f9}.page-container{padding:24px;max-width:1400px;margin:0 auto}.page-header{margin-bottom:24px}.page-header h1{font-size:1.875rem;font-weight:700;color:#0f172a;margin-bottom:8px;margin-top:0}.page-header p{color:#64748b;margin:0}.status-badge{padding:4px 10px;border-radius:9999px;font-size:.75rem;font-weight:600;display:inline-block}.status-active{background-color:#dcfce7;color:#166534}.status-inactive{background-color:#fee2e2;color:#991b1b}.row-actions-group{display:flex;gap:8px}.btn-icon-small{background:transparent;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:background .2s;display:flex;align-items:center;justify-content:center}.btn-icon-small:hover{background:#f1f5f9}.btn-icon-small.danger:hover{background:#fee2e2}.standard-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-weight:500;font-size:.875rem;color:#334155}.form-group input,.form-group select,.form-group textarea{padding:10px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:.875rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input:disabled,.form-group select:disabled{background-color:#f8fafc;color:#94a3b8;cursor:not-allowed}.sm-page-container{padding:24px;max-width:100%;overflow-x:hidden;min-height:100vh;background-color:#f5f7fb}.sm-header-container{width:100%;margin-bottom:24px}.sm-header-breadcrumbs-wrapper{margin-bottom:16px}.sm-header-tabs-wrapper{border:1px solid #f1f5f9}.sm-calendar-day-header{text-align:center;font-weight:700;color:#64748b;padding:8px;background-color:#f8fafc;border-radius:8px}.sm-calendar-day{min-height:100px;border:1px solid #f1f5f9;border-radius:8px;padding:8px;cursor:pointer;transition:all .2s ease-in-out}.sm-calendar-day:hover{background-color:#f8fafc;border-color:#e2e8f0}.sm-calendar-day-number{font-weight:600;color:#1e293b;margin-bottom:4px}.sm-calendar-event{font-size:11px;padding:2px 6px;border-radius:4px;margin-bottom:4px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sm-page-container,.sm-container{padding:24px!important;background:#f5f7fb!important;min-height:100vh!important}.sm-header-container,.sm-header{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:0px!important;margin-bottom:25px!important}.sm-stat-card,.sm-card{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:0 4px 16px #0000000a!important;display:flex!important;align-items:center!important;gap:16px!important;border:1px solid #f1f5f9!important}.sm-table-paper,.sm-table-container{background:#ffffff!important;border-radius:16px!important;box-shadow:0 10px 30px #0000000d,0 2px 8px #00000005!important;border:1px solid #f1f5f9!important;overflow:hidden!important;margin-top:20px!important}.sm-table-head,.sm-table-header{background:#f5f3ff!important}.sm-table-head-cell,.sm-table-header th{color:#4b5563!important;font-weight:700!important;font-size:12px!important;letter-spacing:.05em!important;text-transform:uppercase!important;border-bottom:0!important;padding:18px 24px!important;text-align:left!important}.sm-table-row:hover{background-color:#f8fafc!important}.sm-table-cell,.sm-table td{padding:18px 24px!important;border-bottom:1px solid #f3f4f6!important;color:#374151!important;font-size:14px!important}.sm-filter-paper,.sm-filter{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:var(--card-shadow, 0 4px 12px rgba(0,0,0,.08))!important;border:1px solid #f3f4f6!important;margin-bottom:16px!important}.sm-filter-header{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:24px!important;font-size:16px!important;font-weight:700!important;color:#374151!important}.sm-filter-title{font-size:16px!important;font-weight:700!important;color:#374151!important}.sm-filter-input .MuiOutlinedInput-root,.sm-filter-field .MuiOutlinedInput-root{border-radius:8px!important;background:#ffffff!important;transition:all .2s ease!important}.sm-filter-input .MuiOutlinedInput-notchedOutline,.sm-filter-field .MuiOutlinedInput-notchedOutline{border-color:#e5e7eb!important}.sm-filter-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.sm-filter-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#6c4cf1!important}.sm-btn-primary{background:#6C4CF1!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:10px 24px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important;box-shadow:0 4px 14px #6c4cf159!important;transition:all .2s ease!important}.sm-btn-primary:hover{background:#5A3EE0!important;transform:translateY(-1px)!important;box-shadow:0 6px 18px #6c4cf173!important}.sm-modal-paper,.sm-dialog{border-radius:16px!important}.ts-page-container{padding:24px;max-width:100%;overflow-x:hidden;min-height:100vh;background-color:#f5f7fb}.ts-header-container{width:100%;margin-bottom:24px}.ts-header-breadcrumbs-wrapper{margin-bottom:16px}.ts-header-tabs-wrapper{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #00000005;padding:4px}.ts-tabs-root{min-height:48px!important}.ts-tabs-root .MuiTabs-flexContainer{gap:8px;padding:0 4px}.ts-tabs-root .MuiTabs-indicator{display:none!important}.ts-tab-item{text-transform:none!important;font-weight:600!important;font-size:13.5px!important;color:#64748b!important;min-height:40px!important;padding:8px 16px!important;border-radius:8px!important;transition:all .2s ease-in-out!important}.ts-tab-item:hover{background-color:#f8fafc!important;color:#1e293b!important}.ts-tab-item.Mui-selected{color:#fff!important;background-color:#10b981!important;box-shadow:0 4px 12px #10b98133!important}.ts-section-title{font-weight:700!important;color:#1e293b!important;margin-bottom:24px!important}.ts-stat-card{padding:24px!important;border-radius:16px!important;display:flex!important;align-items:center!important;gap:16px!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 12px #00000008!important;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out!important}.ts-stat-card:hover{transform:translateY(-4px)!important;box-shadow:0 8px 24px #0000000f!important}.ts-stat-icon-wrapper{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center}.ts-stat-title{color:#64748b!important;font-weight:600!important}.ts-stat-value{color:#0f172a!important;font-weight:800!important}.ts-table-paper{border-radius:16px!important;overflow:hidden!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 12px #00000008!important}.ts-table-head{background-color:#f8fafc!important}.ts-table-head-cell{font-weight:700!important;color:#475569!important;border-bottom:1px solid #e2e8f0!important}.ts-table-row:last-child td,.ts-table-row:last-child th{border:0!important}.ts-table-cell{border-bottom:1px solid #f1f5f9!important}.ts-text-muted{color:#475569!important;font-weight:500!important}.ts-text-bold{color:#0f172a!important;font-weight:600!important}.ts-text-bolder{color:#0f172a!important;font-weight:700!important}.ts-chip{font-weight:700!important;border-radius:6px!important}.ts-filter-paper{padding:24px!important;border-radius:24px!important;border:1px solid transparent!important;box-shadow:0 4px 16px #00000014!important;margin-bottom:24px!important}.ts-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.ts-filter-title{font-size:18px!important;font-weight:600!important;color:#1f2937!important}.ts-filter-input{background-color:#fafafa!important;border-radius:4px!important}.ts-btn-primary{background-color:#10b981!important;color:#fff!important}.ts-btn-primary:hover{background-color:#059669!important}.ts-btn-secondary{background-color:#fff!important;color:#475569!important;border:1px solid #cbd5e1!important}.ts-btn-secondary:hover{background-color:#f8fafc!important}.ts-modal-paper{border-radius:16px!important}.ts-modal-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px}.ts-modal-content{padding:24px!important;background-color:#fafafa}.ts-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.ts-detail-item{background:#fff;padding:12px 16px;border-radius:8px;border:1px solid #f1f5f9}.ts-page-container,.ts-container{padding:24px!important;background:#f5f7fb!important;min-height:100vh!important}.ts-header-container,.ts-header{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:0px!important;margin-bottom:25px!important}.ts-stat-card,.ts-card{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:0 4px 16px #0000000a!important;display:flex!important;align-items:center!important;gap:16px!important;border:1px solid #f1f5f9!important}.ts-table-paper,.ts-table-container{background:#ffffff!important;border-radius:16px!important;box-shadow:0 10px 30px #0000000d,0 2px 8px #00000005!important;border:1px solid #f1f5f9!important;overflow:hidden!important;margin-top:20px!important}.ts-table-head,.ts-table-header{background:#f5f3ff!important}.ts-table-head-cell,.ts-table-header th{color:#4b5563!important;font-weight:700!important;font-size:12px!important;letter-spacing:.05em!important;text-transform:uppercase!important;border-bottom:0!important;padding:18px 24px!important;text-align:left!important}.ts-table-row:hover{background-color:#f8fafc!important}.ts-table-cell,.ts-table td{padding:18px 24px!important;border-bottom:1px solid #f3f4f6!important;color:#374151!important;font-size:14px!important}.ts-filter-paper,.ts-filter{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:var(--card-shadow, 0 4px 12px rgba(0,0,0,.08))!important;border:1px solid #f3f4f6!important;margin-bottom:16px!important}.ts-filter-header{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:24px!important;font-size:16px!important;font-weight:700!important;color:#374151!important}.ts-filter-title{font-size:16px!important;font-weight:700!important;color:#374151!important}.ts-filter-input .MuiOutlinedInput-root,.ts-filter-field .MuiOutlinedInput-root{border-radius:8px!important;background:#ffffff!important;transition:all .2s ease!important}.ts-filter-input .MuiOutlinedInput-notchedOutline,.ts-filter-field .MuiOutlinedInput-notchedOutline{border-color:#e5e7eb!important}.ts-filter-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.ts-filter-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#6c4cf1!important}.ts-btn-primary{background:#6C4CF1!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:10px 24px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important;box-shadow:0 4px 14px #6c4cf159!important;transition:all .2s ease!important}.ts-btn-primary:hover{background:#5A3EE0!important;transform:translateY(-1px)!important;box-shadow:0 6px 18px #6c4cf173!important}.ts-modal-paper,.ts-dialog{border-radius:16px!important}.pr-page-container{padding:24px;max-width:100%;overflow-x:hidden;min-height:100vh;background-color:#f5f7fb}.pr-header-container{width:100%;margin-bottom:24px}.pr-header-breadcrumbs-wrapper{margin-bottom:16px}.pr-header-tabs-wrapper{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #00000005;padding:4px}.pr-tabs-root{min-height:48px!important}.pr-tabs-root .MuiTabs-flexContainer{gap:8px;padding:0 4px}.pr-tabs-root .MuiTabs-indicator{display:none!important}.pr-tab-item{text-transform:none!important;font-weight:600!important;font-size:13.5px!important;color:#64748b!important;min-height:40px!important;padding:8px 16px!important;border-radius:8px!important;transition:all .2s ease-in-out!important}.pr-tab-item:hover{background-color:#f8fafc!important;color:#1e293b!important}.pr-tab-item.Mui-selected{color:#fff!important;background-color:#3b82f6!important;box-shadow:0 4px 12px #3b82f633!important}.pr-section-title{font-weight:700!important;color:#1e293b!important;margin-bottom:24px!important}.pr-stat-card{padding:24px!important;border-radius:16px!important;display:flex!important;align-items:center!important;gap:16px!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 12px #00000008!important;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out!important}.pr-stat-card:hover{transform:translateY(-4px)!important;box-shadow:0 8px 24px #0000000f!important}.pr-stat-icon-wrapper{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center}.pr-stat-title{color:#64748b!important;font-weight:600!important}.pr-stat-value{color:#0f172a!important;font-weight:800!important}.pr-table-paper{border-radius:16px!important;overflow:hidden!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 12px #00000008!important}.pr-table-head{background-color:#f8fafc!important}.pr-table-head-cell{font-weight:700!important;color:#475569!important;border-bottom:1px solid #e2e8f0!important}.pr-table-row:last-child td,.pr-table-row:last-child th{border:0!important}.pr-table-cell{border-bottom:1px solid #f1f5f9!important}.pr-text-muted{color:#475569!important;font-weight:500!important}.pr-text-bold{color:#0f172a!important;font-weight:600!important}.pr-text-bolder{color:#0f172a!important;font-weight:700!important}.pr-chip{font-weight:700!important;border-radius:6px!important}.pr-filter-paper{padding:24px!important;border-radius:24px!important;border:1px solid transparent!important;box-shadow:0 4px 16px #00000014!important;margin-bottom:24px!important}.pr-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.pr-filter-title{font-size:18px!important;font-weight:600!important;color:#1f2937!important}.pr-filter-input{background-color:#fafafa!important;border-radius:4px!important}.pr-btn-primary{background-color:#3b82f6!important;color:#fff!important}.pr-btn-primary:hover{background-color:#2563eb!important}.pr-btn-secondary{background-color:#fff!important;color:#475569!important;border:1px solid #cbd5e1!important}.pr-btn-secondary:hover{background-color:#f8fafc!important}.pr-modal-paper{border-radius:16px!important}.pr-modal-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px}.pr-modal-content{padding:24px!important;background-color:#fafafa}.pr-form-section-title{font-size:15px!important;font-weight:700!important;color:#3b82f6!important;margin-bottom:16px!important;padding-bottom:8px!important;border-bottom:1px solid #e2e8f0}.pr-summary-box{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px;display:flex;justify-content:space-between;align-items:center}.pr-summary-label{font-size:14px;color:#64748b;font-weight:600}.pr-summary-value{font-size:18px;font-weight:800}.pr-page-container,.pr-container{padding:24px!important;background:#f5f7fb!important;min-height:100vh!important}.pr-header-container,.pr-header{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:0px!important;margin-bottom:25px!important}.pr-stat-card,.pr-card{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:0 4px 16px #0000000a!important;display:flex!important;align-items:center!important;gap:16px!important;border:1px solid #f1f5f9!important}.pr-table-paper,.pr-table-container{background:#ffffff!important;border-radius:16px!important;box-shadow:0 10px 30px #0000000d,0 2px 8px #00000005!important;border:1px solid #f1f5f9!important;overflow:hidden!important;margin-top:20px!important}.pr-table-head,.pr-table-header{background:#f5f3ff!important}.pr-table-head-cell,.pr-table-header th{color:#4b5563!important;font-weight:700!important;font-size:12px!important;letter-spacing:.05em!important;text-transform:uppercase!important;border-bottom:0!important;padding:18px 24px!important;text-align:left!important}.pr-table-row:hover{background-color:#f8fafc!important}.pr-table-cell,.pr-table td{padding:18px 24px!important;border-bottom:1px solid #f3f4f6!important;color:#374151!important;font-size:14px!important}.pr-filter-paper,.pr-filter{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:var(--card-shadow, 0 4px 12px rgba(0,0,0,.08))!important;border:1px solid #f3f4f6!important;margin-bottom:16px!important}.pr-filter-header{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:24px!important;font-size:16px!important;font-weight:700!important;color:#374151!important}.pr-filter-title{font-size:16px!important;font-weight:700!important;color:#374151!important}.pr-filter-input .MuiOutlinedInput-root,.pr-filter-field .MuiOutlinedInput-root{border-radius:8px!important;background:#ffffff!important;transition:all .2s ease!important}.pr-filter-input .MuiOutlinedInput-notchedOutline,.pr-filter-field .MuiOutlinedInput-notchedOutline{border-color:#e5e7eb!important}.pr-filter-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.pr-filter-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#6c4cf1!important}.pr-btn-primary{background:#6C4CF1!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:10px 24px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important;box-shadow:0 4px 14px #6c4cf159!important;transition:all .2s ease!important}.pr-btn-primary:hover{background:#5A3EE0!important;transform:translateY(-1px)!important;box-shadow:0 6px 18px #6c4cf173!important}.pr-modal-paper,.pr-dialog{border-radius:16px!important}.payslip-document-wrapper{background-color:#fff;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;max-width:840px;margin:0 auto;padding:32px 40px;box-sizing:border-box}.payslip-header-flex{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.payslip-company-logo-group{display:flex;align-items:flex-start;gap:16px}.payslip-company-title{font-size:20px;font-weight:800;color:#0f172a;letter-spacing:-.2px;margin-bottom:4px;text-transform:uppercase}.payslip-company-address{font-size:12.5px;color:#64748b;line-height:1.45;max-width:440px}.payslip-header-month-label{font-size:13px;color:#64748b;text-align:right;margin-bottom:4px}.payslip-header-month-value{font-size:18px;font-weight:800;color:#000;text-align:right}.payslip-section-label{font-size:12px;font-weight:800;color:#64748b;letter-spacing:.6px;text-transform:uppercase;margin-top:20px;margin-bottom:14px}.payslip-summary-grid{display:grid;grid-template-columns:1fr 280px;gap:24px;align-items:start}.payslip-info-table{width:100%;border-collapse:collapse}.payslip-info-table td{padding:5px 0;font-size:13px;vertical-align:top}.payslip-info-label{color:#64748b;width:130px;font-weight:500}.payslip-info-colon{color:#64748b;width:16px}.payslip-info-value{color:#0f172a;font-weight:700}.payslip-netpay-card{background-color:#eefbe9;border:1px solid #d1fae5;border-radius:12px;padding:18px 20px}.payslip-netpay-amount{font-size:27px;font-weight:800;color:#0f172a;line-height:1.2}.payslip-netpay-subtitle{font-size:12.5px;color:#10b981;font-weight:600;margin-top:4px}.payslip-dotted-line{border-top:1px dotted #cbd5e1;margin:14px 0}.payslip-bank-bar{border-top:1px dotted #cbd5e1;margin-top:18px;padding-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.payslip-table-card{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;margin-top:16px}.payslip-earnings-deductions-grid{display:grid;grid-template-columns:1fr 1fr}.payslip-col-table{width:100%;border-collapse:collapse}.payslip-col-table th{background-color:#fff;padding:10px 14px;font-size:11.5px;font-weight:800;color:#1e293b;text-align:left;text-transform:uppercase;border-bottom:1px solid #e2e8f0}.payslip-col-table th.num-col{text-align:right}.payslip-col-table td{padding:9px 14px;font-size:12.5px;color:#334155}.payslip-col-table td.num-col{text-align:right;font-weight:700;color:#0f172a}.payslip-col-table tr.total-row td{background-color:#f8fafc;font-weight:800;color:#0f172a;border-top:1px solid #e2e8f0;font-size:13px;padding:11px 14px}.payslip-net-payable-box{border:1px solid #e2e8f0;border-radius:10px;padding:12px 18px;margin-top:16px;display:flex;justify-content:space-between;align-items:center}.payslip-net-payable-title{font-size:13.5px;font-weight:800;color:#0f172a;text-transform:uppercase}.payslip-net-payable-sub{font-size:12px;color:#64748b;margin-top:2px}.payslip-net-payable-badge{background-color:#eefbe9;padding:8px 18px;border-radius:8px;font-size:17px;font-weight:800;color:#0f172a}.payslip-amount-words-section{display:flex;justify-content:flex-end;gap:8px;margin-top:20px;font-size:13px}.payslip-words-label{color:#64748b}.payslip-words-value{font-weight:700;color:#0f172a}.payslip-footer-disclaimer{text-align:center;font-size:12px;color:#94a3b8;margin-top:36px;padding-top:16px;border-top:1px solid #f1f5f9}@media print{header,nav,sidebar,.no-print,.MuiBackdrop-root,.MuiDialogTitle-root,.MuiDialogActions-root,.MuiAppBar-root{display:none!important}html,body{background:#ffffff!important;margin:0!important;padding:0!important;height:auto!important;overflow:visible!important}.MuiDialog-root,.MuiDialog-container,.MuiDialog-paper,.MuiPaper-root{position:static!important;display:block!important;visibility:visible!important;overflow:visible!important;box-shadow:none!important;border:none!important;background:transparent!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}.printable-payslip-area,#printable-payslip-node,#employee-report-printable-area,#generic-report-printable-area,.printable-area{visibility:visible!important;position:relative!important;left:0!important;top:0!important;width:100%!important;margin:0!important;padding:20px!important;box-shadow:none!important;background:#ffffff!important}}.lm-page-container{padding:24px;max-width:100%;overflow-x:hidden;min-height:100vh;background-color:#f5f7fb}.lm-header-container{width:100%;margin-bottom:24px}.lm-header-breadcrumbs-wrapper{margin-bottom:16px}.lm-header-tabs-wrapper{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #00000005;padding:4px}.lm-tabs-root{min-height:48px!important}.lm-tabs-root .MuiTabs-flexContainer{gap:8px;padding:0 4px}.lm-tabs-root .MuiTabs-indicator{display:none!important}.lm-tabs-root .MuiTabs-scrollButtons{width:40px!important;color:#64748b!important}.lm-tabs-root .MuiTabs-scrollButtons.Mui-disabled{opacity:.2!important}.lm-tab-item{text-transform:none!important;font-weight:600!important;font-size:13.5px!important;color:#64748b!important;min-height:40px!important;padding:8px 16px!important;border-radius:8px!important;transition:all .2s ease-in-out!important}.lm-tab-item:hover{background-color:#f8fafc!important;color:#1e293b!important}.lm-tab-item.Mui-selected{color:#fff!important;background-color:#9057fe!important;box-shadow:0 4px 12px #9057fe33!important}.lm-filter-paper{padding:24px!important;border-radius:24px!important;border:1px solid transparent!important;box-shadow:0 4px 16px #00000014!important;margin-bottom:24px!important}.lm-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.lm-filter-title{font-size:18px!important;font-weight:600!important;color:#1f2937!important}.lm-filter-actions{display:flex;gap:16px}.lm-btn-reset{border-color:#d1d5db!important;color:#6b7280!important}.lm-btn-reset:hover{border-color:#9ca3af!important;background-color:#f9fafb!important}.lm-btn-search{background-color:#7c4dff!important;padding-left:32px!important;padding-right:32px!important;color:#fff!important}.lm-btn-search:hover{background-color:#6a3de8!important}.lm-filter-input{background-color:#fafafa!important;border-radius:4px!important}.lm-section-title{font-weight:700!important;color:#1e293b!important;margin-bottom:24px!important}.lm-stat-card{padding:24px!important;border-radius:16px!important;display:flex!important;align-items:center!important;gap:16px!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 12px #00000008!important;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out!important}.lm-stat-card:hover{transform:translateY(-4px)!important;box-shadow:0 8px 24px #0000000f!important}.lm-stat-icon-wrapper{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center}.lm-stat-title{color:#64748b!important;font-weight:600!important}.lm-stat-value{color:#0f172a!important;font-weight:800!important}.lm-table-paper{border-radius:16px!important;overflow:hidden!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 12px #00000008!important}.lm-table-head{background-color:#f8fafc!important}.lm-table-head-cell{font-weight:700!important;color:#475569!important;border-bottom:1px solid #e2e8f0!important}.lm-table-row:last-child td,.lm-table-row:last-child th{border:0!important}.lm-table-cell{border-bottom:1px solid #f1f5f9!important}.lm-employee-cell{display:flex;align-items:center;gap:12px}.lm-avatar{background-color:#e2e8f0!important;color:#475569!important;font-weight:700!important}.lm-employee-name{font-weight:600!important;color:#1e293b!important}.lm-text-muted{color:#475569!important;font-weight:500!important}.lm-text-bold{color:#0f172a!important;font-weight:600!important}.lm-text-bolder{color:#0f172a!important;font-weight:700!important}.lm-chip{font-weight:700!important;border-radius:6px!important}.lm-form-paper{padding:32px!important;border-radius:24px!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 24px #0000000a!important;max-width:1000px!important;margin-left:auto!important;margin-right:auto!important}.lm-form-title{font-weight:700!important;color:#1e293b!important;margin-bottom:8px!important}.lm-form-subtitle{color:#64748b!important;margin-bottom:32px!important}.lm-form-section-title{font-weight:600!important;color:#0f172a!important;margin-bottom:16px!important}.lm-form-divider{margin-bottom:32px!important;border-color:#e2e8f0!important}.lm-form-alert{margin-bottom:32px!important;border-radius:12px!important}.lm-form-alert .MuiAlert-message{width:100%!important}.lm-btn-upload{border-color:#cbd5e1!important;color:#475569!important;background-color:#f8fafc!important}.lm-btn-upload:hover{border-color:#94a3b8!important;background-color:#f1f5f9!important}.lm-btn-draft{border-color:#cbd5e1!important;color:#3b82f6!important}.lm-btn-draft:hover{background-color:#eff6ff!important}.lm-btn-submit{background-color:#7c4dff!important;color:#fff!important;padding-left:32px!important;padding-right:32px!important}.lm-btn-submit:hover{background-color:#6a3de8!important}.lm-calendar-paper{padding:24px!important;border-radius:20px!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 12px #00000008!important}.lm-calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.lm-calendar-title{font-weight:800!important;color:#1e293b!important}.lm-calendar-nav-btn{border:1px solid #e2e8f0!important;border-radius:10px!important}.lm-calendar-legend{display:flex;gap:24px;margin-bottom:32px;flex-wrap:wrap}.lm-calendar-legend-item{display:flex;align-items:center;gap:8px}.lm-calendar-legend-dot{width:12px;height:12px;border-radius:50%}.lm-calendar-day-header{padding-top:12px!important;padding-bottom:12px!important;text-align:center;background-color:#f8fafc;border-radius:8px;margin-bottom:8px}.lm-calendar-day-text{font-weight:700!important;color:#64748b!important}.lm-calendar-cell{height:100px;border-radius:12px;padding:8px;display:flex;flex-direction:column;transition:all .2s}.lm-calendar-cell:hover.lm-calendar-clickable{box-shadow:0 4px 12px #0000000d;transform:translateY(-2px)}.lm-calendar-date-number{font-weight:800!important}.lm-calendar-events-wrapper{margin-top:auto;display:flex;flex-direction:column;gap:4px}.lm-calendar-holiday-text{font-weight:700!important;color:#ef4444!important}.lm-calendar-event-chip{height:20px!important;font-size:10px!important;font-weight:700!important;color:#fff!important}.lm-modal-paper{border-radius:16px!important}.lm-modal-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px}.lm-modal-content{padding:0!important}.lm-policy-card{padding:24px!important;border-radius:16px!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 12px #00000008!important;height:100%!important;display:flex!important;flex-direction:column!important}.lm-policy-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.lm-policy-icon-wrapper{padding:12px;border-radius:10px;background-color:#f5f3ff;color:#7c4dff;display:flex}.lm-policy-info-box{display:flex;flex-direction:column;gap:16px;flex-grow:1}.lm-policy-footer{margin-top:24px;padding:12px;background-color:#f8fafc;border-radius:8px;text-align:center}.lm-report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.lm-report-actions{display:flex;gap:16px}.lm-btn-print{border-color:#cbd5e1!important;color:#475569!important}.lm-btn-print:hover{background-color:#f1f5f9!important}.lm-btn-pdf{border-color:#fca5a5!important;color:#ef4444!important}.lm-btn-pdf:hover{background-color:#fef2f2!important;border-color:#ef4444!important}.lm-btn-excel{background-color:#10b981!important;color:#fff!important}.lm-btn-excel:hover{background-color:#059669!important}.lm-report-paper{padding:24px!important;border-radius:16px!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 12px #00000008!important}.lm-trend-chart-container{height:200px;display:flex;align-items:flex-end;gap:16px;padding-left:16px;padding-right:16px;padding-top:32px;border-bottom:1px solid #e2e8f0}.lm-trend-bar-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px}.lm-trend-bar{width:100%;background-color:#7c4dff;border-radius:4px 4px 0 0;transition:height 1s}.lm-balance-card{padding:24px!important;border-radius:16px!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 12px #00000008!important;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out!important}.lm-balance-card:hover{transform:translateY(-4px)!important;box-shadow:0 8px 24px #0000000f!important}.lm-balance-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.lm-balance-icon-wrapper{padding:12px;border-radius:10px;display:flex}.lm-balance-progress{height:8px!important;border-radius:4px!important;background-color:#f1f5f9!important}.lm-balance-progress .MuiLinearProgress-bar{border-radius:4px!important}.lm-balance-stats-box{padding:12px;border-radius:8px;text-align:center}.lm-page-container,.lm-container{padding:24px!important;background:#f5f7fb!important;min-height:100vh!important}.lm-header-container,.lm-header{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:0px!important;margin-bottom:25px!important}.lm-stat-card,.lm-card{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:0 4px 16px #0000000a!important;display:flex!important;align-items:center!important;gap:16px!important;border:1px solid #f1f5f9!important}.lm-table-paper,.lm-table-container{background:#ffffff!important;border-radius:16px!important;box-shadow:0 10px 30px #0000000d,0 2px 8px #00000005!important;border:1px solid #f1f5f9!important;overflow:hidden!important;margin-top:20px!important}.lm-table-head,.lm-table-header{background:#f5f3ff!important}.lm-table-head-cell,.lm-table-header th{color:#4b5563!important;font-weight:700!important;font-size:12px!important;letter-spacing:.05em!important;text-transform:uppercase!important;border-bottom:0!important;padding:18px 24px!important;text-align:left!important}.lm-table-row:hover{background-color:#f8fafc!important}.lm-table-cell,.lm-table td{padding:18px 24px!important;border-bottom:1px solid #f3f4f6!important;color:#374151!important;font-size:14px!important}.lm-filter-paper,.lm-filter{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:var(--card-shadow, 0 4px 12px rgba(0,0,0,.08))!important;border:1px solid #f3f4f6!important;margin-bottom:16px!important}.lm-filter-header{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:24px!important;font-size:16px!important;font-weight:700!important;color:#374151!important}.lm-filter-title{font-size:16px!important;font-weight:700!important;color:#374151!important}.lm-filter-input .MuiOutlinedInput-root,.lm-filter-field .MuiOutlinedInput-root{border-radius:8px!important;background:#ffffff!important;transition:all .2s ease!important}.lm-filter-input .MuiOutlinedInput-notchedOutline,.lm-filter-field .MuiOutlinedInput-notchedOutline{border-color:#e5e7eb!important}.lm-filter-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.lm-filter-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#6c4cf1!important}.lm-btn-primary{background:#6C4CF1!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:10px 24px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important;box-shadow:0 4px 14px #6c4cf159!important;transition:all .2s ease!important}.lm-btn-primary:hover{background:#5A3EE0!important;transform:translateY(-1px)!important;box-shadow:0 6px 18px #6c4cf173!important}.lm-modal-paper,.lm-dialog{border-radius:16px!important}.rm-page-container{padding:24px;max-width:100%;overflow-x:hidden;min-height:100vh;background-color:#f5f7fb}.rm-header-container{width:100%;margin-bottom:24px}.rm-header-breadcrumbs-wrapper{margin-bottom:16px}.rm-header-tabs-wrapper{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #00000005;padding:4px}.rm-tabs-root{min-height:48px!important}.rm-tabs-root .MuiTabs-flexContainer{gap:8px;padding:0 4px}.rm-tabs-root .MuiTabs-indicator{display:none!important}.rm-tab-item{text-transform:none!important;font-weight:600!important;font-size:13.5px!important;color:#64748b!important;min-height:40px!important;padding:8px 16px!important;border-radius:8px!important;transition:all .2s ease-in-out!important}.rm-tab-item:hover{background-color:#f8fafc!important;color:#1e293b!important}.rm-tab-item.Mui-selected{color:#fff!important;background-color:#7c4dff!important;box-shadow:0 4px 12px #7c4dff33!important}.rm-section-title{font-weight:700!important;color:#1e293b!important;margin-bottom:24px!important}.rm-stat-card{padding:24px!important;border-radius:16px!important;display:flex!important;align-items:center!important;gap:16px!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 12px #00000008!important;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out!important}.rm-stat-card:hover{transform:translateY(-4px)!important;box-shadow:0 8px 24px #0000000f!important}.rm-stat-icon-wrapper{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center}.rm-stat-title{color:#64748b!important;font-weight:600!important}.rm-stat-value{color:#0f172a!important;font-weight:800!important}.rm-table-paper{border-radius:16px!important;overflow:hidden!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 12px #00000008!important}.rm-table-head{background-color:#f8fafc!important}.rm-table-head-cell{font-weight:700!important;color:#475569!important;border-bottom:1px solid #e2e8f0!important}.rm-table-cell{border-bottom:1px solid #f1f5f9!important}.rm-text-muted{color:#475569!important;font-weight:500!important}.rm-text-bold{color:#0f172a!important;font-weight:600!important}.rm-chip{font-weight:700!important;border-radius:6px!important}.rm-filter-paper{padding:24px!important;border-radius:24px!important;border:1px solid transparent!important;box-shadow:0 4px 16px #00000014!important;margin-bottom:24px!important}.rm-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.rm-filter-actions{display:flex;gap:16px}.rm-btn-reset{border-color:#d1d5db!important;color:#6b7280!important}.rm-btn-search{background-color:#7c4dff!important;color:#fff!important}.rm-modal-paper{border-radius:16px!important}.rm-modal-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;font-weight:700!important;border-bottom:1px solid #e2e8f0}.rm-modal-content{padding:24px!important}.rm-page-container,.rm-container{padding:24px!important;background:#f5f7fb!important;min-height:100vh!important}.rm-header-container,.rm-header{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:0px!important;margin-bottom:25px!important}.rm-stat-card,.rm-card{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:0 4px 16px #0000000a!important;display:flex!important;align-items:center!important;gap:16px!important;border:1px solid #f1f5f9!important}.rm-table-paper,.rm-table-container{background:#ffffff!important;border-radius:16px!important;box-shadow:0 10px 30px #0000000d,0 2px 8px #00000005!important;border:1px solid #f1f5f9!important;overflow:hidden!important;margin-top:20px!important}.rm-table-head,.rm-table-header{background:#f5f3ff!important}.rm-table-head-cell,.rm-table-header th{color:#4b5563!important;font-weight:700!important;font-size:12px!important;letter-spacing:.05em!important;text-transform:uppercase!important;border-bottom:0!important;padding:18px 24px!important;text-align:left!important}.rm-table-row:hover{background-color:#f8fafc!important}.rm-table-cell,.rm-table td{padding:18px 24px!important;border-bottom:1px solid #f3f4f6!important;color:#374151!important;font-size:14px!important}.rm-filter-paper,.rm-filter{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:var(--card-shadow, 0 4px 12px rgba(0,0,0,.08))!important;border:1px solid #f3f4f6!important;margin-bottom:16px!important}.rm-filter-header{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:24px!important;font-size:16px!important;font-weight:700!important;color:#374151!important}.rm-filter-title{font-size:16px!important;font-weight:700!important;color:#374151!important}.rm-filter-input .MuiOutlinedInput-root,.rm-filter-field .MuiOutlinedInput-root{border-radius:8px!important;background:#ffffff!important;transition:all .2s ease!important}.rm-filter-input .MuiOutlinedInput-notchedOutline,.rm-filter-field .MuiOutlinedInput-notchedOutline{border-color:#e5e7eb!important}.rm-filter-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.rm-filter-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#6c4cf1!important}.rm-btn-primary{background:#6C4CF1!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:10px 24px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important;box-shadow:0 4px 14px #6c4cf159!important;transition:all .2s ease!important}.rm-btn-primary:hover{background:#5A3EE0!important;transform:translateY(-1px)!important;box-shadow:0 6px 18px #6c4cf173!important}.rm-modal-paper,.rm-dialog{border-radius:16px!important}.bill-upload-box{border:2px dashed #cbd5e1;border-radius:12px;padding:20px;text-align:center;background-color:#f8fafc;cursor:pointer;transition:all .2s ease-in-out;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.bill-upload-box:hover{border-color:#6c4cf1;background-color:#f5f3ff}.bill-preview-card{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#f1f5f9;border-radius:10px;border:1px solid #e2e8f0}.date-input-wrapper{display:flex;flex-direction:column;gap:4px}.date-input-wrapper label{font-size:.85rem;font-weight:600;color:#475569}.rec-page-container{padding:24px;max-width:100%;overflow-x:hidden;min-height:100vh;background-color:#f5f7fb}.rec-header-container{width:100%;margin-bottom:24px}.rec-header-breadcrumbs-wrapper{margin-bottom:16px}.rec-header-tabs-wrapper{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #00000005;padding:4px}.rec-tabs-root{min-height:48px!important}.rec-tabs-root .MuiTabs-flexContainer{gap:8px;padding:0 4px}.rec-tabs-root .MuiTabs-indicator{display:none!important}.rec-tab-item{text-transform:none!important;font-weight:600!important;font-size:13.5px!important;color:#64748b!important;min-height:40px!important;padding:8px 16px!important;border-radius:8px!important;transition:all .2s ease-in-out!important}.rec-tab-item:hover{background-color:#f8fafc!important;color:#1e293b!important}.rec-tab-item.Mui-selected{color:#fff!important;background-color:#1976d2!important;box-shadow:0 4px 12px #1976d233!important}.rec-section-title{font-weight:700!important;color:#1e293b!important;margin-bottom:24px!important}.rec-stat-card{padding:24px!important;border-radius:16px!important;display:flex!important;align-items:center!important;gap:16px!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 12px #00000008!important;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out!important}.rec-stat-card:hover{transform:translateY(-4px)!important;box-shadow:0 8px 24px #0000000f!important}.rec-stat-icon-wrapper{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center}.rec-stat-title{color:#64748b!important;font-weight:600!important}.rec-stat-value{color:#0f172a!important;font-weight:800!important}.rec-table-paper{border-radius:16px!important;overflow:hidden!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 12px #00000008!important}.rec-table-head{background-color:#f8fafc!important}.rec-table-head-cell{font-weight:700!important;color:#475569!important;border-bottom:1px solid #e2e8f0!important}.rec-table-cell{border-bottom:1px solid #f1f5f9!important}.rec-text-muted{color:#475569!important;font-weight:500!important}.rec-text-bold{color:#0f172a!important;font-weight:600!important}.rec-chip{font-weight:700!important;border-radius:6px!important}.rec-filter-paper{padding:24px!important;border-radius:24px!important;border:1px solid transparent!important;box-shadow:0 4px 16px #00000014!important;margin-bottom:24px!important}.rec-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.rec-filter-actions{display:flex;gap:16px}.rec-btn-reset{border-color:#d1d5db!important;color:#6b7280!important}.rec-btn-search{background-color:#1976d2!important;color:#fff!important}.rec-modal-paper{border-radius:16px!important}.rec-modal-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;font-weight:700!important;border-bottom:1px solid #e2e8f0}.rec-modal-content{padding:24px!important}.rec-page-container,.rec-container{padding:24px!important;background:#f5f7fb!important;min-height:100vh!important}.rec-header-container,.rec-header{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:0px!important;margin-bottom:25px!important}.rec-stat-card,.rec-card{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:0 4px 16px #0000000a!important;display:flex!important;align-items:center!important;gap:16px!important;border:1px solid #f1f5f9!important}.rec-table-paper,.rec-table-container{background:#ffffff!important;border-radius:16px!important;box-shadow:0 10px 30px #0000000d,0 2px 8px #00000005!important;border:1px solid #f1f5f9!important;overflow:hidden!important;margin-top:20px!important}.rec-table-head,.rec-table-header{background:#f5f3ff!important}.rec-table-head-cell,.rec-table-header th{color:#4b5563!important;font-weight:700!important;font-size:12px!important;letter-spacing:.05em!important;text-transform:uppercase!important;border-bottom:0!important;padding:18px 24px!important;text-align:left!important}.rec-table-row:hover{background-color:#f8fafc!important}.rec-table-cell,.rec-table td{padding:18px 24px!important;border-bottom:1px solid #f3f4f6!important;color:#374151!important;font-size:14px!important}.rec-filter-paper,.rec-filter{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:var(--card-shadow, 0 4px 12px rgba(0,0,0,.08))!important;border:1px solid #f3f4f6!important;margin-bottom:16px!important}.rec-filter-header{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:24px!important;font-size:16px!important;font-weight:700!important;color:#374151!important}.rec-filter-title{font-size:16px!important;font-weight:700!important;color:#374151!important}.rec-filter-input .MuiOutlinedInput-root,.rec-filter-field .MuiOutlinedInput-root{border-radius:8px!important;background:#ffffff!important;transition:all .2s ease!important}.rec-filter-input .MuiOutlinedInput-notchedOutline,.rec-filter-field .MuiOutlinedInput-notchedOutline{border-color:#e5e7eb!important}.rec-filter-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.rec-filter-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#6c4cf1!important}.rec-btn-primary{background:#6C4CF1!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:10px 24px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important;box-shadow:0 4px 14px #6c4cf159!important;transition:all .2s ease!important}.rec-btn-primary:hover{background:#5A3EE0!important;transform:translateY(-1px)!important;box-shadow:0 6px 18px #6c4cf173!important}.rec-modal-paper,.rec-dialog{border-radius:16px!important}@media print{.no-print,.sidebar,.MuiDialogTitle-root,.MuiDialogActions-root,.MuiBackdrop-root{display:none!important}#offer-letter{position:relative!important;width:100%!important;max-width:none!important;margin:0!important;box-shadow:none!important;background:#ffffff!important}@page{size:A4;margin:12mm}}.onb-page-container{padding:24px;max-width:100%;overflow-x:hidden;min-height:100vh;background-color:#f5f7fb}.onb-header-container{width:100%;margin-bottom:24px}.onb-header-breadcrumbs-wrapper{margin-bottom:16px}.onb-header-tabs-wrapper{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #00000005;padding:4px}.onb-tabs-root{min-height:48px!important}.onb-tabs-root .MuiTabs-flexContainer{gap:8px;padding:0 4px}.onb-tabs-root .MuiTabs-indicator{display:none!important}.onb-tab-item{text-transform:none!important;font-weight:600!important;font-size:13.5px!important;color:#64748b!important;min-height:40px!important;padding:8px 16px!important;border-radius:8px!important;transition:all .2s ease-in-out!important}.onb-tab-item:hover{background-color:#f8fafc!important;color:#1e293b!important}.onb-tab-item.Mui-selected{color:#fff!important;background-color:#1976d2!important;box-shadow:0 4px 12px #1976d233!important}.onb-section-title{font-weight:700!important;color:#1e293b!important;margin-bottom:24px!important}.onb-stat-card{padding:24px!important;border-radius:16px!important;display:flex!important;align-items:center!important;gap:16px!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 12px #00000008!important;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out!important}.onb-stat-card:hover{transform:translateY(-4px)!important;box-shadow:0 8px 24px #0000000f!important}.onb-stat-icon-wrapper{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center}.onb-stat-title{color:#64748b!important;font-weight:600!important}.onb-stat-value{color:#0f172a!important;font-weight:800!important}.onb-table-paper{border-radius:16px!important;overflow:hidden!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 12px #00000008!important}.onb-table-head{background-color:#f8fafc!important}.onb-table-head-cell{font-weight:700!important;color:#475569!important;border-bottom:1px solid #e2e8f0!important}.onb-table-cell{border-bottom:1px solid #f1f5f9!important}.onb-text-muted{color:#475569!important;font-weight:500!important}.onb-text-bold{color:#0f172a!important;font-weight:600!important}.onb-chip{font-weight:700!important;border-radius:6px!important}.onb-filter-paper{padding:24px!important;border-radius:24px!important;border:1px solid transparent!important;box-shadow:0 4px 16px #00000014!important;margin-bottom:24px!important}.onb-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.onb-filter-actions{display:flex;gap:16px}.onb-btn-reset{border-color:#d1d5db!important;color:#6b7280!important}.onb-btn-search{background-color:#1976d2!important;color:#fff!important}.onb-modal-paper{border-radius:16px!important}.onb-modal-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;font-weight:700!important;border-bottom:1px solid #e2e8f0}.onb-modal-content{padding:24px!important}.onb-checklist-card{padding:20px;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:16px;background-color:#fff}.onb-checklist-title{font-weight:600!important;color:#1e293b!important;margin-bottom:12px!important}.onb-page-container,.onb-container{padding:24px!important;background:#f5f7fb!important;min-height:100vh!important}.onb-header-container,.onb-header{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:0px!important;margin-bottom:25px!important}.onb-stat-card,.onb-card{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:0 4px 16px #0000000a!important;display:flex!important;align-items:center!important;gap:16px!important;border:1px solid #f1f5f9!important}.onb-table-paper,.onb-table-container{background:#ffffff!important;border-radius:16px!important;box-shadow:0 10px 30px #0000000d,0 2px 8px #00000005!important;border:1px solid #f1f5f9!important;overflow:hidden!important;margin-top:20px!important}.onb-table-head,.onb-table-header{background:#f5f3ff!important}.onb-table-head-cell,.onb-table-header th{color:#4b5563!important;font-weight:700!important;font-size:12px!important;letter-spacing:.05em!important;text-transform:uppercase!important;border-bottom:0!important;padding:18px 24px!important;text-align:left!important}.onb-table-row:hover{background-color:#f8fafc!important}.onb-table-cell,.onb-table td{padding:18px 24px!important;border-bottom:1px solid #f3f4f6!important;color:#374151!important;font-size:14px!important}.onb-filter-paper,.onb-filter{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:var(--card-shadow, 0 4px 12px rgba(0,0,0,.08))!important;border:1px solid #f3f4f6!important;margin-bottom:16px!important}.onb-filter-header{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:24px!important;font-size:16px!important;font-weight:700!important;color:#374151!important}.onb-filter-title{font-size:16px!important;font-weight:700!important;color:#374151!important}.onb-filter-input .MuiOutlinedInput-root,.onb-filter-field .MuiOutlinedInput-root{border-radius:8px!important;background:#ffffff!important;transition:all .2s ease!important}.onb-filter-input .MuiOutlinedInput-notchedOutline,.onb-filter-field .MuiOutlinedInput-notchedOutline{border-color:#e5e7eb!important}.onb-filter-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.onb-filter-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#6c4cf1!important}.onb-btn-primary{background:#6C4CF1!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:10px 24px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important;box-shadow:0 4px 14px #6c4cf159!important;transition:all .2s ease!important}.onb-btn-primary:hover{background:#5A3EE0!important;transform:translateY(-1px)!important;box-shadow:0 6px 18px #6c4cf173!important}.onb-modal-paper,.onb-dialog{border-radius:16px!important}.res-page-container{padding:24px;max-width:100%;overflow-x:hidden;min-height:100vh;background-color:#f5f7fb}.res-header-container{width:100%;margin-bottom:24px}.res-header-breadcrumbs-wrapper{margin-bottom:16px}.res-header-tabs-wrapper{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #00000005;padding:4px}.res-tabs-root{min-height:48px!important}.res-tabs-root .MuiTabs-flexContainer{gap:8px;padding:0 4px}.res-tabs-root .MuiTabs-indicator{display:none!important}.res-tab-item{text-transform:none!important;font-weight:600!important;font-size:13.5px!important;color:#64748b!important;min-height:40px!important;padding:8px 16px!important;border-radius:8px!important;transition:all .2s ease-in-out!important}.res-tab-item:hover{background-color:#f8fafc!important;color:#1e293b!important}.res-tab-item.Mui-selected{color:#fff!important;background-color:#1976d2!important;box-shadow:0 4px 12px #1976d233!important}.res-section-title{font-weight:700!important;color:#1e293b!important;margin-bottom:24px!important}.res-stat-card{padding:24px!important;border-radius:16px!important;display:flex!important;align-items:center!important;gap:16px!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 12px #00000008!important;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out!important}.res-stat-card:hover{transform:translateY(-4px)!important;box-shadow:0 8px 24px #0000000f!important}.res-stat-icon-wrapper{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center}.res-stat-title{color:#64748b!important;font-weight:600!important}.res-stat-value{color:#0f172a!important;font-weight:800!important}.res-table-paper{border-radius:16px!important;overflow:hidden!important;border:1px solid #f1f5f9!important;box-shadow:0 4px 12px #00000008!important}.res-table-head{background-color:#f8fafc!important}.res-table-head-cell{font-weight:700!important;color:#475569!important;border-bottom:1px solid #e2e8f0!important}.res-table-cell{border-bottom:1px solid #f1f5f9!important}.res-text-muted{color:#475569!important;font-weight:500!important}.res-text-bold{color:#0f172a!important;font-weight:600!important}.res-chip{font-weight:700!important;border-radius:6px!important}.res-filter-paper{padding:24px!important;border-radius:24px!important;border:1px solid transparent!important;box-shadow:0 4px 16px #00000014!important;margin-bottom:24px!important}.res-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.res-filter-actions{display:flex;gap:16px}.res-btn-reset{border-color:#d1d5db!important;color:#6b7280!important}.res-btn-search{background-color:#1976d2!important;color:#fff!important}.res-modal-paper{border-radius:16px!important}.res-modal-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;font-weight:700!important;border-bottom:1px solid #e2e8f0}.res-modal-content{padding:24px!important}.res-clearance-card{padding:20px;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:16px;background-color:#fff}.res-clearance-title{font-weight:600!important;color:#1e293b!important;margin-bottom:12px!important}.res-clearance-dept-header{display:flex;align-items:center;gap:8px;padding:12px 16px;background-color:#f8fafc;border-radius:8px;margin-bottom:8px}.res-interview-card{padding:24px;border-radius:16px;border:1px solid #e2e8f0;background-color:#fff;margin-top:24px}.res-interview-field{margin-bottom:16px}.res-interview-field label{display:block;font-weight:600;color:#475569;margin-bottom:6px;font-size:13px}.res-settlement-summary{padding:20px;border-radius:12px;background-color:#f8fafc;border:1px solid #e2e8f0;margin-top:16px}.res-settlement-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f1f5f9}.res-settlement-row:last-child{border-bottom:none;padding-top:12px;margin-top:4px;border-top:2px solid #e2e8f0}.res-settlement-label{color:#475569;font-weight:500;font-size:14px}.res-settlement-value{color:#0f172a;font-weight:700;font-size:14px}.res-settlement-total .res-settlement-label,.res-settlement-total .res-settlement-value{font-size:16px;color:#1976d2}.res-employee-status{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700}.res-status-active{background-color:#dcfce7;color:#16a34a}.res-status-resigned{background-color:#fef3c7;color:#d97706}.res-status-relieved{background-color:#e0f2fe;color:#0284c7}.res-page-container,.res-container{padding:24px!important;background:#f5f7fb!important;min-height:100vh!important}.res-header-container,.res-header{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:0px!important;margin-bottom:25px!important}.res-stat-card,.res-card{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:0 4px 16px #0000000a!important;display:flex!important;align-items:center!important;gap:16px!important;border:1px solid #f1f5f9!important}.res-table-paper,.res-table-container{background:#ffffff!important;border-radius:16px!important;box-shadow:0 10px 30px #0000000d,0 2px 8px #00000005!important;border:1px solid #f1f5f9!important;overflow:hidden!important;margin-top:20px!important}.res-table-head,.res-table-header{background:#f5f3ff!important}.res-table-head-cell,.res-table-header th{color:#4b5563!important;font-weight:700!important;font-size:12px!important;letter-spacing:.05em!important;text-transform:uppercase!important;border-bottom:0!important;padding:18px 24px!important;text-align:left!important}.res-table-row:hover{background-color:#f8fafc!important}.res-table-cell,.res-table td{padding:18px 24px!important;border-bottom:1px solid #f3f4f6!important;color:#374151!important;font-size:14px!important}.res-filter-paper,.res-filter{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:var(--card-shadow, 0 4px 12px rgba(0,0,0,.08))!important;border:1px solid #f3f4f6!important;margin-bottom:16px!important}.res-filter-header{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:24px!important;font-size:16px!important;font-weight:700!important;color:#374151!important}.res-filter-title{font-size:16px!important;font-weight:700!important;color:#374151!important}.res-filter-input .MuiOutlinedInput-root,.res-filter-field .MuiOutlinedInput-root{border-radius:8px!important;background:#ffffff!important;transition:all .2s ease!important}.res-filter-input .MuiOutlinedInput-notchedOutline,.res-filter-field .MuiOutlinedInput-notchedOutline{border-color:#e5e7eb!important}.res-filter-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.res-filter-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#6c4cf1!important}.res-btn-primary{background:#6C4CF1!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:10px 24px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important;box-shadow:0 4px 14px #6c4cf159!important;transition:all .2s ease!important}.res-btn-primary:hover{background:#5A3EE0!important;transform:translateY(-1px)!important;box-shadow:0 6px 18px #6c4cf173!important}.res-modal-paper,.res-dialog{border-radius:16px!important}.stock-inward-container{background-color:#f8fafc;min-height:100vh;padding:24px}.stock-inward-header-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 24px;margin-bottom:20px;box-shadow:0 1px 3px #0f172a08}.stock-inward-table-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;box-shadow:0 2px 8px #0f172a0a}.stock-inward-filter-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:20px}.stock-inward-section-header{font-size:.88rem;font-weight:700;color:#0f172a;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px;padding-bottom:8px;border-bottom:2px solid #635bff;display:inline-block}.stock-inward-read-only-input{background-color:#f1f5f9!important;color:#334155!important;font-weight:600!important}.qc-passed-badge{background-color:#dcfce7;color:#166534;font-weight:700}.qc-failed-badge{background-color:#fee2e2;color:#991b1b;font-weight:700}.receipt-full-badge{background-color:#eff6ff;color:#2563eb;font-weight:700}.receipt-partial-badge{background-color:#fef3c7;color:#92400e;font-weight:700}@media print{*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.no-print,nav,header,aside,.sidebar,.navbar{display:none!important}.printable-receipt-template,.printable-voucher,.printable-detail-page,.printable-area{display:block!important;position:relative!important;width:100%!important;padding:0!important;margin:0!important;background-color:#fff!important}.printable-voucher thead tr,.printable-voucher table th,.printable-receipt-template thead tr,.printable-receipt-template table th{background-color:#0f172a!important;color:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}.warehouse-container{padding:24px;background-color:#f8fafc;min-height:100vh}.table-header-cell{font-weight:700!important;color:#475569!important;font-size:.75rem!important;letter-spacing:.05em;text-transform:uppercase}.action-btn-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.action-btn-view{color:#6c4cf1;background:#f1f5f9}.action-btn-view:hover{background:#e2e8f0}.action-btn-edit{color:#6c4cf1;background:#f1f5f9}.action-btn-edit:hover{background:#e2e8f0}.action-btn-delete{color:#ef4444;background:#fee2e2}.action-btn-delete:hover{background:#fca5a5}.wf-page-container{padding:24px;max-width:100%;overflow-x:hidden;min-height:100vh;background-color:#f5f7fb}.wf-header-container{width:100%;margin-bottom:24px}.wf-header-breadcrumbs-wrapper{margin-bottom:16px}.wf-header-tabs-wrapper{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #00000005;padding:4px}.wf-tabs-root{min-height:48px!important}.wf-tabs-root .MuiTabs-flexContainer{gap:8px;padding:0 4px}.wf-tabs-root .MuiTabs-indicator{display:none!important}.wf-tabs-root .MuiTabs-scrollButtons{width:40px!important;color:#64748b!important}.wf-tabs-root .MuiTabs-scrollButtons.Mui-disabled{opacity:.2!important}.wf-tab-item{text-transform:none!important;font-weight:600!important;font-size:13.5px!important;color:#64748b!important;min-height:40px!important;padding:8px 16px!important;border-radius:8px!important;transition:all .2s ease-in-out!important}.wf-tab-item:hover{background-color:#f8fafc!important;color:#1e293b!important}.wf-tab-item.Mui-selected{color:#fff!important;background-color:#9057fe!important;box-shadow:0 4px 12px #9057fe33!important}.wf-stat-card{display:flex;align-items:center;padding:20px 24px;border-radius:12px!important;border:none!important;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008!important;transition:all .3s ease;background-color:#fff}.wf-stat-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important;transform:translateY(-2px)}.wf-stat-icon-wrapper{width:52px;height:52px;border-radius:14px;display:flex;justify-content:center;align-items:center;margin-right:16px;flex-shrink:0}.wf-stat-title{color:#475569;font-weight:600!important;margin-bottom:2px!important;text-transform:none;font-size:.85rem!important}.wf-stat-value{color:#0f172a;font-weight:800!important;font-size:1.5rem!important}.wf-section-title{color:#111827;font-weight:600!important;margin-bottom:20px!important}.wf-table-search{display:flex;align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:6px 16px;width:300px}.wf-table-search input{border:none;background:transparent;outline:none;padding:6px;width:100%;font-size:14px}.wf-table-head{background-color:#f8f9fc!important}.wf-table-head th{color:#64748b!important;font-weight:700!important;font-size:.75rem!important;text-transform:uppercase!important;border-bottom:none!important;padding:16px 24px!important}.wf-table-row{background-color:#fff}.wf-table-row:nth-of-type(2n){background-color:#f8f9fc}.wf-table-row td{border-bottom:1px solid #f1f5f9!important;padding:12px 24px!important;color:#334155}.wf-action-btn{border:none!important;border-radius:50%!important;padding:6px!important;margin:0 4px!important;color:#71717a!important}.wf-action-btn:hover{background-color:#f1f5f9!important;color:#3f3f46!important}.wf-totals-row{background-color:#f0f4ff!important}.wf-totals-row td{font-weight:700!important;color:#1e293b!important;border-bottom:none!important}.wf-bar-chart{display:flex;align-items:flex-end;justify-content:space-around;gap:12px;height:220px;padding:16px 8px}.wf-bar-group{display:flex;flex-direction:column;align-items:center;flex:1;height:100%;justify-content:flex-end}.wf-bar-track{width:100%;max-width:36px;background-color:#f1f5f9;border-radius:4px 4px 0 0;position:relative;height:100%;display:flex;align-items:flex-end}.wf-bar-fill{width:100%;border-radius:4px 4px 0 0;transition:height .6s ease;min-height:4px}.wf-bar-value{font-size:11px;font-weight:700;color:#475569;margin-bottom:6px;text-align:center}.wf-bar-label{font-size:11px;color:#64748b;margin-top:8px;text-align:center;white-space:normal;line-height:1.2;width:100%;max-width:60px;height:26px;display:flex;align-items:flex-start;justify-content:center}.wf-hbar-chart{display:flex;flex-direction:column;gap:14px;padding:8px 0}.wf-hbar-row{display:flex;align-items:center;gap:12px}.wf-hbar-label{width:130px;min-width:130px;font-size:12.5px;color:#475569;font-weight:500;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wf-hbar-track{flex:1;height:20px;background-color:#f1f5f9;border-radius:4px;overflow:hidden}.wf-hbar-fill{height:100%;border-radius:4px;transition:width .6s ease;min-width:4px}.wf-hbar-count{width:30px;min-width:30px;text-align:right;font-size:13px;font-weight:700;color:#1e293b}.wf-pie-chart-container{display:flex;align-items:center;justify-content:center;gap:40px;padding:24px 0;flex-wrap:wrap}.wf-pie-chart{width:200px;height:200px;border-radius:50%;position:relative;flex-shrink:0}.wf-pie-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;background:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}.wf-pie-center-label{font-size:12px;color:#64748b;font-weight:500}.wf-pie-center-value{font-size:22px;font-weight:800;color:#1e293b}.wf-donut-chart{width:200px;height:200px;border-radius:50%;position:relative;flex-shrink:0}.wf-donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;background:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}.wf-chart-legend{display:flex;flex-direction:column;gap:12px;width:100%;max-width:220px;margin:0 auto}.wf-legend-item{display:flex;align-items:center;gap:12px;font-size:13px;color:#334155;width:100%}.wf-legend-dot{width:12px;height:12px;border-radius:3px;flex-shrink:0}.wf-legend-count{font-weight:700;color:#1e293b;margin-left:auto}.wf-attrition-card{display:flex;gap:24px;flex-wrap:wrap}.wf-attrition-item{flex:1;min-width:180px;display:flex;align-items:center;gap:16px;padding:20px 24px}.wf-attrition-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wf-attrition-label{font-size:13px;color:#64748b;font-weight:500}.wf-attrition-value{font-size:24px;font-weight:800;color:#1e293b}.wf-notification-list{display:flex;flex-direction:column;gap:8px}.wf-notification-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;border:1px solid #e5e7eb;background-color:#fff}.wf-notification-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.wf-notification-dot.success{background-color:#22c55e}.wf-notification-dot.info{background-color:#3b82f6}.wf-notification-message{flex:1;font-size:13px;color:#334155}.wf-notification-time{font-size:12px;color:#94a3b8;white-space:nowrap}.wf-page-content{margin-top:0}.wf-page-container,.wf-container{padding:24px!important;background:#f5f7fb!important;min-height:100vh!important}.wf-header-container,.wf-header{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:0px!important;margin-bottom:25px!important}.wf-stat-card,.wf-card{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:0 4px 16px #0000000a!important;display:flex!important;align-items:center!important;gap:16px!important;border:1px solid #f1f5f9!important}.wf-table-paper,.wf-table-container{background:#ffffff!important;border-radius:16px!important;box-shadow:0 10px 30px #0000000d,0 2px 8px #00000005!important;border:1px solid #f1f5f9!important;overflow:hidden!important;margin-top:20px!important}.wf-table-head,.wf-table-header{background:#f5f3ff!important}.wf-table-head-cell,.wf-table-header th{color:#4b5563!important;font-weight:700!important;font-size:12px!important;letter-spacing:.05em!important;text-transform:uppercase!important;border-bottom:0!important;padding:18px 24px!important;text-align:left!important}.wf-table-row:hover{background-color:#f8fafc!important}.wf-table-cell,.wf-table td{padding:18px 24px!important;border-bottom:1px solid #f3f4f6!important;color:#374151!important;font-size:14px!important}.wf-filter-paper,.wf-filter{background:#ffffff!important;border-radius:16px!important;padding:24px!important;box-shadow:var(--card-shadow, 0 4px 12px rgba(0,0,0,.08))!important;border:1px solid #f3f4f6!important;margin-bottom:16px!important}.wf-filter-header{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:24px!important;font-size:16px!important;font-weight:700!important;color:#374151!important}.wf-filter-title{font-size:16px!important;font-weight:700!important;color:#374151!important}.wf-filter-input .MuiOutlinedInput-root,.wf-filter-field .MuiOutlinedInput-root{border-radius:8px!important;background:#ffffff!important;transition:all .2s ease!important}.wf-filter-input .MuiOutlinedInput-notchedOutline,.wf-filter-field .MuiOutlinedInput-notchedOutline{border-color:#e5e7eb!important}.wf-filter-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.wf-filter-field .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#6c4cf1!important}.wf-btn-primary{background:#6C4CF1!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:10px 24px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important;box-shadow:0 4px 14px #6c4cf159!important;transition:all .2s ease!important}.wf-btn-primary:hover{background:#5A3EE0!important;transform:translateY(-1px)!important;box-shadow:0 6px 18px #6c4cf173!important}.wf-modal-paper,.wf-dialog{border-radius:16px!important}.employee-page{padding:24px;background:#f5f7fb;min-height:100vh}.employee-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.employee-title{font-size:28px;font-weight:700;color:#1f2937}.employee-subtitle{color:#6b7280;font-size:14px;margin-top:4px}.employee-card{background:#ffffff;border-radius:12px;padding:25px;box-shadow:0 4px 12px #00000014}.employee-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:15px;flex-wrap:wrap}.employee-search{width:350px}.employee-filter{display:flex;gap:10px}.employee-table{width:100%}.employee-table thead{background:#1976d2}.employee-table thead th{color:#fff;font-weight:600;text-align:center}.employee-table tbody td{vertical-align:middle}.employee-table tbody tr:hover{background:#f8fbff}.employee-avatar{width:45px;height:45px;border-radius:50%;object-fit:cover}.status-active{background:#d1fae5;color:#047857;padding:5px 14px;border-radius:30px;font-size:13px;font-weight:600}.status-inactive{background:#fee2e2;color:#dc2626;padding:5px 14px;border-radius:30px;font-size:13px;font-weight:600}.employee-form{margin-top:20px}.employee-form .MuiTextField-root{margin-bottom:18px}.employee-stepper{margin-bottom:30px}.employee-stepper .MuiStepLabel-label{font-weight:600}.upload-box{border:2px dashed #cbd5e1;border-radius:10px;padding:25px;text-align:center;cursor:pointer;transition:.3s}.upload-box:hover{border-color:#1976d2;background:#f7fbff}.employee-btn-group{display:flex;justify-content:space-between;margin-top:35px}.employee-btn{min-width:140px}.review-card{padding:25px;background:#fafafa;border-radius:10px}.review-title{font-size:20px;font-weight:600;margin-bottom:20px}.review-item{margin-bottom:12px}.employee-profile{display:flex;align-items:center;gap:25px;margin-bottom:30px}.employee-profile img{width:120px;height:120px;border-radius:50%}.employee-info h3{margin:0;font-size:24px}.employee-info p{margin:4px 0;color:#6b7280}@media (max-width:768px){.employee-header{flex-direction:column;align-items:flex-start}.employee-toolbar{flex-direction:column}.employee-search{width:100%}.employee-filter{width:100%;justify-content:flex-end}.employee-btn-group{flex-direction:column;gap:15px}}.stat-card{background:#ffffff;border-radius:16px;padding:24px;box-shadow:0 4px 16px #0000000a;display:flex;align-items:center;gap:16px;border:1px solid #f1f5f9}.stat-icon-wrapper{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon-purple{background:#6366f1;color:#fff}.stat-icon-blue{background:#3b82f6;color:#fff}.stat-icon-orange{background:linear-gradient(135deg,#fca5a5 0%,#fb923c 100%);color:#fff}.stat-icon-teal{background:#14b8a6;color:#fff}.stat-content{flex:1}.stat-title{font-size:13px;color:#64748b;margin-bottom:4px;font-weight:500}.stat-value{font-size:24px;font-weight:700;color:#0f172a;margin-bottom:4px}.stat-trend{font-size:12px;font-weight:500}.trend-up{color:#22c55e}.trend-down{color:#ef4444}.wavy-toolbar{background:#ffffff;background-image:radial-gradient(circle at 0% 0%,#f8fafc 0%,transparent 50%),radial-gradient(circle at 100% 100%,#f1f5f9 0%,transparent 50%);border-radius:16px;padding:24px;box-shadow:var(--card-shadow);border:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:24px}.dept-pill{padding:6px 16px;border-radius:8px;font-size:13px;font-weight:600;display:inline-block}.dept-hr{background:#f3e8ff;color:#9333ea}.dept-accounts{background:#e0f2fe;color:#0ea5e9}.dept-production{background:#dcfce7;color:#22c55e}.status-indicator{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600}.status-dot{width:8px;height:8px;border-radius:50%}.ind-inactive{background:#fef2f2;color:#991b1b}.ind-inactive .status-dot{background:#ef4444}.ind-leave{background:#fef2f2;color:#ef4444}.ind-leave .status-dot{background:#ef4444}.ind-earlyleave{background:#fff7ed;color:#c2410c}.ind-earlyleave .status-dot{background:#ea580c}.ind-wfh{background:#fef2f2;color:#dc2626}.ind-wfh .status-dot{background:#ef4444}.premium-table{border-radius:16px!important;overflow:hidden;box-shadow:var(--card-shadow)!important;border:1px solid #f1f5f9}.premium-table thead th{background:#f8fafc!important;color:#475569!important;font-weight:600!important;border-bottom:1px solid #e2e8f0!important}.premium-table tbody td{padding:16px!important;border-bottom:1px solid #f1f5f9!important}.employee-name-stack{display:flex;flex-direction:column}.emp-name{font-weight:600;color:#0f172a;font-size:14px}.emp-email{font-size:12px;color:#64748b;margin-top:2px}.page-title{font-size:24px;font-weight:700;color:#111827}.page-subtitle{font-size:14px;color:#475569;font-weight:600;margin-top:4px}.filter-card{background:#ffffff;border-radius:16px;padding:24px;box-shadow:var(--card-shadow);border:1px solid #f3f4f6;margin-bottom:16px}.filter-header{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-size:16px;font-weight:700;color:#374151}.custom-form-group{display:flex;flex-direction:column;gap:8px}.custom-label{font-size:12px;font-weight:600;color:#4b5563}.custom-input .MuiOutlinedInput-notchedOutline{border-color:#e5e7eb}.btn-reset{background:#F0EDFF;color:#6c4cf1;border:1px solid #E5E7EB;border-radius:8px;padding:10px 24px;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease}.btn-search{background:#6C4CF1;color:#fff;border:none;border-radius:8px;padding:10px 24px;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 4px 14px #6c4cf159;transition:all .2s ease}.btn-search:hover{background:#5A3EE0;transform:translateY(-1px);box-shadow:0 6px 18px #6c4cf173}.directory-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.directory-title{font-size:20px;font-weight:700;color:#111827}.table-toolbar{padding:20px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f3f4f6;background:#ffffff}.btn-export-excel{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:10px 20px;font-weight:600;font-size:13px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease}.btn-export-excel:hover{background:#dcfce7;border-color:#86efac}.btn-export-pdf{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 20px;font-weight:600;font-size:13px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease}.btn-export-pdf:hover{background:#fee2e2;border-color:#fca5a5}.new-table thead th{background:#f5f3ff!important;color:#4b5563!important;font-weight:700!important;font-size:12px;letter-spacing:.05em;text-transform:uppercase;border-bottom:0!important;padding:18px 24px!important;text-align:left}.action-icon-btn{border:1px solid #e5e7eb;border-radius:6px;padding:6px 8px;color:#6b7280;background:#ffffff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.action-icon-btn:hover{background:#f9fafb;border-color:#cbd5e1;color:#4f46e5}.avatar-initial{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px}.avatar-bg-1{background:#f3e8ff;color:#9333ea}.avatar-bg-2{background:#e0f2fe;color:#0284c7}.avatar-bg-3{background:#dcfce7;color:#16a34a}.dashboard-container{width:100%;min-height:100vh;box-sizing:border-box}.dashboard-content{padding:24px;transition:padding .3s ease}@media (max-width: 1024px){.dashboard-content{padding:18px}}@media (max-width: 768px){.dashboard-content{padding:12px}.stat-card{padding:16px;gap:12px}.stat-icon-wrapper{width:48px;height:48px}.stat-value{font-size:20px}.filter-card{padding:16px}.filter-header{font-size:15px;margin-bottom:16px}.custom-form-group{width:100%!important}.btn-reset,.btn-search{flex:1;justify-content:center;padding:10px 16px}.directory-header{flex-direction:column;align-items:flex-start;gap:12px}.table-toolbar{flex-direction:column;align-items:flex-start;gap:12px;padding:12px 16px}.new-table thead th,.new-table tbody td{padding:12px 14px!important}.employee-profile{flex-direction:column;align-items:flex-start;gap:16px}.employee-profile img{width:80px;height:80px}}@media (max-width: 480px){.dashboard-content{padding:8px}.page-title{font-size:20px}.page-subtitle{font-size:13px}.filter-card{padding:12px}.new-table thead th,.new-table tbody td{padding:10px!important;font-size:13px;white-space:nowrap}}.hrms-dashboard-container{padding:24px;background-color:#f8fafc;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;color:#1e293b}.hrms-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.hrms-header-title{font-size:24px;font-weight:700;color:#0f172a;margin:0}.hrms-header-subtitle{font-size:14px;color:#64748b;margin-top:4px}.hrms-header-actions{display:flex;align-items:center;gap:12px}.hrms-date-pill{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#ffffff;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-weight:500;color:#475569;cursor:pointer;box-shadow:0 1px 2px #0000000d}.btn-customize{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 2px 4px #4f46e533;transition:all .2s ease}.btn-customize:hover{background:#4338ca}.hrms-kpi-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:24px}@media (max-width: 1400px){.hrms-kpi-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.hrms-kpi-grid{grid-template-columns:repeat(2,1fr)}}.kpi-card{background:#ffffff;border-radius:12px;padding:16px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a;display:flex;flex-direction:column;position:relative;transition:transform .2s ease,box-shadow .2s ease}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.kpi-icon-box{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;align-self:flex-start;margin-bottom:8px}.kpi-icon-purple{background:#f3e8ff;color:#9333ea}.kpi-icon-green{background:#dcfce7;color:#16a34a}.kpi-icon-orange{background:#ffedd5;color:#ea580c}.kpi-icon-red{background:#fee2e2;color:#dc2626}.kpi-icon-blue{background:#e0f2fe;color:#0284c7}.kpi-icon-pink{background:#fce7f3;color:#db2777}.kpi-content{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.kpi-label{font-size:13px;font-weight:500;color:#64748b;margin-bottom:8px}.kpi-value{font-size:28px;font-weight:800;color:#0f172a;line-height:1.2}.kpi-trend{font-size:12px;margin-top:12px;font-weight:600}.trend-up{color:#16a34a}.trend-down{color:#dc2626}.trend-neutral{color:#64748b}.dashboard-row{display:grid;grid-template-columns:repeat(12,1fr);gap:20px;margin-bottom:24px}.col-3{grid-column:span 3}.col-4{grid-column:span 4}.col-5{grid-column:span 5}.col-7{grid-column:span 7}.col-12{grid-column:span 12}@media (max-width: 1200px){.col-3,.col-4,.col-5,.col-7{grid-column:span 12}}.dash-card{background:#ffffff;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a;padding:20px;display:flex;flex-direction:column;height:100%}.dash-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.dash-card-title{font-size:16px;font-weight:700;color:#0f172a;margin:0}.dash-select{padding:4px 10px;border-radius:6px;border:1px solid #cbd5e1;font-size:12px;background:#f8fafc;color:#334155;outline:none}.card-link{font-size:12px;font-weight:600;color:#4f46e5;text-decoration:none;cursor:pointer}.card-link:hover{text-decoration:underline}.attendance-chart-wrap{display:flex;align-items:center;justify-content:flex-start;gap:16px;margin-top:10px}.donut-chart-container{position:relative;width:140px;height:140px;flex-shrink:0}.donut-center-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none;display:flex;flex-direction:column;align-items:center;justify-content:center;width:76px}.donut-pct{font-size:16px;font-weight:800;color:#0f172a;line-height:1.1;white-space:nowrap}.donut-sub{font-size:11px;color:#64748b;font-weight:500}.attendance-legend{display:flex;flex-direction:column;gap:12px;flex:1}.legend-item{display:flex;align-items:center;justify-content:space-between;font-size:13px}.legend-dot-label{display:flex;align-items:center;gap:8px;color:#475569}.dot{width:10px;height:10px;border-radius:50%}.dot-present{background:#3b82f6}.dot-leave{background:#f97316}.dot-absent{background:#ef4444}.legend-value{font-weight:700;color:#0f172a}.card-footer-info{margin-top:auto;padding-top:14px;border-top:1px dashed #e2e8f0;font-size:12px;color:#64748b;font-weight:500}.leave-progress-list{display:flex;flex-direction:column;gap:16px;margin-top:8px}.leave-progress-item{display:flex;flex-direction:column;gap:6px}.leave-item-header{display:flex;justify-content:space-between;font-size:13px}.leave-name{font-weight:600;color:#334155}.leave-ratio{color:#64748b;font-size:12px}.leave-pct-tag{font-weight:700;color:#0f172a}.progress-bar-bg{width:100%;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;border-radius:4px;transition:width .4s ease}.bar-green{background:#10b981}.bar-blue{background:#3b82f6}.bar-purple{background:#8b5cf6}.bar-orange{background:#f97316}.payroll-banner{background:#f5f3ff;border-radius:12px;padding:16px;display:flex;align-items:center;gap:14px;margin-bottom:16px}.payroll-banner-icon{width:48px;height:48px;border-radius:12px;background:#ede9fe;color:#7c3aed;display:flex;align-items:center;justify-content:center}.payroll-banner-label{font-size:12px;color:#6d28d9;font-weight:600}.payroll-banner-amount{font-size:24px;font-weight:800;color:#4c1d95;margin-top:2px}.payroll-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.payroll-stat-box{background:#f8fafc;border-radius:8px;padding:10px;border:1px solid #f1f5f9}.stat-box-label{font-size:11px;color:#64748b;margin-bottom:4px}.stat-box-value{font-size:14px;font-weight:700;color:#0f172a}.announcement-list{display:flex;flex-direction:column;gap:14px}.announcement-item{display:flex;gap:12px;align-items:flex-start;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.announcement-item:last-child{border-bottom:none;padding-bottom:0}.announcement-icon-box{width:36px;height:36px;border-radius:8px;background:#f3e8ff;color:#7c3aed;display:flex;align-items:center;justify-content:center;flex-shrink:0}.announcement-body{flex:1}.announcement-top{display:flex;justify-content:space-between;align-items:center}.announcement-title{font-size:13px;font-weight:700;color:#1e293b}.announcement-date{font-size:11px;color:#94a3b8}.announcement-desc{font-size:12px;color:#64748b;margin-top:4px}.approval-list{display:flex;flex-direction:column;gap:12px}.approval-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:8px;background:#f8fafc;border:1px solid #f1f5f9}.approval-left{display:flex;align-items:center;gap:10px}.approval-icon-sq{width:32px;height:32px;border-radius:6px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center}.approval-title{font-size:13px;font-weight:600;color:#1e293b}.approval-count{font-size:11px;color:#64748b}.status-badge-pending{padding:4px 10px;border-radius:12px;background:#fff7ed;color:#c2410c;font-size:11px;font-weight:700;border:1px solid #ffedd5}.funnel-container{display:flex;flex-direction:column;gap:10px;margin-top:8px}.funnel-step{display:flex;align-items:center;gap:10px}.funnel-label{width:90px;font-size:12px;font-weight:600;color:#475569}.funnel-bar-bg{flex:1;height:22px;background:#f1f5f9;border-radius:4px;overflow:hidden;position:relative}.funnel-bar-fill{height:100%;border-radius:4px;display:flex;align-items:center;justify-content:flex-end;padding-right:8px;color:#fff;font-size:11px;font-weight:700;transition:width .4s ease}.event-list{display:flex;flex-direction:column;gap:14px}.event-item{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.event-item:last-child{border-bottom:none;padding-bottom:0}.event-left{display:flex;align-items:center;gap:12px}.event-icon-circle{width:36px;height:36px;border-radius:50%;background:#e0f2fe;color:#0284c7;display:flex;align-items:center;justify-content:center}.event-title{font-size:13px;font-weight:700;color:#1e293b}.event-time{font-size:11px;color:#64748b;margin-top:2px}.event-days-tag{padding:4px 10px;border-radius:12px;background:#f1f5f9;color:#475569;font-size:11px;font-weight:600}.quick-actions-list{display:flex;flex-direction:column;gap:10px}.action-btn-pill{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;font-size:13px;font-weight:600;color:#334155;cursor:pointer;transition:all .2s ease;text-decoration:none}.action-btn-pill:hover{background:#4f46e5;color:#fff;border-color:#4f46e5;transform:translate(3px)}.single-date-picker-wrapper{position:relative}.date-picker-popover{position:absolute;top:100%;right:0;margin-top:6px;background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;padding:16px;z-index:100;width:240px}.date-picker-popover-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:13px;font-weight:700;color:#0f172a}.close-popover-btn{background:none;border:none;color:#94a3b8;font-size:14px;cursor:pointer;padding:2px 6px;border-radius:4px}.close-popover-btn:hover{background:#f1f5f9;color:#0f172a}.single-date-input{width:100%;padding:8px 12px;border-radius:8px;border:1px solid #cbd5e1;font-size:13px;color:#1e293b;outline:none;margin-bottom:12px;box-sizing:border-box}.single-date-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.date-quick-opts{display:flex;gap:8px}.date-quick-opts button{flex:1;padding:6px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s ease}.date-quick-opts button:hover{background:#4f46e5;color:#fff;border-color:#4f46e5}.customize-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.customize-modal-container{background:#ffffff;border-radius:16px;width:100%;max-width:680px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #00000026,0 10px 10px -5px #00000014;overflow:hidden;animation:slideUp .25s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.customize-modal-header{padding:20px 24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:flex-start}.customize-modal-title{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 4px}.customize-modal-subtitle{font-size:13px;color:#64748b;margin:0}.customize-modal-body{padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:24px}.customize-section-title{font-size:13px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}.customize-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (max-width: 600px){.customize-grid{grid-template-columns:1fr}}.customize-card-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;transition:all .2s ease;cursor:pointer}.customize-card-item:hover{background:#ffffff;border-color:#cbd5e1;box-shadow:0 2px 4px #00000008}.customize-item-info{display:flex;flex-direction:column;gap:2px}.customize-item-label{font-size:13px;font-weight:600;color:#1e293b}.customize-item-desc{font-size:11px;color:#64748b}.switch{position:relative;display:inline-block;width:40px;height:22px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.2s;border-radius:22px}.slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:#fff;transition:.2s;border-radius:50%;box-shadow:0 1px 3px #0003}input:checked+.slider{background-color:#4f46e5}input:checked+.slider:before{transform:translate(18px)}.customize-modal-footer{padding:16px 24px;border-top:1px solid #e2e8f0;background:#f8fafc;display:flex;justify-content:space-between;align-items:center}.btn-reset{padding:8px 16px;background:#ffffff;border:1px solid #cbd5e1;border-radius:8px;font-size:13px;font-weight:600;color:#64748b;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.footer-action-btns{display:flex;gap:12px}.btn-cancel{padding:8px 18px;background:#ffffff;border:1px solid #cbd5e1;border-radius:8px;font-size:13px;font-weight:600;color:#475569;cursor:pointer}.btn-cancel:hover{background:#f1f5f9}.btn-save-custom{padding:8px 20px;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 2px 4px #4f46e533;display:flex;align-items:center;gap:6px;transition:all .2s ease}.btn-save-custom:hover{background:#4338ca}:root{--customer-primary: #2563eb;--customer-primary-hover: #1d4ed8;--customer-primary-light: #eff6ff;--customer-success: #16a34a;--customer-success-light: #f0fdf4;--customer-warning: #f59e0b;--customer-warning-light: #fffbeb;--customer-danger: #ef4444;--customer-danger-light: #fef2f2;--customer-text-main: #0f172a;--customer-text-muted: #64748b;--customer-text-subtle: #94a3b8;--customer-bg-card: #ffffff;--customer-bg-alt: #f8fafc;--customer-border: #e2e8f0;--customer-border-focus: #3b82f6;--customer-radius-sm: 6px;--customer-radius-md: 8px;--customer-radius-lg: 12px;--customer-shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--customer-shadow-md: 0 4px 12px -2px rgba(0, 0, 0, .08);--customer-shadow-lg: 0 10px 25px -5px rgba(0, 0, 0, .1);--customer-transition: all .2s cubic-bezier(.4, 0, .2, 1)}.customer-module-container{display:flex;flex-direction:column;gap:20px;padding:20px 24px;background-color:var(--customer-bg-alt);min-height:calc(100vh - 64px);box-sizing:border-box}.customer-content-card{background-color:var(--customer-bg-card);border:1px solid var(--customer-border);border-radius:var(--customer-radius-md);box-shadow:var(--customer-shadow-sm);padding:24px;transition:var(--customer-transition)}.customer-content-card:hover{box-shadow:var(--customer-shadow-md)}.customer-table-container{background:var(--customer-bg-card);border:1px solid var(--customer-border);border-radius:var(--customer-radius-md);overflow:hidden;box-shadow:var(--customer-shadow-sm)}.customer-table{width:100%;border-collapse:separate;border-spacing:0}.customer-table th{background-color:#f1f5f9;color:var(--customer-text-muted);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:12px 16px;border-bottom:1px solid var(--customer-border);white-space:nowrap}.customer-table td{padding:14px 16px;font-size:.875rem;color:var(--customer-text-main);border-bottom:1px solid var(--customer-border);vertical-align:middle;transition:var(--customer-transition)}.customer-table tr:last-child td{border-bottom:none}.customer-table tr:hover td{background-color:#f8fafc}.customer-name-cell{display:flex;align-items:center;gap:12px}.customer-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;box-shadow:0 2px 4px #2563eb33}.customer-display-name{font-weight:600;color:var(--customer-primary);text-decoration:none;font-size:.875rem;transition:var(--customer-transition)}.customer-display-name:hover{color:var(--customer-primary-hover);text-decoration:underline}.customer-company-name{font-size:.75rem;color:var(--customer-text-muted)}.customer-status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.customer-status-badge.active{background-color:var(--customer-success-light);color:var(--customer-success);border:1px solid #bbf7d0}.customer-status-badge.inactive{background-color:#f1f5f9;color:var(--customer-text-muted);border:1px solid var(--customer-border)}.customer-status-badge.overdue{background-color:var(--customer-danger-light);color:var(--customer-danger);border:1px solid #fecaca}.customer-receivables-amount{font-weight:600;color:var(--customer-text-main)}.customer-receivables-amount.positive{color:var(--customer-danger)}.customer-form-section{background:var(--customer-bg-card);border:1px solid var(--customer-border);border-radius:var(--customer-radius-md);padding:24px;margin-bottom:24px}.customer-form-section-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--customer-border)}.customer-form-section-title{font-size:1rem;font-weight:700;color:var(--customer-primary);display:flex;align-items:center;gap:8px}.customer-form-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:20px}.customer-form-group{display:flex;flex-direction:column;gap:6px}.customer-form-label{font-size:.8125rem;font-weight:600;color:var(--customer-text-main);display:flex;align-items:center;gap:4px}.customer-required-indicator{color:var(--customer-danger);font-weight:700}.customer-profile-hero{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;border-radius:var(--customer-radius-md);padding:28px;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--customer-shadow-md)}.customer-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.customer-kpi-card{background:var(--customer-bg-card);border:1px solid var(--customer-border);border-radius:var(--customer-radius-md);padding:20px;box-shadow:var(--customer-shadow-sm);display:flex;flex-direction:column;gap:8px}.customer-kpi-label{font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--customer-text-muted)}.customer-kpi-value{font-size:1.5rem;font-weight:800;color:var(--customer-text-main)}.customer-kpi-value.highlight{color:var(--customer-primary)}.customer-address-card{border:1px solid var(--customer-border);border-radius:var(--customer-radius-sm);padding:16px;background-color:var(--customer-bg-alt);height:100%}.customer-address-title{font-size:.875rem;font-weight:700;color:var(--customer-text-main);margin-bottom:8px}.customer-address-text{font-size:.8125rem;color:var(--customer-text-muted);line-height:1.5;white-space:pre-line}.customer-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:16px}.customer-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:var(--customer-radius-sm);font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:var(--customer-transition);text-decoration:none}.customer-btn-primary{background-color:var(--customer-primary);color:#fff}.customer-btn-primary:hover{background-color:var(--customer-primary-hover);box-shadow:0 4px 10px #2563eb4d}.customer-btn-secondary{background-color:#fff;color:var(--customer-text-main);border:1px solid var(--customer-border)}.customer-btn-secondary:hover{background-color:var(--customer-bg-alt);border-color:#cbd5e1}.customer-btn-danger{background-color:var(--customer-danger);color:#fff}.customer-btn-danger:hover{background-color:#dc2626}@media (max-width: 900px){.customer-form-grid{grid-template-columns:1fr}.customer-toolbar{flex-direction:column;align-items:stretch}.customer-profile-hero{flex-direction:column;align-items:flex-start;gap:16px}}@media (max-width: 600px){.customer-module-container{padding:12px 14px}.customer-content-card{padding:16px}}.top-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;background:white;padding:16px 28px;border-radius:16px;box-shadow:0 10px 30px #0000000a;border:1px solid var(--border-color);position:relative;z-index:10}.header-left h1{margin:0 0 5px;font-size:20px;font-weight:700;color:var(--text-dark)}.breadcrumbs{font-size:13px;color:var(--text-muted);display:flex;align-items:center}.breadcrumbs .separator{margin:0 8px;font-size:11px}.breadcrumbs .current{color:var(--primary-color);font-weight:600}.breadcrumbs .crumb-link{color:var(--text-muted)}.header-right{display:flex;align-items:center;gap:15px}.search-box{position:relative;display:flex;align-items:center;background:#fcfcfd;border:1px solid var(--border-color);border-radius:20px;padding:8px 18px;height:42px;box-sizing:border-box}.search-box .search-icon{color:var(--primary-color);font-size:20px}.search-box input{border:none;background:transparent;outline:none;font-size:13px;width:220px;margin-left:10px;color:var(--text-dark)}.search-box input::placeholder{color:#9ca3af}.header-icons{display:flex;align-items:center;gap:10px}.icon-btn{background:transparent;border:1px solid var(--border-color);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;position:relative}.icon-btn:hover{background:var(--primary-light);border-color:var(--primary-light)}.icon-globe{color:#06b6d4}.icon-gray{color:#94a3b8}.icon-yellow{color:#f59e0b}.icon-purple{color:var(--primary-color)}.cart-btn .badge-count{position:absolute;top:-2px;right:-2px;background:var(--primary-color);color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white}.user-profile{display:flex;align-items:center;margin-left:5px}.user-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary-light);color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}@media (max-width: 768px){.top-header{flex-direction:column;align-items:stretch;gap:15px;padding:14px 18px;margin-bottom:18px}.header-left h1{font-size:18px}.header-right{width:100%;flex-direction:column;align-items:stretch;gap:12px}.search-box,.search-box input{width:100%}.header-icons{justify-content:space-between;width:100%}}.ind-active{background:#f0fdf4;color:#166534}.ind-active .status-dot{background:#22c55e}.ind-inactive,.ind-stopped,.ind-paused{background:#fef2f2;color:#991b1b}.ind-inactive .status-dot,.ind-stopped .status-dot,.ind-paused .status-dot{background:#ef4444}.ind-expired{background:#fffbeb;color:#b45309}.ind-expired .status-dot{background:#f59e0b}.filter-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:15px;font-weight:600;color:#7c3aed}.btn-new-green{background:#10b981!important;color:#fff!important;border:none!important;border-radius:6px!important;padding:8px 18px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;gap:6px!important;cursor:pointer!important;transition:all .2s ease!important}.btn-new-green:hover{background:#059669!important}.btn-primary,.btn-search{background:#7c3aed!important;color:#fff!important;border:none!important;border-radius:6px!important;padding:8px 18px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;gap:6px!important;cursor:pointer!important;transition:all .2s ease!important}.btn-primary:hover,.btn-search:hover{background:#6d28d9!important}.btn-reset{background:#ffffff!important;color:#475569!important;border:1px solid #cbd5e1!important;border-radius:6px!important;padding:8px 18px!important;font-weight:600!important;cursor:pointer!important;transition:all .2s ease!important}.btn-reset:hover{background:#f8fafc!important;border-color:#94a3b8!important}.bulk-btn-group{display:inline-flex;border-radius:6px;overflow:hidden;border:1px solid #d1d5db;background-color:#fff}.bulk-btn-group-item{border:none!important;border-radius:0!important;padding:4px 8px!important;color:#374151!important;min-width:32px!important;height:32px!important}.bulk-btn-group-item:not(:last-child){border-right:1px solid #e5e7eb!important}.bulk-btn-group-item:hover{background-color:#f9fafb!important}.status-indicator{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;line-height:1.4}.status-dot{width:7px;height:7px;border-radius:50%;display:inline-block}.ind-delivered,.ind-open,.ind-approved{background:#f0fdf4;color:#166534}.ind-delivered .status-dot,.ind-open .status-dot,.ind-approved .status-dot{background:#22c55e}.ind-invoiced{background:#f3e8ff;color:#7e22ce}.ind-invoiced .status-dot{background:#a855f7}.ind-draft{background:#f1f5f9;color:#475569}.ind-cancelled{background:#fef2f2;color:#991b1b}.ind-cancelled .status-dot{background:#ef4444}.filter-card{background:#ffffff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;margin-bottom:20px}.filter-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:15px;font-weight:600;color:#2563eb}.custom-label{font-size:13px;font-weight:500;color:#475569}.btn-primary,.btn-search{background:#2563eb!important;color:#fff!important;border:none!important;border-radius:6px!important;padding:8px 18px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;gap:6px!important;cursor:pointer!important;transition:all .2s ease!important}.btn-primary:hover,.btn-search:hover{background:#1d4ed8!important}.btn-reset{background:#ffffff!important;color:#475569!important;border:1px solid #cbd5e1!important;border-radius:6px!important;padding:8px 18px!important;font-weight:600!important;cursor:pointer!important}.btn-reset:hover{background:#f8fafc!important}:root{--vendor-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--vendor-primary: #2563eb;--vendor-primary-hover: #1d4ed8;--vendor-success: #10b981;--vendor-success-hover: #059669;--vendor-danger: #ef4444;--vendor-warning: #f59e0b;--vendor-text-main: #0f172a;--vendor-text-muted: #64748b;--vendor-border: #e2e8f0;--vendor-bg-subtle: #f8fafc;--vendor-bg-card: #ffffff}.dashboard-container,.vendor-page-container{min-height:100vh;background-color:#f8fafc;font-family:var(--vendor-font);color:var(--vendor-text-main)}.dashboard-content,.vendor-content{padding:24px 32px;max-width:1600px;margin:0 auto}.table-card,.vendor-card,.filter-card{background:#ffffff;border-radius:12px;border:1px solid #e2e8f0;padding:20px 24px;margin-bottom:24px;box-shadow:0 1px 3px #0000000a}.filter-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:15px;font-weight:700;color:#4f46e5}.filter-header svg,.filter-header .MuiSvgIcon-root{color:#4f46e5!important;font-size:20px!important}.table-toolbar{display:flex;justifyContent:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.new-table,.vendor-table{width:100%;border-collapse:collapse}.new-table thead th,.vendor-table thead th{background-color:#fafafa;color:#64748b;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:12px 16px;border-bottom:1px solid #e2e8f0}.new-table tbody td,.vendor-table tbody td{padding:14px 16px;font-size:.85rem;color:#334155;border-bottom:1px solid #f1f5f9}.new-table tbody tr:hover,.vendor-table tbody tr:hover{background-color:#f8fafc}.custom-label{font-size:13px;font-weight:600;color:#334155}.custom-input .MuiOutlinedInput-root{border-radius:8px;background:#ffffff;font-size:.875rem;transition:all .2s ease}.custom-input .MuiOutlinedInput-notchedOutline{border-color:#cbd5e1}.custom-input .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#94a3b8}.custom-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#4f46e5!important;border-width:1.5px}.purchase-action-bar,.vendor-action-bar{display:flex;align-items:center;gap:12px;padding:16px 24px;background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;margin-top:24px;box-shadow:0 4px 6px -1px #0000000d}.btn-primary,.btn-create,.vendor-btn-primary{background-color:#10b981;color:#fff;font-size:.8125rem;font-weight:600;padding:8px 16px;border-radius:6px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px;text-decoration:none;transition:background-color .2s ease}.btn-primary:hover,.btn-create:hover,.vendor-btn-primary:hover{background-color:#059669}.btn-reset,.btn-secondary{background-color:#fff;color:#475569;border:1px solid #cbd5e1;font-size:.8125rem;font-weight:600;padding:7px 15px;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease}.btn-reset:hover,.btn-secondary:hover{background-color:#f8fafc;border-color:#94a3b8}.status-indicator{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:12px}.status-dot{width:6px;height:6px;border-radius:50%;background-color:currentColor}.ind-active,.ind-paid,.ind-invoiced{background-color:#ecfdf5;color:#059669}.ind-inactive,.ind-draft{background-color:#f1f5f9;color:#64748b}.ind-unpaid,.ind-overdue{background-color:#fef2f2;color:#dc2626}@media print{@page{size:A4 portrait;margin:5mm}*,*:before,*:after{box-sizing:border-box!important}html,body,#root,.app-container,.main-content,.dashboard-container{background:#ffffff!important;color:#000!important;height:auto!important;min-height:0!important;overflow:visible!important;margin:0!important;padding:0!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.no-print,.sidebar,.sidebar-container,.sidebar-backdrop,.mobile-toggle-btn,header,nav,.MuiButton-root,.MuiIconButton-root,.MuiTabs-root,.MuiDialog-root:not(.printable-dialog){display:none!important;height:0!important;margin:0!important;padding:0!important}.printable-document,#printable-statement-area{position:absolute!important;left:0!important;top:0!important;width:100%!important;max-width:100%!important;margin:0!important;padding:10px!important;border:none!important;box-shadow:none!important;background:#ffffff!important;display:block!important;page-break-after:avoid!important;break-after:avoid!important;page-break-before:avoid!important;break-before:avoid!important;page-break-inside:avoid!important;break-inside:avoid!important}.printable-document .MuiPaper-root{border:none!important;box-shadow:none!important;padding:0!important;margin:0!important;max-width:100%!important;width:100%!important}.statement-table-head,.statement-table-head tr,.statement-table-head th,.statement-table-head .MuiTableCell-root,.printable-document thead,.printable-document thead tr,.printable-document thead th{background-color:#000!important;background:#000000!important;color:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}*,*:before,*:after{box-sizing:border-box}html,body,#root,.app-container,.main-content{width:100%;max-width:100vw;overflow-x:hidden}.dashboard-container,.vendor-page-container{width:100%;max-width:100%;box-sizing:border-box}.dashboard-content,.vendor-content{width:100%;max-width:1600px;margin:0 auto;box-sizing:border-box}.printable-document,#printable-statement-area,.table-card,.vendor-card,.filter-card{width:100%!important;max-width:100%!important;box-sizing:border-box!important}@media (max-width: 1440px){.dashboard-content,.vendor-content{padding:20px 24px!important}}@media (max-width: 1024px){.dashboard-content,.vendor-content{padding:16px 18px!important}}@media (max-width: 768px){.dashboard-content,.vendor-content{padding:12px!important}.table-toolbar,.filter-header,.purchase-action-bar,.vendor-action-bar{flex-direction:column;align-items:stretch;gap:10px}.new-table-wrapper,.vendor-table-wrapper{width:100%;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.table-card,.vendor-card,.filter-card{padding:14px 16px;border-radius:8px}}@media (max-width: 480px){.dashboard-content,.vendor-content{padding:8px!important}.btn-primary,.btn-create,.vendor-btn-primary,.btn-reset,.btn-secondary{width:100%;justify-content:center}}:root{--expense-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--expense-primary: #4f46e5;--expense-primary-hover: #4338ca;--expense-success: #10b981;--expense-success-hover: #059669;--expense-danger: #ef4444;--expense-warning: #f59e0b;--expense-text-main: #0f172a;--expense-text-secondary: #334155;--expense-text-muted: #64748b;--expense-border: #e2e8f0;--expense-border-input: #cbd5e1;--expense-bg-subtle: #f8fafc;--expense-bg-card: #ffffff}.dashboard-container,.expense-page-container{min-height:100vh;background-color:var(--expense-bg-subtle);font-family:var(--expense-font);color:var(--expense-text-main)}.dashboard-content,.expense-content{padding:24px 32px;max-width:1600px;margin:0 auto}.table-card,.expense-card{background:var(--expense-bg-card);border-radius:12px;border:1px solid var(--expense-border);padding:20px 24px;margin-bottom:24px;box-shadow:0 1px 3px #0000000a}.table-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:16px;flex-wrap:wrap}.btn-create,.expense-btn-primary{display:inline-flex;align-items:center;gap:6px;background-color:var(--expense-success);color:#fff;font-size:.8125rem;font-weight:600;padding:6px 16px;border-radius:6px;text-decoration:none;border:none;cursor:pointer;transition:background-color .2s ease}.btn-create:hover,.expense-btn-primary:hover{background-color:var(--expense-success-hover)}.new-table{width:100%;border-collapse:collapse;font-family:var(--expense-font)}.new-table thead th{background-color:#fafafa;color:var(--expense-text-muted);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:10px 14px;border-bottom:1px solid var(--expense-border);white-space:nowrap}.new-table tbody td{font-size:.8125rem;color:var(--expense-text-secondary);padding:10px 14px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.expense-action-bar{position:sticky;bottom:0;left:0;right:0;background-color:#fff;border-top:1px solid var(--expense-border);padding:14px 40px;z-index:50;display:flex;align-items:center;gap:12px}:root{--recexp-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--recexp-border: #e2e8f0}.dashboard-container,.recexp-page-container{min-height:100vh;background-color:#f8fafc;font-family:var(--recexp-font);color:#0f172a}.dashboard-content,.recexp-content{padding:24px 32px;max-width:1600px;margin:0 auto}.table-card,.recexp-card{background:#ffffff;border-radius:12px;border:1px solid var(--recexp-border);padding:20px 24px;margin-bottom:24px;box-shadow:0 1px 3px #0000000a}.new-table{width:100%;border-collapse:collapse;font-family:var(--recexp-font)}.new-table thead th{background-color:#fafafa;color:#64748b;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:10px 14px;border-bottom:1px solid var(--recexp-border);white-space:nowrap}:root{--order-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--order-primary: #4f46e5;--order-success: #10b981;--order-text-main: #0f172a;--order-text-secondary: #334155;--order-text-muted: #64748b;--order-border: #e2e8f0}.dashboard-container,.order-page-container{min-height:100vh;background-color:#f8fafc;font-family:var(--order-font);color:var(--order-text-main)}.dashboard-content,.order-content{padding:24px 32px;max-width:1600px;margin:0 auto}.table-card,.order-card{background:#ffffff;border-radius:12px;border:1px solid var(--order-border);padding:20px 24px;margin-bottom:24px;box-shadow:0 1px 3px #0000000a}.new-table{width:100%;border-collapse:collapse;font-family:var(--order-font)}.new-table thead th{background-color:#fafafa;color:var(--order-text-muted);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:10px 14px;border-bottom:1px solid var(--order-border);white-space:nowrap}.new-table tbody td{font-size:.8125rem;color:var(--order-text-secondary);padding:10px 14px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.received-po-container{font-family:inherit}.received-po-table-head{background-color:#f8fafc}.received-po-table-head th{font-weight:700;color:#475569;font-size:.75rem;text-transform:uppercase}.bills-container{background-color:#fff;min-height:100vh;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif}.bills-table-header{background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.bills-table-header th{font-weight:700;font-size:.72rem;color:#64748b;text-transform:uppercase}.bills-voucher-preview{padding:24px;background:#ffffff;max-width:800px;margin:0 auto;border:1px solid #e2e8f0;border-radius:12px}@media print{body{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.items-table th{background-color:#000!important;color:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}:root{--recbill-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--recbill-border: #e2e8f0}.dashboard-container,.recbill-page-container{min-height:100vh;background-color:#f8fafc;font-family:var(--recbill-font);color:#0f172a}.dashboard-content,.recbill-content{padding:24px 32px;max-width:1600px;margin:0 auto}.table-card,.recbill-card{background:#ffffff;border-radius:12px;border:1px solid var(--recbill-border);padding:20px 24px;margin-bottom:24px;box-shadow:0 1px 3px #0000000a}.new-table{width:100%;border-collapse:collapse;font-family:var(--recbill-font)}.new-table thead th{background-color:#fafafa;color:#64748b;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:10px 14px;border-bottom:1px solid var(--recbill-border);white-space:nowrap}:root{--paymade-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--paymade-border: #e2e8f0}.dashboard-container,.paymade-page-container{min-height:100vh;background-color:#f8fafc;font-family:var(--paymade-font);color:#0f172a}.dashboard-content,.paymade-content{padding:24px 32px;max-width:1600px;margin:0 auto}.table-card,.paymade-card{background:#ffffff;border-radius:12px;border:1px solid var(--paymade-border);padding:20px 24px;margin-bottom:24px;box-shadow:0 1px 3px #0000000a}.new-table{width:100%;border-collapse:collapse;font-family:var(--paymade-font)}.new-table thead th{background-color:#fafafa;color:#64748b;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:10px 14px;border-bottom:1px solid var(--paymade-border);white-space:nowrap}:root{--vencred-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--vencred-border: #e2e8f0}.dashboard-container,.vencred-page-container{min-height:100vh;background-color:#f8fafc;font-family:var(--vencred-font);color:#0f172a}.dashboard-content,.vencred-content{padding:24px 32px;max-width:1600px;margin:0 auto}.table-card,.vencred-card{background:#ffffff;border-radius:12px;border:1px solid var(--vencred-border);padding:20px 24px;margin-bottom:24px;box-shadow:0 1px 3px #0000000a}.new-table{width:100%;border-collapse:collapse;font-family:var(--vencred-font)}.new-table thead th{background-color:#fafafa;color:#64748b;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:10px 14px;border-bottom:1px solid var(--vencred-border);white-space:nowrap}.new-table tbody td{font-size:.8125rem;color:#334155;padding:10px 14px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.new-table tbody tr:hover{background-color:#f8fafc}@media print{.no-print,.sidebar,.header-container{display:none!important}.print-document-area{position:relative!important;width:100%!important;max-width:100%!important;margin:0!important;padding:20px!important;box-shadow:none!important;border:none!important;background:#ffffff!important}}.person-assignment-container{padding:24px;background-color:#f8fafc;min-height:100vh;font-family:inherit}.person-assignment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.person-assignment-title{font-size:24px;font-weight:700;color:#0f172a;margin:0 0 4px;display:flex;align-items:center;gap:10px}.person-assignment-subtitle{font-size:13px;color:#64748b;margin:0}.pa-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;text-transform:capitalize}.pa-badge.active{background-color:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.pa-badge.draft{background-color:#fffbeb;color:#d97706;border:1px solid #fde68a}.pa-badge.completed{background-color:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.pa-badge.cancelled{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}.pa-priority{display:inline-flex;align-items:center;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.pa-priority.urgent{background-color:#fee2e2;color:#991b1b;border:1px solid #f87171}.pa-priority.high{background-color:#ffedd5;color:#c2410c;border:1px solid #fdba74}.pa-priority.normal{background-color:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.pa-priority.low{background-color:#f8fafc;color:#94a3b8;border:1px solid #e2e8f0}.employee-profile-card{display:flex;align-items:center;gap:16px;padding:16px;background:linear-gradient(135deg,#faf5ff 0%,#f3e8ff 100%);border:1px solid #e9d5ff;border-radius:14px}.employee-avatar-circle{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#6C4CF1 0%,#8b5cf6 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;box-shadow:0 4px 12px #6c4cf140;flex-shrink:0}.rental-progress-stepper{display:flex;align-items:center;justify-content:space-between;position:relative;overflow-x:auto;padding:16px 8px;gap:12px}.rental-stage-node{display:flex;flex-direction:column;align-items:center;min-width:100px;text-align:center;z-index:1}.rental-stage-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;margin-bottom:6px;transition:all .2s ease}.rental-stage-node.completed .rental-stage-circle{background-color:#10b981;color:#fff;box-shadow:0 2px 8px #10b9814d}.rental-stage-node.active .rental-stage-circle{background-color:#6c4cf1;color:#fff;box-shadow:0 0 0 4px #6c4cf133}.rental-stage-node.pending .rental-stage-circle{background-color:#f1f5f9;color:#94a3b8;border:1px solid #cbd5e1}.rental-stage-label{font-size:11px;font-weight:600;color:#334155;white-space:nowrap}.rental-stage-node.pending .rental-stage-label{color:#94a3b8}.pa-timeline-item{position:relative;padding-left:28px;padding-bottom:20px;border-left:2px solid #e2e8f0}.pa-timeline-item:last-child{padding-bottom:0;border-left:2px solid transparent}.pa-timeline-dot{position:absolute;left:-7px;top:2px;width:12px;height:12px;border-radius:50%;background-color:#6c4cf1;border:2px solid #ffffff;box-shadow:0 0 0 2px #6c4cf1}.pa-timeline-time{font-size:11px;color:#94a3b8;margin-bottom:2px}.pa-timeline-title{font-size:13px;font-weight:600;color:#1e293b;margin-bottom:4px}.pa-timeline-desc{font-size:12px;color:#64748b;background-color:#f8fafc;padding:8px 12px;border-radius:8px;border:1px solid #f1f5f9}.status-indicator.ind-fully-available{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.status-indicator.ind-fully-available .status-dot{background:#16a34a}.status-indicator.ind-partially-available{background:#fef3c7;color:#b45309;border:1px solid #fde68a}.status-indicator.ind-partially-available .status-dot{background:#d97706}.status-indicator.ind-not-available{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.status-indicator.ind-not-available .status-dot{background:#dc2626}.availability-hero-banner{border-radius:16px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px;box-shadow:0 4px 20px #0000000a}.availability-hero-banner.fully-available{background:linear-gradient(135deg,#ecfdf5 0%,#f0fdf4 100%);border:1px solid #a7f3d0;color:#065f46}.availability-hero-banner.partially-available{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border:1px solid #fde68a;color:#92400e}.availability-hero-banner.not-available{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border:1px solid #fca5a5;color:#991b1b}.availability-hero-banner.pending{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #cbd5e1;color:#334155}.serial-card-item{border:1px solid #e2e8f0;border-radius:10px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;transition:all .2s ease}.serial-card-item:hover{background-color:#f8fafc;border-color:#cbd5e1}.serial-card-item.available{border-left:4px solid #16a34a}.serial-card-item.unavailable{border-left:4px solid #dc2626}.alloc-status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;text-transform:capitalize}.alloc-status-reserved{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.alloc-status-partial{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.alloc-status-draft{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.alloc-status-released{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.alloc-status-cancelled{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.alloc-period-pill{display:inline-flex;align-items:center;gap:6px;background:#f5f3ff;border:1px solid #ddd6fe;color:#6c4cf1;padding:6px 14px;border-radius:10px;font-weight:600;font-size:13px}.serial-chip-allocated{display:inline-flex;align-items:center;gap:6px;background:#eef2ff;border:1px solid #c7d2fe;color:#4338ca;padding:4px 10px;border-radius:6px;font-family:monospace;font-size:12px;font-weight:700}.serial-chip-selected{background:#6C4CF1;color:#fff;border:1px solid #5b3ce0}.serial-row-available{cursor:pointer;transition:background .15s ease}.serial-row-available:hover{background:#f8faff!important}.serial-row-conflict{background:#fcfcfc!important;opacity:.65;cursor:not-allowed}.conflict-warning-text{font-size:11.5px;color:#dc2626;display:flex;align-items:center;gap:4px;font-weight:600}.alloc-progress-container{width:100%;background:#f1f5f9;border-radius:4px;height:6px;overflow:hidden;margin-top:4px}.alloc-progress-bar{height:100%;background:#6C4CF1;border-radius:4px;transition:width .3s ease}.alloc-progress-bar.complete{background:#10b981}.alloc-progress-bar.partial{background:#f59e0b}.allocation-hero-banner{border-radius:16px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px;box-shadow:0 4px 20px #0000000a}.allocation-hero-banner.reserved{background:linear-gradient(135deg,#ecfdf5 0%,#f0fdf4 100%);border:1px solid #a7f3d0;color:#065f46}.allocation-hero-banner.partial{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border:1px solid #fde68a;color:#92400e}.allocation-hero-banner.draft{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #cbd5e1;color:#334155}.allocation-hero-banner.released{background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border:1px solid #cbd5e1;color:#475569}.qc-type-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;letter-spacing:.2px}.qc-type-predispatch{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.qc-type-return{background:#faf5ff;color:#7e22ce;border:1px solid #e9d5ff}.qc-result-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;text-transform:capitalize}.qc-result-pass{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.qc-result-observation{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.qc-result-fail{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.qc-result-pending{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.checklist-item-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;margin-bottom:8px}.checklist-chip{padding:4px 10px;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer;border:1px solid transparent;transition:all .2s ease}.checklist-chip.active-pass{background:#10b981;color:#fff}.checklist-chip.active-fail{background:#ef4444;color:#fff}.checklist-chip.active-obs{background:#f59e0b;color:#fff}.checklist-chip.inactive{background:#f1f5f9;color:#64748b}.damage-badge-high{background:#fef2f2;color:#b91c1c;border:1px solid #fca5a5;padding:3px 8px;border-radius:6px;font-size:11px;font-weight:700}.damage-badge-medium{background:#fffbeb;color:#b45309;border:1px solid #fcd34d;padding:3px 8px;border-radius:6px;font-size:11px;font-weight:700}.damage-badge-low{background:#eff6ff;color:#1d4ed8;border:1px solid #93c5fd;padding:3px 8px;border-radius:6px;font-size:11px;font-weight:700}.condition-diff-pill{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;font-size:11.5px;font-weight:700}.condition-diff-nochange{background:#ecfdf5;color:#059669}.condition-diff-wear{background:#fffbeb;color:#d97706}.condition-diff-damaged{background:#fef2f2;color:#dc2626}.qc-hero-banner{border-radius:16px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px;box-shadow:0 4px 20px #0000000a}.qc-hero-banner.pass{background:linear-gradient(135deg,#ecfdf5 0%,#f0fdf4 100%);border:1px solid #a7f3d0;color:#065f46}.qc-hero-banner.observation{background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border:1px solid #fde68a;color:#92400e}.qc-hero-banner.fail{background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border:1px solid #fca5a5;color:#991b1b}.qc-hero-banner.pending{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #cbd5e1;color:#334155}.qty-tag{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;padding:0 8px;border-radius:6px;font-weight:700;font-size:13px}.qty-tag.available{background:#dcfce7;color:#15803d}.qty-tag.deficit{background:#fee2e2;color:#dc2626}.qty-tag.total{background:#f1f5f9;color:#475569}.monitoring-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.monitoring-badge-active{background-color:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.monitoring-badge-due-soon{background-color:#fffbeb;color:#d97706;border:1px solid #fde68a}.monitoring-badge-due-today{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}.monitoring-badge-overdue{background-color:#450a0a;color:#fecaca;border:1px solid #ef4444}.monitoring-badge-extended{background-color:#f5f3ff;color:#7c3aed;border:1px solid #ddd6fe}.monitoring-badge-return-initiated{background-color:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}.days-rem-badge{display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;padding:4px 12px;border-radius:12px}.days-rem-green{background-color:#dcfce7;color:#15803d}.days-rem-amber{background-color:#fef3c7;color:#b45309}.days-rem-red{background-color:#fee2e2;color:#b91c1c}.health-pill{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;font-weight:700;padding:3px 9px;border-radius:16px}.health-good{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.health-warning{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.health-critical{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.monitoring-timeline-track{display:flex;align-items:center;justify-content:space-between;position:relative;margin:20px 0;padding:0 10px}.monitoring-timeline-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;background:#ffffff;padding:0 10px}.monitoring-timeline-icon-box{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:8px;font-weight:700;font-size:.85rem}.timeline-icon-completed{background-color:#10b981;color:#fff}.timeline-icon-current{background-color:#6366f1;color:#fff;box-shadow:0 0 0 4px #6366f133}.timeline-icon-future{background-color:#f1f5f9;color:#64748b;border:1px solid #cbd5e1}.monitoring-timeline-connector{position:absolute;top:20px;left:30px;right:30px;height:3px;background-color:#e2e8f0;z-index:1}.monitoring-timeline-progress{height:100%;background:linear-gradient(90deg,#10b981 0%,#6366f1 100%);border-radius:2px}.update-timeline-container{border-left:2px solid #e2e8f0;margin-left:14px;padding-left:20px;display:flex;flex-direction:column;gap:16px}.update-timeline-item{position:relative}.update-timeline-dot{position:absolute;left:-27px;top:4px;width:12px;height:12px;border-radius:50%;background-color:#6366f1;border:2px solid #ffffff;box-shadow:0 0 0 2px #e0e7ff}.rental-btn-primary{background-color:#10b981;color:#fff;border:none;border-radius:8px;padding:8px 18px;font-size:.875rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s}.rental-btn-primary:hover:not(:disabled){background-color:#059669}.rental-btn-secondary{background-color:#f8fafc;color:#334155;border:1px solid #cbd5e1;border-radius:8px;padding:8px 16px;font-size:.875rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s}.rental-btn-secondary:hover:not(:disabled){background-color:#f1f5f9}.rental-btn-back{background-color:transparent;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.rental-btn-back:hover:not(:disabled){background-color:#f8fafc;color:#1e293b}.rental-btn-danger{background-color:#ef4444;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.rental-btn-danger:hover:not(:disabled){background-color:#dc2626}.reminder-container{padding:24px;background-color:#f8fafc;min-height:100vh}.reminder-kpi-card{padding:16px;border-radius:10px;background:#ffffff;border:1px solid #e2e8f0;display:flex;align-items:center;gap:14px;box-shadow:0 1px 3px #0000000a;transition:transform .15s ease,box-shadow .15s ease}.reminder-kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.reminder-kpi-icon{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center}.priority-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.priority-badge.critical{background-color:#fee2e2;color:#b91c1c;border:1px solid #fca5a5}.priority-badge.high{background-color:#ffedd5;color:#c2410c;border:1px solid #fdba74}.priority-badge.medium{background-color:#fef3c7;color:#b45309;border:1px solid #fcd34d}.priority-badge.low{background-color:#e0e7ff;color:#4338ca;border:1px solid #c7d2fe}.status-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:12px;font-size:.78rem;font-weight:600}.status-badge.scheduled{background-color:#f1f5f9;color:#475569}.status-badge.sent{background-color:#e0f2fe;color:#0369a1}.status-badge.acknowledged{background-color:#fef9c3;color:#854d0e}.status-badge.snoozed{background-color:#f3e8ff;color:#7e22ce}.status-badge.escalated{background-color:#ffe4e6;color:#be123c;font-weight:700;animation:pulse-border 2s infinite}.status-badge.completed{background-color:#dcfce7;color:#15803d}.status-badge.cancelled{background-color:#e2e8f0;color:#64748b;text-decoration:line-through}@keyframes pulse-border{0%{box-shadow:0 0 #e11d4866}70%{box-shadow:0 0 0 6px #e11d4800}to{box-shadow:0 0 #e11d4800}}.timeline-step{position:relative;padding-left:24px;padding-bottom:20px}.timeline-step:last-child{padding-bottom:0}.timeline-step:before{content:"";position:absolute;left:6px;top:18px;bottom:0;width:2px;background-color:#e2e8f0}.timeline-step:last-child:before{display:none}.timeline-dot{position:absolute;left:0;top:4px;width:14px;height:14px;border-radius:50%;background-color:#3b82f6;border:2px solid #ffffff;box-shadow:0 0 0 2px #93c5fd}:root{--rental-primary: #6C4CF1;--rental-primary-hover: #5A3EE0;--rental-primary-light: #F0EDFF;--rental-card-shadow: 0 4px 20px rgba(0, 0, 0, .04)}.dashboard-container,.rental-container{padding:20px 30px;background-color:#f8fafc;min-height:100vh;box-sizing:border-box}.dashboard-content{width:100%}.rental-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:20px}.rental-stat-card{background:#ffffff;border:1px solid #f1f5f9;border-radius:14px;padding:16px 20px;display:flex;align-items:center;gap:16px;box-shadow:var(--rental-card-shadow);transition:all .2s ease}.rental-stat-card:hover{box-shadow:0 8px 24px #6c4cf114;transform:translateY(-2px);border-color:#e2e8f0}.rental-stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.rental-stat-icon.total{background:#F0EDFF;color:#6c4cf1}.rental-stat-icon.draft{background:#f1f5f9;color:#475569}.rental-stat-icon.submitted{background:#eff6ff;color:#2563eb}.rental-stat-icon.pending{background:#fffbeb;color:#d97706}.rental-stat-icon.cancelled{background:#fef2f2;color:#dc2626}.rental-stat-info{display:flex;flex-direction:column}.rental-stat-value{font-size:1.5rem;font-weight:700;color:#0f172a;line-height:1.2}.rental-stat-label{font-size:.8125rem;font-weight:500;color:#64748b;margin-top:2px}.filter-card{background:#ffffff;border-radius:16px;padding:20px 24px;box-shadow:var(--rental-card-shadow);border:1px solid #f1f5f9;margin-bottom:20px}.filter-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:15px;font-weight:700;color:#1e293b}.custom-form-group{display:flex;flex-direction:column;gap:6px}.custom-label{font-size:12px;font-weight:600;color:#475569}.custom-input .MuiOutlinedInput-root{border-radius:8px;background:#ffffff;transition:all .2s ease}.custom-input .MuiOutlinedInput-notchedOutline{border-color:#e2e8f0}.custom-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#6c4cf1!important}.btn-action-cancel{background:#ffffff;color:#64748b;border:1px solid #cbd5e1;border-radius:8px;padding:9px 22px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:6px}.btn-action-cancel:hover{background:#f1f5f9;color:#0f172a;border-color:#94a3b8}.btn-action-draft{background:#ffffff;color:#334155;border:1px solid #cbd5e1;border-radius:8px;padding:9px 20px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-action-draft:hover{background:#f8fafc;border-color:#94a3b8;color:#1e293b}.btn-action-submit{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:9px 24px;font-weight:700;font-size:14px;cursor:pointer;box-shadow:0 4px 14px #2563eb59;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-action-submit:hover{background:#1d4ed8;box-shadow:0 6px 18px #2563eb73;transform:translateY(-1px)}.btn-action-submit:disabled,.btn-action-draft:disabled,.btn-action-cancel:disabled{opacity:.6;cursor:not-allowed;transform:none}.rental-bottom-bar{margin-top:24px;padding:16px 24px;background:#ffffff;border-radius:16px;border:1px solid #f1f5f9;box-shadow:var(--rental-card-shadow);display:flex;justify-content:flex-end;align-items:center;gap:12px}.btn-search{background:#6C4CF1;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 4px 12px #6c4cf140;transition:all .2s ease;text-decoration:none}.btn-search:hover{background:#5A3EE0;transform:translateY(-1px)}.btn-search:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none}.btn-reset{background:#F0EDFF;color:#6c4cf1;border:1px solid #E5E7EB;border-radius:8px;padding:10px 20px;font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s ease}.btn-reset:hover{background:#e4dcff;color:#5a3ee0}.rental-btn-primary,.btn-primary{background:#6C4CF1!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:8px 18px!important;font-weight:600!important;font-size:13.5px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;cursor:pointer!important;box-shadow:0 4px 12px #6c4cf140!important;transition:all .2s ease!important;text-decoration:none!important}.rental-btn-primary:hover,.btn-primary:hover{background:#5A3EE0!important;transform:translateY(-1px)!important;box-shadow:0 6px 16px #6c4cf159!important;color:#fff!important}.rental-btn-secondary,.btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;border-radius:8px!important;padding:8px 16px!important;font-weight:600!important;font-size:13.5px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;cursor:pointer!important;box-shadow:0 1px 2px #0000000a!important;transition:all .2s ease!important;text-decoration:none!important}.rental-btn-secondary:hover,.btn-secondary:hover{background:#f8fafc!important;color:#0f172a!important;border-color:#94a3b8!important;transform:translateY(-1px)!important}.rental-btn-back{background:#ffffff!important;color:#475569!important;border:1px solid #cbd5e1!important;border-radius:8px!important;padding:8px 16px!important;font-weight:600!important;font-size:13.5px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;cursor:pointer!important;box-shadow:0 1px 2px #0000000a!important;transition:all .2s ease!important;text-decoration:none!important}.rental-btn-back:hover{background:#f1f5f9!important;color:#0f172a!important;border-color:#94a3b8!important;transform:translateY(-1px)!important}.rental-btn-danger,.btn-danger{background:#fef2f2!important;color:#dc2626!important;border:1px solid #fecaca!important;border-radius:8px!important;padding:8px 16px!important;font-weight:600!important;font-size:13.5px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;cursor:pointer!important;transition:all .2s ease!important}.rental-btn-danger:hover,.btn-danger:hover{background:#fee2e2!important;color:#b91c1c!important;border-color:#fca5a5!important;transform:translateY(-1px)!important}.btn-export-excel{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;border-radius:8px!important;padding:8px 16px!important;font-weight:600!important;font-size:13px!important;display:inline-flex!important;align-items:center!important;gap:6px!important;cursor:pointer!important;transition:all .2s ease!important}.btn-export-excel:hover{background:#f8fafc!important;color:#0f172a!important;border-color:#94a3b8!important}.table-card{background:#ffffff;border-radius:16px;box-shadow:var(--rental-card-shadow);border:1px solid #f1f5f9;overflow:hidden;margin-bottom:24px}.table-toolbar{padding:18px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;border-bottom:1px solid #f1f5f9}.premium-table{width:100%;border-collapse:collapse}.premium-table thead th{background:#f8fafc!important;color:#475569!important;font-weight:600!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.5px!important;padding:14px 18px!important;border-bottom:1px solid #e2e8f0!important}.premium-table tbody td{padding:14px 18px!important;font-size:13px!important;color:#1e293b!important;border-bottom:1px solid #f1f5f9!important;vertical-align:middle!important}.premium-table tbody tr:hover{background-color:#f8fbff!important}.status-indicator{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.ind-draft{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.ind-draft .status-dot{background:#94a3b8}.ind-submitted,.ind-processing{background:#eff6ff;color:#1e40af;border:1px solid #dbeafe}.ind-submitted .status-dot,.ind-processing .status-dot{background:#3b82f6}.ind-pending{background:#fffbeb;color:#b45309;border:1px solid #fef3c7}.ind-pending .status-dot{background:#f59e0b}.ind-approved,.ind-active{background:#f0fdf4;color:#166534;border:1px solid #dcfce7}.ind-approved .status-dot,.ind-active .status-dot{background:#22c55e}.ind-rejected,.ind-cancelled{background:#fef2f2;color:#991b1b;border:1px solid #fee2e2}.ind-rejected .status-dot,.ind-cancelled .status-dot{background:#ef4444}.rental-status-chip{font-weight:600!important;font-size:.75rem!important;border-radius:20px!important;padding:4px 10px!important}.rental-form-card{background:#ffffff;border:1px solid #f1f5f9;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:var(--rental-card-shadow);width:100%;box-sizing:border-box}.rental-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.rental-section-title{font-size:1rem;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:10px}.rental-section-title .section-icon{color:#6c4cf1}.rental-section-subtitle{font-size:.8125rem;color:#64748b;margin-top:2px}.rental-summary-box{background:#ffffff;border:1px solid #f1f5f9;border-radius:16px;padding:22px;box-shadow:var(--rental-card-shadow)}.rental-summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px dotted #e2e8f0;font-size:.875rem}.rental-summary-row:last-child{border-bottom:none}.rental-summary-label{color:#64748b;font-weight:500;font-size:13.5px}.rental-summary-val{font-weight:700;color:#0f172a;font-size:13.5px;text-align:right}.rental-overview-card{background:#ffffff;border:1px solid #f1f5f9;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000008;height:100%;display:flex;flex-direction:column;box-sizing:border-box;transition:all .2s ease}.rental-overview-card:hover{border-color:#e2e8f0;box-shadow:0 6px 24px #0000000d}.rental-overview-card .rental-section-header{margin-bottom:18px;padding-bottom:0;border-bottom:none}.rental-overview-card .rental-section-title{font-size:15px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:10px}.rental-hero-box{display:flex;gap:20px;background:#ffffff;border:1px solid #f1f5f9;border-radius:16px;padding:22px 26px;margin-bottom:24px;box-shadow:var(--rental-card-shadow);align-items:center;flex-wrap:wrap}.rental-avatar-box{width:64px;height:64px;background:#6C4CF1;color:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800;flex-shrink:0;box-shadow:0 8px 16px #6c4cf140}.rental-hero-info{flex:1;min-width:260px}.rental-hero-info h1{margin:0;font-size:22px;color:#0f172a;font-weight:700}.rental-hero-info p{margin:4px 0;color:#64748b;font-size:13px;font-weight:500}.rental-empty-state{padding:60px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.rental-empty-icon{width:72px;height:72px;border-radius:50%;background:#F0EDFF;color:#6c4cf1;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:36px}.rental-empty-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:6px}.rental-empty-desc{font-size:.875rem;color:#64748b;max-width:400px;margin-bottom:20px;line-height:1.5}.rental-timeline{position:relative;padding-left:28px}.rental-timeline:before{content:"";position:absolute;top:8px;bottom:8px;left:8px;width:2px;background:#e2e8f0}.rental-timeline-item{position:relative;margin-bottom:20px}.rental-timeline-item:last-child{margin-bottom:0}.rental-timeline-dot{position:absolute;left:-28px;top:4px;width:18px;height:18px;border-radius:50%;background:#ffffff;border:3px solid #6C4CF1;box-sizing:border-box}.rental-timeline-content{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 18px}.rental-timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.rental-timeline-action{font-weight:700;color:#0f172a;font-size:.875rem}.rental-timeline-time{font-size:.75rem;color:#94a3b8}.rental-timeline-user{font-size:.8125rem;color:#64748b}.rental-timeline-remarks{font-size:.8125rem;color:#475569;margin-top:6px;font-style:italic}.rental-top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.rental-top-bar-left{display:flex;align-items:center;gap:14px}.rental-top-bar-right{display:flex;align-items:center;gap:10px}.rental-page-title{font-size:22px;font-weight:800;color:#0f172a;letter-spacing:-.4px;margin:0;line-height:1.2}.rental-page-subtitle{font-size:13px;color:#64748b;margin:4px 0 0}.btn-back{width:36px;height:36px;border-radius:8px;border:1px solid #e2e8f0;background:#ffffff;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.btn-back:hover{background:#f8fafc;color:#6c4cf1;border-color:#cbd5e1}.btn-primary{background:#6C4CF1;color:#fff;border:none;border-radius:8px;padding:8px 18px;font-weight:600;font-size:13.5px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 3px 10px #6c4cf147;transition:all .2s ease;text-decoration:none}.btn-primary:hover{background:#5A3EE0;box-shadow:0 4px 14px #6c4cf161;transform:translateY(-1px)}.btn-primary:disabled{opacity:.65;cursor:not-allowed;transform:none}.btn-secondary{background:#ffffff;color:#334155;border:1px solid #cbd5e1;border-radius:8px;padding:8px 16px;font-weight:600;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:all .2s ease;text-decoration:none}.btn-secondary:hover{background:#f8fafc;color:#0f172a;border-color:#94a3b8}.btn-outline{background:transparent;color:#475569;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-weight:600;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:all .2s ease}.btn-outline:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.btn-search{background:#6C4CF1;color:#fff;border:none;border-radius:8px;padding:8px 18px;font-weight:600;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease}.btn-search:hover{background:#5A3EE0}.btn-reset{background:#ffffff;color:#64748b;border:1px solid #cbd5e1;border-radius:8px;padding:8px 14px;font-weight:600;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease}.btn-reset:hover{background:#f1f5f9;color:#0f172a}.rental-form-card{background:#ffffff;border-radius:14px;padding:22px 24px;box-shadow:0 4px 20px #0000000a;border:1px solid #f1f5f9;margin-bottom:22px;box-sizing:border-box}.rental-section-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.rental-section-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rental-section-title{font-size:16px;font-weight:700;color:#0f172a;line-height:1.2}.rental-section-desc{font-size:12.5px;color:#64748b;margin-top:3px}.rental-bottom-bar{position:sticky;bottom:0;left:0;right:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid #e2e8f0;padding:14px 24px;z-index:100;box-shadow:0 -4px 16px #0000000d;margin-top:30px;border-radius:12px 12px 0 0}.rental-bottom-bar-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;max-width:1400px;margin:0 auto}.rental-bottom-bar-info{display:flex;align-items:center;gap:10px;font-size:13px;color:#475569}.rental-bottom-bar-info strong{color:#0f172a}.rental-bottom-bar-actions{display:flex;align-items:center;gap:10px}.return-status-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;text-transform:capitalize}.return-badge-draft{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.return-badge-intransit{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.return-badge-received{background:#fffbeb;color:#b45309;border:1px solid #fde68a}.return-badge-completed{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.return-badge-cancelled{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.condition-pill{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:12px;font-size:11.5px;font-weight:700}.condition-good{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.condition-wear{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.condition-damaged{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.condition-scrap{background:#475569;color:#fff}.refund-summary-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.refund-summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:13.5px;color:#475569}.refund-summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:14px;margin-top:10px;border-top:2px dashed #cbd5e1;font-size:16px;font-weight:800;color:#0f172a}.refund-amount-positive{color:#059669;font-size:18px}.refund-amount-negative{color:#dc2626;font-size:18px}.print-only{display:none}@media print{.no-print,.rental-top-bar,.rental-bottom-bar,header,.sidebar,nav,.MuiSnackbar-root,.btn-back,.btn-primary,.btn-secondary,.btn-outline{display:none!important}.print-only{display:block!important}body,.dashboard-container,.rental-container{padding:0!important;background:#ffffff!important}.rental-form-card{box-shadow:none!important;border:1px solid #cbd5e1!important;break-inside:avoid}}.service-dashboard-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.service-dashboard-content{padding:0;max-width:1600px;margin:0 auto}.service-metrics-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:24px}@media (max-width: 1200px){.service-metrics-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.service-metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.service-metrics-grid{grid-template-columns:1fr}}.service-metric-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #00000008;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.service-metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.service-metric-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center}.service-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}@media (max-width: 1024px){.service-dashboard-grid{grid-template-columns:1fr}}.service-section-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.service-section-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f1f5f9}.service-section-title{font-size:.95rem;font-weight:600;color:#1e293b}.service-activity-list{padding:0;margin:0;list-style:none}.service-activity-item{display:flex;align-items:flex-start;gap:14px;padding:14px 20px;border-bottom:1px solid #f8fafc;transition:background-color .15s ease}.service-activity-item:hover{background-color:#f8fafc}.service-activity-item:last-child{border-bottom:none}.service-activity-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.service-project-row{transition:background-color .15s ease;cursor:pointer}.service-project-row:hover{background-color:#f8fafc!important}.service-progress-bar-track{width:100%;height:6px;background:#f1f5f9;border-radius:3px;overflow:hidden}.service-progress-bar-fill{height:100%;border-radius:3px;transition:width .5s ease}.service-budget-bar{display:flex;align-items:center;gap:12px;padding:10px 20px;border-bottom:1px solid #f8fafc}.service-budget-bar:last-child{border-bottom:none}.service-budget-name{width:120px;font-size:.85rem;font-weight:500;color:#475569;flex-shrink:0}.service-budget-track{flex:1;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.service-budget-fill{height:100%;border-radius:4px;transition:width .5s ease}.service-budget-value{width:100px;text-align:right;font-size:.8rem;font-weight:600;color:#334155;flex-shrink:0}.service-milestone-item{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #f8fafc;transition:background-color .15s ease}.service-milestone-item:hover{background-color:#f8fafc}.service-milestone-item:last-child{border-bottom:none}.service-quick-links{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:16px 20px}@media (max-width: 768px){.service-quick-links{grid-template-columns:repeat(2,1fr)}}.service-quick-link{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s ease;text-decoration:none}.service-quick-link:hover{background:#f1f5f9;border-color:#7c3aed;transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed1a}.boq-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.boq-content{padding:0;max-width:1600px;margin:0 auto}.boq-btn-primary{background:#6366f1!important;color:#fff!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;padding:8px 18px!important;box-shadow:0 2px 4px #6366f140!important;transition:all .2s ease!important}.boq-btn-primary:hover{background:#4f46e5!important;box-shadow:0 4px 8px #6366f159!important}.boq-btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:500!important;text-transform:none!important;border-radius:8px!important;padding:7px 14px!important;transition:all .2s ease!important}.boq-btn-secondary:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#0f172a!important}.boq-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}@media (max-width: 1200px){.boq-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.boq-summary-grid{grid-template-columns:1fr}}.boq-stat-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #00000008;transition:transform .2s ease,box-shadow .2s ease}.boq-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.boq-stat-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center}.boq-status-tabs-container{display:flex;align-items:center;gap:8px;overflow-x:auto;padding-bottom:6px;margin-bottom:18px;scrollbar-width:thin}.boq-status-tabs-container::-webkit-scrollbar{height:4px}.boq-status-tabs-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.boq-tab-chip{cursor:pointer;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid #e2e8f0;background:#ffffff;color:#64748b;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;transition:all .2s ease}.boq-tab-chip:hover{background:#f1f5f9;color:#1e293b}.boq-tab-chip.active{background:#7c3aed;color:#fff;border-color:#7c3aed;font-weight:600;box-shadow:0 2px 6px #7c3aed40}.boq-tab-count{font-size:.75rem;padding:2px 7px;border-radius:12px;background:rgba(0,0,0,.06);font-weight:700}.boq-tab-chip.active .boq-tab-count{background:rgba(255,255,255,.25);color:#fff}.boq-table-card{background:#ffffff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 1px 3px #0000000a}.boq-row{transition:background-color .15s ease;cursor:pointer}.boq-row:hover{background-color:#f8fafc!important}.boq-no-link{font-weight:600;color:#7c3aed;text-decoration:none;transition:color .15s ease}.boq-no-link:hover{color:#6d28d9;text-decoration:underline}.boq-pagination-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-top:1px solid #e2e8f0;background:#ffffff;flex-wrap:wrap;gap:12px}@media (max-width: 640px){.boq-pagination-bar{flex-direction:column;align-items:stretch;text-align:center}}.scope-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.scope-content{padding:0;max-width:1600px;margin:0 auto}.scope-btn-primary{background:#6366f1!important;color:#fff!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;padding:8px 18px!important;box-shadow:0 2px 4px #6366f140!important;transition:all .2s ease!important}.scope-btn-primary:hover{background:#4f46e5!important;box-shadow:0 4px 8px #6366f159!important}.scope-btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:500!important;text-transform:none!important;border-radius:8px!important;padding:7px 14px!important;transition:all .2s ease!important}.scope-btn-secondary:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#0f172a!important}.scope-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}@media (max-width: 1200px){.scope-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.scope-summary-grid{grid-template-columns:1fr}}.scope-stat-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #00000008;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.scope-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.scope-stat-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center}.scope-table-card{background:#ffffff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 1px 3px #0000000a}.scope-row{transition:background-color .15s ease;cursor:pointer}.scope-row:hover{background-color:#f8fafc!important}.scope-no-link{font-weight:600;color:#7c3aed;text-decoration:none;transition:color .15s ease}.scope-no-link:hover{color:#6d28d9;text-decoration:underline}.scope-pagination-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-top:1px solid #e2e8f0;background:#ffffff;flex-wrap:wrap;gap:12px}.budget-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.budget-content{padding:0;max-width:1600px;margin:0 auto}.budget-btn-primary{background:#6366f1!important;color:#fff!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;padding:8px 18px!important;box-shadow:0 2px 4px #6366f140!important;transition:all .2s ease!important}.budget-btn-primary:hover{background:#4f46e5!important;box-shadow:0 4px 8px #6366f159!important}.budget-btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:500!important;text-transform:none!important;border-radius:8px!important;padding:7px 14px!important;transition:all .2s ease!important}.budget-btn-secondary:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#0f172a!important}.budget-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}@media (max-width: 1200px){.budget-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.budget-summary-grid{grid-template-columns:1fr}}.budget-stat-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 3px #00000008;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.budget-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.budget-stat-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center}.budget-table-card{background:#ffffff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 1px 3px #0000000a}.budget-row{transition:background-color .15s ease;cursor:pointer}.budget-row:hover{background-color:#f8fafc!important}.budget-no-link{font-weight:600;color:#7c3aed;text-decoration:none;transition:color .15s ease}.budget-no-link:hover{color:#6d28d9;text-decoration:underline}.budget-pagination-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-top:1px solid #e2e8f0;background:#ffffff;flex-wrap:wrap;gap:12px}.bom-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.bom-content{padding:0;max-width:1600px;margin:0 auto}.bom-btn-primary{background:#6366f1!important;color:#fff!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;padding:8px 18px!important;box-shadow:0 2px 4px #6366f140!important;transition:all .2s ease!important}.bom-btn-primary:hover{background:#4f46e5!important;box-shadow:0 4px 8px #6366f159!important}.bom-btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:500!important;text-transform:none!important;border-radius:8px!important;padding:7px 14px!important;transition:all .2s ease!important}.bom-btn-secondary:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#0f172a!important}.bom-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}@media (max-width: 1200px){.bom-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.bom-summary-grid{grid-template-columns:1fr}}.bom-stat-card{border-radius:12px!important;padding:18px 20px;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:16px;transition:all .2s ease}.bom-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.bom-stat-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bom-filter-card{background:#ffffff;border-radius:12px!important;border:1px solid #e2e8f0;padding:16px 20px;margin-bottom:24px;box-shadow:0 1px 3px #0000000a}.bom-table-card{background:#ffffff;border-radius:12px!important;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 1px 3px #0000000d}.bom-table-header-cell{background-color:#f8fafc!important;color:#475569!important;font-weight:600!important;font-size:.8125rem!important;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e2e8f0!important;padding:14px 16px!important}.bom-table-body-row{transition:background-color .15s ease}.bom-table-body-row:hover{background-color:#f1f5f9!important}.bom-table-body-cell{padding:14px 16px!important;font-size:.875rem!important;color:#1e293b;border-bottom:1px solid #f1f5f9!important}.bom-status-chip{font-weight:600!important;font-size:.75rem!important;border-radius:6px!important;height:24px!important}.bom-status-draft{background-color:#f1f5f9!important;color:#475569!important}.bom-status-under-review{background-color:#fef3c7!important;color:#b45309!important}.bom-status-approved{background-color:#dcfce7!important;color:#15803d!important}.bom-status-active{background-color:#ccfbf1!important;color:#0f766e!important}.bom-status-obsolete{background-color:#fee2e2!important;color:#b91c1c!important}.bom-calc-panel{background:linear-gradient(135deg,#f0fdf4 0%,#f0fdfa 100%);border:1px solid #99f6e4;border-radius:12px;padding:20px}@media print{html:has(.bom-container),body:has(.bom-container),#root:has(.bom-container),.app-container:has(.bom-container),.dashboard-container:has(.bom-container),.dashboard-content:has(.bom-container){overflow:visible!important;height:auto!important;max-height:none!important;display:block!important;background:#ffffff!important}.bom-container{background:#ffffff!important;padding:0!important;margin:0!important;min-height:auto!important;height:auto!important;width:100%!important;display:block!important}.bom-content{padding:0!important;margin:0!important;max-width:100%!important;width:100%!important;display:block!important}.bom-content>.MuiBox-root:first-child .MuiButton-root,.bom-btn-primary,.bom-btn-secondary{display:none!important}*{color:#000!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.MuiPaper-root{box-shadow:none!important;border:1px solid #cbd5e1!important;page-break-inside:avoid!important;break-inside:avoid!important;margin-bottom:16px!important}}.routing-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.routing-content{padding:0;max-width:1600px;margin:0 auto}.routing-btn-primary{background:#6366f1!important;color:#fff!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;padding:8px 18px!important;box-shadow:0 2px 4px #6366f140!important;transition:all .2s ease!important}.routing-btn-primary:hover{background:#4f46e5!important;box-shadow:0 4px 8px #6366f159!important}.routing-btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:500!important;text-transform:none!important;border-radius:8px!important;padding:7px 14px!important;transition:all .2s ease!important}.routing-btn-secondary:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#0f172a!important}.routing-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}@media (max-width: 1200px){.routing-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.routing-summary-grid{grid-template-columns:1fr}}.routing-stat-card{border-radius:12px!important;padding:18px 20px;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:16px;transition:all .2s ease}.routing-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.routing-stat-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.routing-step-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:16px;position:relative;transition:all .2s ease}.routing-step-card:hover{border-color:#c7d2fe;box-shadow:0 4px 12px #4f46e50f}.routing-step-number-badge{width:36px;height:36px;border-radius:50%;background:#4f46e5;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:.9375rem}.routing-qc-badge{background-color:#ecfdf5;color:#059669;border:1px solid #a7f3d0;font-weight:600;font-size:.75rem;border-radius:6px;padding:2px 8px;display:inline-flex;align-items:center;gap:4px}.routing-status-chip{font-weight:600!important;font-size:.75rem!important;border-radius:6px!important;height:24px!important}.routing-status-active{background-color:#dcfce7!important;color:#15803d!important}.routing-status-draft{background-color:#f1f5f9!important;color:#475569!important}.routing-status-under-review{background-color:#fef3c7!important;color:#b45309!important}.routing-status-archived{background-color:#fee2e2!important;color:#b91c1c!important}@media print{html:has(.routing-container),body:has(.routing-container),#root:has(.routing-container),.app-container:has(.routing-container),.dashboard-container:has(.routing-container),.dashboard-content:has(.routing-container){overflow:visible!important;height:auto!important;max-height:none!important;display:block!important;background:#ffffff!important}.routing-container{background:#ffffff!important;padding:0!important;margin:0!important;min-height:auto!important;height:auto!important;width:100%!important;display:block!important}.routing-content{padding:0!important;margin:0!important;max-width:100%!important;width:100%!important;display:block!important}.routing-content>.MuiBox-root:first-child .MuiButton-root,.routing-btn-primary,.routing-btn-secondary,.no-print,.no-print *{display:none!important}*{color:#000!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.routing-step-card{box-shadow:none!important;border:1px solid #cbd5e1!important;margin-bottom:24px!important;padding:20px!important;page-break-inside:avoid!important;break-inside:avoid!important;display:block!important;width:100%!important}.MuiGrid-container{display:flex!important;flex-wrap:wrap!important}.MuiPaper-root{box-shadow:none!important;border:1px solid #cbd5e1!important;page-break-inside:avoid!important;break-inside:avoid!important;margin-bottom:16px!important}.MuiTypography-root{page-break-inside:avoid!important;break-inside:avoid!important}}.tasks-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.tasks-content{padding:0;max-width:1600px;margin:0 auto}.kanban-board-container{display:flex;gap:24px;overflow-x:auto;padding-bottom:24px;min-height:600px}.kanban-column{flex:1;min-width:320px;max-width:380px;background:#f1f5f9;border-radius:16px;padding:16px;display:flex;flex-direction:column}.kanban-column-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.kanban-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;margin-bottom:16px;box-shadow:0 1px 2px #00000008;transition:all .2s ease;cursor:pointer}.kanban-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px -4px #0000000f;border-color:#cbd5e1}.task-status-chip{font-weight:700!important;font-size:.75rem!important;border-radius:6px!important;height:24px!important;border:1px solid transparent!important}.task-status-completed{background-color:#f0fdf4!important;color:#15803d!important;border-color:#bbf7d0!important}.task-status-in-progress{background-color:#eff6ff!important;color:#1d4ed8!important;border-color:#bfdbfe!important}.task-status-under-review{background-color:#fefce8!important;color:#a16207!important;border-color:#fef08a!important}.task-status-not-started{background-color:#f8fafc!important;color:#475569!important;border-color:#e2e8f0!important}.task-status-blocked{background-color:#fef2f2!important;color:#b91c1c!important;border-color:#fecaca!important}.wbs-tree-row{transition:all .2s ease;border-radius:8px;margin-bottom:4px}.wbs-tree-row:hover{background-color:#f8fafc}.order-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.order-content{padding:0;max-width:1600px;margin:0 auto}.order-btn-primary{background:#6366f1!important;color:#fff!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;padding:8px 18px!important;box-shadow:0 2px 4px #6366f140!important;transition:all .2s ease!important}.order-btn-primary:hover{background:#4f46e5!important;box-shadow:0 4px 8px #6366f159!important}.order-btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:500!important;text-transform:none!important;border-radius:8px!important;padding:7px 14px!important;transition:all .2s ease!important}.order-btn-secondary:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#0f172a!important}.order-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}@media (max-width: 1200px){.order-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.order-summary-grid{grid-template-columns:1fr}}.order-stat-card{border-radius:12px!important;padding:18px 20px;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:16px;transition:all .2s ease}.order-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.order-stat-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.order-status-chip{font-weight:600!important;font-size:.75rem!important;border-radius:6px!important;height:24px!important}.order-status-in-execution{background-color:#ffedd5!important;color:#c2410c!important}.order-status-approved{background-color:#dbeafe!important;color:#1d4ed8!important}.order-status-completed{background-color:#dcfce7!important;color:#15803d!important}.order-status-draft{background-color:#f1f5f9!important;color:#475569!important}.order-status-on-hold{background-color:#fef3c7!important;color:#b45309!important}.order-status-cancelled{background-color:#fee2e2!important;color:#b91c1c!important}.calendar-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.calendar-content{padding:0;max-width:1600px;margin:0 auto}.calendar-btn-primary{background:#6366f1!important;color:#fff!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;padding:8px 18px!important;box-shadow:0 2px 4px #6366f140!important;transition:all .2s ease!important}.calendar-btn-primary:hover{background:#4f46e5!important;box-shadow:0 4px 8px #6366f159!important}.calendar-btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:500!important;text-transform:none!important;border-radius:8px!important;padding:7px 14px!important;transition:all .2s ease!important}.calendar-btn-secondary:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#0f172a!important}.calendar-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}@media (max-width: 1200px){.calendar-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.calendar-summary-grid{grid-template-columns:1fr}}.calendar-stat-card{border-radius:12px!important;padding:18px 20px;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:16px;transition:all .2s ease}.calendar-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.calendar-stat-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.calendar-month-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background-color:#e2e8f0;border:1px solid #cbd5e1;border-radius:12px;overflow:hidden}.calendar-day-header{background-color:#f1f5f9;padding:12px 8px;text-align:center;font-weight:700;font-size:.8125rem;color:#475569;text-transform:uppercase}.calendar-day-cell{background-color:#fff;min-height:120px;padding:8px;display:flex;flex-direction:column;transition:background-color .15s ease}.calendar-day-cell:hover{background-color:#f8fafc}.calendar-day-cell.other-month{background-color:#f8fafc;opacity:.55}.calendar-day-cell.today{background-color:#f0fdf4;border:2px solid #86efac}.calendar-day-number{font-size:.875rem;font-weight:700;color:#1e293b;margin-bottom:4px}.calendar-event-pill{font-size:.75rem;font-weight:600;padding:3px 6px;border-radius:6px;margin-bottom:4px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:transform .15s ease}.calendar-event-pill:hover{transform:scale(1.02);filter:brightness(.95)}.timesheet-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.timesheet-content{padding:0;max-width:1600px;margin:0 auto}.timesheet-btn-primary{background:#6366f1!important;color:#fff!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;padding:8px 18px!important;box-shadow:0 2px 4px #6366f140!important;transition:all .2s ease!important}.timesheet-btn-primary:hover{background:#4f46e5!important;box-shadow:0 4px 8px #6366f159!important}.timesheet-btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:500!important;text-transform:none!important;border-radius:8px!important;padding:7px 14px!important;transition:all .2s ease!important}.timesheet-btn-secondary:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#0f172a!important}.timesheet-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}@media (max-width: 1200px){.timesheet-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.timesheet-summary-grid{grid-template-columns:1fr}}.timesheet-stat-card{border-radius:12px!important;padding:18px 20px;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:16px;transition:all .2s ease}.timesheet-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.timesheet-stat-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.timesheet-status-chip{font-weight:600!important;font-size:.75rem!important;border-radius:6px!important;height:24px!important}.timesheet-status-approved{background-color:#dcfce7!important;color:#15803d!important}.timesheet-status-submitted{background-color:#dbeafe!important;color:#1d4ed8!important}.timesheet-status-draft{background-color:#f1f5f9!important;color:#475569!important}.timesheet-status-rejected{background-color:#fee2e2!important;color:#b91c1c!important}.expense-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.expense-content{padding:0;max-width:1600px;margin:0 auto}.expense-btn-primary{background:#6366f1!important;color:#fff!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;padding:8px 18px!important;box-shadow:0 2px 4px #6366f140!important;transition:all .2s ease!important}.expense-btn-primary:hover{background:#4f46e5!important;box-shadow:0 4px 8px #6366f159!important}.expense-btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:500!important;text-transform:none!important;border-radius:8px!important;padding:7px 14px!important;transition:all .2s ease!important}.expense-btn-secondary:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#0f172a!important}.expense-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}@media (max-width: 1200px){.expense-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.expense-summary-grid{grid-template-columns:1fr}}.expense-stat-card{border-radius:12px!important;padding:18px 20px;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:16px;transition:all .2s ease}.expense-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.expense-stat-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.expense-status-chip{font-weight:600!important;font-size:.75rem!important;border-radius:6px!important;height:24px!important}.expense-status-approved{background-color:#dcfce7!important;color:#15803d!important}.expense-status-reimbursed{background-color:#e0f2fe!important;color:#0369a1!important}.expense-status-submitted{background-color:#fef3c7!important;color:#b45309!important}.expense-status-draft{background-color:#f1f5f9!important;color:#475569!important}.expense-status-rejected{background-color:#fee2e2!important;color:#b91c1c!important}.reports-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.reports-content{padding:0;max-width:1600px;margin:0 auto}.reports-btn-primary{background:#6366f1!important;color:#fff!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;padding:8px 18px!important;box-shadow:0 2px 4px #6366f140!important;transition:all .2s ease!important}.reports-btn-primary:hover{background:#4f46e5!important;box-shadow:0 4px 8px #6366f159!important}.reports-btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:500!important;text-transform:none!important;border-radius:8px!important;padding:7px 14px!important;transition:all .2s ease!important}.reports-btn-secondary:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#0f172a!important}.reports-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}@media (max-width: 1200px){.reports-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.reports-summary-grid{grid-template-columns:1fr}}.reports-stat-card{border-radius:12px!important;padding:18px 20px;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:16px;transition:all .2s ease}.reports-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.reports-stat-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.jobcard-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.jobcard-content{padding:0;max-width:1600px;margin:0 auto}.jobcard-btn-primary{background:#6366f1!important;color:#fff!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;padding:8px 18px!important;box-shadow:0 2px 4px #6366f140!important;transition:all .2s ease!important}.jobcard-btn-primary:hover{background:#4f46e5!important;box-shadow:0 4px 8px #6366f159!important}.jobcard-btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:500!important;text-transform:none!important;border-radius:8px!important;padding:7px 14px!important;transition:all .2s ease!important}.jobcard-btn-secondary:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#0f172a!important}.jobcard-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}@media (max-width: 1200px){.jobcard-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.jobcard-summary-grid{grid-template-columns:1fr}}.jobcard-stat-card{border-radius:12px!important;padding:18px 20px;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:16px;transition:all .2s ease}.jobcard-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.jobcard-stat-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.jobcard-status-chip{font-weight:600!important;font-size:.75rem!important;border-radius:6px!important;height:24px!important}.jobcard-status-assigned{background-color:#e0f2fe!important;color:#0369a1!important}.jobcard-status-in_progress,.jobcard-status-in\ progress{background-color:#fef3c7!important;color:#b45309!important}.jobcard-status-on_hold,.jobcard-status-on\ hold{background-color:#fee2e2!important;color:#b91c1c!important}.jobcard-status-completed{background-color:#dcfce7!important;color:#15803d!important}.jobcard-status-cancelled{background-color:#f1f5f9!important;color:#475569!important}.manpower-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.manpower-content{padding:0;max-width:1600px;margin:0 auto}.manpower-btn-primary{background:#6366f1!important;color:#fff!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;padding:8px 18px!important;box-shadow:0 2px 4px #6366f140!important;transition:all .2s ease!important}.manpower-btn-primary:hover{background:#4f46e5!important;box-shadow:0 4px 8px #6366f159!important}.manpower-btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:500!important;text-transform:none!important;border-radius:8px!important;padding:7px 14px!important;transition:all .2s ease!important}.manpower-btn-secondary:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#0f172a!important}.manpower-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}@media (max-width: 1200px){.manpower-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.manpower-summary-grid{grid-template-columns:1fr}}.manpower-stat-card{border-radius:12px!important;padding:18px 20px;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:16px;transition:all .2s ease}.manpower-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.manpower-stat-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.manpower-status-chip{font-weight:600!important;font-size:.75rem!important;border-radius:6px!important;height:24px!important}.manpower-status-deployed{background-color:#dcfce7!important;color:#15803d!important}.manpower-status-available{background-color:#e0f2fe!important;color:#0369a1!important}.manpower-status-upcoming{background-color:#fef3c7!important;color:#b45309!important}.manpower-status-leave{background-color:#fee2e2!important;color:#b91c1c!important}.planning-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.planning-content{padding:0;max-width:1600px;margin:0 auto}.planning-btn-primary{background:#6366f1!important;color:#fff!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;padding:8px 18px!important;box-shadow:0 2px 4px #6366f140!important;transition:all .2s ease!important}.planning-btn-primary:hover{background:#4f46e5!important;box-shadow:0 4px 8px #6366f159!important}.planning-btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:500!important;text-transform:none!important;border-radius:8px!important;padding:7px 14px!important;transition:all .2s ease!important}.planning-btn-secondary:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#0f172a!important}.planning-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}@media (max-width: 1200px){.planning-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.planning-summary-grid{grid-template-columns:1fr}}.planning-stat-card{border-radius:12px!important;padding:18px 20px;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:16px;transition:all .2s ease}.planning-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.planning-stat-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.planning-status-chip{font-weight:600!important;font-size:.75rem!important;border-radius:6px!important;height:24px!important}.planning-status-approved{background-color:#dcfce7!important;color:#15803d!important}.planning-status-stock_allocated,.planning-status-stock\ allocated{background-color:#e0f2fe!important;color:#0369a1!important}.planning-status-partially_procured,.planning-status-partially\ procured{background-color:#fef3c7!important;color:#b45309!important}.planning-status-draft{background-color:#f1f5f9!important;color:#475569!important}.issue-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.issue-content{padding:0;max-width:1600px;margin:0 auto}.issue-btn-primary{background:#6366f1!important;color:#fff!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;padding:8px 18px!important;box-shadow:0 2px 4px #6366f140!important;transition:all .2s ease!important}.issue-btn-primary:hover{background:#4f46e5!important;box-shadow:0 4px 8px #6366f159!important}.issue-btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:500!important;text-transform:none!important;border-radius:8px!important;padding:7px 14px!important;transition:all .2s ease!important}.issue-btn-secondary:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#0f172a!important}.issue-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}@media (max-width: 1200px){.issue-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.issue-summary-grid{grid-template-columns:1fr}}.issue-stat-card{border-radius:12px!important;padding:18px 20px;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:16px;transition:all .2s ease}.issue-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.issue-stat-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.issue-status-chip{font-weight:600!important;font-size:.75rem!important;border-radius:6px!important;height:24px!important}.issue-status-issued{background-color:#ccfbf1!important;color:#0f766e!important}.issue-status-draft{background-color:#f1f5f9!important;color:#475569!important}.issue-status-partially_returned,.issue-status-partially\ returned{background-color:#fef3c7!important;color:#b45309!important}.issue-status-cancelled{background-color:#fee2e2!important;color:#b91c1c!important}.execution-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.execution-content{padding:0;max-width:1600px;margin:0 auto}.execution-btn-primary{background:#6366f1!important;color:#fff!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;padding:8px 18px!important;box-shadow:0 2px 4px #6366f140!important;transition:all .2s ease!important}.execution-btn-primary:hover{background:#4f46e5!important;box-shadow:0 4px 8px #6366f159!important}.execution-btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:500!important;text-transform:none!important;border-radius:8px!important;padding:7px 14px!important;transition:all .2s ease!important}.execution-btn-secondary:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#0f172a!important}.execution-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}@media (max-width: 1200px){.execution-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.execution-summary-grid{grid-template-columns:1fr}}.execution-stat-card{border-radius:12px!important;padding:18px 20px;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:16px;transition:all .2s ease}.execution-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.execution-stat-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.execution-status-chip{font-weight:600!important;font-size:.75rem!important;border-radius:6px!important;height:24px!important}.execution-status-verified{background-color:#dcfce7!important;color:#15803d!important}.execution-status-in_review,.execution-status-in\ review{background-color:#fef3c7!important;color:#b45309!important}.qc-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.qc-content{padding:0;max-width:1600px;margin:0 auto}.qc-btn-primary{background:#6366f1!important;color:#fff!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;padding:8px 18px!important;box-shadow:0 2px 4px #6366f140!important;transition:all .2s ease!important}.qc-btn-primary:hover{background:#4f46e5!important;box-shadow:0 4px 8px #6366f159!important}.qc-btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:500!important;text-transform:none!important;border-radius:8px!important;padding:7px 14px!important;transition:all .2s ease!important}.qc-btn-secondary:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#0f172a!important}.qc-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}@media (max-width: 1200px){.qc-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.qc-summary-grid{grid-template-columns:1fr}}.qc-stat-card{border-radius:12px!important;padding:18px 20px;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:16px;transition:all .2s ease}.qc-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.qc-stat-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.qc-status-chip{font-weight:600!important;font-size:.75rem!important;border-radius:6px!important;height:24px!important}.qc-status-passed{background-color:#dcfce7!important;color:#15803d!important}.qc-status-punch{background-color:#fef3c7!important;color:#b45309!important}.qc-status-failed{background-color:#fee2e2!important;color:#b91c1c!important}.invoice-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.invoice-content{padding:0;max-width:1600px;margin:0 auto}.invoice-btn-primary{background:#6366f1!important;color:#fff!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;padding:8px 18px!important;box-shadow:0 2px 4px #6366f140!important;transition:all .2s ease!important}.invoice-btn-primary:hover{background:#4f46e5!important;box-shadow:0 4px 8px #6366f159!important}.invoice-btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:500!important;text-transform:none!important;border-radius:8px!important;padding:7px 14px!important;transition:all .2s ease!important}.invoice-btn-secondary:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#0f172a!important}.invoice-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}@media (max-width: 1200px){.invoice-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.invoice-summary-grid{grid-template-columns:1fr}}.invoice-stat-card{border-radius:12px!important;padding:18px 20px;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:16px;transition:all .2s ease}.invoice-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.invoice-stat-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.invoice-status-chip{font-weight:600!important;font-size:.75rem!important;border-radius:6px!important;height:24px!important}.invoice-status-paid{background-color:#dcfce7!important;color:#15803d!important}.invoice-status-partially_paid,.invoice-status-partially\ paid{background-color:#e0f2fe!important;color:#0369a1!important}.invoice-status-unpaid{background-color:#fef3c7!important;color:#b45309!important}.invoice-status-overdue{background-color:#fee2e2!important;color:#b91c1c!important}.complaints-container{background-color:#f8fafc;min-height:100vh;padding:20px 30px 60px}.complaints-content{padding:0;max-width:1600px;margin:0 auto}.complaints-btn-primary{background:#6366f1!important;color:#fff!important;font-weight:600!important;text-transform:none!important;border-radius:8px!important;padding:8px 18px!important;box-shadow:0 2px 4px #6366f140!important;transition:all .2s ease!important}.complaints-btn-primary:hover{background:#4f46e5!important;box-shadow:0 4px 8px #6366f159!important}.complaints-btn-secondary{background:#ffffff!important;color:#334155!important;border:1px solid #cbd5e1!important;font-weight:500!important;text-transform:none!important;border-radius:8px!important;padding:7px 14px!important;transition:all .2s ease!important}.complaints-btn-secondary:hover{background:#f1f5f9!important;border-color:#94a3b8!important;color:#0f172a!important}.complaints-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}@media (max-width: 1200px){.complaints-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.complaints-summary-grid{grid-template-columns:1fr}}.complaints-stat-card{border-radius:12px!important;padding:18px 20px;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:16px;transition:all .2s ease}.complaints-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.complaints-stat-icon-wrapper{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.complaints-status-chip{font-weight:600!important;font-size:.75rem!important;border-radius:6px!important;height:24px!important}.complaints-status-resolved,.complaints-status-closed{background-color:#dcfce7!important;color:#15803d!important}.complaints-status-in_progress,.complaints-status-in\ progress{background-color:#e0f2fe!important;color:#0369a1!important}.complaints-status-open{background-color:#fee2e2!important;color:#b91c1c!important}:root{--primary-color: #6C4CF1;--primary-hover: #5A3EE0;--primary-light: #F0EDFF;--primary-gradient: linear-gradient(135deg, #6C4CF1 0%, #8569F6 100%);--bg-color: #F7F8FC;--text-dark: #111827;--text-muted: #6B7280;--card-bg: #ffffff;--card-shadow: 0 10px 30px rgba(0, 0, 0, .04), 0 2px 8px rgba(0, 0, 0, .02);--border-color: #E5E7EB;--success-color: #22C55E;--danger-color: #EF4444;--warning-color: #F59E0B;--info-color: #3B82F6}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);color:var(--text-dark)}.app-container{display:flex;width:100%;height:100vh;overflow:hidden}.main-content{flex:1;overflow-y:auto;transition:margin-left .3s ease;background-color:#f5f7fb;margin-left:var(--sidebar-width, 250px)}.mobile-toggle-btn,.sidebar-backdrop{display:none}@media (max-width: 768px){.main-content{margin-left:0!important;padding-top:65px!important}.mobile-toggle-btn{display:flex;align-items:center;justify-content:center;position:fixed;top:15px;left:15px;z-index:1010;width:42px;height:42px;border-radius:10px;background-color:var(--primary-color);color:#fff;border:none;cursor:pointer;box-shadow:0 4px 12px #9057fe4d;font-size:20px;transition:all .2s ease}.mobile-toggle-btn:hover{background-color:#7c3aed;transform:scale(1.05)}.sidebar-backdrop{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0006;z-index:998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c5cae9;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9fa8da}.btn{padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease;font-size:14px}.btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 15px #667eea4d}.btn-secondary{background:white;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#f7fafc}.btn-danger{background:#f56565;color:#fff}.btn-danger:hover{background:#e53e3e}.btn-success{background:#48bb78;color:#fff}.btn-success:hover{background:#38a169}.card{background:white;border-radius:12px;box-shadow:var(--card-shadow);transition:all .3s ease}.card:hover{box-shadow:0 8px 20px #0000001f}.card-header{padding:20px;border-bottom:1px solid #e2e8f0}.card-body{padding:20px}.card-footer{padding:20px;border-top:1px solid #e2e8f0;text-align:right}table{width:100%;border-collapse:collapse}th{background:#f7fafc;padding:12px;text-align:left;font-weight:600;color:#4a5568;border-bottom:2px solid #e2e8f0}td{padding:12px;border-bottom:1px solid #e2e8f0}tr:hover{background:#f7fafc}.badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600}.badge-primary{background:#c6d5f8;color:#2d3e50}.badge-success{background:#c3fae8;color:#2b8a3e}.badge-warning{background:#fff3bf;color:#9a6700}.badge-danger{background:#ffe3e3;color:#c92a2a}.badge-info{background:#bef8fd;color:#0e7c86}.spinner{display:inline-block;width:20px;height:20px;border:3px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.alert{padding:15px;border-radius:8px;margin-bottom:15px;display:flex;align-items:flex-start;gap:12px}.alert-icon{font-size:20px;flex-shrink:0}.alert-primary{background:#c6d5f8;color:#2d3e50;border-left:4px solid #4c63d2}.alert-success{background:#c3fae8;color:#2b8a3e;border-left:4px solid #51cf66}.alert-warning{background:#fff3bf;color:#9a6700;border-left:4px solid #f9ca24}.alert-danger{background:#ffe3e3;color:#c92a2a;border-left:4px solid #ff6b6b}.form-group{margin-bottom:20px}label{display:block;margin-bottom:8px;font-weight:600;color:#2d3748;font-size:14px}.form-text{font-size:12px;color:#718096;margin-top:5px}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.gap-1{gap:8px}.gap-2{gap:12px}.gap-3{gap:16px}.gap-4{gap:20px}.mt-1{margin-top:8px}.mt-2{margin-top:12px}.mt-3{margin-top:16px}.mt-4{margin-top:20px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:12px}.mb-3{margin-bottom:16px}.mb-4{margin-bottom:20px}.p-1{padding:8px}.p-2{padding:12px}.p-3{padding:16px}.p-4{padding:20px}.text-center{text-align:center}.text-right{text-align:right}.text-muted{color:#718096}.text-primary{color:#667eea}.text-success{color:#48bb78}.text-danger{color:#f56565}.text-warning{color:#ecc94b}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-small{font-size:12px}.font-large{font-size:18px}@media (max-width: 1200px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 992px){.app-container{height:100vh}.main-content{padding:16px!important}}@media (max-width: 768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.main-content{margin-left:0!important;padding:70px 12px 24px!important}input[type=text],input[type=email],input[type=password],input[type=number],textarea,select{font-size:16px}.flex-between{flex-direction:column;align-items:flex-start;gap:12px}.table-responsive,.table-card,.MuiTableContainer-root{width:100%;overflow-x:auto!important;-webkit-overflow-scrolling:touch}}@media (max-width: 480px){.btn{width:100%;justify-content:center}table{font-size:12px}th,td{padding:8px 10px!important;white-space:nowrap}.main-content{padding-left:8px!important;padding-right:8px!important}}.table-card{background:#ffffff;border-radius:16px;box-shadow:0 10px 30px #0000000d,0 2px 8px #00000005;border:1px solid #f1f5f9;overflow:hidden;margin-top:20px}.table-toolbar{padding:20px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f3f4f6}.btn-export-excel{background:#dcfce7;color:#16a34a;border:1px solid #bbf7d0;padding:8px 16px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s}.btn-export-excel:hover{background:#bbf7d0;border-color:#86efac}.btn-export-pdf{background:#fee2e2;color:#dc2626;border:1px solid #fecaca;padding:8px 16px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s}.btn-export-pdf:hover{background:#fecaca;border-color:#fca5a5}.new-table{width:100%;border-collapse:collapse}.new-table thead th{background:#f5f3ff!important;color:#4b5563!important;font-weight:700!important;font-size:12px;letter-spacing:.05em;border-bottom:0!important;padding:18px 24px!important;text-align:left}.new-table tbody td{padding:18px 24px!important;border-bottom:1px solid #f3f4f6!important;color:#374151;font-size:14px}.table-footer-pagination{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-top:1px solid #f3f4f6;background:#ffffff}@media print{@page{size:auto;margin:8mm}html,body,#root{width:100%!important;height:auto!important;min-height:100%!important;overflow:visible!important;background:#ffffff!important;color:#000!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.app-container,.main-content,.dashboard-container,.dashboard-content{display:block!important;position:static!important;width:100%!important;height:auto!important;overflow:visible!important;margin:0!important;padding:0!important;background:#ffffff!important}.printable-payslip-area,#employee-report-printable-area,#generic-report-printable-area,.printable-area,.printable-document{display:block!important;visibility:visible!important;background:#ffffff!important;box-shadow:none!important;border:none!important;overflow:visible!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}.sidebar-container,.sidebar,.mobile-toggle-btn,.sidebar-backdrop,.no-print,.header-container,header,nav,button,.MuiButton-root{display:none!important}}:root{--primary: #667eea;--primary-dark: #764ba2;--secondary: #f093fb;--success: #51cf66;--danger: #ff6b6b;--warning: #ffd43b;--info: #74c0fc;--light: #f8f9fa;--dark: #2d3748;--border: #e2e8f0;--shadow: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 20px rgba(0, 0, 0, .12)}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--light);color:var(--dark)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}root{background:var(--light)}#root{width:100%;height:100vh}input[type=date]{font-family:inherit;color:#1e293b}.MuiTextField-root:has(input[type=date]) .MuiInputLabel-root{transform:translate(14px,-9px) scale(.75)!important;background-color:#fff;padding:0 4px}@media print{@page{size:auto;margin:8mm}html,body,#root{width:100%!important;height:auto!important;min-height:100%!important;overflow:visible!important;background:#ffffff!important;color:#000!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.app-container,.main-content,.dashboard-container,.dashboard-content{display:block!important;position:static!important;width:100%!important;height:auto!important;overflow:visible!important;margin:0!important;padding:0!important;background:#ffffff!important}.printable-payslip-area,#employee-report-printable-area,#generic-report-printable-area,.printable-area,.printable-document{display:block!important;visibility:visible!important;background:#ffffff!important;box-shadow:none!important;border:none!important;overflow:visible!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}.no-print,.MuiBackdrop-root,.MuiHeader-root,.dashboard-header,.MuiDrawer-root,.MuiAppBar-root,.sidebar,.sidebar-container,.mobile-toggle-btn,.sidebar-backdrop,.header-container,header,nav,button,.MuiButton-root{display:none!important}}
