html{background:#f4f6f8}body{margin:0}#root{min-height:100vh}.employee-modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f1b14a3;place-items:center;padding:24px;animation:.16s ease-out employee-backdrop-in;display:grid;position:fixed;inset:0}.employee-modal-card{background:#fff;border:1px solid #fff3;border-radius:22px;width:min(100%,560px);max-height:calc(100vh - 48px);animation:.19s ease-out employee-modal-in;overflow-y:auto;box-shadow:0 32px 100px #00000052}@keyframes employee-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes employee-modal-in{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.employee-modal-header{background:#f6faf7;border-bottom:1px solid #e8ece9;justify-content:space-between;align-items:flex-start;gap:20px;padding:26px 28px 21px;display:flex}.employee-modal-header h2{color:#087f3f;margin:0;font-size:25px}.employee-modal-header p{color:#687078;margin:8px 0 0;font-size:14px;line-height:1.45}.employee-modal-close{cursor:pointer;color:#4f5752;background:#e7ece8;border:0;border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:27px;line-height:1;display:grid}.employee-modal-close:hover{background:#dbe3dd}.employee-modal-form{gap:18px;padding:26px 28px 28px;display:grid}.employee-modal-field{gap:8px;display:grid}.employee-modal-field label{color:#303631;font-size:14px;font-weight:750}.employee-modal-field input{color:#202421;background:#fff;border:1px solid #ccd4ce;border-radius:11px;outline:none;width:100%;min-height:48px;padding:12px 15px;font-size:16px}.employee-modal-field input:focus{border-color:#079447;box-shadow:0 0 0 4px #07944721}.employee-modal-field input:disabled{color:#68706b;background:#f0f3f1}.employee-seat-field{max-width:220px}.employee-modal-error{color:#8b1e12;background:#fde8e5;border:1px solid #f2c9c3;border-radius:10px;padding:13px 15px;font-size:14px}.employee-modal-actions{border-top:1px solid #e8ece9;justify-content:flex-end;gap:12px;margin-top:5px;padding-top:21px;display:flex}.employee-modal-cancel,.employee-modal-save{cursor:pointer;border:0;border-radius:11px;min-height:46px;padding:11px 20px;font-weight:750}.employee-modal-cancel{color:#4d554f;background:#e9edeb}.employee-modal-cancel:hover{background:#dde3df}.employee-modal-save{color:#fff;background:#079447}.employee-modal-save:hover{background:#087f3f}.employee-modal-cancel:disabled,.employee-modal-save:disabled,.employee-modal-close:disabled{cursor:wait;opacity:.65}@media (width<=600px){.employee-modal-backdrop{align-items:end;padding:12px}.employee-modal-card{border-radius:20px 20px 14px 14px;width:100%;max-height:calc(100vh - 24px)}.employee-modal-header{padding:22px 20px 18px}.employee-modal-form{padding:22px 20px 24px}.employee-seat-field{max-width:none}.employee-modal-actions{flex-direction:column-reverse}.employee-modal-cancel,.employee-modal-save{width:100%}.employees-header-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.employee-import-modal{width:min(920px,100vw - 32px);max-height:calc(100vh - 48px);overflow-y:auto}.employee-import-content{flex-direction:column;gap:18px;padding:24px;display:flex}.employee-import-file{cursor:pointer;color:#2d4739;text-align:center;background:#f6fbf8;border:2px dashed #b8cec1;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:132px;transition:border-color .2s,background .2s;display:flex}.employee-import-file:hover{background:#edf8f1;border-color:#0b8f43}.employee-import-file strong{font-size:1rem}.employee-import-file span{color:#6f7973;font-size:.86rem}.employee-import-file input{width:min(420px,90%)}.employee-import-selected{background:#fff;border:1px solid #dfe8e3;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.employee-import-selected span{color:#6f7973;font-size:.84rem;font-weight:700}.employee-import-selected strong{overflow-wrap:anywhere}.employee-import-preview-button{color:#3159a8;cursor:pointer;min-height:48px;font:inherit;background:#eef3ff;border:0;border-radius:14px;font-weight:800}.employee-import-preview-button:disabled{cursor:not-allowed;opacity:.55}.employee-import-summary{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.employee-import-summary>div{text-align:center;background:#fff;border:1px solid #e3ebe6;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:88px;padding:12px;display:flex}.employee-import-summary span{color:#727c76;text-transform:uppercase;font-size:.75rem;font-weight:800}.employee-import-summary strong{color:#0b8f43;font-size:1.75rem}.employee-import-errors{color:#922f20;background:#fff3f1;border:1px solid #f1c4bd;border-radius:16px;padding:16px}.employee-import-errors>div{max-height:180px;margin-top:10px;overflow-y:auto}.employee-import-errors p{margin:0 0 7px;font-size:.86rem}.employee-import-errors span{font-size:.82rem;font-weight:700}.employee-import-preview-table{background:#fff;border:1px solid #e3ebe6;border-radius:16px;overflow-x:auto}.employee-import-preview-table table{border-collapse:collapse;width:100%;min-width:620px}.employee-import-preview-table th,.employee-import-preview-table td{text-align:left;border-bottom:1px solid #edf1ef;padding:12px 14px}.employee-import-preview-table th{color:#455149;text-transform:uppercase;background:#f4f7f5;font-size:.76rem}.employee-import-preview-table>span{color:#747d78;padding:12px 14px;font-size:.82rem;display:block}.employee-import-message{border-radius:14px;padding:14px 16px;font-weight:700}.employee-import-message.success{color:#087f3f;background:#edf8f1;border:1px solid #b7dec7}.employee-import-message.error{color:#922f20;background:#fff3f1;border:1px solid #f1c4bd}@media (width<=900px){.employee-import-summary{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=620px){.employees-header-actions{justify-content:stretch;width:100%}.employees-header-actions button{flex:100%}.employee-import-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.employee-import-content{padding:18px}}}.events-page{max-width:1400px;margin:0 auto;padding:38px 32px}.events-toolbar{background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;margin-top:28px;padding:18px;display:flex;box-shadow:0 7px 25px #00000012}.events-toolbar input{border:1px solid #d1d6dc;border-radius:10px;outline:none;width:min(100%,560px);padding:13px 16px}.events-toolbar input:focus{border-color:#079447;box-shadow:0 0 0 4px #0794471f}.events-toolbar span{white-space:nowrap;color:#687078;font-weight:650}.events-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:22px;display:grid}.event-card{background:#fff;border:1px solid #e6ebe7;border-radius:18px;flex-direction:column;min-height:280px;display:flex;overflow:hidden;box-shadow:0 8px 28px #00000014}.event-card-header{background:#f8fbf9;border-bottom:1px solid #edf0f2;padding:23px 24px 18px}.event-card-header h2{color:#202421;margin:13px 0 0;font-size:20px;line-height:1.3}.event-status{border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;display:inline-flex}.event-status.programado{color:#725400;background:#fff2c7}.event-status.activo{color:#087f3f;background:#dff5e7}.event-status.finalizado{color:#5f6368;background:#e9ecef}.event-details{gap:14px;margin:0;padding:22px 24px;display:grid}.event-details div{gap:4px;display:grid}.event-details dt{color:#737b76;font-size:12px;font-weight:700}.event-details dd{color:#252a27;margin:0;font-weight:650}.event-actions{border-top:1px solid #edf0f2;flex-wrap:wrap;gap:9px;margin-top:auto;padding:18px 24px 22px;display:flex}.event-button{cursor:pointer;border:0;border-radius:9px;min-height:38px;padding:8px 13px;font-weight:750}.event-button.edit{color:#075f9b;background:#e5f2fc}.event-button.activate{color:#087f3f;background:#dff5e7}.event-button.finish{color:#8b1e12;background:#fde8e5}.event-button:disabled{cursor:not-allowed;opacity:.5}.events-empty-state{color:#687078;text-align:center;background:#fff;border-radius:16px;grid-column:1/-1;padding:50px}.event-modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f1b14a3;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.event-modal-card{background:#fff;border-radius:22px;width:min(100%,620px);max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 32px 100px #00000052}.event-modal-header{background:#f6faf7;border-bottom:1px solid #e8ece9;justify-content:space-between;align-items:flex-start;gap:20px;padding:26px 28px 21px;display:flex}.event-modal-header h2{color:#087f3f;margin:0;font-size:25px}.event-modal-header p{color:#687078;margin:8px 0 0}.event-modal-close{cursor:pointer;color:#4f5752;background:#e7ece8;border:0;border-radius:50%;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:27px;display:grid}.event-modal-form{gap:18px;padding:26px 28px 28px;display:grid}.event-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.event-modal-field{gap:8px;display:grid}.event-modal-field label{color:#303631;font-size:14px;font-weight:750}.event-modal-field input{background:#fff;border:1px solid #ccd4ce;border-radius:11px;outline:none;width:100%;min-height:48px;padding:12px 15px}.event-modal-field input:focus{border-color:#079447;box-shadow:0 0 0 4px #07944721}.event-modal-error{color:#8b1e12;background:#fde8e5;border-radius:10px;padding:13px 15px}.event-modal-actions{border-top:1px solid #e8ece9;justify-content:flex-end;gap:12px;padding-top:21px;display:flex}.event-modal-cancel,.event-modal-save{cursor:pointer;border:0;border-radius:11px;min-height:46px;padding:11px 20px;font-weight:750}.event-modal-cancel{color:#4d554f;background:#e9edeb}.event-modal-save{color:#fff;background:#079447}@media (width<=640px){.events-page{padding:28px 20px}.events-toolbar,.event-form-row{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.event-modal-backdrop{align-items:end;padding:12px}.event-modal-actions{flex-direction:column-reverse}.event-modal-actions button{width:100%}}.attendances-page{flex-direction:column;gap:24px;display:flex}.attendances-controls{background:#fff;border-radius:24px;grid-template-columns:minmax(260px,1fr) minmax(320px,1.4fr);align-items:end;gap:18px;padding:24px;display:grid;box-shadow:0 14px 36px #1e372d14}.attendance-field{flex-direction:column;gap:8px;display:flex}.attendance-field label{color:#44504a;font-size:.9rem;font-weight:700}.attendance-field select,.attendance-field input{color:#202622;width:100%;min-height:52px;font:inherit;background:#fff;border:1px solid #d9e1dd;border-radius:14px;outline:none;padding:0 16px;transition:border-color .2s,box-shadow .2s}.attendance-field select:focus,.attendance-field input:focus{border-color:#0a9348;box-shadow:0 0 0 4px #0a93481f}.attendance-field select:disabled,.attendance-field input:disabled{cursor:not-allowed;color:#8a928e;background:#f3f5f4}.attendance-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.attendance-summary-card{text-align:center;background:#fff;border:1px solid #e5ebe8;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:110px;padding:20px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 10px 28px #1e372d12}.attendance-summary-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px #1e372d1a}.attendance-summary-card span{color:#6d7772;letter-spacing:.04em;text-transform:uppercase;font-size:.82rem;font-weight:800}.attendance-summary-card strong{color:#0b8f43;font-size:2.2rem;line-height:1}.attendance-event-summary{grid-template-columns:1.5fr .8fr .7fr 1.2fr .8fr;gap:14px;display:grid}.attendance-event-summary>div{background:#fff;border:1px solid #e5ebe8;border-radius:18px;flex-direction:column;gap:6px;padding:18px;display:flex}.attendance-event-summary span{color:#737d78;letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:700}.attendance-event-summary strong{color:#202622;font-size:.98rem}.attendance-table-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 14px 36px #1e372d14}.attendance-table-wrapper{overflow-x:auto}.attendance-table{border-collapse:collapse;width:100%;min-width:960px}.attendance-table th,.attendance-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #edf0ee;padding:16px 18px}.attendance-table th{color:#4a554f;letter-spacing:.04em;text-transform:uppercase;background:#f4f7f5;font-size:.78rem;font-weight:800}.attendance-table td{color:#2b322e;font-size:.94rem}.attendance-table tbody tr:hover{background:#f8fbf9}.attendance-payroll{font-weight:800;color:#087f3f!important}.attendance-method{border-radius:999px;justify-content:center;align-items:center;min-width:74px;padding:6px 10px;font-size:.78rem;font-weight:800;display:inline-flex}.attendance-method.qr{color:#087f3f;background:#e9f7ef}.attendance-method.manual{color:#3159a8;background:#eef3ff}.attendance-empty-state{color:#717a75;text-align:center;padding:44px 24px;font-weight:600}@media (width<=1200px){.attendance-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.attendance-event-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.attendances-controls{grid-template-columns:1fr}.attendance-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.attendances-controls{padding:18px}.attendance-summary-grid,.attendance-event-summary{grid-template-columns:1fr}}.users-page{flex-direction:column;gap:24px;display:flex}.users-toolbar{background:#fff;border-radius:24px;justify-content:space-between;align-items:center;gap:18px;padding:22px 24px;display:flex;box-shadow:0 14px 36px #1e372d14}.users-toolbar input{color:#202622;width:min(760px,100%);min-height:52px;font:inherit;background:#fff;border:1px solid #d9e1dd;border-radius:14px;outline:none;padding:0 16px}.users-toolbar input:focus{border-color:#0a9348;box-shadow:0 0 0 4px #0a93481f}.users-toolbar span{color:#68716c;white-space:nowrap;font-weight:800}.users-info-card{background:#f3fbf6;border:1px solid #d9ebe1;border-radius:18px;padding:18px 22px}.users-info-card strong{color:#087f3f;margin-bottom:5px;display:block}.users-info-card p{color:#52605a;margin:0;line-height:1.5}.users-table-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 14px 36px #1e372d14}.users-table-wrapper{overflow-x:auto}.users-table{border-collapse:collapse;width:100%;min-width:950px}.users-table th,.users-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #edf0ee;padding:16px 18px}.users-table th{color:#4a554f;letter-spacing:.04em;text-transform:uppercase;background:#f4f7f5;font-size:.78rem;font-weight:800}.users-table td{color:#2b322e;font-size:.94rem}.users-table tbody tr:hover{background:#f8fbf9}.user-name-cell{align-items:center;gap:12px;display:flex}.user-avatar{color:#087f3f;background:#e9f7ef;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-size:1rem;font-weight:900;display:grid}.user-name-cell>div:last-child{flex-direction:column;gap:3px;display:flex}.user-name-cell strong{color:#202622}.user-name-cell span{color:#7b847f;text-overflow:ellipsis;white-space:nowrap;max-width:300px;font-size:.74rem;overflow:hidden}.user-role-select{color:#2b322e;min-width:170px;min-height:42px;font:inherit;background:#fff;border:1px solid #d9e1dd;border-radius:12px;outline:none;padding:0 12px;font-weight:700}.user-role-select:focus{border-color:#0a9348;box-shadow:0 0 0 4px #0a93481f}.user-status{border-radius:999px;justify-content:center;align-items:center;min-width:82px;padding:7px 11px;font-size:.78rem;font-weight:800;display:inline-flex}.user-status.activo{color:#087f3f;background:#e9f7ef}.user-status.inactivo{color:#b42318;background:#fcecec}.user-action-button{min-width:110px;min-height:40px;font:inherit;cursor:pointer;border:0;border-radius:12px;padding:0 14px;font-weight:800}.user-action-button.activate{color:#087f3f;background:#e9f7ef}.user-action-button.deactivate{color:#c13b1d;background:#fff0ed}.user-action-button:disabled{cursor:wait;opacity:.65}.users-empty-state{color:#717a75;text-align:center;padding:44px 24px;font-weight:600}@media (width<=720px){.users-toolbar{flex-direction:column;align-items:stretch}.users-toolbar span{white-space:normal}}:root{color:#202124;background:#f4f6f8;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}.login-page,.loading-page{background:radial-gradient(circle at 15% 15%,#ffffff21,#0000 32%),linear-gradient(135deg,#056b35 0%,#087f3f 45%,#0b9b4f 100%);place-items:center;min-height:100vh;padding:32px 20px;display:grid}.login-card{background:#fffffffa;border:1px solid #ffffff80;border-radius:28px;width:min(100%,470px);padding:38px 42px 30px;box-shadow:0 30px 90px #0000003d,0 8px 25px #0000001a}.login-brand{text-align:center;flex-direction:column;align-items:center;margin-bottom:22px;display:flex}.login-logo{object-fit:contain;margin:0 auto 18px;display:block;width:150px!important;max-width:150px!important;height:150px!important;max-height:150px!important}.login-title h1{color:#087f3f;letter-spacing:-.5px;margin:0;font-size:30px;font-weight:800}.login-title p{color:#6a7176;margin:8px 0 0;font-size:15px;line-height:1.45}.login-divider{background:linear-gradient(90deg,#0000,#dfe4e1,#0000);height:1px;margin:24px 0}.login-form{gap:20px;display:grid}.login-field{gap:8px;display:grid}.login-field label{color:#2b302d;font-size:14px;font-weight:750}.login-field input{color:#202622;background:#fff;border:1px solid #cfd7d2;border-radius:13px;outline:none;width:100%;min-height:52px;padding:0 16px;transition:border-color .18s,box-shadow .18s,transform .18s}.login-field input::placeholder{color:#929995}.login-field input:focus{border-color:#079447;box-shadow:0 0 0 4px #0794471f}.login-field input:disabled{cursor:not-allowed;opacity:.7;background:#f1f3f2}.login-error{color:#8b1e12;background:#fde8e5;border:1px solid #f3c7c0;border-radius:11px;padding:12px 14px;font-size:13px;font-weight:600}.login-submit-button{cursor:pointer;color:#fff;min-height:52px;font:inherit;background:linear-gradient(135deg,#079447,#087f3f);border:0;border-radius:13px;margin-top:4px;padding:12px 20px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s;box-shadow:0 10px 24px #0794473b}.login-submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 30px #0794474d}.login-submit-button:active:not(:disabled){transform:translateY(0)}.login-submit-button:disabled{cursor:wait;opacity:.65}.login-security{color:#68716c;justify-content:center;align-items:center;gap:8px;margin-top:24px;font-size:12px;display:flex}.login-security-icon{color:#fff;background:#079447;border-radius:50%;place-items:center;width:22px;height:22px;font-size:12px;font-weight:900;display:grid}.login-footer{color:#8a918d;text-align:center;margin:22px 0 0;font-size:11px}@media (width<=700px){.login-page,.loading-page{padding:20px 14px}.login-card{border-radius:22px;padding:30px 28px 26px}.login-logo{width:130px!important;max-width:130px!important;height:130px!important;max-height:130px!important}.login-title h1{font-size:26px}}@media (width<=420px){.login-card{padding:26px 20px 22px}.login-logo{width:115px!important;max-width:115px!important;height:115px!important;max-height:115px!important}.login-title h1{font-size:24px}.login-title p{font-size:14px}}.admin-layout{background:#f4f6f8;grid-template-columns:270px minmax(0,1fr);min-height:100vh;display:grid}.admin-sidebar{color:#fff;background:linear-gradient(#087f3f 0%,#056b35 100%);flex-direction:column;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0;box-shadow:5px 0 25px #0000001a}.sidebar-brand{border-bottom:1px solid #ffffff2e;align-items:center;gap:14px;padding:4px 8px 24px;display:flex}.sidebar-logo{color:#087f3f;background:#fff;border-radius:14px;flex-shrink:0;place-items:center;width:54px;height:54px;font-size:11px;font-weight:800;display:grid}.sidebar-brand div:last-child{gap:4px;display:grid}.sidebar-brand strong{line-height:1.2}.sidebar-brand span{opacity:.75;font-size:12px}.sidebar-navigation{gap:8px;margin-top:26px;display:grid}.sidebar-link{color:#fff;cursor:pointer;border-radius:10px;padding:13px 15px;text-decoration:none;transition:background .18s,transform .18s;display:block}.sidebar-link:hover,.sidebar-link.active{background:#ffffff2e}.sidebar-link:hover{transform:translate(3px)}.sidebar-link.disabled{cursor:not-allowed;opacity:.45}.sidebar-link.disabled:hover{background:0 0;transform:none}.sidebar-footer{border-top:1px solid #ffffff2e;gap:12px;margin-top:auto;padding:20px 8px 0;display:grid}.sidebar-footer span{overflow-wrap:anywhere;opacity:.85;font-size:12px}.sidebar-footer button{cursor:pointer;color:#fff;background:#ef4b23;border:0;border-radius:10px;min-height:42px;font-weight:700}.admin-main{min-width:0;min-height:100vh}.dashboard-content{max-width:1400px;margin:0 auto;padding:38px 32px}.dashboard-title-row{justify-content:space-between;align-items:center;display:flex}.dashboard-title-row h2{color:#202124;margin:0;font-size:30px}.dashboard-title-row p{color:#687078;margin:8px 0 0}.dashboard-title-row small{color:#7a8187;margin-top:10px;display:block}.dashboard-notice,.dashboard-error{background:#fff;border-radius:12px;margin-top:24px;padding:18px;box-shadow:0 8px 24px #00000012}.dashboard-error{color:#8b1e12;background:#fde8e5}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:20px;margin-top:28px;display:grid}.dashboard-card{background:#fff;border:1px solid #edf0f2;border-radius:18px;gap:12px;padding:26px;display:grid;box-shadow:0 8px 28px #00000014}.dashboard-card span{color:#5f6368;font-weight:600}.dashboard-card strong{color:#087f3f;font-size:36px}.catalog-info-card{background:#fff;border:1px solid #edf0f2;border-radius:18px;margin-top:24px;padding:26px;box-shadow:0 8px 28px #00000014}.catalog-info-card h3{color:#087f3f;margin:0 0 22px}.catalog-info-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;display:grid}.catalog-info-grid div{gap:8px;display:grid}.catalog-info-grid span{color:#687078;font-size:14px}.catalog-info-grid strong{overflow-wrap:anywhere;color:#202124;font-size:18px}.employees-page{max-width:1400px;margin:0 auto;padding:38px 32px}.page-header{justify-content:space-between;align-items:center;gap:24px;display:flex}.page-header h1{margin:0;font-size:30px}.page-header p{color:#687078;margin:8px 0 0}.page-action-button{margin:0}.employees-toolbar{background:#fff;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;margin-top:28px;padding:18px;display:flex;box-shadow:0 7px 25px #00000012}.employees-toolbar input{border:1px solid #d1d6dc;border-radius:10px;outline:none;width:min(100%,520px);padding:13px 16px}.employees-toolbar input:focus{border-color:#079447;box-shadow:0 0 0 4px #0794471f}.employees-toolbar span{white-space:nowrap;color:#687078;font-weight:650}.employees-table-container{background:#fff;border-radius:16px;margin-top:20px;overflow:auto;box-shadow:0 7px 25px #00000012}.employees-table{border-collapse:collapse;width:100%;min-width:720px}.employees-table th,.employees-table td{text-align:left;border-bottom:1px solid #edf0f2;padding:16px 18px}.employees-table th{color:#4c5359;background:#f8faf9;font-size:13px}.employees-table tbody tr:hover{background:#f7fbf8}.status-badge{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:750;display:inline-flex}.status-badge.active{color:#087f3f;background:#e2f5e9}.status-badge.inactive{color:#8b1e12;background:#fde8e5}.empty-state{text-align:center;color:#687078;padding:40px}@media (width<=820px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{height:auto;position:static}.page-header,.employees-toolbar{flex-direction:column;align-items:stretch}.dashboard-content,.employees-page{padding:28px 20px}.table-actions{flex-wrap:wrap;gap:8px;display:flex}.table-button{cursor:pointer;border:0;border-radius:8px;min-height:34px;padding:7px 11px;font-size:12px;font-weight:700}.table-button.edit{color:#075f9b;background:#e5f2fc}.table-button.deactivate{color:#8b1e12;background:#fde8e5}.table-button.activate{color:#087f3f;background:#e2f5e9}.modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1018149e;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.employee-modal{background:#fff;border-radius:22px;width:min(100%,540px);max-height:calc(100vh - 48px);overflow:auto;box-shadow:0 30px 90px #0000004d}.modal-header{border-bottom:1px solid #edf0f2;justify-content:space-between;align-items:flex-start;gap:20px;padding:26px 28px 20px;display:flex}.modal-header h2{color:#087f3f;margin:0}.modal-header p{color:#687078;margin:8px 0 0;font-size:14px}.modal-close-button{cursor:pointer;color:#4f565c;background:#f0f2f4;border:0;border-radius:50%;flex-shrink:0;width:38px;height:38px;font-size:25px;line-height:1}.employee-form{gap:11px;padding:24px 28px;display:grid}.employee-form label{margin-top:8px;font-weight:700}.employee-form input{border:1px solid #d1d6dc;border-radius:10px;outline:none;width:100%;padding:13px 15px}.employee-form input:focus{border-color:#079447;box-shadow:0 0 0 4px #0794471f}.employee-form input:disabled{color:#646a70;background:#f2f4f5}.modal-footer{border-top:1px solid #edf0f2;justify-content:flex-end;gap:12px;padding:20px 28px 26px;display:flex}.modal-secondary-button,.modal-save-button{cursor:pointer;border:0;border-radius:10px;min-height:44px;padding:10px 18px;font-weight:700}.modal-secondary-button{color:#4f565c;background:#e9ecef}.modal-save-button{margin:0}@media (width<=560px){.modal-footer{flex-direction:column-reverse}.modal-secondary-button,.modal-save-button{width:100%}}.employee-inline-panel{background:#fff;border:1px solid #dfe7e2;border-radius:18px;margin-top:20px;animation:.2s ease-out show-inline-form;overflow:hidden;box-shadow:0 9px 30px #00000014}@keyframes show-inline-form{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.inline-form-header{background:#f8fbf9;border-bottom:1px solid #edf0f2;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 26px;display:flex}.inline-form-header h2{color:#087f3f;margin:0;font-size:22px}.inline-form-header p{color:#687078;margin:6px 0 0;font-size:14px}.inline-form-close{cursor:pointer;color:#4f565c;background:#e9edef;border:0;border-radius:50%;flex-shrink:0;place-items:center;width:38px;height:38px;font-size:25px;line-height:1;display:grid}.inline-form-close:hover{background:#dfe4e7}.employee-inline-form{grid-template-columns:minmax(160px,.7fr) minmax(300px,2fr) minmax(130px,.6fr);gap:18px;padding:24px 26px 18px;display:grid}.form-field{align-content:start;gap:8px;display:grid}.form-field label{color:#343a3f;font-size:14px;font-weight:700}.form-field input{background:#fff;border:1px solid #d1d6dc;border-radius:10px;outline:none;width:100%;min-height:46px;padding:11px 14px}.form-field input:focus{border-color:#079447;box-shadow:0 0 0 4px #0794471f}.form-field input:disabled{color:#646a70;background:#f1f3f4}.inline-form-error{color:#8b1e12;background:#fde8e5;border-radius:10px;margin:0 26px 18px;padding:12px 14px}.inline-form-footer{border-top:1px solid #edf0f2;justify-content:flex-end;gap:12px;padding:18px 26px 22px;display:flex}.inline-save-button{margin:0}@media (width<=960px){.employee-inline-form{grid-template-columns:1fr 1fr}.employee-name-field{grid-area:1/1/auto/-1}}@media (width<=620px){.employee-inline-form{grid-template-columns:1fr;padding:20px}.employee-name-field{grid-area:auto}.inline-form-header{padding:20px}.inline-form-footer{flex-direction:column-reverse;padding:18px 20px 22px}.inline-form-footer button{width:100%}}.employee-form-panel{background:#fff;border:1px solid #dfe6e1;border-radius:18px;margin-top:22px;overflow:hidden;box-shadow:0 10px 32px #00000014}.employee-form-panel-header{background:#f7fbf8;border-bottom:1px solid #edf0f2;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 26px;display:flex}.employee-form-panel-header h2{color:#087f3f;margin:0;font-size:24px}.employee-form-panel-header p{color:#687078;margin:7px 0 0;font-size:14px}.employee-form-close-button{cursor:pointer;color:#4f565c;background:#e8ecea;border:0;border-radius:50%;flex-shrink:0;place-items:center;width:38px;height:38px;font-size:25px;line-height:1;display:grid}.employee-form-close-button:hover{background:#dce2de}.employee-form-grid{grid-template-columns:minmax(170px,.8fr) minmax(320px,2fr) minmax(140px,.7fr);gap:20px;padding:26px;display:grid}.employee-form-field{align-content:start;gap:8px;display:grid}.employee-form-field label{color:#343a3f;font-size:14px;font-weight:700}.employee-form-field input{background:#fff;border:1px solid #cfd6d1;border-radius:10px;outline:none;width:100%;min-height:46px;padding:11px 14px;font-size:15px}.employee-form-field input:focus{border-color:#079447;box-shadow:0 0 0 4px #0794471f}.employee-form-field input:disabled{color:#666d69;background:#f2f4f3}.employee-form-message{color:#8b1e12;background:#fde8e5;border-radius:10px;margin:0 26px 20px;padding:12px 14px}.employee-form-actions{border-top:1px solid #edf0f2;justify-content:flex-end;gap:12px;padding:20px 26px 24px;display:flex}.employee-cancel-button,.employee-save-button{cursor:pointer;border:0;border-radius:10px;min-height:44px;padding:10px 19px;font-weight:700}.employee-cancel-button{color:#4f565c;background:#e9ecef}.employee-save-button{color:#fff;background:#079447}.employee-save-button:hover{background:#087f3f}.employee-cancel-button:disabled,.employee-save-button:disabled,.employee-form-close-button:disabled{cursor:wait;opacity:.65}@media (width<=980px){.employee-form-grid{grid-template-columns:1fr 1fr}.employee-form-name{grid-area:1/1/auto/-1}}@media (width<=640px){.employee-form-grid{grid-template-columns:1fr;padding:20px}.employee-form-name{grid-area:auto}.employee-form-panel-header{padding:20px}.employee-form-actions{flex-direction:column-reverse;padding:18px 20px 22px}.employee-cancel-button,.employee-save-button{width:100%}}}.devices-page{flex-direction:column;gap:24px;display:flex}.devices-toolbar{background:#fff;border-radius:24px;justify-content:space-between;align-items:end;gap:20px;padding:24px;display:flex;box-shadow:0 14px 36px #1e372d14}.device-field{flex-direction:column;gap:8px;display:flex}.device-field select{border:1px solid #d9e1dd;border-radius:14px;min-width:320px;min-height:52px;padding:0 16px}.devices-total-card{color:#087f3f;background:#edf8f1;border-radius:18px;padding:18px 24px}.devices-table-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 14px 36px #1e372d14}.devices-table{border-collapse:collapse;width:100%}.devices-table th,.devices-table td{border-bottom:1px solid #edf0ee;padding:16px}.devices-table th{text-align:left;background:#f4f7f5}.devices-empty{text-align:center;color:#777;padding:40px}
