@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background:#f4f6f9;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app{min-height:100vh}.app-header{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);box-shadow:0 1px 3px #0000001f,0 4px 12px #00000014;color:#fff;display:flex;height:64px;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:100}.app-header h1{font-size:18px;font-weight:700;letter-spacing:-.3px}.tab-nav{align-items:stretch;display:flex;gap:4px;height:100%}.tab{align-items:center;background:#0000;border:none;color:#ffffffa6;cursor:pointer;display:flex;font-family:inherit;font-size:13px;font-weight:500;gap:6px;padding:0 20px;position:relative;transition:all .2s ease}.tab:hover{background:#ffffff0d;color:#ffffffe6}.tab.active{background:#0000;color:#fff}.tab.active:after{background:#3b82f6;border-radius:3px 3px 0 0;bottom:0;content:"";height:3px;left:12px;position:absolute;right:12px}.app-main{padding:16px}.loading{align-items:center;color:#64748b;display:flex;flex-direction:column;font-size:15px;gap:16px;height:400px;justify-content:center}.loading:before{animation:spin .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;content:"";height:36px;width:36px}@keyframes spin{to{transform:rotate(1turn)}}.error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:14px;font-weight:500;margin:20px 0;padding:16px 20px;text-align:center}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000a,0 1px 2px #0000000f;margin-bottom:20px;padding:16px;transition:box-shadow .2s ease}.card:hover{box-shadow:0 4px 12px #0000000f,0 1px 3px #00000014}.filters{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.filters input,.filters select{background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;color:#1e293b;font-family:inherit;font-size:13px;outline:none;padding:9px 14px;transition:all .2s ease}.filters input:focus,.filters select:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.filters input::placeholder{color:#94a3b8}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:500;gap:6px;padding:9px 18px;transition:all .15s ease}.btn:active{transform:scale(.97)}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb;box-shadow:0 2px 8px #3b82f64d}.btn-secondary{background:#f1f5f9;border:1px solid #d1d5db;color:#475569}.btn-secondary:hover{background:#e2e8f0;border-color:#94a3b8}.table-wrapper{-webkit-overflow-scrolling:touch;border:1px solid #e2e8f0;border-radius:8px;max-height:calc(100vh - 240px);overflow-x:auto;overflow-y:auto}.table-wrapper::-webkit-scrollbar{height:10px;width:10px}.table-wrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:5px}.table-wrapper::-webkit-scrollbar-thumb{background:#94a3b8;border:2px solid #f1f5f9;border-radius:5px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#64748b}.table-wrapper::-webkit-scrollbar-corner{background:#f1f5f9}table{border-collapse:collapse;font-size:13px;width:100%}th{background:#f8fafc;border-bottom:2px solid #e2e8f0;color:#475569;font-size:11px;font-weight:600;letter-spacing:.5px;padding:12px 10px;position:sticky;text-transform:uppercase;top:0;white-space:nowrap;z-index:10}td,th{text-align:center}td{background:#fff;border-bottom:1px solid #f1f5f9;padding:10px 8px;vertical-align:middle}tbody tr{transition:background .1s ease}tbody tr:hover{background:#f8fafc}tbody tr:nth-child(2n),tbody tr:nth-child(2n) td{background:#fafbfc}tbody tr:hover td{background:#f1f5f9}.badge{border-radius:6px;font-size:11px;font-weight:600;letter-spacing:.2px;padding:4px 10px}.badge-proficient{background:#dcfce7;color:#166534}.badge-lapsed{background:#fee2e2;color:#991b1b}.badge-refresh{background:#fef3c7;color:#92400e}.badge-practice{background:#dbeafe;color:#1e40af}.modal-overlay{align-items:center;animation:fadeIn .15s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{animation:slideUp .2s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d;max-width:90%;padding:28px;width:440px}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal h3{color:#0f172a;font-size:17px;font-weight:700;margin-bottom:16px}.modal-field{margin-bottom:14px}.modal-field label{color:#64748b;display:block;font-size:12px;font-weight:600;letter-spacing:.3px;margin-bottom:6px;text-transform:uppercase}.modal-field input,.modal-field select,.modal-field textarea{background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:14px;outline:none;padding:10px 12px;transition:all .2s ease;width:100%}.modal-field input:focus,.modal-field select:focus,.modal-field textarea:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.modal-actions{border-top:1px solid #f1f5f9;display:flex;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:16px}.success-msg{animation:fadeIn .2s ease;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#166534;font-size:13px;font-weight:500;margin-bottom:16px;padding:12px 16px}.empty-cell{color:#cbd5e1;font-size:16px}.frozen-0,.frozen-1,.frozen-2,.frozen-3,.frozen-4,.frozen-5{background:#fff;position:sticky;z-index:20}thead .frozen-0,thead .frozen-1,thead .frozen-2,thead .frozen-3,thead .frozen-4,thead .frozen-5{background:#f8fafc;z-index:25}.frozen-0{left:0;max-width:90px;min-width:90px;width:90px}.frozen-1{left:90px;max-width:140px;min-width:140px;width:140px}.frozen-2{left:230px;max-width:120px;min-width:120px;width:120px}.frozen-3{left:350px;max-width:100px;min-width:100px;width:100px}.frozen-4{left:450px;max-width:60px;min-width:60px;width:60px}.frozen-5{box-shadow:2px 0 4px #0000000f;left:510px;max-width:50px;min-width:50px;width:50px}tbody tr:nth-child(2n) .frozen-0,tbody tr:nth-child(2n) .frozen-1,tbody tr:nth-child(2n) .frozen-2,tbody tr:nth-child(2n) .frozen-3,tbody tr:nth-child(2n) .frozen-4,tbody tr:nth-child(2n) .frozen-5{background:#fafbfc}tbody tr:hover .frozen-0,tbody tr:hover .frozen-1,tbody tr:hover .frozen-2,tbody tr:hover .frozen-3,tbody tr:hover .frozen-4,tbody tr:hover .frozen-5{background:#f1f5f9}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}
/*# sourceMappingURL=main.18c70d4d.css.map*/