:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary: #2563eb;--primary-hover: #1d4ed8;--bg-body: #f8fafc;--text-main: #0f172a;--text-light: #64748b;--border: #e2e8f0;--sidebar-width: 240px}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg-body);font-size:14px;color:var(--text-main);overflow:hidden}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;outline:none}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--primary);font-weight:700;font-size:16px;text-align:center}.loading-spinner{width:45px;height:45px;border:4px solid #f3f3f3;border-top:4px solid var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:15px}@keyframes spin{to{transform:rotate(360deg)}}.login-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);z-index:9999}.login-card{background:#fff;padding:40px;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:90%;max-width:400px}.login-header{text-align:center;margin-bottom:30px}.login-icon{font-size:48px;margin-bottom:10px;display:inline-block}.login-title{font-size:24px;font-weight:800;color:var(--primary);margin:0}.login-subtitle{color:var(--text-light);margin-top:5px;font-size:14px}.app-container{display:flex;height:100vh;width:100vw}.sidebar{width:var(--sidebar-width);background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;transition:transform .3s ease;z-index:100}.sidebar-header{height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--border);font-weight:800;font-size:16px;color:var(--primary)}.sidebar-content{flex:1;overflow-y:auto;padding:15px 0}.menu-label{padding:10px 20px 5px;font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.menu-item{padding:12px 20px;cursor:pointer;color:var(--text-light);display:flex;align-items:center;gap:12px;font-weight:500;font-size:14px;border-left:3px solid transparent;transition:all .2s}.menu-item:hover{background:#f1f5f9;color:var(--text-main)}.menu-item.active{background:#eff6ff;color:var(--primary);border-left-color:var(--primary);font-weight:600}.sidebar-footer{padding:15px;border-top:1px solid var(--border)}.sidebar-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:90}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--bg-body);position:relative}.top-header{height:60px;background:#fff;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;padding:0 20px;flex-shrink:0}.menu-btn{display:none;background:none;border:none;font-size:24px;cursor:pointer;color:var(--text-main);padding:0}.dashboard-content{padding:20px;flex:1;overflow-y:auto;overflow-x:hidden}.card{background:#fff;border-radius:10px;box-shadow:0 1px 3px #0000000d;padding:20px;margin-bottom:20px;width:100%;border:1px solid var(--border);display:flex;flex-direction:column}.card.full-height{flex:1;margin-bottom:0;min-height:400px}.card h3{margin:0 0 15px;font-size:18px;color:var(--text-main);font-weight:700}.matrix-wrapper{flex:1;overflow:auto;border:1px solid var(--border);border-radius:8px;width:100%;background:#fff;position:relative;height:calc(100vh - 250px)}table.matrix-table{border-collapse:separate;border-spacing:0;width:100%;font-size:13px}.matrix-table th{background:#f8fafc;height:38px;border-bottom:1px solid #cbd5e1;border-right:1px solid var(--border);text-align:center;padding:0;font-weight:600;font-size:12px}.matrix-table td{height:38px;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;text-align:center;padding:0;cursor:pointer}.matrix-table td:hover{background:#f1f5f9}.matrix-table thead tr:nth-child(1) th{position:sticky;top:0;z-index:25}.matrix-table thead tr:nth-child(2) th{position:sticky;top:38px;z-index:25}.matrix-table tbody td:first-child{position:sticky;left:0;z-index:30;background:#fff;border-right:2px solid var(--border);text-align:left;padding:0 10px;font-weight:600;color:var(--text-main);min-width:150px;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.matrix-table thead tr:nth-child(1) th:first-child,.matrix-table thead tr:nth-child(2) th:first-child{position:sticky;left:0;z-index:40;background:#f8fafc;border-right:2px solid var(--border)}.matrix-table thead tr:nth-child(2) th:first-child{top:38px}.col-salary{color:#166534;background:#f0fdf4!important}.col-unpaid{color:#991b1b;background:#fef2f2!important}.col-insurance{color:#92400e;background:#fffbeb!important}.bg-weekend{background-color:#fff1f2!important;color:#be123c}.cell-work{background-color:#dcfce7;color:#15803d;font-weight:700}table.request-table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px;border:1px solid var(--border);border-radius:8px;overflow:hidden}.request-table th{background:#f8fafc;padding:12px 15px;text-align:left;color:var(--text-light);border-bottom:1px solid var(--border);font-weight:600;text-transform:uppercase;font-size:12px}.request-table td{padding:12px 15px;border-bottom:1px solid #f1f5f9;color:var(--text-main);vertical-align:middle}.request-table tr:last-child td{border-bottom:none}.control-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;flex-wrap:wrap;gap:10px}.toolbar{display:flex;gap:10px;margin-bottom:15px;flex-wrap:wrap}.search-box{flex:1;min-width:200px;position:relative}.search-input{width:100%;padding:10px 10px 10px 36px;border:1px solid var(--border);border-radius:6px;font-size:14px}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.select-box,.sort-select{padding:10px;border:1px solid var(--border);border-radius:6px;background:#fff;cursor:pointer;font-size:14px}.btn{padding:10px 16px;border-radius:6px;border:none;cursor:pointer;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:.2s;white-space:nowrap}.btn:hover{opacity:.9;transform:translateY(-1px)}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 2px 4px #2563eb33}.btn-success{background:#10b981;color:#fff;box-shadow:0 2px 4px #10b98133}.btn-danger{background:#ef4444;color:#fff}.btn-logout{background:#fee2e2;color:#dc2626;width:100%;justify-content:center}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:2000;display:flex;justify-content:center;align-items:center;padding:15px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content{background:#fff;padding:25px;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-lg{max-width:700px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid var(--border);padding-bottom:10px}.close-btn{background:none;border:none;font-size:24px;color:#94a3b8;cursor:pointer;padding:0}.legend-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.legend-item{display:flex;align-items:center;gap:10px;padding:8px;border:1px solid var(--border);border-radius:6px;background:#fff}.legend-symbol{font-weight:700;color:#fff;background:var(--primary);padding:5px 0;width:35px;text-align:center;border-radius:4px}.admin-form-container{max-width:500px;margin:0 auto}.form-row{display:flex;gap:15px;margin-bottom:15px}.form-group{margin-bottom:15px;flex:1}.form-group label{display:block;margin-bottom:6px;font-weight:600;font-size:13px;color:var(--text-light)}.login-input{width:100%;padding:10px;border:1px solid var(--border);border-radius:6px;font-size:14px}.config-container{display:flex;gap:15px;background:#fff;padding:20px;border-radius:12px;border:1px dashed var(--border);flex-wrap:wrap;align-items:flex-end}.config-item label{font-weight:700;text-transform:uppercase;color:var(--text-light);font-size:11px;margin-bottom:5px;display:block}.config-input{width:80px;text-align:center;padding:8px;border:1px solid var(--border);border-radius:6px;font-weight:700}.notification-container{position:relative}.notification-dropdown{position:absolute;top:40px;right:-10px;width:320px;background:#fff;border:1px solid var(--border);box-shadow:0 10px 15px #0000001a;border-radius:10px;z-index:100;max-height:350px;overflow-y:auto}.notif-item{padding:12px;border-bottom:1px solid #f1f5f9;font-size:13px}.notif-item.unread{background-color:#f0f9ff;border-left:3px solid var(--primary)}.badge{position:absolute;top:-5px;right:-5px;background:#ef4444;color:#fff;font-size:10px;padding:2px 6px;border-radius:10px;border:2px solid #fff;font-weight:700}@media (max-width: 768px){.sidebar{position:fixed;top:0;left:-100%;height:100%;width:260px;box-shadow:5px 0 25px #0003}.sidebar.open{left:0}.sidebar-overlay.open,.menu-btn{display:block}.request-table thead{display:none}.request-table,.request-table tbody,.request-table tr,.request-table td{display:block;width:100%}.request-table tr{margin-bottom:15px;border:1px solid var(--border);border-radius:10px;padding:15px;background:#fff;box-shadow:0 2px 4px #00000005}.request-table td{text-align:right;padding:8px 0;border-bottom:1px dashed var(--border);display:flex;justify-content:space-between;align-items:center}.request-table td:last-child{border-bottom:none;justify-content:flex-end}.request-table td:before{content:attr(data-label);font-weight:600;color:var(--text-light);font-size:13px;text-transform:uppercase;margin-right:15px}.control-bar,.toolbar,.form-row,.config-container{flex-direction:column;align-items:stretch;gap:10px}.search-box,.sort-select,.select-box,.btn,.config-input,.login-input{width:100%}.matrix-wrapper{height:calc(100vh - 350px)}}.cell-pending{background-color:#fff3cd!important;opacity:.6;position:relative}.cell-pending:after{content:"⏳";position:absolute;top:0;right:0;font-size:8px}
