.job-details-wrapper{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8eef5);padding:60px 20px}.job-details-container{max-width:1200px;margin:0 auto}.job-hero-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:24px;padding:60px 50px;margin-bottom:40px;position:relative;overflow:hidden;box-shadow:0 20px 60px rgba(102,126,234,.3)}.border-radius-16{border-radius:10px!important}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.hero-circle{position:absolute;background:rgba(255,255,255,.1);border-radius:50%}.hero-circle-1{width:400px;height:400px;top:-200px;right:-100px}.hero-circle-2{width:300px;height:300px;bottom:-150px;left:-75px}.hero-content{position:relative;z-index:1;color:white}.hero-badges{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.status-badge-modern{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:50px;font-size:14px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-badge-modern.badge-open{background:rgba(16,185,129,.9);color:white}.status-badge-modern.badge-closed{background:rgba(239,68,68,.9);color:white}.badge-dot{width:8px;height:8px;background:white;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.position-badge{padding:10px 20px;background:rgba(255,255,255,.2);border-radius:50px;font-size:14px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.job-title-hero{font-size:48px;font-weight:700;margin:0 0 12px;line-height:1.2}.job-team-hero{font-size:22px;margin:0 0 32px;opacity:.9}.hero-info-grid{display:flex;gap:24px;flex-wrap:wrap}.hero-info-item{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.15);padding:12px 20px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:15px}.info-icon{width:20px;height:20px;stroke-width:2}.job-content-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:30px;gap:30px}.job-main-content{display:flex;flex-direction:column;gap:24px}.job-card{background:white;border-radius:20px;padding:36px;box-shadow:0 4px 20px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.job-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.card-header{gap:16px;margin-bottom:24px}.card-header,.card-icon{display:flex;align-items:center}.card-icon{width:48px;height:48px;border-radius:12px;justify-content:center;flex-shrink:0}.card-icon svg{width:22px;height:22px;stroke-width:2}.card-icon-blue{background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-50) 100%);color:white}.card-icon-green{background:linear-gradient(135deg,#10b981,#059669);color:white}.card-icon-purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:white}.card-header h2{font-size:26px;font-weight:700;color:#1a202c;margin:0}.description-html{color:#4a5568;line-height:1.8;font-size:16px}.description-html p{margin:0 0 16px}.responsibilities-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.responsibilities-list li{display:flex;align-items:flex-start;gap:16px;color:#4a5568;line-height:1.7;font-size:16px}.list-number{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.requirements-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.requirements-list li{display:flex;align-items:flex-start;gap:12px;color:#4a5568;line-height:1.7;font-size:16px}.check-icon{width:20px;height:20px;color:#10b981;flex-shrink:0;margin-top:2px;stroke-width:2.5}.job-sidebar{display:flex;flex-direction:column;gap:24px}.sidebar-sticky{position:-webkit-sticky;position:sticky;top:24px}.sidebar-title{font-size:20px;font-weight:700;color:#1a202c;margin:0 0 24px}.overview-list{display:flex;flex-direction:column;gap:20px;margin-bottom:28px}.overview-item{display:flex;align-items:flex-start;gap:14px}.overview-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background-color:#fff!important;box-shadow:0 2px 8px #0000001a}.overview-icon svg{width:20px;height:20px;stroke-width:2}.overview-details{flex:1 1}.overview-label{font-size:13px;color:#718096;margin:0 0 4px;font-weight:500}.overview-value{font-size:15px;color:#1a202c;font-weight:600;margin:0}.apply-button-container{margin-top:8px}.apply-button{width:100%;padding:16px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(102,126,234,.3)}.apply-button:hover:not(.disabled){transform:translateY(-2px);box-shadow:0 6px 25px rgba(102,126,234,.4)}.apply-button.disabled{background:#cbd5e0;cursor:not-allowed;box-shadow:none}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;overflow-y:auto}.career-modal-content{background:white;border-radius:20px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:30px 40px;border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0;background:white;z-index:10;border-radius:20px 20px 0 0}.modal-header h2{font-size:24px;font-weight:700;color:#1a202c;margin:0}.close-button{width:40px;height:40px;border:none;background:#f3f4f6;border-radius:50%;font-size:28px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1;padding:0}.close-button:hover{background:#e5e7eb;color:#374151;transform:rotate(90deg)}.application-error{margin:20px 40px;padding:16px 20px;background:#fee2e2;border:1px solid #fecaca;border-radius:12px;display:flex;align-items:flex-start;gap:12px;color:#991b1b}.application-error svg{width:20px;height:20px;flex-shrink:0;margin-top:2px}.application-error p{margin:0;font-size:14px;line-height:1.5}.questions-card{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fbbf24}.questions-info{font-size:14px;color:#78350f;margin:0 0 16px;line-height:1.6}.questions-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.questions-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#78350f}.question-bullet{width:6px;height:6px;background:#f59e0b;border-radius:50%;margin-top:7px;flex-shrink:0}.question-text{flex:1 1;line-height:1.6}.required-mark{color:#dc2626;font-weight:700;margin-left:2px}.job-details-empty,.job-details-error,.job-details-loading{min-height:400px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#4a5568}.job-details-error{color:#dc2626}@media (max-width:1024px){.job-content-grid{grid-template-columns:1fr}.sidebar-sticky{position:static}}@media (max-width:768px){.job-details-wrapper{padding:30px 16px}.job-hero-section{padding:40px 24px}.job-title-hero{font-size:32px}.job-team-hero{font-size:18px}.hero-info-grid{flex-direction:column;gap:12px}.hero-info-item{width:100%}.job-card{padding:24px}.card-header h2{font-size:22px}.hero-circle-1,.hero-circle-2{display:none}}@media (max-width:480px){.job-title-hero{font-size:26px}.hero-badges{flex-direction:column}.position-badge,.status-badge-modern{width:100%;justify-content:center}}
/*# sourceMappingURL=7f1d226bd5351179.css.map*/