.admin-module__4WpgRW__container{background:#f5f7fa;min-height:100vh;display:flex}.admin-module__4WpgRW__sidebar{z-index:100;background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;width:260px;height:100vh;transition:transform .3s;display:flex;position:fixed;top:0;left:0}.admin-module__4WpgRW__sidebarHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:24px 20px;display:flex}.admin-module__4WpgRW__logo{color:#1f2937;margin:0;font-size:20px;font-weight:700}.admin-module__4WpgRW__closeSidebar{cursor:pointer;color:#6b7280;background:0 0;border:none;display:none}.admin-module__4WpgRW__nav{flex:1;padding:20px 0}.admin-module__4WpgRW__navItem{cursor:pointer;color:#6b7280;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:12px 20px;font-size:15px;transition:all .2s;display:flex}.admin-module__4WpgRW__navItem:hover{color:#1f2937;background:#f9fafb}.admin-module__4WpgRW__navItem.admin-module__4WpgRW__active{color:#2563eb;background:#eff6ff;border-right:3px solid #2563eb}.admin-module__4WpgRW__sidebarFooter{border-top:1px solid #e5e7eb;padding:20px}.admin-module__4WpgRW__logoutBtn{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:15px;transition:all .2s;display:flex}.admin-module__4WpgRW__logoutBtn:hover{background:#fecaca}.admin-module__4WpgRW__main{flex-direction:column;flex:1;margin-left:260px;display:flex}.admin-module__4WpgRW__header{z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 32px;display:flex;position:sticky;top:0}.admin-module__4WpgRW__menuBtn{cursor:pointer;color:#1f2937;background:0 0;border:none;display:none}.admin-module__4WpgRW__pageTitle{color:#1f2937;margin:0;font-size:24px;font-weight:700}.admin-module__4WpgRW__headerActions{align-items:center;gap:16px;display:flex}.admin-module__4WpgRW__adminName{color:#6b7280;font-size:14px;font-weight:500}.admin-module__4WpgRW__content{flex:1;padding:32px}.admin-module__4WpgRW__statsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:32px;display:grid}.admin-module__4WpgRW__statCard{background:#fff;border-radius:12px;align-items:center;gap:16px;padding:24px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 1px 3px #0000001a}.admin-module__4WpgRW__statCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.admin-module__4WpgRW__statIcon{border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.admin-module__4WpgRW__statContent{flex:1}.admin-module__4WpgRW__statTitle{color:#6b7280;margin:0 0 4px;font-size:14px}.admin-module__4WpgRW__statValue{color:#1f2937;margin:0 0 4px;font-size:28px;font-weight:700}.admin-module__4WpgRW__statChange{align-items:center;gap:4px;font-size:13px;font-weight:600;display:inline-flex}.admin-module__4WpgRW__statChange.admin-module__4WpgRW__positive{color:#16a34a}.admin-module__4WpgRW__statChange.admin-module__4WpgRW__negative{color:#dc2626}.admin-module__4WpgRW__recentSection{gap:24px;display:grid}.admin-module__4WpgRW__card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.admin-module__4WpgRW__cardHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.admin-module__4WpgRW__cardTitle{color:#1f2937;margin:0;font-size:18px;font-weight:600}.admin-module__4WpgRW__cardActions{align-items:center;gap:12px;display:flex}.admin-module__4WpgRW__searchInput{border:1px solid #e5e7eb;border-radius:8px;min-width:250px;padding:8px 16px;font-size:14px;transition:all .2s}.admin-module__4WpgRW__searchInput:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}.admin-module__4WpgRW__viewAllBtn{color:#2563eb;cursor:pointer;background:0 0;border:none;font-size:14px;font-weight:600;transition:color .2s}.admin-module__4WpgRW__viewAllBtn:hover{color:#1d4ed8}.admin-module__4WpgRW__tableWrapper{overflow-x:auto}.admin-module__4WpgRW__table{border-collapse:collapse;width:100%}.admin-module__4WpgRW__table thead{background:#f9fafb}.admin-module__4WpgRW__table th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;padding:12px 24px;font-size:13px;font-weight:600}.admin-module__4WpgRW__table td{color:#1f2937;border-top:1px solid #e5e7eb;padding:16px 24px;font-size:14px}.admin-module__4WpgRW__table tbody tr:hover{background:#f9fafb}.admin-module__4WpgRW__badge{border-radius:12px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-block}.admin-module__4WpgRW__badge.admin-module__4WpgRW__pending{color:#92400e;background:#fef3c7}.admin-module__4WpgRW__badge.admin-module__4WpgRW__approved,.admin-module__4WpgRW__badge.admin-module__4WpgRW__active{color:#065f46;background:#d1fae5}.admin-module__4WpgRW__badge.admin-module__4WpgRW__rejected,.admin-module__4WpgRW__badge.admin-module__4WpgRW__closed,.admin-module__4WpgRW__badge.admin-module__4WpgRW__inactive{color:#991b1b;background:#fee2e2}.admin-module__4WpgRW__salaryCell{color:#059669;font-weight:600}.admin-module__4WpgRW__actionBtn{cursor:pointer;color:#2563eb;background:#eff6ff;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:inline-flex}.admin-module__4WpgRW__actionBtn:hover{background:#dbeafe}.admin-module__4WpgRW__actionButtons{gap:8px;display:flex}.admin-module__4WpgRW__approveBtn{cursor:pointer;color:#065f46;background:#d1fae5;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:inline-flex}.admin-module__4WpgRW__approveBtn:hover{background:#a7f3d0}.admin-module__4WpgRW__rejectBtn{cursor:pointer;color:#991b1b;background:#fee2e2;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:inline-flex}.admin-module__4WpgRW__rejectBtn:hover{background:#fecaca}.admin-module__4WpgRW__emptyState{text-align:center;color:#6b7280;padding:60px 24px;font-size:16px}.admin-module__4WpgRW__overlay{display:none}@media (max-width:768px){.admin-module__4WpgRW__sidebar{transform:translate(-100%)}.admin-module__4WpgRW__sidebar.admin-module__4WpgRW__sidebarOpen{transform:translate(0)}.admin-module__4WpgRW__closeSidebar{display:block}.admin-module__4WpgRW__main{margin-left:0}.admin-module__4WpgRW__menuBtn{display:block}.admin-module__4WpgRW__header{padding:16px 20px}.admin-module__4WpgRW__pageTitle{font-size:20px}.admin-module__4WpgRW__content{padding:20px}.admin-module__4WpgRW__statsGrid{grid-template-columns:1fr;gap:16px}.admin-module__4WpgRW__overlay{z-index:99;background:#00000080;display:block;position:fixed;inset:0}.admin-module__4WpgRW__table th,.admin-module__4WpgRW__table td{padding:12px 16px}.admin-module__4WpgRW__cardHeader{flex-wrap:wrap;padding:16px 20px}.admin-module__4WpgRW__searchInput{min-width:100%}.admin-module__4WpgRW__adminName{display:none}}@media (max-width:480px){.admin-module__4WpgRW__statsGrid{gap:12px}.admin-module__4WpgRW__statCard{padding:16px}.admin-module__4WpgRW__statIcon{width:48px;height:48px}.admin-module__4WpgRW__statValue{font-size:24px}.admin-module__4WpgRW__content{padding:16px}.admin-module__4WpgRW__table{font-size:13px}.admin-module__4WpgRW__table th,.admin-module__4WpgRW__table td{padding:10px 12px}}
.dashboard-module__XABe8G__dashboardWrapper{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;padding-bottom:70px}.dashboard-module__XABe8G__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffffa;position:sticky;top:0;box-shadow:0 2px 20px #00000014}.dashboard-module__XABe8G__logo{color:#667eea;align-items:center;gap:1rem;display:flex}.dashboard-module__XABe8G__logoText{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:700}.dashboard-module__XABe8G__logoSubtext{color:#6b7280;margin:0;font-size:.75rem}.dashboard-module__XABe8G__headerActions{gap:.75rem;display:flex}.dashboard-module__XABe8G__headerBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #667eea4d}.dashboard-module__XABe8G__headerBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.dashboard-module__XABe8G__statCard{background:#fff;border-radius:16px;align-items:center;gap:1.25rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 20px #00000014}.dashboard-module__XABe8G__statCard:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.dashboard-module__XABe8G__statIcon{color:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:0 4px 16px #0003}.dashboard-module__XABe8G__statLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;font-size:.875rem;font-weight:600}.dashboard-module__XABe8G__statValue{color:#1f2937;margin:0;font-size:2rem;font-weight:700;line-height:1}.dashboard-module__XABe8G__statChange{color:#059669;margin:.5rem 0 0;font-size:.8125rem;font-weight:500}.dashboard-module__XABe8G__profileLinkCard{background:#fff;border-radius:16px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 20px #00000014}.dashboard-module__XABe8G__linkIcon{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin-right:1.25rem;display:flex;box-shadow:0 4px 16px #667eea4d}.dashboard-module__XABe8G__linkTitle{color:#1f2937;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.dashboard-module__XABe8G__linkDescription{color:#6b7280;margin:0 0 1rem;font-size:.875rem}.dashboard-module__XABe8G__urlBox{background:#f3f4f6;border:2px dashed #d1d5db;border-radius:10px;padding:1rem}.dashboard-module__XABe8G__urlBox code{color:#667eea;font-size:.875rem;font-weight:600}.dashboard-module__XABe8G__sectionCard{background:#fff;border-radius:16px;margin-bottom:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 4px 20px #00000014}.dashboard-module__XABe8G__sectionCard:hover{box-shadow:0 8px 30px #0000001f}.dashboard-module__XABe8G__sectionHeader{background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%);border-bottom:2px solid #e5e7eb;padding:1.75rem 2rem}.dashboard-module__XABe8G__sectionIcon{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin-right:1.25rem;display:flex;box-shadow:0 4px 16px #667eea4d}.dashboard-module__XABe8G__sectionTitle{color:#1f2937;margin:0;font-size:1.375rem;font-weight:700}.dashboard-module__XABe8G__sectionSubtitle{color:#6b7280;margin:.25rem 0 0;font-size:.875rem}.dashboard-module__XABe8G__sectionBody{padding:2rem}.dashboard-module__XABe8G__formLabel{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.dashboard-module__XABe8G__formInput{background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;width:100%;padding:.875rem 1.125rem;font-family:inherit;font-size:.9375rem;transition:all .3s}.dashboard-module__XABe8G__formInput:focus{background-color:#fff;border-color:#667eea;outline:none;box-shadow:0 0 0 4px #667eea1a}.dashboard-module__XABe8G__formInput::placeholder{color:#9ca3af}.dashboard-module__XABe8G__formActions{border-top:2px solid #f3f4f6;margin-top:2rem;padding-top:2rem}.dashboard-module__XABe8G__btnCustom{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 16px #00000026}.dashboard-module__XABe8G__btnCustom:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000040}.dashboard-module__XABe8G__btnCustom:active{transform:translateY(0)}.dashboard-module__XABe8G__btnPrimary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.dashboard-module__XABe8G__btnPrimary:hover{background:linear-gradient(135deg,#5568d3 0%,#65398b 100%)}.dashboard-module__XABe8G__btnSuccess{color:#fff;background:linear-gradient(135deg,#11998e 0%,#38ef7d 100%)}.dashboard-module__XABe8G__btnSuccess:hover{background:linear-gradient(135deg,#0e7d73 0%,#2dd169 100%)}.dashboard-module__XABe8G__btnOutline{color:#667eea;box-shadow:none;background:#fff;border:2px solid #667eea}.dashboard-module__XABe8G__btnOutline:hover{color:#fff;background:#667eea}.dashboard-module__XABe8G__btnLg{padding:1.125rem 2.25rem;font-size:1rem}.dashboard-module__XABe8G__btnIcon{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:inline-flex}.dashboard-module__XABe8G__btnIcon:hover{transform:scale(1.15)}.dashboard-module__XABe8G__btnIconPrimary{color:#fff;background:#667eea}.dashboard-module__XABe8G__btnIconPrimary:hover{background:#5568d3;box-shadow:0 4px 16px #667eea66}.dashboard-module__XABe8G__btnIconDanger{color:#fff;background:#ef4444}.dashboard-module__XABe8G__btnIconDanger:hover{background:#dc2626;box-shadow:0 4px 16px #ef444466}.dashboard-module__XABe8G__professionalTable{border-collapse:separate;border-spacing:0;width:100%}.dashboard-module__XABe8G__professionalTable thead{background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 100%)}.dashboard-module__XABe8G__professionalTable thead th{text-transform:uppercase;letter-spacing:.5px;color:#6b7280;border-bottom:2px solid #e5e7eb;padding:1.125rem 1rem;font-size:.8125rem;font-weight:700}.dashboard-module__XABe8G__professionalTable tbody tr{border-bottom:1px solid #f3f4f6;transition:all .2s}.dashboard-module__XABe8G__professionalTable tbody tr:hover{background-color:#f9fafb}.dashboard-module__XABe8G__professionalTable tbody td{vertical-align:middle;padding:1.25rem 1rem}.dashboard-module__XABe8G__degreeCell{color:#667eea;font-size:1rem;font-weight:700}.dashboard-module__XABe8G__instituteCell{color:#6b7280;max-width:300px;font-size:.875rem}.dashboard-module__XABe8G__resultBadge{color:#fff;background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%);border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.dashboard-module__XABe8G__statusBadgeContinuing{color:#fff;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);border-radius:8px;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.dashboard-module__XABe8G__statusBadgeCompleted{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.dashboard-module__XABe8G__emptyState{text-align:center;color:#9ca3af;padding:4rem 2rem}.dashboard-module__XABe8G__emptyState svg{opacity:.5;margin-bottom:1.5rem}.dashboard-module__XABe8G__emptyState p{margin:0;font-size:1rem}.dashboard-module__XABe8G__bottomNav{z-index:1000;background:#fff;padding:.4rem 0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #00000014}.dashboard-module__XABe8G__navItem{color:#9ca3af;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:.25rem;font-size:.65rem;font-weight:600;transition:all .3s;display:flex}.dashboard-module__XABe8G__navItem:hover,.dashboard-module__XABe8G__navItem.dashboard-module__XABe8G__active{color:#667eea}.dashboard-module__XABe8G__navItemActive{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 3px 12px #667eea4d}@media (max-width:992px){.dashboard-module__XABe8G__sectionHeader,.dashboard-module__XABe8G__sectionBody,.dashboard-module__XABe8G__profileLinkCard{padding:1.5rem}}@media (max-width:768px){.dashboard-module__XABe8G__dashboardWrapper{padding-bottom:70px}.dashboard-module__XABe8G__logoText{font-size:1.25rem}.dashboard-module__XABe8G__headerBtn span{display:none!important}.dashboard-module__XABe8G__headerBtn{padding:.625rem}.dashboard-module__XABe8G__statCard{padding:1.25rem}.dashboard-module__XABe8G__statIcon{width:56px;height:56px}.dashboard-module__XABe8G__statValue{font-size:1.75rem}.dashboard-module__XABe8G__sectionIcon{width:48px;height:48px}.dashboard-module__XABe8G__sectionTitle{font-size:1.125rem}.dashboard-module__XABe8G__sectionHeader,.dashboard-module__XABe8G__sectionBody{padding:1.25rem}.dashboard-module__XABe8G__formInput{padding:.75rem 1rem;font-size:.875rem}.dashboard-module__XABe8G__btnCustom{padding:.75rem 1.5rem;font-size:.875rem}.dashboard-module__XABe8G__btnLg{width:100%;padding:1rem 1.75rem}.dashboard-module__XABe8G__professionalTable thead th{padding:.875rem .625rem;font-size:.75rem}.dashboard-module__XABe8G__professionalTable tbody td{padding:1rem .625rem;font-size:.875rem}.dashboard-module__XABe8G__degreeCell{font-size:.9375rem}.dashboard-module__XABe8G__instituteCell{font-size:.8125rem}}@media (max-width:576px){.dashboard-module__XABe8G__statCard{text-align:center;flex-direction:column;padding:1.5rem}.dashboard-module__XABe8G__sectionIcon{width:42px;height:42px;margin-right:.875rem}.dashboard-module__XABe8G__sectionTitle{font-size:1rem}.dashboard-module__XABe8G__sectionSubtitle,.dashboard-module__XABe8G__formLabel{font-size:.8125rem}.dashboard-module__XABe8G__formInput{border-radius:8px;padding:.625rem .875rem;font-size:.8125rem}.dashboard-module__XABe8G__btnCustom{border-radius:8px;padding:.625rem 1.25rem;font-size:.8125rem}.dashboard-module__XABe8G__professionalTable thead th{padding:.75rem .375rem;font-size:.6875rem}.dashboard-module__XABe8G__professionalTable tbody td{padding:.875rem .375rem;font-size:.8125rem}.dashboard-module__XABe8G__btnIcon{width:34px;height:34px}.dashboard-module__XABe8G__degreeCell{font-size:.875rem}.dashboard-module__XABe8G__instituteCell{white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:.75rem;overflow:hidden}.dashboard-module__XABe8G__resultBadge,.dashboard-module__XABe8G__statusBadgeContinuing,.dashboard-module__XABe8G__statusBadgeCompleted{padding:.375rem .75rem;font-size:.75rem}}@keyframes dashboard-module__XABe8G__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes dashboard-module__XABe8G__slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.dashboard-module__XABe8G__sectionCard{animation:.6s ease-out dashboard-module__XABe8G__fadeIn}.dashboard-module__XABe8G__statCard{animation:.5s ease-out dashboard-module__XABe8G__slideIn}.badge{border-radius:8px;padding:.5rem .875rem;font-size:.8125rem;font-weight:600}.form-check-input:checked{background-color:#667eea;border-color:#667eea}.form-check-input:focus{border-color:#667eea;box-shadow:0 0 0 .25rem #667eea40}.form-check-input{cursor:pointer;border-radius:6px;width:1.25rem;height:1.25rem}.form-check-label{cursor:pointer;-webkit-user-select:none;user-select:none}.dashboard-module__XABe8G__fileInputWrapper{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.dashboard-module__XABe8G__fileButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:.5rem .9rem;font-weight:600;display:inline-block}.dashboard-module__XABe8G__filePreview{background:#fff;border:1px solid #e6e6e6;border-radius:8px;align-items:center;gap:.5rem;padding:.35rem;display:flex}.dashboard-module__XABe8G__filePreview img{object-fit:cover;border:1px solid #ddd;border-radius:6px;width:56px;height:56px}.dashboard-module__XABe8G__fileMeta{flex-direction:column;gap:.25rem;display:flex}.dashboard-module__XABe8G__fileName{color:#333;text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:.9rem;overflow:hidden}.dashboard-module__XABe8G__removeBtn{color:#e55353;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.dashboard-module__XABe8G__fileHint{color:#6b7280;margin:0;font-size:.85rem}
