.login-page{align-items:center;background:#f5f7fb;display:flex;justify-content:center;min-height:100vh}.login-card{background:#fff;border-radius:12px;box-shadow:0 8px 30px #00000014;display:flex;flex-direction:column;gap:16px;padding:32px;width:360px}.login-card h2{color:#1e293b;margin-bottom:10px;text-align:center}.login-card input{border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:12px}.login-card input:focus{border-color:#2563eb;outline:none}.login-card button{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin-top:10px;padding:12px}.login-card button:hover{background:#1d4ed8}.systems-page{background:#f5f7fb;min-height:100vh;padding:40px}.systems-page h2{color:#1e293b;margin-bottom:24px}.systems-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.system-card{background:#fff;border-radius:14px;box-shadow:0 6px 18px #0000000f;cursor:pointer;font-weight:600;padding:30px;transition:.2s}.system-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-4px)}.branches-page{background:#f5f7fb;min-height:100vh;padding:40px}.branches-page h2{color:#1e293b;margin-bottom:24px}.branches-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.branch-card{background:#fff;border-radius:14px;box-shadow:0 6px 18px #0000000f;cursor:pointer;padding:24px;transition:.2s}.branch-card h3{margin:0 0 6px}.branch-card span{color:#64748b;font-size:13px}.branch-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-4px)}.sidebar{background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;flex-shrink:0;height:100vh;min-width:240px;overflow:hidden;transition:width .25s ease;white-space:nowrap}.sidebar.open{width:240px}.sidebar.closed{border-right:none;min-width:0;width:0}.logo{color:#111827;font-size:18px;font-weight:700;letter-spacing:.5px;padding:20px}.sidebar nav{flex:1 1;padding:15px;width:80%}.sidebar nav a{align-items:center;border-radius:10px;color:#374151;display:flex;justify-content:space-between;margin-bottom:8px;padding:10px 14px;text-decoration:none;transition:all .2s ease;width:200px}.sidebar nav a:hover{background:#f3f4f6;transform:translateX(4px)}.sidebar nav a.active{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #2563eb4d;color:#fff}.nav-item{align-items:center;display:flex;justify-content:space-between;width:100%}.badge{background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-radius:999px;color:#4338ca;font-size:12px;font-weight:600;padding:4px 10px;transition:.2s ease}.sidebar nav a.active .badge{background:#fff3;color:#fff}.sidebar-footer{border-top:1px solid #f1f5f9;margin-top:auto;padding:20px 15px}.logout-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 14px;transition:all .2s ease;width:200px}.logout-btn:hover{box-shadow:0 4px 12px #dc262659;transform:translateX(4px)}.logout-btn:active{transform:scale(.97)}.header{justify-content:space-between;margin-bottom:24px;padding:20px}.header,.header-left{align-items:center;display:flex}.header-left{gap:12px}.hamburger{background:#0000;border:none;color:#374151;cursor:pointer;font-size:20px}.scan-btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:8px 15px;transition:.2s}.scan-btn:hover{background:#4338ca}.layout{background:#f8fafc;display:flex;height:100vh;width:100%}.main{display:flex;flex:1 1;flex-direction:column}.content{overflow-y:auto;padding:24px}.assign-container{margin:40px auto;max-width:600px}.assign-card{align-items:center;background:#f5f6fa;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:12px;padding:12px 16px}.assign-card select{border-radius:6px;padding:6px 10px}.stats{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:24px}.stat-card{background:#fff;border:1px solid #f1f5f9;border-radius:14px;box-shadow:0 6px 20px #0000000d;padding:20px;transition:.3s ease}.stat-card p{color:#64748b;font-size:13px;margin-bottom:6px}.stat-card h2{font-size:24px;font-weight:600}.stat-card.clickable{cursor:pointer}.stat-card.clickable:hover{transform:translateY(-3px)}.stat-card.neutral{border-left:6px solid #94a3b8}.stat-card.warning{background:#fffbeb;border-left:6px solid #f59e0b}.stat-card.warning h2{color:#d97706}.stat-card.danger{background:#fef2f2;border-left:6px solid #ef4444}.stat-card.danger h2{color:#dc2626}.toggle{background:#e5e7eb;border-radius:999px;display:inline-flex;padding:4px}.toggle button{background:#0000;border:none;border-radius:999px;cursor:pointer;font-size:14px;padding:6px 14px}.toggle button.active{background:#fff;box-shadow:0 1px 3px #0000001a}.toggle-wrapper{align-items:center;display:flex;position:relative}.add-btn{background:#ff3b3b;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:16px;height:24px;left:-30px;opacity:0;position:absolute;transition:.2s ease;width:24px}.toggle-wrapper:hover .add-btn{opacity:1}.filters{display:flex;gap:12px;margin:16px 0}.filters input,.filters select{background:#fff;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;height:40px;padding:10px 12px;transition:all .2s ease}.filters input:hover,.filters select:hover{border-color:#2563eb}.filters input:focus,.filters select:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26;outline:none}.table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-height:500px;overflow-y:auto}table{border-collapse:collapse;width:100%}th{background:#f1f5f9;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:1}td,th{padding:12px}td{border-bottom:1px solid #e5e7eb}tbody tr{transition:background .2s ease}tbody tr:hover{background:#f8fafc}.status-container{display:flex;flex-wrap:wrap;gap:6px}.status-badge.late{background:#ffe9b3;color:#b7791f}.status-badge.left-early{background:#fed7d7;color:#c53030}.status-badge.present{background:#c6f6d5;color:#2f855a}.status-badge.absent{background:#fed7d7;color:#c53030}.clickable-row{cursor:pointer;transition:.2s}.clickable-row:hover{background:#f1f5f9}.status-badge{border-radius:12px;padding:4px 8px}.modal-overlay{animation:fadeIn .2s ease-in-out}.modal{animation:scaleIn .2s ease-in-out;border-radius:12px;box-shadow:0 20px 40px #00000026;display:flex;flex-direction:column;max-height:500px;overflow:hidden;width:420px}.modal-header{border-bottom:1px solid #eee;padding:16px 20px}.modal-header h3{font-size:18px;font-weight:600;margin:0}.close-btn{background:none;border:none;color:#666;cursor:pointer;font-size:22px;transition:.2s}.close-btn:hover{color:#000}.modal-body{max-height:400px;overflow-y:auto;padding:16px 20px}.user-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:10px;transition:.2s}.user-item:hover{background-color:#f3f4f6}.avatar{align-items:center;background:linear-gradient(135deg,#6366f1,#3b82f6);border-radius:50%;color:#fff;display:flex;font-weight:600;height:34px;justify-content:center;width:34px}.empty-state{color:#888;padding:20px;text-align:center}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000073;z-index:999}.modal-content{animation:fadeIn .25s ease-in-out;background:#fff;border-radius:12px;box-shadow:0 20px 50px #00000026;max-width:95%;padding:25px;width:500px}.modal-content h3{font-size:20px;font-weight:600;margin-bottom:20px}.role-form{display:flex;gap:10px;margin-bottom:20px}.role-form input{border:1px solid #ddd;border-radius:6px;flex:1 1;font-size:14px;outline:none;padding:8px 12px;transition:.2s}.role-form input:focus{border-color:#4f46e5}.btn{border:none;border-radius:6px;cursor:pointer;font-size:13px;padding:7px 12px;transition:.2s}.btn-primary{background:#4f46e5}.btn-primary:hover{background:#4338ca}.btn-edit{background:#f59e0b;color:#fff;margin-right:5px}.btn-edit:hover{background:#d97706}.btn-delete{background:#ef4444;color:#fff}.btn-delete:hover{background:#dc2626}.btn-close{background:#6b7280;color:#fff;margin-top:15px;width:100%}.btn-close:hover{background:#4b5563}.role-table{border-collapse:collapse;width:100%}.role-table td,.role-table th{font-size:14px;padding:8px;text-align:left}.role-table th{background:#f3f4f6;font-weight:600}.role-table tr:nth-child(2n){background:#f9fafb}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filter-container{display:flex;height:50px;justify-content:space-between;margin:25px}.staff-table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-height:500px;overflow-y:auto}.staff-table{border-collapse:collapse;width:100%}.staff-table th{background:#f1f5f9;font-size:14px;font-weight:600;padding:12px;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:1}.staff-table td{border-bottom:1px solid #e5e7eb;font-size:14px;padding:12px}.staff-table tbody tr{cursor:pointer;transition:background .2s ease}.staff-table tbody tr:hover{background:#f8fafc}.empty{color:#6b7280;padding:20px;text-align:center}.status-wrapper{display:flex;flex-wrap:wrap;gap:6px}.status-badge{border-radius:16px;color:#fff;font-size:12px;font-weight:500;padding:4px 10px;text-transform:capitalize;white-space:nowrap}.status-badge.green{background-color:#16a34a}.status-badge.orange{background-color:#f59e0b}.status-badge.red{background-color:#dc2626}.status-badge.blue{background-color:#2563eb}.status-badge.dark{background-color:#111827}.status-badge.gray{background-color:#6b7280}.staff-page{background:#f8fafc;padding:24px}.page-title{font-size:20px;margin-bottom:16px}.filters-bar input,.filters-bar select{background:#fff;border:1px solid #e5e7eb;padding:8px 12px}.filters-bar input:focus,.filters-bar select:focus{box-shadow:0 0 0 2px #2563eb26}.student-page{padding:20px}.page-title{color:#1f2937;font-size:22px;font-weight:600;margin-bottom:20px}.filters-bar{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding:15px}.filters-bar input,.filters-bar select{background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;font-size:14px;height:38px;padding:0 12px;transition:.2s ease}.filters-bar input:focus,.filters-bar select:focus{background:#fff;border-color:#2563eb;outline:none}.loading{color:#6b7280;padding:20px;text-align:center}@media (max-width:768px){.filters-bar{align-items:stretch;flex-direction:column}.filters-bar input,.filters-bar select{width:100%}}.modal-overlay{background:#0f172a8c}.modal-large{animation:modalFade .25s ease;border-radius:16px;box-shadow:0 20px 60px #00000040;overflow-y:auto;padding:32px;width:720px}@keyframes modalFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-large h2{color:#0f172a;font-size:22px;font-weight:600;margin-bottom:24px}.schedule-list{display:flex;flex-direction:column;margin-bottom:24px}.schedule-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px 20px;transition:.2s}.schedule-item:hover{background:#f1f5f9}.schedule-header{color:#1e293b;font-weight:600;margin-bottom:12px}.schedule-times{gap:12px}.schedule-times input{border:1px solid #cbd5e1;font-size:14px;padding:8px 12px;transition:.2s}.schedule-times input:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f133;outline:none}.save-btn-large{background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:12px;font-size:15px;transition:.25s}.save-btn-large:hover{opacity:.9}.save-btn-large:disabled{background:#cbd5e1}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.secondary-btn{background:#eef2ff;border:none;border-radius:10px;cursor:pointer;font-weight:600;padding:8px 14px}.schedule-list{margin-top:10px;padding-right:6px}.schedule-item{border-radius:16px;padding:16px}.schedule-header{margin-bottom:10px}.schedule-times input{border:1px solid #ddd;border-radius:8px;padding:8px}.switch{display:inline-block;height:22px;position:relative;width:40px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:22px;cursor:pointer;inset:0}.slider,.slider:before{position:absolute;transition:.3s}.slider:before{background:#fff;border-radius:50%;bottom:3px;content:"";height:16px;left:3px;width:16px}.switch input:checked+.slider{background-color:#4f46e5}.switch input:checked+.slider:before{transform:translateX(18px)}.selectable{cursor:pointer;text-align:center;transition:.2s ease}.selectable:hover{background:#e0e7ff}.active-day{background:#4f46e5;color:#fff}.schedule-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr;margin-top:20px;max-height:55vh;overflow-y:auto}.schedule-card{background:#f1f3ff;border:1px solid #e3e7ff;border-radius:18px;padding:18px}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.card-times{display:flex;gap:10px}.card-times input{border:1px solid #ddd;border-radius:10px;flex:1 1;font-size:14px;padding:8px}.profile-page{padding:32px}.history-table-wrapper{border:1px solid #e5e7eb;border-radius:10px;max-height:300px;overflow-y:auto}.history-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 6px 24px #0000000d;margin-bottom:24px;padding:24px}.history-card h4{color:#0f172a;font-size:16px;font-weight:600;margin-bottom:18px}.role-row{align-items:center;display:flex;gap:16px}.role-select{background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;font-size:14px;min-width:180px;padding:10px 14px;transition:.2s ease}.role-select:focus{background:#fff;border-color:#6366f1;box-shadow:0 0 0 2px #6366f126;outline:none}.btn-primary{background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:500;padding:10px 18px;transition:.25s ease}.btn-primary:hover{box-shadow:0 6px 18px #6366f140;transform:translateY(-1px)}.btn-outline{background:#0000;border:1px solid #6366f1;border-radius:10px;color:#6366f1;cursor:pointer;font-weight:500;padding:10px 18px;transition:.25s ease}.btn-outline:hover{background:#6366f1;color:#fff}.save-btn-small{background:#0ea5e9;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;padding:8px 14px;transition:.2s}.save-btn-small:hover{opacity:.85}.back-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#0f172a;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;padding:8px 14px;transition:all .25s ease}.back-btn:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.back-btn:active{background:#e2e8f0;transform:translateY(0)}.back-btn:focus{box-shadow:0 0 0 3px #6366f140;outline:none}.back-btn svg{transition:transform .2s ease}.back-btn:hover svg{transform:translateX(-3px)}.profile-top-card{align-items:center;background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 8px 28px #0000000d;display:flex;justify-content:space-between;margin-bottom:24px;padding:24px 28px}.profile-left{align-items:center;display:flex;gap:18px}.profile-info h2{color:#0f172a;font-size:22px;font-weight:600;margin:0}.profile-info span{color:#64748b;font-size:13px}.profile-actions{gap:20px}.profile-actions,.role-control{align-items:center;display:flex}.role-control{gap:12px}@media (max-width:900px){.profile-top-card{gap:18px}.profile-actions,.profile-top-card{align-items:flex-start;flex-direction:column}.profile-actions{width:100%}}.charts-wrapper{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:30px}.chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}@media (max-width:900px){.charts-wrapper{grid-template-columns:1fr}}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.modal{animation:modalIn .2s ease;background:#fff;border-radius:20px;box-shadow:0 25px 60px #00000026;max-width:95%;padding:35px;width:650px}.modal h2{font-size:22px;font-weight:700;margin-bottom:25px}.modal-row{margin-bottom:18px}.modal-row label{display:block;font-weight:600;margin-bottom:6px}.modal-row input{border:1px solid #ddd;border-radius:10px;font-size:14px;padding:12px;width:100%}.days-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));margin-bottom:25px}.day-item{align-items:center;background:#f3f4ff;border-radius:10px;cursor:pointer;display:flex;gap:8px;padding:10px 12px;transition:.2s}.day-item:hover{background:#dfe3ff}.day-item input{transform:scale(1.2)}.modal-large{background:#fff;border-radius:20px;box-shadow:0 30px 70px #00000026;display:flex;flex-direction:column;max-height:85vh;max-width:95%;padding:30px;width:750px}.modal-large h2{margin-bottom:20px}.schedule-list{grid-gap:16px;display:grid;flex:1 1;gap:16px;grid-template-columns:1fr 1fr;overflow-y:auto;padding-right:8px}.schedule-item{background:#f8f9ff;border:1px solid #eef1ff;border-radius:14px;padding:15px}.schedule-header{align-items:center;display:flex;font-size:14px;justify-content:space-between;margin-bottom:8px}.schedule-times{display:flex;gap:8px}.schedule-times input{flex:1 1;font-size:13px;padding:6px}.save-btn-large{border-radius:14px;margin-top:20px;padding:14px;transition:.2s ease}.save-btn-large:hover{box-shadow:0 10px 25px #4f46e54d;transform:translateY(-2px)}@keyframes modalIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.working-hours-page{background:#f6f8fc;min-height:100vh;padding:50px 70px}.working-hours-page h1{color:#1f2937;font-size:30px;font-weight:700;margin-bottom:30px}.working-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000000d;padding:40px}.users-header{align-items:center;color:#374151;display:flex;font-size:15px;font-weight:600;justify-content:space-between;margin-bottom:25px}.users-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));max-height:450px;overflow-y:auto;padding-right:5px}.user-row{align-items:center;background:#f9fafb;border:1px solid #0000;border-radius:16px;cursor:pointer;display:flex;gap:12px;padding:14px 16px;transition:all .2s ease}.user-row:hover{background:#eef2ff;border-color:#c7d2fe;transform:translateY(-3px)}.user-row input{accent-color:#4f46e5;cursor:pointer;height:18px;width:18px}.user-row input:checked+span{color:#4f46e5;font-weight:600}.save-btn-large{background:linear-gradient(135deg,#4f46e5,#6366f1);border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:17px;font-weight:600;letter-spacing:.3px;margin-top:35px;padding:18px;transition:all .2s ease;width:100%}.save-btn-large:hover{box-shadow:0 15px 35px #4f46e559;transform:translateY(-3px)}.save-btn-large:disabled{background:#d1d5db;box-shadow:none;cursor:not-allowed}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f8fafc;color:#111827;font-family:Inter,Arial,sans-serif}
/*# sourceMappingURL=main.1dfe85c7.css.map*/