*{box-sizing:border-box}:root{--bg:#f5f6fb;--card:#fff;--soft:#eef0f7;--text:#080b13;--muted:#697181;--border:#e1e4ec;--border-strong:#d5dae6;--primary:#625df5;--primary-hover:#514cf0;--danger:#ef4444;--danger-bg:#fff0f0;--danger-border:#ffcaca;--success:#10b981;--success-bg:#e5fff2;--success-border:#bff1d7;--dark-bg:#0d1117;--dark-card:#151a23;--dark-soft:#1b2130;--dark-border:#242b38;--dark-border-strong:#2b3445;--dark-muted:#96a0b5;--dark-text:#f8fafc;--shadow:0 2px 8px #0f172a0f;--shadow-lg:0 18px 45px #0f172a1f}html{scrollbar-gutter:stable;min-height:100%;margin:0;overflow-y:scroll}body,#root{min-height:100vh;margin:0}body{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}button,input,select{font:inherit}button{cursor:pointer}button:hover,button:active{transform:none}button:disabled{cursor:not-allowed;opacity:.5}img{-webkit-user-select:none;user-select:none}.ui-icon,.users-ui-icon,.worker-ui-icon{object-fit:contain;flex:none;width:17px;min-width:17px;height:17px;min-height:17px;display:block}.brand-icon .ui-icon{filter:brightness(0)invert();width:24px;height:24px}.stat-icon .ui-icon,.users-stat-icon .users-ui-icon,.worker-stat-icon .worker-ui-icon{width:20px;height:20px}.logout-main-btn .ui-icon,.export-btn .ui-icon,.save-btn .ui-icon,.users-back-btn .users-ui-icon,.users-open-create-btn .users-ui-icon,.users-create-btn .users-ui-icon,.users-save-btn .users-ui-icon,.users-icon-btn .users-ui-icon,.users-mini-icon-btn .users-ui-icon,.worker-logout-btn .worker-ui-icon,.worker-save-btn .worker-ui-icon,.worker-open-add-btn .worker-ui-icon{filter:brightness(0)invert()!important}.delete-btn .ui-icon,.users-delete-btn .users-ui-icon{filter:brightness(0)saturate()invert(39%)sepia(96%)saturate(1910%)hue-rotate(338deg)brightness(97%)contrast(92%)!important}.login-page{background:var(--bg);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:var(--card);border:1px solid var(--border);width:100%;max-width:430px;box-shadow:var(--shadow-lg);border-radius:28px;padding:32px}.login-card h1{letter-spacing:-.04em;margin:0 0 8px;font-size:36px;font-weight:850;line-height:1}.login-card p{color:var(--muted);margin:0 0 24px;font-size:15px}.login-card label{margin:15px 0 7px;font-size:14px;font-weight:700;display:block}.login-card input{border:1px solid var(--border-strong);background:var(--soft);width:100%;height:48px;color:var(--text);border-radius:14px;outline:none;padding:0 15px}.login-card input:focus{border-color:var(--primary);background:#fff}.login-card>button{background:var(--primary);color:#fff;border:none;border-radius:14px;width:100%;height:48px;margin-top:22px;font-weight:800}.login-card>button:hover,.test-buttons button:hover{background:var(--primary-hover)}.test-login-box{background:var(--soft);border:1px solid var(--border);border-radius:18px;margin-top:20px;padding:16px}.test-login-box p{color:var(--text);margin:0 0 12px;font-weight:800}.test-login-box small{color:var(--muted);margin-top:6px;display:block}.test-buttons{gap:10px;margin-bottom:10px;display:flex}.test-buttons button{background:var(--primary);color:#fff;border:none;border-radius:12px;flex:1;height:42px;font-weight:800}.admin-page{background:var(--bg);min-height:100vh;color:var(--text);font-size:14px}.admin-page.dark-admin{background:var(--dark-bg);color:var(--dark-text)}.admin-header{border-bottom:1px solid var(--border);background:#f8f9fd;justify-content:space-between;align-items:center;gap:24px;min-height:64px;padding:10px 24px;display:flex}.dark-admin .admin-header{background:var(--dark-bg);border-bottom-color:var(--dark-border)}.brand-block{align-items:center;gap:12px;display:flex}.brand-icon{background:var(--primary);border-radius:13px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.brand-block h1{letter-spacing:-.055em;margin:0;font-size:24px;font-weight:900;line-height:1}.brand-block p{color:var(--muted);margin:4px 0 0;font-size:14px}.dark-admin .brand-block h1{color:var(--dark-text)}.dark-admin .brand-block p{color:var(--dark-muted)}.admin-header-controls,.header-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.header-btn,.icon-btn,.logout-main-btn,.clear-btn,.export-btn{white-space:nowrap;border:1px solid var(--border-strong);border-radius:14px;justify-content:center;align-items:center;gap:8px;height:40px;font-size:15px;font-weight:850;transition:background .18s,border-color .18s,color .18s,box-shadow .18s;display:inline-flex}.header-btn{background:var(--soft);color:var(--muted);padding:0 16px}.icon-btn{background:var(--soft);width:40px;color:var(--muted);padding:0}.logout-main-btn,.export-btn{border-color:var(--primary);background:var(--primary);color:#fff;padding:0 18px}.clear-btn{background:var(--soft);color:var(--muted);padding:0 14px}.header-btn:hover,.icon-btn:hover,.clear-btn:hover{color:#4f596a;background:#e5e8f1;border-color:#cbd2e1;box-shadow:0 6px 18px #0f172a14}.logout-main-btn:hover,.export-btn:hover,.header-btn.active:hover,.date-main-btn.active:hover{background:var(--primary-hover);border-color:var(--primary-hover);color:#fff;box-shadow:0 8px 20px #625df540}.dark-admin .header-btn,.dark-admin .icon-btn,.dark-admin .clear-btn{background:var(--dark-soft);border-color:var(--dark-border-strong);color:var(--dark-muted)}.dark-admin .header-btn:hover,.dark-admin .icon-btn:hover,.dark-admin .clear-btn:hover{color:#dbe2f0;background:#242b38;border-color:#3a465c;box-shadow:0 6px 18px #00000038}.dark-admin .logout-main-btn,.dark-admin .export-btn{background:var(--primary);border-color:var(--primary);color:#fff}.admin-page:not(.dark-admin) .header-btn:not(.active) .ui-icon,.admin-page:not(.dark-admin) .date-main-btn:not(.active) .ui-icon,.admin-page:not(.dark-admin) .theme-btn .ui-icon,.admin-page:not(.dark-admin) .search-box .ui-icon,.admin-page:not(.dark-admin) .edit-btn .ui-icon{filter:brightness(0)saturate()invert(42%)sepia(9%)saturate(655%)hue-rotate(183deg)brightness(91%)contrast(88%)!important}.admin-page:not(.dark-admin) .logout-main-btn .ui-icon,.admin-page:not(.dark-admin) .export-btn .ui-icon,.admin-page:not(.dark-admin) .save-btn .ui-icon,.admin-page:not(.dark-admin) .date-main-btn.active .ui-icon{filter:brightness(0)invert()!important}.dark-admin .header-btn .ui-icon,.dark-admin .icon-btn .ui-icon,.dark-admin .search-box .ui-icon,.dark-admin .edit-btn .ui-icon{filter:brightness(0)saturate()invert(65%)sepia(10%)saturate(700%)hue-rotate(185deg)!important}.admin-content{padding:18px 24px 28px}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.stat-card{border:1px solid var(--border);height:108px;box-shadow:var(--shadow);background:#fff;border-radius:18px;justify-content:space-between;align-items:flex-start;padding:18px 22px;display:flex}.dark-admin .stat-card{background:var(--dark-card);border-color:var(--dark-border);box-shadow:none}.stat-card p{color:var(--muted);letter-spacing:.18em;margin:0;font-size:12px;font-weight:850}.dark-admin .stat-card p{color:var(--dark-muted)}.stat-card h2{letter-spacing:-.05em;margin:24px 0 0;font-size:32px;font-weight:900;line-height:1}.dark-admin .stat-card h2{color:var(--dark-text)}.stat-icon{border-radius:13px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.stat-icon.purple{background:#e9e6ff}.stat-icon.violet{background:#eee4ff}.stat-icon.cyan{background:#d9f8ff}.dark-admin .stat-icon.purple{background:#262452}.dark-admin .stat-icon.violet{background:#302052}.dark-admin .stat-icon.cyan{background:#063544}.date-filter-wrap{align-items:center;display:inline-flex;position:relative}.date-filter-panel{border:1px solid var(--border-strong);background:var(--soft);z-index:80;border-radius:14px;align-items:center;gap:7px;height:40px;padding:0 8px;display:inline-flex;position:absolute;top:0;right:calc(100% + 8px);box-shadow:0 10px 26px #0f172a1f}.date-filter-panel input,.date-filter-panel select{height:28px;color:var(--text);text-align:center;background:#fff;border:none;border-radius:9px;outline:none;font-size:13px;font-weight:800}.date-filter-panel input{width:54px}.date-filter-panel select{cursor:pointer;width:76px}.date-filter-reset-btn{background:var(--primary);color:#fff;border:none;border-radius:9px;height:28px;padding:0 10px;font-size:12px;font-weight:850}.date-main-btn:not(.active){background:var(--soft);border-color:var(--border-strong);color:var(--muted)}.date-main-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.dark-admin .date-main-btn:not(.active){background:var(--dark-soft);border-color:var(--dark-border-strong);color:var(--dark-muted)}.dark-admin .date-main-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.dark-admin .date-filter-panel{background:var(--dark-soft);border-color:var(--dark-border-strong);box-shadow:0 10px 26px #0000004d}.dark-admin .date-filter-panel input,.dark-admin .date-filter-panel select{background:var(--dark-card);color:var(--dark-text)}.dark-admin .date-filter-panel input::placeholder{color:var(--dark-muted)}.table-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:18px;margin-top:20px;overflow:hidden}.dark-admin .table-card{background:var(--dark-card);border-color:var(--dark-border);box-shadow:none}.table-top{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.dark-admin .table-top{border-bottom-color:var(--dark-border)}.table-heading h2,.table-top h2{letter-spacing:-.055em;margin:0;font-size:22px;font-weight:900;line-height:1}.table-heading p,.table-top p{color:var(--muted);margin:4px 0 0;font-size:14px}.dark-admin .table-heading h2,.dark-admin .table-top h2{color:var(--dark-text)}.dark-admin .table-heading p,.dark-admin .table-top p{color:var(--dark-muted)}.table-tools{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.search-wrapper{position:relative}.search-box{border:1px solid var(--border-strong);background:var(--soft);border-radius:14px;align-items:center;gap:9px;width:230px;height:40px;padding:0 12px;display:flex}.search-box input{width:100%;color:var(--muted);background:0 0;border:none;outline:none;font-size:15px}.search-box input::placeholder{color:var(--muted)}.dark-admin .search-box{background:var(--dark-soft);border-color:var(--dark-border-strong)}.dark-admin .search-box input{color:#dbe2f0}.dark-admin .search-box input::placeholder{color:var(--dark-muted)}.suggestions-box{z-index:80;border:1px solid var(--border);box-shadow:var(--shadow-lg);background:#fff;border-radius:13px;padding:5px;position:absolute;top:calc(100% + 8px);left:0;right:0}.suggestions-box button{text-align:left;background:0 0;border:none;border-radius:9px;flex-direction:column;gap:3px;width:100%;padding:8px 10px;display:flex}.suggestions-box button:hover{background:var(--soft)}.suggestions-box strong{color:var(--text);font-size:13px}.suggestions-box span{color:var(--muted);font-size:11px}.dark-admin .suggestions-box{background:var(--dark-card);border-color:var(--dark-border)}.dark-admin .suggestions-box button:hover{background:var(--dark-soft)}.dark-admin .suggestions-box strong{color:var(--dark-text)}.dark-admin .suggestions-box span{color:var(--dark-muted)}.modern-table-wrapper{background:#fff;width:100%;overflow:hidden}.dark-admin .modern-table-wrapper{background:var(--dark-card)}.modern-table{border-collapse:collapse;table-layout:fixed;background:#fff;width:100%;min-width:0}.dark-admin .modern-table{background:var(--dark-card)}.modern-table th,.modern-table td{text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;text-overflow:ellipsis;vertical-align:middle;padding:0 14px;overflow:hidden}.modern-table th{height:44px;color:var(--muted);letter-spacing:.16em;background:#fff;font-size:11px;font-weight:850}.modern-table td{height:50px;color:var(--muted);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:14px}.modern-table tbody tr{background:#fff}.modern-table tbody tr:hover{background:#fafbff}.dark-admin .modern-table th,.dark-admin .modern-table td{border-bottom-color:var(--dark-border)}.dark-admin .modern-table th{background:var(--dark-card);color:var(--dark-muted)}.dark-admin .modern-table td{color:var(--dark-muted)}.dark-admin .modern-table tbody tr{background:var(--dark-card)}.dark-admin .modern-table tbody tr:hover{background:#191f2a}.fullname-cell{font-weight:900;color:var(--text)!important}.dark-admin .fullname-cell{color:var(--dark-text)!important}.total-cell,.table-footer strong{font-weight:900;color:var(--primary)!important}.edit-btn,.save-btn,.delete-btn{white-space:nowrap;border-width:1px;border-radius:11px;justify-content:center;align-items:center;gap:7px;height:34px;padding:0 10px;font-size:13px;font-weight:850;display:inline-flex}.edit-btn,.save-btn{min-width:78px}.delete-btn{min-width:94px}.edit-btn{background:var(--soft);color:var(--muted);border:1px solid var(--border-strong)}.save-btn{background:var(--primary);color:#fff;border:1px solid var(--primary)}.delete-btn{background:var(--danger-bg);color:var(--danger);border:1px solid var(--danger-border)}.dark-admin .edit-btn{background:var(--dark-soft);color:var(--dark-muted);border-color:var(--dark-border-strong)}.dark-admin .delete-btn{color:#ff6b6b;background:#ef44441a;border-color:#ef444459}.edit-btn:hover{background:#e5e8f1}.dark-admin .edit-btn:hover{background:#242b38}.delete-btn:hover{background:#ffe2e2}.dark-admin .delete-btn:hover{background:#ef444429}.edit-input,.edit-date,.edit-time,.edit-break{box-sizing:border-box;background:var(--soft);width:100%;min-width:0;max-width:100%;height:38px;min-height:38px;color:var(--text);text-align:center;text-overflow:clip;white-space:nowrap;border:1px solid #b9baff;border-radius:12px;outline:none;padding:0 8px;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:13px;font-weight:800;line-height:38px;overflow:hidden}.edit-date,.edit-time{padding-left:6px;padding-right:26px}.edit-break{padding-left:8px;padding-right:8px}.edit-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #625df52e}.admin-page:not(.dark-admin) .edit-input{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.edit-input::-webkit-datetime-edit{padding:0}.edit-input::-webkit-datetime-edit-fields-wrapper{padding:0}.edit-input::-webkit-datetime-edit-text{color:inherit}.edit-input::-webkit-datetime-edit-month-field{color:inherit}.edit-input::-webkit-datetime-edit-day-field{color:inherit}.edit-input::-webkit-datetime-edit-year-field{color:inherit}.edit-input::-webkit-datetime-edit-hour-field{color:inherit}.edit-input::-webkit-datetime-edit-minute-field{color:inherit}.edit-input::-webkit-calendar-picker-indicator{opacity:1;cursor:pointer;margin:0}.dark-admin .edit-input::-webkit-calendar-picker-indicator{filter:brightness(0)invert()}.admin-page:not(.dark-admin) .edit-input::-webkit-calendar-picker-indicator{filter:none}.table-footer{min-height:44px;color:var(--muted);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:0 22px;font-size:13px;display:flex}.dark-admin .table-footer{color:var(--dark-muted);border-top-color:var(--dark-border)}.empty-cell{text-align:center!important;color:var(--muted)!important}.users-page{min-height:100vh;color:var(--text);background:#eef1f7;padding:18px 24px 28px;position:relative}.users-page.dark-users{background:var(--dark-bg);color:var(--dark-text)}.users-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.users-header h1{letter-spacing:-.04em;margin:0 0 6px;font-size:28px;font-weight:900;line-height:1}.users-header p{color:var(--muted);margin:0;font-size:15px}.dark-users .users-header p{color:var(--dark-muted)}.users-back-btn,.users-open-create-btn,.users-create-btn{background:var(--primary);color:#fff;border:none;border-radius:15px;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 18px;font-size:15px;font-weight:850;display:inline-flex}.users-back-btn{min-width:105px}.users-open-create-btn{min-width:118px}.users-create-btn{min-width:96px}.users-back-btn:hover,.users-open-create-btn:hover,.users-create-btn:hover,.users-save-btn:hover{background:var(--primary-hover)}.users-alert{z-index:200;pointer-events:none;border:1px solid;border-radius:14px;align-items:center;min-height:48px;margin:0;padding:12px 14px;font-size:13px;font-weight:800;animation:.18s usersAlertFade;display:flex;position:absolute;top:74px;left:24px;right:24px}@keyframes usersAlertFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.users-error{background:var(--danger-bg);color:var(--danger);border-color:var(--danger-border)}.users-success{background:var(--success-bg);color:var(--success);border-color:var(--success-border)}.dark-users .users-error{color:#ff6b6b;background:#ef44441a;border-color:#ef444459}.dark-users .users-success{color:var(--success);background:#10b9811a;border-color:#10b98159}.users-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.users-stat-card{border:1px solid var(--border);height:108px;box-shadow:var(--shadow);background:#fff;border-radius:18px;justify-content:space-between;align-items:flex-start;padding:18px 22px;display:flex}.dark-users .users-stat-card{background:var(--dark-card);border-color:var(--dark-border);box-shadow:none}.users-stat-card p{color:var(--muted);letter-spacing:.18em;margin:0;font-size:12px;font-weight:850}.dark-users .users-stat-card p{color:var(--dark-muted)}.users-stat-card h2{letter-spacing:-.05em;margin:24px 0 0;font-size:34px;font-weight:900;line-height:1}.users-stat-icon{border-radius:13px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.users-stat-icon.purple{background:#e9e6ff}.users-stat-icon.violet{background:#eee4ff}.users-stat-icon.cyan{background:#d9f8ff}.dark-users .users-stat-icon.purple{background:#262452}.dark-users .users-stat-icon.violet{background:#302052}.dark-users .users-stat-icon.cyan{background:#063544}.users-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:18px;margin-bottom:18px;overflow:hidden}.dark-users .users-card{background:var(--dark-card);border-color:var(--dark-border);box-shadow:none}.users-card-top,.users-list-top{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;min-height:72px;padding:16px 22px;display:flex}.dark-users .users-card-top,.dark-users .users-list-top{border-bottom-color:var(--dark-border)}.users-card-title{align-items:center;gap:14px;display:flex}.users-card-icon{background:#e9e6ff;border-radius:13px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.dark-users .users-card-icon{background:#262452}.users-card-top h2,.users-list-top h2{letter-spacing:-.04em;margin:0;font-size:22px;font-weight:900;line-height:1}.users-card-top p,.users-list-top p,.users-table-footer p{color:var(--muted);margin:5px 0 0;font-size:14px}.dark-users .users-card-top p,.dark-users .users-list-top p,.dark-users .users-table-footer p{color:var(--dark-muted)}.users-create-form{padding:18px 22px 22px}.users-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px;display:grid}.users-field label{color:var(--muted);letter-spacing:.16em;margin-bottom:8px;font-size:12px;font-weight:850;display:block}.dark-users .users-field label{color:var(--dark-muted)}.users-field input,.users-field select,.users-table-input{border:1px solid var(--border-strong);background:var(--soft);width:100%;height:44px;color:var(--text);border-radius:14px;outline:none;padding:0 15px;font-size:15px;font-weight:650}.dark-users .users-field input,.dark-users .users-field select,.dark-users .users-table-input,.dark-users .users-table-password input{background:var(--dark-soft);border-color:var(--dark-border-strong);color:var(--dark-text)}.dark-users .users-field input:-webkit-autofill{-webkit-text-fill-color:var(--dark-text);box-shadow:0 0 0 1000px var(--dark-soft) inset}.dark-users .users-field input:-webkit-autofill:hover{-webkit-text-fill-color:var(--dark-text);box-shadow:0 0 0 1000px var(--dark-soft) inset}.dark-users .users-field input:-webkit-autofill:focus{-webkit-text-fill-color:var(--dark-text);box-shadow:0 0 0 1000px var(--dark-soft) inset}.users-field input:focus,.users-field select:focus,.users-table-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #625df521}.users-input-row{align-items:center;gap:10px;display:flex}.users-input-row input,.users-input-row select{flex:1}.users-icon-btn,.users-mini-icon-btn{background:var(--primary);border:none;border-radius:14px;place-items:center;display:grid}.users-icon-btn{flex:0 0 46px;width:46px;height:44px}.users-mini-icon-btn{border-radius:11px;flex:0 0 36px;width:36px;height:34px}.users-list-tools{align-items:center;gap:8px;display:flex}.users-search-box{border:1px solid var(--border-strong);background:var(--soft);border-radius:14px;align-items:center;gap:9px;width:250px;height:40px;padding:0 12px;display:flex}.users-search-box input{width:100%;height:100%;color:var(--text);background:0 0;border:none;outline:none;font-size:15px;font-weight:650}.users-search-box input::placeholder{color:var(--muted)}.users-clear-search-btn{border:1px solid var(--border-strong);background:var(--soft);height:40px;color:var(--muted);border-radius:14px;padding:0 14px;font-size:14px;font-weight:850}.users-clear-search-btn:hover{background:#e5e8f1}.dark-users .users-search-box,.dark-users .users-clear-search-btn{background:var(--dark-soft);border-color:var(--dark-border-strong);color:var(--dark-muted)}.dark-users .users-search-box input{color:var(--dark-text)}.dark-users .users-search-box input::placeholder{color:var(--dark-muted)}.dark-users .users-clear-search-btn:hover{background:#242b38}.users-table-wrapper{background:#fff;width:100%;overflow-x:hidden}.dark-users .users-table-wrapper{background:var(--dark-card)}.users-table{table-layout:fixed;border-collapse:collapse;background:#fff;width:100%;min-width:0}.dark-users .users-table{background:var(--dark-card)}.users-col-name{width:18%}.users-col-username{width:15%}.users-col-role{width:14%}.users-col-password{width:13%}.users-col-created,.users-col-actions{width:20%}.users-table th,.users-table td{text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;text-overflow:ellipsis;vertical-align:middle;padding:0 14px;overflow:hidden}.users-table th{height:44px;color:var(--muted);letter-spacing:.16em;background:#fff;font-size:11px;font-weight:850}.users-table td{height:58px;color:var(--muted);background:#fff;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:14px}.dark-users .users-table th,.dark-users .users-table td{border-bottom-color:var(--dark-border);background:var(--dark-card);color:var(--dark-muted)}.users-fullname{font-weight:900;color:var(--text)!important}.dark-users .users-fullname{color:var(--dark-text)!important}.users-role-badge{text-transform:lowercase;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-width:92px;height:32px;padding:0 12px;font-size:13px;font-weight:850;display:inline-flex}.users-role-badge .users-ui-icon{width:14px;height:14px}.worker-badge{color:#06b6d4;background:#06b6d424}.admin-badge{color:#8b5cf6;background:#8b5cf629}.users-table-password{align-items:center;gap:7px;display:flex}.users-table-password .users-table-input{border-radius:11px;height:34px;padding:0 10px;font-size:13px}.users-actions{flex-wrap:nowrap;align-items:center;gap:8px;display:flex}.users-edit-btn,.users-save-btn,.users-delete-btn{border-radius:11px;justify-content:center;align-items:center;gap:7px;min-width:78px;height:34px;padding:0 11px;font-size:13px;font-weight:850;display:inline-flex}.users-edit-btn{background:var(--soft);color:var(--muted);border:1px solid var(--border-strong)}.users-save-btn{background:var(--primary);color:#fff;border:1px solid var(--primary)}.users-delete-btn{background:var(--danger-bg);min-width:92px;color:var(--danger);border:1px solid var(--danger-border)}.dark-users .users-edit-btn{background:var(--dark-soft);color:var(--dark-muted);border-color:var(--dark-border-strong)}.dark-users .users-delete-btn{color:#ff6b6b;background:#ef44441a;border-color:#ef444459}.users-edit-btn:hover{background:#e5e8f1}.dark-users .users-edit-btn:hover{background:#242b38}.users-delete-btn:hover{background:#ffe2e2}.dark-users .users-delete-btn:hover{background:#ef444429}.users-table-footer{background:#fff;justify-content:space-between;align-items:center;min-height:44px;padding:0 22px;display:flex}.dark-users .users-table-footer{background:var(--dark-card)}.users-empty{font-weight:800;text-align:center!important;color:var(--muted)!important}.users-page:not(.dark-users) .users-search-box .users-ui-icon,.users-page:not(.dark-users) .users-edit-btn .users-ui-icon{filter:brightness(0)saturate()invert(42%)sepia(9%)saturate(655%)hue-rotate(183deg)brightness(91%)contrast(88%)!important}.users-back-btn .users-ui-icon{filter:brightness(0)invert()!important}.worker-page{color:#080b13;background:#eef1f7;min-height:100vh;padding:24px;position:relative}.worker-page.dark-worker{color:#f8fafc;background:#0d1117}.worker-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.worker-header h1{letter-spacing:-.04em;margin:0 0 8px;font-size:30px;font-weight:900;line-height:1}.worker-header p{color:#697181;margin:0;font-size:16px}.dark-worker .worker-header p{color:#96a0b5}.worker-header-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.worker-logout-btn,.worker-date-btn,.worker-theme-btn,.worker-clear-btn,.worker-save-btn,.worker-open-add-btn{white-space:nowrap;border-radius:15px;justify-content:center;align-items:center;gap:8px;height:42px;font-size:15px;font-weight:850;display:inline-flex}.worker-logout-btn,.worker-save-btn,.worker-open-add-btn{color:#fff;background:#625df5;border:1px solid #625df5}.worker-logout-btn{min-width:112px;padding:0 18px}.worker-open-add-btn{min-width:122px;padding:0 18px}.worker-date-btn,.worker-clear-btn,.worker-theme-btn{color:#697181;background:#eef0f7;border:1px solid #d5dae6;padding:0 18px}.worker-theme-btn{width:42px;min-width:42px;padding:0}.worker-clear-btn{padding:0 14px}.worker-date-btn.active{color:#fff;background:#625df5;border-color:#625df5}.worker-date-btn.active .worker-ui-icon{filter:brightness(0)invert()!important}.worker-date-btn:not(.active) .worker-ui-icon,.worker-clear-btn .worker-ui-icon,.worker-theme-btn .worker-ui-icon{filter:brightness(0)saturate()invert(42%)sepia(9%)saturate(655%)hue-rotate(183deg)brightness(91%)contrast(88%)!important}.worker-logout-btn:hover,.worker-save-btn:hover,.worker-open-add-btn:hover,.worker-date-btn.active:hover{background:#514cf0;border-color:#514cf0}.worker-date-btn:hover,.worker-clear-btn:hover,.worker-theme-btn:hover{background:#e5e8f1;border-color:#cbd2e1}.dark-worker .worker-date-btn,.dark-worker .worker-clear-btn,.dark-worker .worker-theme-btn{color:#96a0b5;background:#1b2130;border-color:#2b3445}.dark-worker .worker-date-btn:hover,.dark-worker .worker-clear-btn:hover,.dark-worker .worker-theme-btn:hover{background:#242b38;border-color:#3a465c}.dark-worker .worker-date-btn.active{color:#fff;background:#625df5;border-color:#625df5}.dark-worker .worker-date-btn:not(.active) .worker-ui-icon,.dark-worker .worker-clear-btn .worker-ui-icon,.dark-worker .worker-theme-btn .worker-ui-icon{filter:brightness(0)saturate()invert(65%)sepia(10%)saturate(700%)hue-rotate(185deg)!important}.worker-alert{z-index:200;pointer-events:none;border:1px solid;border-radius:14px;align-items:center;min-height:48px;padding:12px 16px;font-size:14px;font-weight:850;display:flex;position:absolute;top:88px;left:24px;right:24px}.worker-success{color:#10b981;background:#e5fff2;border-color:#bff1d7}.worker-error{color:#ef4444;background:#fff0f0;border-color:#ffcaca}.dark-worker .worker-success{color:#10b981;background:#10b9811a;border-color:#10b98159}.dark-worker .worker-error{color:#ff6b6b;background:#ef44441a;border-color:#ef444459}.worker-main-flow{flex-direction:column;display:flex}.worker-stats-grid{order:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:22px;display:grid}.worker-add-card{order:2}.worker-table-card{order:3}.worker-stat-card{background:#fff;border:1px solid #e1e4ec;border-radius:20px;justify-content:space-between;align-items:flex-start;height:138px;padding:24px 28px;display:flex;box-shadow:0 2px 8px #0f172a0f}.dark-worker .worker-stat-card{box-shadow:none;background:#151a23;border-color:#242b38}.worker-stat-card p{color:#697181;letter-spacing:.2em;margin:0;font-size:13px;font-weight:850}.dark-worker .worker-stat-card p{color:#96a0b5}.worker-stat-card h2{letter-spacing:-.05em;margin:42px 0 0;font-size:38px;font-weight:900;line-height:1}.dark-worker .worker-stat-card h2{color:#f8fafc}.worker-stat-icon{border-radius:15px;flex:0 0 44px;place-items:center;width:44px;height:44px;display:grid}.worker-stat-icon.purple{background:#e9e6ff}.worker-stat-icon.violet{background:#eee4ff}.worker-stat-icon.cyan{background:#d9f8ff}.dark-worker .worker-stat-icon.purple{background:#262452}.dark-worker .worker-stat-icon.violet{background:#302052}.dark-worker .worker-stat-icon.cyan{background:#063544}.worker-date-filter-wrap{align-items:center;display:inline-flex;position:relative}.worker-date-filter-panel{z-index:80;background:#eef0f7;border:1px solid #d5dae6;border-radius:15px;align-items:center;gap:7px;height:42px;padding:0 8px;display:inline-flex;position:absolute;top:0;right:calc(100% + 8px);box-shadow:0 10px 26px #0f172a1f}.worker-date-filter-panel input,.worker-date-filter-panel select{color:#080b13;text-align:center;background:#fff;border:none;border-radius:10px;outline:none;height:30px;font-size:13px;font-weight:850}.worker-date-filter-panel input{width:58px}.worker-date-filter-panel select{cursor:pointer;width:82px}.worker-filter-reset-btn{color:#fff;background:#625df5;border:none;border-radius:10px;height:30px;padding:0 10px;font-size:12px;font-weight:850}.dark-worker .worker-date-filter-panel{background:#1b2130;border-color:#2b3445;box-shadow:0 10px 26px #0000004d}.dark-worker .worker-date-filter-panel input,.dark-worker .worker-date-filter-panel select{color:#f8fafc;background:#151a23}.worker-card{background:#fff;border:1px solid #e1e4ec;border-radius:20px;margin-bottom:22px;overflow:hidden;box-shadow:0 2px 8px #0f172a0f}.dark-worker .worker-card{box-shadow:none;background:#151a23;border-color:#242b38}.worker-card-top,.worker-list-top{border-bottom:1px solid #e1e4ec;justify-content:space-between;align-items:center;gap:14px;min-height:84px;padding:20px 28px;display:flex}.dark-worker .worker-card-top,.dark-worker .worker-list-top{border-bottom-color:#242b38}.worker-card-title{text-align:left;justify-content:flex-start;align-items:center;gap:14px;display:flex}.worker-card-icon{background:#e9e6ff;border-radius:15px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.dark-worker .worker-card-icon{background:#262452}.worker-card-top h2,.worker-list-top h2{letter-spacing:-.04em;margin:0;font-size:24px;font-weight:900;line-height:1}.worker-card-top p,.worker-list-top p,.worker-table-footer p{color:#697181;margin:6px 0 0;font-size:15px}.dark-worker .worker-card-top p,.dark-worker .worker-list-top p,.dark-worker .worker-table-footer p{color:#96a0b5}.worker-shift-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 24px;padding:22px 28px 28px;animation:.16s workerFormOpen;display:grid}@keyframes workerFormOpen{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.worker-field label{color:#697181;letter-spacing:.18em;margin-bottom:10px;font-size:13px;font-weight:850;display:block}.dark-worker .worker-field label{color:#96a0b5}.worker-input-wrap{position:relative}.worker-input-wrap input,.worker-input-button-row input{color:#080b13;background:#eef0f7;border:1px solid #d5dae6;border-radius:16px;outline:none;width:100%;height:52px;padding:0 44px 0 16px;font-size:16px;font-weight:700}.dark-worker .worker-input-wrap input,.dark-worker .worker-input-button-row input{color:#f8fafc;background:#1b2130;border-color:#2b3445}.worker-input-wrap input:focus,.worker-input-button-row input:focus{border-color:#625df5;box-shadow:0 0 0 3px #625df521}.worker-input-button-row{align-items:center;gap:12px;display:flex}.worker-input-button-row input{flex:1;padding-right:16px}.worker-break-field .worker-input-button-row input{border-radius:16px;min-height:52px;padding:0 16px}.worker-save-btn{border-radius:16px;min-width:138px;height:52px;font-size:16px}.worker-table-wrapper{background:#fff;width:100%;overflow-x:hidden}.dark-worker .worker-table-wrapper{background:#151a23}.worker-table{table-layout:fixed;border-collapse:collapse;background:#fff;width:100%;min-width:0}.dark-worker .worker-table{background:#151a23}.worker-col-date{width:25%}.worker-col-time,.worker-col-break{width:18%}.worker-col-total{width:21%}.worker-table th,.worker-table td{text-align:left;white-space:nowrap;text-overflow:ellipsis;vertical-align:middle;border-bottom:1px solid #e1e4ec;padding:0 28px;overflow:hidden}.worker-table th{color:#697181;letter-spacing:.18em;background:#fff;height:54px;font-size:13px;font-weight:850}.worker-table td{color:#697181;background:#fff;height:62px;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:16px}.dark-worker .worker-table th,.dark-worker .worker-table td{color:#96a0b5;background:#151a23;border-bottom-color:#242b38}.worker-date-cell{font-weight:900;color:#080b13!important}.dark-worker .worker-date-cell{color:#f8fafc!important}.worker-total-cell,.worker-table-footer strong{font-weight:900;color:#625df5!important}.worker-empty-cell{font-weight:800;text-align:center!important;color:#697181!important}.worker-table-footer{background:#fff;justify-content:space-between;align-items:center;min-height:50px;padding:0 28px;display:flex}.dark-worker .worker-table-footer{background:#151a23}@media (width<=1200px){.modern-table-wrapper{-webkit-overflow-scrolling:touch;overflow:auto hidden}.modern-table{table-layout:fixed;width:1180px;min-width:1180px}.modern-table th,.modern-table td{padding:0 12px}.modern-table th{height:44px;font-size:10px}.modern-table td{height:52px;font-size:13px}.edit-btn,.save-btn{min-width:78px}.delete-btn{min-width:94px}.admin-header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px 10px;padding:18px 16px;display:grid}.brand-block{grid-area:1/1;min-width:0}.brand-block h1{font-size:23px}.brand-block p{font-size:13px}.admin-header-controls{display:contents}.logout-main-btn{border-radius:15px;grid-area:1/2;min-width:104px;height:42px;padding:0 14px}.header-actions{grid-area:2/1/auto/-1;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 42px;gap:8px;width:100%;display:grid}.date-filter-wrap,.header-actions .header-btn,.header-actions .icon-btn{width:100%;min-width:0}.header-actions .header-btn{height:40px;padding:0 10px}.header-actions .icon-btn{width:42px;height:40px}.date-filter-panel{flex-wrap:wrap;width:min(100vw - 32px,330px);height:auto;padding:8px;top:calc(100% + 8px);left:0;right:auto}.date-filter-panel input,.date-filter-panel select{flex:1;min-width:76px}.date-filter-reset-btn{width:100%}.admin-content{padding:16px}.stats-grid,.users-stats-grid,.users-form-grid{grid-template-columns:1fr}.stat-card,.users-stat-card{height:108px;padding:16px 18px}.stat-card h2,.users-stat-card h2{margin-top:22px;font-size:30px}.table-top{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px 10px;padding:18px;display:grid}.table-heading{grid-area:1/1;min-width:0}.table-tools{display:contents}.export-btn{border-radius:14px;grid-area:1/2;min-width:104px;height:40px;padding:0 14px}.search-wrapper{grid-area:2/1/auto/-1;width:100%}.search-box{width:100%;height:40px}.clear-btn{grid-area:3/1/auto/-1;width:100%;height:38px}.table-footer{flex-direction:column;align-items:flex-start;gap:6px;min-height:auto;padding:14px 18px}.users-list-top{flex-direction:column;align-items:flex-start}.users-list-tools{justify-content:flex-start;width:100%}.users-search-box{width:100%}.users-table-wrapper{overflow-x:auto}.users-table{min-width:920px}.worker-page{padding:16px}.worker-header{flex-direction:column;align-items:stretch;gap:14px;margin-bottom:22px}.worker-header h1{font-size:26px}.worker-header p{font-size:14px}.worker-header-actions{grid-template-columns:42px minmax(0,1fr) minmax(96px,1fr);align-items:center;gap:8px;width:100%;display:grid}.worker-theme-btn{grid-area:1/1;width:42px;min-width:42px;height:42px}.worker-date-filter-wrap{grid-area:1/2;width:100%}.worker-date-btn{width:100%;min-width:0;height:42px;padding:0 10px}.worker-logout-btn{grid-area:1/3;width:100%;min-width:0;height:42px;padding:0 10px}.worker-date-btn span,.worker-logout-btn span{font-size:13px}.worker-date-filter-panel{flex-wrap:wrap;width:min(100vw - 32px,360px);height:auto;padding:8px;top:calc(100% + 8px);left:0;right:auto}.worker-date-filter-panel input,.worker-date-filter-panel select{flex:1;min-width:72px}.worker-filter-reset-btn{width:100%}.worker-add-card{order:1}.worker-table-card{order:2}.worker-stats-grid{order:3;grid-template-columns:1fr;gap:12px;margin-top:0}.worker-stat-card{height:100px;padding:16px 18px}.worker-stat-card h2{margin-top:20px;font-size:30px}.worker-stat-card p{font-size:11px}.worker-card{border-radius:18px;margin-bottom:16px}.worker-card-top,.worker-list-top{min-height:auto;padding:16px 18px}.worker-card-top{flex-direction:column;align-items:stretch;gap:14px}.worker-card-title{width:100%}.worker-card-title h2,.worker-list-top h2{font-size:21px}.worker-card-title p,.worker-list-top p{font-size:13px}.worker-open-add-btn{width:100%;min-width:0;height:40px;padding:0 14px;font-size:14px}.worker-shift-form{grid-template-columns:1fr;gap:16px;padding:16px 18px 18px}.worker-input-wrap input,.worker-input-button-row input{height:48px;font-size:15px}.worker-break-field .worker-input-button-row input{min-height:48px;padding:0 16px}.worker-input-button-row{flex-direction:column;align-items:stretch}.worker-save-btn{width:100%;height:48px}.worker-table-wrapper{overflow-x:auto}.worker-table{min-width:580px}.worker-table th,.worker-table td{padding:0 18px}.worker-table th{height:44px;font-size:11px}.worker-table td{height:52px;font-size:14px}.worker-table-footer{flex-direction:column;align-items:flex-start;gap:6px;padding:14px 18px}}@media (width<=430px){.admin-header{padding:16px}.logout-main-btn{min-width:96px;padding:0 10px}.logout-main-btn span,.header-btn span{font-size:12px}.header-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 40px}.header-actions .icon-btn{width:40px}.table-top{padding:16px}.export-btn{min-width:96px;padding:0 12px}.worker-header-actions{grid-template-columns:42px minmax(0,1fr) minmax(88px,1fr)}.worker-date-btn span,.worker-logout-btn span{font-size:12px}.worker-date-btn,.worker-logout-btn{padding:0 8px}}.modern-table td:has(.edit-input){overflow:hidden!important}.edit-input,.edit-date,.edit-time,.edit-break{box-sizing:border-box!important;background:var(--dark-soft)!important;width:100%!important;min-width:0!important;max-width:100%!important;height:38px!important;min-height:38px!important;color:var(--dark-text)!important;text-align:center!important;text-overflow:clip!important;white-space:nowrap!important;border:1px solid #3a46ff!important;border-radius:12px!important;outline:none!important;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace!important;font-size:12px!important;font-weight:850!important;line-height:38px!important;overflow:hidden!important}.edit-date,.edit-time{--lightningcss-light: !important;--lightningcss-dark:initial!important;color-scheme:dark!important;padding:0 8px!important}.edit-break{padding:0 8px!important}.edit-date::-webkit-calendar-picker-indicator{opacity:0!important;width:0!important;height:0!important;display:none!important}.edit-time::-webkit-calendar-picker-indicator{opacity:0!important;width:0!important;height:0!important;display:none!important}.edit-input::-webkit-datetime-edit{padding:0!important}.edit-input::-webkit-datetime-edit-fields-wrapper{padding:0!important}.edit-input::-webkit-datetime-edit-text{color:inherit!important;padding:0!important}.edit-input::-webkit-datetime-edit-month-field{color:inherit!important;padding:0!important}.edit-input::-webkit-datetime-edit-day-field{color:inherit!important;padding:0!important}.edit-input::-webkit-datetime-edit-year-field{color:inherit!important;padding:0!important}.edit-input::-webkit-datetime-edit-hour-field{color:inherit!important;padding:0!important}.edit-input::-webkit-datetime-edit-minute-field{color:inherit!important;padding:0!important}.admin-page:not(.dark-admin) .edit-input,.admin-page:not(.dark-admin) .edit-date,.admin-page:not(.dark-admin) .edit-time,.admin-page:not(.dark-admin) .edit-break{background:var(--soft)!important;color:var(--text)!important;--lightningcss-light:initial!important;--lightningcss-dark: !important;color-scheme:light!important;border-color:#b9baff!important}.save-btn,.edit-btn{min-width:78px!important;height:34px!important;padding:0 10px!important}.delete-btn{min-width:94px!important;height:34px!important;padding:0 10px!important}@media (width<=1200px){.modern-table-wrapper{-webkit-overflow-scrolling:touch!important;overflow:auto hidden!important}.modern-table{table-layout:fixed!important;width:1180px!important;min-width:1180px!important}.edit-input,.edit-date,.edit-time,.edit-break{font-size:12px!important}}.modern-table-wrapper{width:100%!important;overflow:hidden!important}.modern-table{table-layout:fixed!important;width:100%!important;min-width:0!important}.col-worker{width:10%!important}.col-username{width:8%!important}.col-date{width:12%!important}.col-time{width:9%!important}.col-break{width:7%!important}.col-total{width:9%!important}.col-created{width:14%!important}.col-actions{width:22%!important}.modern-table th,.modern-table td{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.modern-table th:last-child,.modern-table td:last-child{text-overflow:clip!important;overflow:visible!important}.row-actions{flex-wrap:nowrap!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;display:flex!important}.save-btn,.edit-btn{width:86px!important;min-width:86px!important;height:34px!important;padding:0 10px!important}.delete-btn{width:108px!important;min-width:108px!important;height:34px!important;padding:0 10px!important}.edit-input,.edit-date,.edit-time,.edit-break{box-sizing:border-box!important;text-align:center!important;border-radius:12px!important;width:100%!important;min-width:0!important;max-width:100%!important;height:38px!important;padding:0 8px!important;font-size:12px!important;font-weight:850!important;overflow:hidden!important}.edit-date::-webkit-calendar-picker-indicator{display:none!important}.edit-time::-webkit-calendar-picker-indicator{display:none!important}.dark-admin .edit-input{background:var(--dark-soft)!important;color:var(--dark-text)!important;--lightningcss-light: !important;--lightningcss-dark:initial!important;color-scheme:dark!important;border-color:#3a46ff!important}.admin-page:not(.dark-admin) .edit-input{background:var(--soft)!important;color:var(--text)!important;--lightningcss-light:initial!important;--lightningcss-dark: !important;color-scheme:light!important;border-color:#b9baff!important}@media (width<=1200px){.modern-table-wrapper{-webkit-overflow-scrolling:touch!important;overflow:auto hidden!important}.modern-table{width:1250px!important;min-width:1250px!important}.col-actions{width:230px!important}}@media (width>=1201px){.modern-table-wrapper{width:100%!important;padding:0!important;overflow:hidden!important}.modern-table{table-layout:fixed!important;width:100%!important;min-width:0!important}.col-worker{width:12%!important}.col-username{width:10%!important}.col-date{width:11%!important}.col-time,.col-break{width:8%!important}.col-total{width:12%!important}.col-created{width:15%!important}.col-actions{width:16%!important}.modern-table th,.modern-table td{text-overflow:clip!important;white-space:nowrap!important;padding-left:22px!important;padding-right:22px!important;overflow:hidden!important}.modern-table th{letter-spacing:.09em!important;font-size:11px!important}.modern-table td{font-size:14px!important}.modern-table th:last-child,.modern-table td:last-child{text-overflow:clip!important;overflow:visible!important}.row-actions{flex-wrap:nowrap!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;width:100%!important;display:flex!important}.edit-btn,.save-btn{width:86px!important;min-width:86px!important;height:34px!important;padding:0 10px!important}.delete-btn{width:108px!important;min-width:108px!important;height:34px!important;padding:0 10px!important}.edit-input,.edit-date,.edit-time,.edit-break{box-sizing:border-box!important;text-align:center!important;text-overflow:clip!important;white-space:nowrap!important;border-radius:12px!important;width:100%!important;min-width:0!important;max-width:100%!important;height:38px!important;padding:0 8px!important;font-size:12px!important;font-weight:850!important;overflow:hidden!important}.edit-date::-webkit-calendar-picker-indicator{display:none!important}.edit-time::-webkit-calendar-picker-indicator{display:none!important}.dark-admin .edit-input{background:var(--dark-soft)!important;color:var(--dark-text)!important;--lightningcss-light: !important;--lightningcss-dark:initial!important;color-scheme:dark!important;border-color:#3a46ff!important}.admin-page:not(.dark-admin) .edit-input{background:var(--soft)!important;color:var(--text)!important;--lightningcss-light:initial!important;--lightningcss-dark: !important;color-scheme:light!important;border-color:#b9baff!important}}@media (width<=1200px){.modern-table-wrapper{-webkit-overflow-scrolling:touch!important;width:100%!important;padding:0!important;overflow:auto hidden!important}.modern-table{table-layout:fixed!important;width:1250px!important;min-width:1250px!important}.modern-table th,.modern-table td{text-overflow:clip!important;white-space:nowrap!important;padding-left:14px!important;padding-right:14px!important;overflow:hidden!important}.modern-table th{letter-spacing:.08em!important;font-size:10px!important}.modern-table td{font-size:13px!important}.col-worker{width:150px!important}.col-username{width:130px!important}.col-date{width:150px!important}.col-time,.col-break{width:110px!important}.col-total{width:150px!important}.col-created{width:190px!important}.col-actions{width:260px!important}.row-actions{flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;display:flex!important}.edit-btn,.save-btn{width:86px!important;min-width:86px!important}.delete-btn{width:108px!important;min-width:108px!important}.edit-input,.edit-date,.edit-time,.edit-break{box-sizing:border-box!important;width:100%!important;height:38px!important;padding:0 8px!important;font-size:12px!important}.edit-date::-webkit-calendar-picker-indicator{display:none!important}.edit-time::-webkit-calendar-picker-indicator{display:none!important}}@media (width>=1201px){.modern-table-wrapper{width:100%!important;padding:0!important;overflow:hidden!important}.modern-table{table-layout:fixed!important;width:100%!important;min-width:0!important}.col-worker{width:11%!important}.col-username{width:9%!important}.col-date{width:10%!important}.col-time{width:8%!important}.col-break{width:7%!important}.col-total{width:10%!important}.col-created{width:13%!important}.col-actions{width:32%!important}.modern-table th,.modern-table td{text-overflow:clip!important;white-space:nowrap!important;padding-left:18px!important;padding-right:18px!important;overflow:hidden!important}.modern-table th{letter-spacing:.08em!important;font-size:11px!important}.modern-table td{font-size:14px!important}.modern-table th:last-child,.modern-table td:last-child{padding-left:18px!important;padding-right:18px!important;overflow:hidden!important}.row-actions{flex-wrap:nowrap!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;width:100%!important;min-width:0!important;display:flex!important}.edit-btn,.save-btn{width:86px!important;min-width:86px!important;max-width:86px!important;height:34px!important;padding:0 10px!important}.delete-btn{width:108px!important;min-width:108px!important;max-width:108px!important;height:34px!important;padding:0 10px!important}}@media (width<=1200px){.modern-table-wrapper{-webkit-overflow-scrolling:touch!important;width:100%!important;padding:0!important;overflow:auto hidden!important}.modern-table{table-layout:fixed!important;width:1320px!important;min-width:1320px!important}.col-worker{width:150px!important}.col-username{width:130px!important}.col-date{width:150px!important}.col-time,.col-break{width:110px!important}.col-total{width:150px!important}.col-created{width:190px!important}.col-actions{width:320px!important}.modern-table th,.modern-table td{text-overflow:clip!important;white-space:nowrap!important;padding-left:14px!important;padding-right:14px!important;overflow:hidden!important}.row-actions{flex-wrap:nowrap!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;width:100%!important;display:flex!important}.edit-btn,.save-btn{width:86px!important;min-width:86px!important;max-width:86px!important}.delete-btn{width:108px!important;min-width:108px!important;max-width:108px!important}}@media (width>=1201px){.modern-table-wrapper{width:100%!important;padding:0!important;overflow:hidden!important}.modern-table{table-layout:fixed!important;width:100%!important;min-width:0!important}.col-worker{width:12%!important}.col-username{width:9%!important}.col-date{width:10%!important}.col-time,.col-break{width:8%!important}.col-total{width:11%!important}.col-created{width:15%!important}.col-actions{width:19%!important}.modern-table th,.modern-table td{text-overflow:clip!important;white-space:nowrap!important;padding-left:18px!important;padding-right:18px!important;overflow:hidden!important}.modern-table th{letter-spacing:.08em!important;font-size:11px!important}.modern-table td{font-size:14px!important}.modern-table th:last-child,.modern-table td:last-child{text-overflow:clip!important;overflow:hidden!important}.row-actions{flex-wrap:nowrap!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;width:100%!important;min-width:0!important;display:flex!important}.edit-btn,.save-btn{width:86px!important;min-width:86px!important;max-width:86px!important;height:34px!important;padding:0 10px!important}.delete-btn{width:108px!important;min-width:108px!important;max-width:108px!important;height:34px!important;padding:0 10px!important}}@media (width<=1200px){.modern-table-wrapper{-webkit-overflow-scrolling:touch!important;width:100%!important;padding:0!important;overflow:auto hidden!important}.modern-table{table-layout:fixed!important;width:1250px!important;min-width:1250px!important}.col-actions{width:260px!important}}.dark-worker .worker-input-wrap input[type=date],.dark-worker .worker-input-wrap input[type=time]{--lightningcss-light: !important;--lightningcss-dark:initial!important;color-scheme:dark!important}.dark-worker .worker-input-wrap input[type=date]::-webkit-calendar-picker-indicator{filter:brightness(0)invert()!important;opacity:1!important;cursor:pointer!important}.dark-worker .worker-input-wrap input[type=time]::-webkit-calendar-picker-indicator{filter:brightness(0)invert()!important;opacity:1!important;cursor:pointer!important}.worker-page:not(.dark-worker) .worker-input-wrap input[type=date],.worker-page:not(.dark-worker) .worker-input-wrap input[type=time]{--lightningcss-light:initial!important;--lightningcss-dark: !important;color-scheme:light!important}.worker-page:not(.dark-worker) .worker-input-wrap input[type=date]::-webkit-calendar-picker-indicator{filter:none!important;opacity:1!important}.worker-page:not(.dark-worker) .worker-input-wrap input[type=time]::-webkit-calendar-picker-indicator{filter:none!important;opacity:1!important}.login-page{box-sizing:border-box;background:radial-gradient(circle at 0 0,#6366f152,#0000 34%),radial-gradient(circle at 100% 100%,#0ea5e938,#0000 34%),#070b18;justify-content:center;align-items:center;width:100%;min-height:100svh;padding:24px;display:flex}.login-card{box-sizing:border-box;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f172aeb;border:1px solid #94a3b838;border-radius:28px;width:100%;max-width:430px;padding:34px;box-shadow:0 28px 80px #0000006b}.login-title-box{text-align:center;margin-bottom:28px}.login-title-box h1,.login-card h1{color:#fff;letter-spacing:-.04em;margin:0;font-size:36px;font-weight:900}.login-title-box p,.login-card p{color:#94a3b8;margin:8px 0 0;font-size:15px;font-weight:650}.login-field{width:100%;margin-bottom:18px}.login-field label,.login-card label{color:#cbd5e1;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:900;display:block}.login-field input,.login-card input{box-sizing:border-box;color:#fff;background:#020617bf;border:1px solid #94a3b847;border-radius:16px;outline:none;width:100%;height:54px;padding:0 16px;font-size:16px;font-weight:750;transition:border-color .18s,box-shadow .18s,background .18s}.login-field input::placeholder,.login-card input::placeholder{color:#64748b;font-weight:650}.login-field input:focus,.login-card input:focus{background:#0f172af2;border-color:#6366f1;box-shadow:0 0 0 4px #6366f12e}.error-box{box-sizing:border-box;color:#fecaca;text-align:center;background:#ef44441f;border:1px solid #ef444452;border-radius:14px;width:100%;margin:4px 0 18px;padding:13px 14px;font-size:14px;font-weight:800}.login-submit-btn,.login-card>button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#6366f1,#2563eb);border:none;border-radius:16px;width:100%;height:54px;font-size:16px;font-weight:900;transition:transform .16s,opacity .16s,box-shadow .16s;box-shadow:0 16px 36px #2563eb52}.login-submit-btn:hover,.login-card>button:hover{transform:translateY(-1px);box-shadow:0 20px 44px #2563eb66}.login-submit-btn:disabled,.login-card>button:disabled{cursor:not-allowed;opacity:.65;transform:none}@media (width<=600px){.login-page{justify-content:center;align-items:flex-start;padding:72px 16px 20px}.login-card{border-radius:24px;max-width:100%;padding:26px 20px 22px}.login-title-box{margin-bottom:24px}.login-title-box h1,.login-card h1{font-size:32px}.login-title-box p,.login-card p{font-size:14px}.login-field{margin-bottom:16px}.login-field input,.login-card input{border-radius:15px;height:52px;font-size:16px}.login-submit-btn,.login-card>button{border-radius:15px;height:52px}}@media (width<=380px){.login-page{padding-left:12px;padding-right:12px}.login-card{padding:24px 16px 20px}.login-title-box h1,.login-card h1{font-size:29px}}
