*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#f8f9fa;color:#2c3e50}.page{display:none}.page.active{display:block}nav{background:#fff;padding:1rem 2rem;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.logo{font-size:1.5rem;font-weight:700;color:#3498db}.nav-links{display:flex;gap:2rem;list-style:none;align-items:center}.nav-links button{background:none;border:none;cursor:pointer;font-size:1rem;color:#555;transition:color .3s}.nav-links button:hover{color:#3498db}.nav-links button.active{color:#3498db;font-weight:600}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.cta-buttons{display:flex;gap:1rem;justify-content:center}.btn{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s}.btn-primary{background:#fff;color:#667eea;font-weight:600}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#667eea}.container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000014;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.feature-card h3{margin-bottom:.5rem;color:#2c3e50}.feature-card p{color:#7f8c8d;line-height:1.6}.profile-header{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000014;display:flex;gap:2rem;align-items:center;margin-bottom:2rem}.profile-pic{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem;flex-shrink:0}.profile-info h2{margin-bottom:.5rem}.profile-info p{color:#7f8c8d;margin-bottom:.25rem}.profile-stats{display:flex;gap:2rem;margin-top:1rem}.stat{text-align:center}.stat-number{font-size:1.5rem;font-weight:700;color:#667eea}.stat-label{font-size:.875rem;color:#7f8c8d}.application-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #00000014;margin-bottom:1rem;cursor:pointer;transition:all .3s}.application-card:hover{box-shadow:0 6px 16px #0000001f;transform:translateY(-2px)}.application-info h3{margin-bottom:.5rem;color:#2c3e50}.application-meta{display:flex;gap:1rem;font-size:.875rem;color:#7f8c8d;margin-bottom:1rem;flex-wrap:wrap}.progress-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.progress-bar-container{background:#f0f0f0;height:8px;border-radius:4px;margin:1rem 0;position:relative;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width .5s ease}.progress-steps{display:flex;justify-content:space-between;margin-top:1rem;position:relative}.progress-step{flex:1;text-align:center;position:relative}.step-circle{width:32px;height:32px;border-radius:50%;background:#e0e0e0;margin:0 auto .5rem;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;transition:all .3s}.step-circle.completed{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.step-circle.active{background:#fff;border:3px solid #667eea;color:#667eea;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.step-label{font-size:.75rem;color:#7f8c8d;font-weight:500}.step-label.active{color:#667eea;font-weight:600}.step-date{font-size:.7rem;color:#95a5a6;margin-top:.25rem}.step-date.upcoming{color:#667eea;font-weight:600}.application-details{display:none;margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.application-details.active{display:block}.detail-section{margin-bottom:1rem}.detail-section h4{color:#2c3e50;margin-bottom:.5rem;font-size:.9rem}.detail-section p{color:#7f8c8d;font-size:.875rem;line-height:1.6}.message-button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f0f0f0;border:none;border-radius:8px;cursor:pointer;font-size:.875rem;color:#555;transition:all .3s;margin-top:.5rem;margin-right:.5rem}.message-button:hover{background:#e0e0e0}.message-button.employer-contact{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.message-button.employer-contact:hover{transform:translateY(-2px);box-shadow:0 4px 8px #667eea4d}.help-badge{display:inline-block;background:#fff3cd;color:#856404;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;margin-left:.5rem}.status-badge{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.status-pending{background:#fff3cd;color:#856404}.status-reviewing{background:#cfe2ff;color:#084298}.status-interview{background:#d1e7dd;color:#0f5132}.status-rejected{background:#f8d7da;color:#842029}.application-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000014}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2c3e50}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#667eea}.form-group textarea{min-height:120px;resize:vertical;font-family:inherit}.job-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem}.job-header h2{font-size:2rem;margin-bottom:.5rem}.job-meta{display:flex;gap:2rem;margin-top:1rem;font-size:.875rem;opacity:.95;flex-wrap:wrap}.employer-dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #00000014}.stat-card h3{font-size:2rem;color:#667eea;margin-bottom:.5rem}.stat-card p{color:#7f8c8d}.applicant-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #00000014;margin-bottom:1rem}.applicant-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.applicant-name{font-size:1.25rem;font-weight:600;color:#2c3e50}.applicant-actions{display:flex;gap:.5rem;flex-wrap:wrap}.btn-small{padding:.5rem 1rem;font-size:.875rem}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#e0e0e0}.timeline-item{position:relative;margin-bottom:1.5rem}.timeline-item:before{content:"";position:absolute;left:-2.5rem;top:0;width:12px;height:12px;border-radius:50%;background:#667eea}.timeline-date{font-size:.875rem;color:#7f8c8d;margin-bottom:.25rem}.timeline-content{font-weight:600;color:#2c3e50}.chatbot-button{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 12px #667eea66;transition:transform .3s;z-index:1000}.chatbot-button:hover{transform:scale(1.1)}.chatbot-window{position:fixed;bottom:6rem;right:2rem;width:380px;max-width:calc(100vw - 4rem);height:500px;max-height:calc(100vh - 10rem);background:#fff;border-radius:16px;box-shadow:0 8px 24px #00000026;display:none;flex-direction:column;z-index:1000}.chatbot-window.active{display:flex}.chatbot-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;align-items:center}.chatbot-header h4{margin:0}.chatbot-close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px}.chatbot-messages{flex:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.message{max-width:80%;padding:.75rem;border-radius:12px;line-height:1.4}.message-bot{background:#f0f0f0;align-self:flex-start}.message-user{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;align-self:flex-end}.chatbot-input-area{padding:1rem;border-top:1px solid #e0e0e0;display:flex;gap:.5rem}.chatbot-input{flex:1;padding:.75rem;border:2px solid #e0e0e0;border-radius:20px;font-size:.9rem}.chatbot-input:focus{outline:none;border-color:#667eea}.chatbot-send{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1rem}.notification-bell{position:relative;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#555}.notification-badge{position:absolute;top:-5px;right:-5px;background:#e74c3c;color:#fff;border-radius:50%;width:20px;height:20px;font-size:.7rem;display:flex;align-items:center;justify-content:center}.notification-panel{position:fixed;top:70px;right:2rem;width:400px;max-width:calc(100vw - 4rem);max-height:500px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;display:none;flex-direction:column;z-index:1000}.notification-panel.active{display:flex}.notification-header{padding:1rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.notification-header h3{margin:0}.mark-read{background:none;border:none;color:#667eea;cursor:pointer;font-size:.875rem}.mark-read:hover{text-decoration:underline}.notification-list{overflow-y:auto;max-height:400px}.notification-item{padding:1rem;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .2s}.notification-item:hover{background:#f8f9fa}.notification-item.unread{background:#f0f4ff}.notification-title{font-weight:600;color:#2c3e50;margin-bottom:.25rem}.notification-text{font-size:.875rem;color:#7f8c8d;margin-bottom:.25rem}.notification-time{font-size:.75rem;color:#95a5a6}.schedule-interview-btn{display:inline-block;margin-top:.5rem;padding:.4rem .8rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:.75rem;cursor:pointer;transition:all .3s}.schedule-interview-btn:hover{background:#5568d3;transform:translateY(-1px)}.modal-overlay{position:fixed;inset:0;background:#0009;display:none;align-items:center;justify-content:center;z-index:2000}.modal-overlay.active{display:flex}.modal{background:#fff;border-radius:16px;width:90%;max-width:600px;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#d25f5f;padding:1.5rem;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;font-size:1.3rem}.modal-close{background:none;border:none;color:#fff;font-size:1.8rem;cursor:pointer;width:35px;height:35px;padding:0;line-height:1}.modal-body{padding:2rem}.modal-section{margin-bottom:2rem}.modal-section h4{color:#2c3e50;margin-bottom:1rem;font-size:1rem}.time-slots{display:grid;gap:.75rem}.time-slot{background:#f8f9fa;border:2px solid #e0e0e0;padding:1rem;border-radius:10px;cursor:pointer;transition:all .3s;display:flex;justify-content:space-between;align-items:center}.time-slot:hover{border-color:#667eea;background:#f0f4ff}.time-slot.selected{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.time-slot-info{flex:1}.time-slot-date{font-weight:600;margin-bottom:.25rem}.time-slot-time{font-size:.875rem;opacity:.8}.time-slot-interviewer{font-size:.75rem;opacity:.7;margin-top:.25rem}.time-slot-badge{background:#fff;color:#667eea;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.time-slot.selected .time-slot-badge{background:#ffffff4d;color:#fff}.alternative-request{background:#fff9e6;border:2px dashed #f0ad4e;padding:1.5rem;border-radius:10px;text-align:center}.alternative-request p{color:#856404;margin-bottom:1rem}.modal-actions{display:flex;gap:1rem;margin-top:2rem}.modal-actions button{flex:1}.countdown-timer{background:#fff3cd;padding:1rem;border-radius:8px;text-align:center;margin-bottom:1.5rem}.countdown-timer strong{color:#856404;font-size:1.1rem}.countdown-timer p{color:#856404;font-size:.875rem;margin-top:.5rem}.availability-manager{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000014;margin-bottom:2rem}.availability-controls{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.availability-controls input,.availability-controls select{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.9rem}.availability-controls input:focus,.availability-controls select:focus{outline:none;border-color:#667eea}.added-slots{display:grid;gap:.75rem;margin-top:1.5rem}.added-slot{background:#f0f4ff;border:2px solid #667eea;padding:1rem;border-radius:10px;display:flex;justify-content:space-between;align-items:center}.added-slot-info{flex:1}.remove-slot{background:#e74c3c;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem}.remove-slot:hover{background:#c0392b}@media (max-width: 768px){.hero h1{font-size:2rem}.profile-header{flex-direction:column;text-align:center}.progress-steps{flex-direction:column;align-items:center}.progress-step{margin-bottom:1rem}}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.job-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;padding:1.25rem;transition:transform .2s ease,box-shadow .2s ease}.job-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px #0000001f}.job-card-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:.5rem}.job-card-header h3{font-size:1.1rem;color:#2c3e50}.job-type{font-size:.75rem;padding:.25rem .5rem;border-radius:999px;background:#eef2ff;color:#4f46e5;font-weight:600}.job-company{color:#7f8c8d;font-weight:600;margin-bottom:.25rem}.job-location{color:#95a5a6;font-size:.9rem;margin-bottom:.75rem}.job-card-footer{display:flex;justify-content:flex-end}@media (min-width: 1280px){.jobs-grid{grid-template-columns:repeat(3,1fr)}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal{width:100%;max-width:900px;max-height:85vh;background:#fff;border-radius:16px;box-shadow:0 10px 30px #00000040;display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:start;padding:1.25rem 1.5rem;border-bottom:1px solid #eef0f2;background:#fafbfc}.modal-close{background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#7f8c8d}.modal-body{padding:1.25rem 1.5rem;overflow:auto}.modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid #eef0f2;background:#fafbfc}.detail-list{margin:.5rem 0 1rem 1.25rem;color:#2c3e50}.detail-list.ordered{list-style:decimal}.jobs-filterbar.subtle{background:transparent;padding:0;margin-bottom:1rem}.jobs-filterbar .filter-inline{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.pill-input{appearance:none;-webkit-appearance:none;background:#fff;border:1px solid #e6eaf0;border-radius:999px;padding:.55rem .9rem;font-size:.95rem;box-shadow:0 1px 2px #1018280a}.pill-input:focus{outline:none;border-color:#c7d2fe;box-shadow:0 0 0 3px #6366f126}.pill-input.narrow{max-width:140px}.job-card.clickable{cursor:pointer}.job-card{position:relative}.job-card:hover{z-index:10}.job-card-footer.space-between{display:flex;justify-content:space-between;align-items:center}.job-type.small{font-size:.75rem;padding:.15rem .5rem}.review-badge{display:inline-flex;align-items:center;gap:.35rem;position:relative;z-index:1}.review-badge .review-text{font-size:.85rem;color:#111827;font-weight:600}.stars{position:relative;display:inline-block;line-height:1;font-size:.9rem}.stars-base{color:#e5e7eb}.stars-fill{position:absolute;top:0;left:0;white-space:nowrap;overflow:hidden;color:#f59e0b}.review-badge .tooltip{position:absolute;top:130%;right:0;min-width:240px;background:#fff;border:1px solid #e6eaf0;border-radius:10px;box-shadow:0 8px 20px #00000014;padding:.6rem .75rem;display:none;z-index:1500}.review-badge:hover .tooltip{display:block}.review-badge:hover{z-index:1000}.review-badge .tooltip ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:.35rem}.review-badge .tooltip li{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:.4rem}.review-badge .tooltip .tooltip-metric{font-size:.85rem;color:#374151}.review-badge .tooltip .tooltip-score{font-size:.8rem;color:#111827;font-weight:600}
