.admin-login-page{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6 50%,#60a5fa);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;justify-content:center;min-height:100vh;padding:2rem}.login-container{max-width:450px}.login-card{border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.login-header{background:linear-gradient(135deg,#1e40af,#3b82f6);padding:3rem 2rem 2.5rem}.logo-circle{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.login-header h1{font-size:1.75rem;letter-spacing:-.5px;margin-bottom:.5rem}.login-header p{font-size:.9375rem;font-weight:500;opacity:.9}.login-form{padding:2.5rem 2rem 2rem}.form-group:last-of-type{margin-bottom:2rem}.btn-login{background:linear-gradient(135deg,#1e40af,#3b82f6);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 1.5rem;transition:all .2s ease;width:100%}.btn-login:hover:not(:disabled){box-shadow:0 10px 20px -5px #3b82f666;transform:translateY(-2px)}.btn-login:active:not(:disabled){transform:translateY(0)}.btn-login:disabled{cursor:not-allowed;opacity:.6}.login-footer{padding:1.5rem 2rem 2rem}.login-footer p{align-items:center;color:#6b7280;display:flex;gap:.5rem;justify-content:center}.login-footer p:before{content:"🔒";font-size:1rem}@media (max-width:480px){.admin-login-page{padding:1rem}.login-header{padding:2.5rem 1.5rem 2rem}.login-header h1{font-size:1.5rem}.login-form{padding:2rem 1.5rem 1.5rem}.logo-circle{height:70px;width:70px}.logo-circle svg{height:35px;width:35px}}.admin-dashboard{background:linear-gradient(135deg,#f5f7fa,#e8f0fe);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}.dashboard-header{background:linear-gradient(135deg,#1e40af,#3b82f6);box-shadow:0 4px 6px #0000001a;color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1.5rem 2rem}.logo-section h1{font-size:1.5rem;font-weight:700;letter-spacing:-.5px;margin-bottom:.25rem}.admin-badge{background:#fff3;border-radius:12px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.header-actions{align-items:center;display:flex;gap:1rem}.btn-logout,.btn-reset{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s ease}.btn-reset{background:#ffffff26;border:1px solid #ffffff4d;color:#fff}.btn-reset:hover{background:#ffffff40;transform:translateY(-1px)}.btn-logout{background:#fff;color:#1e40af}.btn-logout:hover{background:#f0f9ff;transform:translateY(-1px)}.dashboard-main{padding:2rem}.dashboard-container{margin:0 auto;max-width:1400px}.users-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.section-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem}.section-header h2{color:#1f2937;font-size:1.25rem;font-weight:700}.user-count{background:#dbeafe;border-radius:20px;color:#1e40af;font-size:.875rem;font-weight:600;padding:.375rem .875rem}.users-table-wrapper{overflow-x:auto}.users-table{border-collapse:collapse;width:100%}.users-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.users-table th{color:#6b7280;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:1rem 2rem;text-align:left;text-transform:uppercase}.users-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .15s ease}.users-table tbody tr:hover{background:#f9fafb}.users-table tbody tr:last-child{border-bottom:none}.users-table td{padding:1.25rem 2rem}.user-email{align-items:center;color:#1f2937;display:flex;font-size:.9375rem;font-weight:500;gap:.75rem}.user-email svg{color:#6b7280;flex-shrink:0}.btn-change-password{align-items:center;background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.btn-change-password:hover{background:#2563eb;box-shadow:0 4px 6px #3b82f64d;transform:translateY(-1px)}.btn-change-password svg{height:14px;width:14px}.modal-overlay{align-items:center;animation:fadeIn .2s ease;background:#00000080;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 .3s ease;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem}.modal-header h3{color:#1f2937;font-size:1.125rem;font-weight:700}.modal-close{align-items:center;background:none;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:32px}.modal-close:hover{background:#e5e7eb;color:#1f2937}.modal-body{padding:2rem}.modal-description{color:#6b7280;font-size:.9375rem;line-height:1.6;margin-bottom:1.5rem}.modal-description strong{color:#1f2937;font-weight:600}.form-group{margin-bottom:1.5rem}.form-input{padding:.75rem 1rem}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.btn-primary{background:linear-gradient(135deg,#1e40af,#3b82f6);margin-top:1rem}.btn-primary:hover{box-shadow:0 10px 15px -3px #3b82f64d;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}@media (max-width:768px){.header-content{align-items:flex-start;flex-direction:column;gap:1rem}.header-actions{justify-content:flex-start;width:100%}.dashboard-main{padding:1rem}.section-header{align-items:flex-start;flex-direction:column;gap:.75rem;padding:1rem 1.5rem}.users-table td,.users-table th{padding:.875rem 1rem}.users-table td:first-child,.users-table th:first-child{padding-left:1.5rem}.btn-logout,.btn-reset{font-size:.8125rem;padding:.5rem 1rem}.modal{margin:1rem;width:95%}.modal-body{padding:1.5rem}}@media (max-width:480px){.logo-section h1{font-size:1.25rem}.user-email,.users-table{font-size:.875rem}.btn-change-password{font-size:.8125rem;padding:.4rem .75rem}}.toast-container{left:50%;position:fixed;top:20px;transform:translateX(-50%);z-index:2000}.toast{animation:slideDown .3s ease;border-radius:8px;box-shadow:0 10px 25px #00000026;font-size:15px;font-weight:600;min-width:320px;padding:14px 22px;text-align:center}.toast.success{background-color:#dcfce7;border-left:6px solid #22c55e;color:#166534}.toast.error{background-color:#fee2e2;border-left:6px solid #ef4444;color:#b91c1c}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}*{margin:0;padding:0}.user-login-page{background:#f5f7fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}.login-background{align-items:center;background:linear-gradient(135deg,#f5f7fa,#e8f0fe);display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-container{max-width:480px;width:100%}.login-card{animation:slideIn .4s ease;background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012,0 1px 3px #0000000f;overflow:hidden}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-header{background:linear-gradient(135deg,#5b8def,#4d7ff5);color:#fff;padding:2.5rem 2rem 2rem;text-align:center}.logo-section{flex-direction:column;gap:.75rem}.logo-icon,.logo-section{align-items:center;display:flex}.logo-icon{background:#ffffff26;border-radius:50%;color:#fff;height:64px;justify-content:center;margin-bottom:.5rem;width:64px}.login-header h1{font-size:1.5rem;font-weight:700;letter-spacing:-.3px;margin:0}.subtitle{font-size:.875rem;font-weight:500;opacity:.9}.login-form{padding:2rem}.login-form h2{color:#1f2937;font-size:1.375rem;font-weight:700;margin-bottom:.5rem}.form-description{color:#6b7280;font-size:.9375rem;line-height:1.5;margin-bottom:1.75rem}.form-description strong{color:#1f2937;font-weight:600}.error-message{align-items:flex-start;animation:shake .3s ease;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:.875rem;gap:.625rem;line-height:1.5;margin-bottom:1.25rem;padding:.875rem 1rem}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.error-message svg{flex-shrink:0;margin-top:.125rem}.form-group{margin-bottom:1.25rem}.form-group label{color:#374151;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.form-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#1f2937;font-size:.9375rem;padding:.875rem 1rem;transition:all .2s ease;width:100%}.form-input:focus{border-color:#5b8def;box-shadow:0 0 0 3px #5b8def1a;outline:none}.form-input::placeholder{color:#9ca3af}.form-input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.otp-input{font-size:1.25rem;font-weight:600;letter-spacing:.5em;text-align:center}.btn-primary{align-items:center;background:linear-gradient(135deg,#5b8def,#4d7ff5);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9375rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:.5rem;padding:.875rem 1.5rem;transition:all .2s ease;width:100%}.btn-primary:hover:not(:disabled){box-shadow:0 6px 12px #5b8def4d;transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:600;margin-top:.75rem;padding:.75rem 1.5rem;transition:all .2s ease;width:100%}.btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#374151}.btn-secondary:disabled{cursor:not-allowed;opacity:.6}.spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.admin-link{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.admin-link a{color:#5b8def;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s ease}.admin-link a:hover{color:#4d7ff5;text-decoration:underline}.otp-header{margin-bottom:1.5rem;text-align:center}.otp-icon{align-items:center;background:linear-gradient(135deg,#5b8def,#4d7ff5);border-radius:50%;color:#fff;display:flex;height:64px;justify-content:center;margin:0 auto 1rem;width:64px}.otp-header h2{color:#1f2937;font-size:1.375rem;font-weight:700;margin-bottom:.5rem}.login-footer{background:#f9fafb;border-top:1px solid #f3f4f6;padding:1.25rem 2rem;text-align:center}.login-footer p{color:#9ca3af;font-size:.8125rem}@media (max-width:480px){.login-background{padding:1rem}.login-header{padding:2rem 1.5rem 1.5rem}.login-header h1{font-size:1.25rem}.subtitle{font-size:.8125rem}.logo-icon{height:56px;width:56px}.logo-icon svg{height:40px;width:40px}.login-form{padding:1.5rem}.login-form h2{font-size:1.25rem}.form-description{font-size:.875rem}.otp-icon{height:56px;width:56px}.otp-icon svg{height:32px;width:32px}}*{box-sizing:border-box}body{background-color:#f4f6f8;color:#111827;font-family:Inter,Segoe UI,Arial,sans-serif;margin:0}.dashboard{margin:0 auto;padding:24px 32px}.dashboard-title{font-size:28px;font-weight:700;margin-bottom:4px}.dashboard-subtitle{color:#6b7280;font-size:14px;margin-bottom:22px}.stats-row{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(4,1fr);margin-bottom:22px}.stat-card{align-items:center;background:#fff;border-radius:14px;box-shadow:0 8px 24px #0000000a;display:flex;gap:14px;padding:18px 20px}.stat-card.primary{background:#4f7df3;color:#fff}.stat-icon{align-items:center;background:#ffffff2e;border-radius:50%;display:flex;font-size:18px;height:42px;justify-content:center;width:42px}.stat-card h2{font-size:26px;font-weight:700;margin:0}.stat-card p{color:#6b7280;font-size:13px;margin:2px 0 0}.stat-card.primary p{color:#ffffffd9}.filters{grid-gap:12px;align-items:center;background:#fff;border-radius:12px;box-shadow:0 6px 18px #0000000a;display:grid;gap:12px;grid-template-columns:repeat(5,160px) auto;margin-bottom:16px;margin-left:auto;margin-right:auto;max-width:100%;padding:14px}.filters select{background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;padding:8px 12px;width:100%}.dashboard-layout{grid-gap:0;display:grid;gap:0;grid-template-columns:1.05fr 1.4fr 1.05fr;height:calc(100vh - 260px);min-height:0}.left-panel{background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000000a;display:flex;flex-direction:column;height:100%;min-height:0;overflow-y:auto;padding:14px}.search-input.full{border:1px solid #e5e7eb;border-radius:10px;flex-shrink:0;font-size:13px;margin-bottom:14px;padding:9px 12px;width:100%}.candidate-list{flex:1 1;min-height:0;overflow-y:auto;padding-right:6px;scrollbar-width:none}.candidate-list::-webkit-scrollbar{display:none}.candidate-card{align-items:center;background:#fff;border:1px solid #eef2f7;border-radius:12px;cursor:pointer;display:flex;gap:10px;padding:10px;position:relative}.candidate-card.active{background:#4f7df3;border-color:#0000;color:#fff}.avatar{align-items:center;background:#dbe5ff;border-radius:50%;color:#1e40af;display:flex;font-weight:700;height:38px;justify-content:center;width:38px}.candidate-card h4{font-size:13px;font-weight:600;margin:0}.candidate-card p{color:#6b7280;font-size:12px;margin:2px 0 0}.candidate-card.active p{color:#ffffffd9}.status-badge{border-radius:999px;font-size:11px;font-weight:500;margin-left:auto;padding:4px 10px}.status-badge.contacted{background:#e7f7ef;color:#0f766e}.status-badge.notcontacted{background:#fdecec;color:#991b1b}.status-badge.pending{background:#fff6e5;color:#92400e}.candidate-card.active .status-badge{background:#ffffff40;color:#fff}.middle-panel{background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000000a;justify-self:center;max-width:700px;overflow-y:auto;padding:20px;width:100%}.details-card{max-height:100%}.details-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.details-title-row{align-items:center;display:flex;gap:14px}.details-name{color:#111827;font-size:18px;font-weight:600;margin:0}.inline-status-dropdown{background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;font-size:13px;padding:6px 12px}.status-pill{background:#fff;border:1px solid #d1d5db;border-radius:999px;cursor:pointer;font-size:13px;font-weight:500;padding:6px 14px}.status-pill:hover{background:#f9fafb}.status-pill:disabled{cursor:not-allowed;opacity:.6}.close-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;padding:4px 8px}.details-save{margin-top:24px}.save-btn{background:#4f7df3;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;padding:10px 22px}.save-btn:hover{background:#3b6be0}.save-btn:disabled{cursor:not-allowed;opacity:.6}.details-grid{grid-row-gap:18px;grid-column-gap:36px;column-gap:36px;display:grid;grid-template-columns:repeat(2,1fr);row-gap:18px}.details-grid span{color:#6b7280;font-size:11px;letter-spacing:.05em;text-transform:uppercase}.details-grid p{font-size:13px;font-weight:500;margin:2px 0 0}.right-panel{background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000000a;padding:18px}.notes-card h3{font-size:16px;font-weight:600;margin-bottom:14px}.notes-input{display:flex;gap:10px;margin-bottom:18px}.notes-input input{border:1px solid #e5e7eb;border-radius:10px;flex:1 1;font-size:13px;padding:9px 12px}.notes-input button{background:#4f7df3;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:13px;padding:0 16px}.notes-list li{display:flex;font-size:13px;gap:12px;justify-content:space-between;margin-bottom:10px}.notes-list small{color:#6b7280;white-space:nowrap}.note-item{border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;font-size:13px;gap:4px;padding:8px 0}.note-text{color:#111827}.note-time{color:#6b7280;font-size:12px}.view-resume-btn{background:#4f7df3;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;margin-top:18px;padding:12px;width:100%}.view-resume-btn:hover{background:#3b6be0}.dashboard>*{padding-left:6px;padding-right:6px}.dashboard-layout,.filters,.stats-row{margin-left:auto;margin-right:auto}.resume-overlay{align-items:center;background:#00000059;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.resume-container{background:#fff;border-radius:10px;box-shadow:0 20px 60px #00000040;height:92vh;max-width:1100px;overflow:hidden;position:relative;width:88%}.resume-frame{border:none;height:100%;width:100%}.resume-close{background:#fff;border:none;border-radius:50%;box-shadow:0 4px 12px #00000040;cursor:pointer;font-size:18px;height:34px;position:absolute;right:12px;top:12px;width:34px;z-index:10}.pagination{align-items:center;bottom:10px;display:flex;gap:1rem;justify-content:center;left:180px;margin-top:1.5rem;position:absolute}.pagination button{background:#3b6be0;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.4rem .8rem}.pagination button:disabled{cursor:not-allowed;opacity:.5}
/*# sourceMappingURL=main.40d701a4.css.map*/