.career-page{min-height:100vh;background-color:#f9fafb}.career-container{max-width:1280px;margin:0 auto;padding:3rem 1rem}.filter-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid #e5e7eb}.filter-tab{padding:.75rem 1rem;font-weight:500;color:#6b7280;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .3s ease;font-size:1rem}.filter-tab:hover{color:#111827}.filter-tab.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.loading-state{text-align:center;padding:3rem 0}.spinner{display:inline-block;width:3rem;height:3rem;border:3px solid #e5e7eb;border-top:3px solid var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.loading-state p{margin-top:1rem;color:#6b7280;font-size:1rem}.error-state{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1.5rem;text-align:center}.error-title{color:#dc2626;font-weight:600;margin-bottom:.5rem}.error-message{color:#ef4444;font-size:.875rem;margin-bottom:1rem}.retry-button{padding:.5rem 1.5rem;background-color:#dc2626;color:white;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.retry-button:hover{background-color:#b91c1c}.empty-state{text-align:center;padding:3rem;background-color:white;border-radius:.5rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.empty-title{color:#6b7280;font-size:1.125rem;margin-bottom:.5rem}.empty-subtitle{color:#9ca3af;font-size:.875rem}.jobs-grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.job-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase}.status-badge.open{background-color:#d1fae5;color:#065f46}.status-badge.closed{background-color:#f3f4f6;color:#374151}.location-type{font-size:.75rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.job-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem;line-height:1.4}.job-team{font-size:.875rem;color:#6b7280;margin-bottom:1rem}.job-details{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.detail-item{display:flex;align-items:center;font-size:.875rem;color:#374151}.detail-icon{width:1rem;height:1rem;margin-right:.5rem;color:#9ca3af;flex-shrink:0}.questions-badge{font-size:.75rem;color:var(--color-primary);background-color:var(--color-primary-15);padding:.25rem .5rem;border-radius:.25rem;display:inline-block;margin-bottom:1rem}.apply-button{width:100%;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;border:none;cursor:pointer;transition:all .3s ease;font-size:1rem;background-color:#2563eb;color:white}.apply-button:hover:not(.disabled){background-color:#1d4ed8}.apply-button.disabled{background-color:#d1d5db;color:#9ca3af;cursor:not-allowed}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.career-modal-content{background-color:white;border-radius:.5rem;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0;background-color:white;z-index:10}.modal-header h2{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.close-button{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .2s ease}.close-button:hover{background-color:#f3f4f6;color:#111827}.application-form{padding:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-group,.form-row{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input[type=date],.form-group input[type=email],.form-group input[type=file],.form-group input[type=number],.form-group input[type=tel],.form-group input[type=text]{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;transition:all .2s ease}.form-group input:focus{outline:none;border-color:var(--color-primary);box-shadow:unset}.form-group input[type=file]{padding:.5rem;cursor:pointer}.file-name{font-size:.75rem;color:#6b7280;margin-top:.25rem}.checkbox-group{margin-top:1.5rem;margin-bottom:1.5rem}.checkbox-group label{display:flex;align-items:flex-start;cursor:pointer}.checkbox-group input[type=checkbox]{margin-right:.5rem;margin-top:.25rem;cursor:pointer;width:1rem;height:1rem;flex-shrink:0}.checkbox-group span{font-size:.875rem;color:#374151;line-height:1.5}.form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}.cancel-button,.submit-button{padding:.625rem 1.5rem;border-radius:.375rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease;border:none}.cancel-button{background-color:white;color:#374151;border:1px solid #d1d5db}.cancel-button:hover{background-color:#f9fafb}.submit-button{background-color:#2563eb;color:white}.submit-button:hover:not(:disabled){background-color:#1d4ed8}.submit-button:disabled{background-color:#93c5fd;cursor:not-allowed}@media (max-width:640px){.career-container{padding:2rem 1rem}.filter-tabs{overflow-x:auto;white-space:nowrap}.filter-tab{padding:.5rem .75rem;font-size:.875rem}.career-modal-content{max-height:100vh;border-radius:0}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.cancel-button,.submit-button{width:100%}}.custom-questions-section{margin:30px 0;padding:25px;background:#f8f9fa;border-radius:12px;border:2px solid #e9ecef}.section-title{font-size:1.25rem;font-weight:600;color:#2c3e50;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #dee2e6}.custom-questions-container{display:flex;flex-direction:column;gap:20px}.custom-question{background:white;padding:20px;border-radius:8px;border:1px solid #dee2e6;transition:all .3s ease}.custom-question:hover{border-color:var(--color-primary);box-shadow:0 2px 8px rgba(0,123,255,.1)}.custom-question-label{display:flex;align-items:flex-start;font-size:1rem;font-weight:500;color:#495057;margin-bottom:12px;line-height:1.5}.question-number{color:var(--color-primary);font-weight:600;margin-right:8px;flex-shrink:0}.question-text{flex:1 1}.required-asterisk{color:#dc3545;font-weight:700;margin-left:4px}.custom-question-field{margin-top:8px}.boolean-field .radio-group{display:flex;gap:20px;align-items:center}.radio-option{display:flex!important;align-items:center;cursor:pointer;padding:10px 20px;border:2px solid #dee2e6;border-radius:8px;transition:all .3s ease;background:white;min-width:100px;justify-content:center}.radio-option:hover{border-color:var(--color-primary);background:#f8f9ff}.radio-option input[type=radio]{margin:0 8px 0 0;cursor:pointer;width:18px;height:18px;accent-color:#007bff}.radio-option input[type=radio]:checked+.radio-label{color:var(--color-primary);font-weight:600}.radio-option:has(input[type=radio]:checked){border-color:var(--color-primary);background:var(--color-primary-15)}.radio-label{-webkit-user-select:none;-moz-user-select:none;user-select:none}.radio-label,.select-field .custom-select{cursor:pointer;font-size:1rem;color:#495057}.select-field .custom-select{width:100%;border:2px solid #ced4da;border-radius:8px;background:white;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23495057' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding:12px 40px 12px 16px}.select-field .custom-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px rgba(0,123,255,.1)}.select-field .custom-select:hover{border-color:#80bdff}.text-field .custom-input{width:100%;padding:12px 16px;font-size:1rem;border:2px solid #ced4da;border-radius:8px;background:white;color:#495057;transition:all .3s ease}.text-field .custom-input:focus{outline:none}.text-field .custom-input:focus,.text-field .custom-input:hover{border-color:var(--color-primary)}.text-field .custom-input::placeholder{color:#adb5bd;font-style:italic}@media (max-width:768px){.custom-questions-section{padding:20px 15px}.custom-question{padding:15px}.boolean-field .radio-group{flex-direction:column;gap:12px;align-items:stretch}.radio-option{width:100%;justify-content:flex-start}.section-title{font-size:1.1rem}}.custom-input:invalid:not(:placeholder-shown),.custom-select:invalid:not(:placeholder-shown){border-color:#dc3545}.custom-input:valid,.custom-select:valid{border-color:#28a745}.radio-option input[type=radio]:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.custom-input:focus-visible,.custom-select:focus-visible{outline:2px solid #007bff;outline-offset:2px}.success-message-container{flex-direction:column;padding:60px 40px;text-align:center;animation:fadeInUp .5s ease-out}.success-icon,.success-message-container{display:flex;align-items:center;justify-content:center}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-15) 100%);border-radius:50%;margin-bottom:30px;animation:scaleIn .5s ease-out .2s both}.success-icon svg{width:50px;height:50px;color:white;stroke-width:3}.success-title{font-size:2rem;font-weight:700;color:var(--color-secondary);margin-bottom:20px;animation:fadeIn .5s ease-out .3s both}.success-message{font-size:1.1rem;color:#495057;margin-bottom:15px;line-height:1.6;animation:fadeIn .5s ease-out .4s both}.success-message strong{color:var(--color-primary);font-weight:600}.success-description{font-size:1rem;color:#6c757d;margin-bottom:40px;line-height:1.6;max-width:500px;animation:fadeIn .5s ease-out .5s both}.success-button{padding:14px 40px;font-size:1rem;font-weight:600;color:white;background:linear-gradient(135deg,#007bff,#0056b3);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;animation:fadeIn .5s ease-out .6s both}.success-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,123,255,.3)}.application-error{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fff3cd;border:2px solid #ffc107;border-radius:8px;animation:slideDown .3s ease-out}.application-error svg{width:24px;height:24px;color:#856404;flex-shrink:0}.application-error p{margin:0;color:#856404;font-size:.95rem;font-weight:500;line-height:1.5}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.success-message-container{padding:40px 20px}.success-icon{width:60px;height:60px}.success-icon svg{width:35px;height:35px}.success-title{font-size:1.5rem}.success-message{font-size:1rem}.success-description{font-size:.9rem}.application-error{flex-direction:column;align-items:flex-start;gap:8px}}.modern-job-card{background:linear-gradient(135deg,#ffffff,#f8f9fa);border-radius:20px;padding:0;box-shadow:0 4px 6px rgba(0,0,0,.05),0 10px 20px rgba(0,0,0,.08);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.06);position:relative}.modern-job-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px rgba(0,0,0,.08),0 16px 32px rgba(0,0,0,.12)}.modern-job-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff9500,#ff6b00)}.card-header-section{padding:28px 28px 20px;background:linear-gradient(135deg,#fff,#f8f9fa);position:relative}.header-badges{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}.modern-status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.3px;text-transform:uppercase;transition:all .2s}.status-open{background:linear-gradient(135deg,#d4f4dd,#c1f0d0);color:#0d7c2e;border:1.5px solid #8ce3a8}.status-closed{background:linear-gradient(135deg,#fee,#fdd);color:#c41e3a;border:1.5px solid #f5c6cb}.badge-dot{width:7px;height:7px;border-radius:50%;background:currentColor;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.location-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:500;background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1565c0;border:1.5px solid #90caf9}.location-icon{width:14px;height:14px}.modern-job-title{font-size:26px;font-weight:700;color:#1a1a1a;margin:0 0 8px;line-height:1.3;letter-spacing:-.5px}.modern-job-team{font-size:15px;color:#666;margin:0 0 16px;font-weight:500}.custom-questions-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:linear-gradient(135deg,#fff3e0,#ffe0b2);border:1.5px solid #ffb74d;border-radius:20px;font-size:13px;font-weight:600;color:#e65100}.question-icon{width:16px;height:16px}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:14px;gap:14px;padding:20px 28px;background:#fff}.detail-card{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:14px;transition:all .2s;border:2px solid transparent}.salary-card{background:linear-gradient(135deg,#e8f5e9,#c8e6c9)}.experience-card{background:linear-gradient(135deg,#e3f2fd,#bbdefb)}.positions-card{background:linear-gradient(135deg,#f3e5f5,#e1bee7)}.detail-card:hover{transform:translateY(-2px);border-color:rgba(0,0,0,.08)}.detail-icon-wrapper{flex-shrink:0;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.8);box-shadow:0 2px 8px rgba(0,0,0,.1)}.detail-svg{width:22px;height:22px;color:#333}.detail-content{display:flex;flex-direction:column;gap:2px;flex:1 1}.detail-label{font-size:11px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:15px;font-weight:700;color:#1a1a1a;line-height:1.3}.detail-sublabel{font-size:11px;color:#888;font-weight:500}.modern-description{padding:24px 28px;background:#fff;border-top:1px solid #f0f0f0;position:relative}.description-content{font-size:14px;line-height:1.7;color:#444;max-height:100px;overflow:hidden;position:relative}.modern-description:not(.is-expanded) .description-content:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(180deg,transparent,#fff)}.modern-description.is-expanded .description-content{max-height:none}.toggle-description-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:transparent;border:2px solid #ff9500;border-radius:20px;color:#ff9500;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.toggle-description-btn:hover{background:#ff9500;color:white;transform:translateX(4px)}.toggle-icon{width:16px;height:16px;transition:transform .2s}.card-footer{padding:24px 28px 28px;background:#fff}@media (max-width:768px){.details-grid{grid-template-columns:1fr}.modern-job-title{font-size:22px}}
/*# sourceMappingURL=3cebcab138005788.css.map*/