.careers-page{color:#e2e8f0;min-height:100vh;font-family:var(--font-inter),"Inter",system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0b1220;justify-content:center;align-items:center;padding:120px 6% 80px;display:flex}.container{width:100%;max-width:900px;margin:0 auto}.compact-layout{flex-direction:column;gap:40px;display:flex}.hero-text h2{letter-spacing:-.2px;color:#f1f5f9;font-size:1.6rem;font-weight:600;font-family:var(--font-inter),"Inter",system-ui,-apple-system,sans-serif}.apply-card{background:#141e30;border:1px solid #ffffff0f;border-radius:16px;padding:44px;box-shadow:0 20px 50px #00000059}.apply-card h2{color:#f1f5f9;font-size:1.4rem;font-weight:600;font-family:var(--font-inter),"Inter",system-ui,-apple-system,sans-serif;margin-bottom:28px}.grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.field{flex-direction:column;margin-bottom:20px;display:flex}.field label{color:#cbd5e1;font-size:.82rem;font-weight:500;font-family:var(--font-inter),"Inter",system-ui,-apple-system,sans-serif;margin-bottom:6px}.field input,.field textarea{color:#f1f5f9;background:#1e2d45;border:1px solid #ffffff1f;border-radius:8px;outline:none;padding:12px 14px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.field input::placeholder,.field textarea::placeholder{color:#4b5563}.field input:focus,.field textarea:focus{border-color:#2563eb}.field input[type=file]{color:#94a3b8;background:0 0;border:none;padding:6px 0}.apply-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;width:100%;padding:13px;font-family:inherit;font-size:.95rem;font-weight:500;transition:background .2s,transform .2s}.apply-btn:hover{background:#3b82f6;transform:translateY(-2px)}.modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#000000a6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{text-align:center;background:#141e30;border:1px solid #ffffff14;border-radius:16px;width:92%;max-width:460px;padding:44px 36px}.modal h3{color:#f1f5f9;margin-bottom:12px;font-size:1.4rem;font-weight:600}.modal p{color:#94a3b8;margin-bottom:28px;font-size:.95rem;line-height:1.7}.modalActions{justify-content:center;display:flex}@media (max-width:768px){.careers-page{align-items:flex-start;padding:100px 5% 60px}.grid{grid-template-columns:1fr}.apply-card{padding:30px 22px}.hero-text h2{font-size:1.4rem}}
