  .block-preview-disabled {  padding:2rem;  background:#f8f9fa;  border:2px dashed #dee2e6;  border-radius:8px;  text-align:center;  color:#6c757d; } .block-preview-disabled p {  margin:0 0 0.5rem 0; } .block-preview-disabled p:last-child {  margin-bottom:0; } .block-preview-disabled strong {  color:#495057; } .launch-trading-career-block {  position:relative;  color:var(--main-text-color); } .launch-trading-career-block.launch-trading-career--lightning {  --launch-career-border-color:var(--ast-secondary);  --launch-career-accent-color:var(--ast-secondary);  --launch-career-title-color:var(--ast-secondary);  --launch-career-text-color:var(--main-text-color); } .launch-trading-career-block.launch-trading-career--dual-step {  --launch-career-border-color:var(--ast-primary);  --launch-career-accent-color:var(--ast-primary);  --launch-career-title-color:var(--ast-primary);  --launch-career-text-color:var(--main-text-color); } .launch-trading-career-block.launch-trading-career--nexus {  --launch-career-border-color:var(--ast-tertiary);  --launch-career-accent-color:var(--ast-tertiary);  --launch-career-title-color:var(--ast-tertiary);  --launch-career-text-color:var(--main-text-color); } .launch-trading-career-block.launch-trading-career--neutral {  --launch-career-border-color:var(--border-color);  --launch-career-accent-color:var(--highlight);  --launch-career-title-color:var(--main-text-color);  --launch-career-text-color:var(--main-text-color); } .launch-trading-career-block.bg--light {  background:var(--background-light); } .launch-trading-career-block.bg--neutral {  background:var(--neutral-10); } .launch-trading-career-block.bg--default {  background:var(--body-bg); } .launch-trading-career-block.spacing--small {  padding:30px 0; } .launch-trading-career-block.spacing--medium {  padding:50px 0; } .launch-trading-career-block.spacing--large {  padding:80px 0; } .launch-trading-career-block.text-align--center .launch-trading-career__header {  text-align:center; } .launch-trading-career-block.text-align--left .launch-trading-career__header {  text-align:left; } .launch-trading-career-block.animation--fade-in .launch-trading-career__features {  opacity:0;  transition:opacity 0.8s ease; } .launch-trading-career-block.animation--fade-in .launch-trading-career__features.animate-in {  opacity:1; } .launch-trading-career-block.animation--slide-up .launch-trading-career__features {  opacity:0;  transform:translateY(30px);  transition:opacity 0.8s ease, transform 0.8s ease; } .launch-trading-career-block.animation--slide-up .launch-trading-career__features.animate-in {  opacity:1;  transform:translateY(0); } .launch-trading-career-block.animation--scale-in .launch-trading-career__features {  opacity:0;  transform:scale(0.95);  transition:opacity 0.8s ease, transform 0.8s ease; } .launch-trading-career-block.animation--scale-in .launch-trading-career__features.animate-in {  opacity:1;  transform:scale(1); } .launch-trading-career__header {  margin-bottom:40px; } @media (max-width:900px) {  .launch-trading-career__header {   margin-bottom:30px;  } } @media (max-width:600px) {  .launch-trading-career__header {   margin-bottom:20px;  } } .launch-trading-career__title {  font-size:42px;  font-weight:700;  color:var(--main-text-color);  margin:0 0 10px 0 !important; } @media (max-width:900px) {  .launch-trading-career__title {   font-size:32px;   font-weight:600;   margin-bottom:15px !important;  } } @media (max-width:600px) {  .launch-trading-career__title {   font-size:18px;   font-weight:500;   margin-bottom:20px !important;  } } .launch-trading-career__description {  font-size:24px;  color:var(--launch-career-text-color);  margin:0; } .text-align--center .launch-trading-career__description {  margin:0 auto; } @media (max-width:900px) {  .launch-trading-career__description {   font-size:20px;  } } @media (max-width:600px) {  .launch-trading-career__description {   font-size:16px;  } } .launch-trading-career__features {  display:grid;  grid-gap:20px;  gap:20px;  margin-bottom:40px; } .columns--2 .launch-trading-career__features {  grid-template-columns:repeat(2, 1fr); } .columns--3 .launch-trading-career__features {  grid-template-columns:repeat(3, 1fr); } .columns--4 .launch-trading-career__features {  grid-template-columns:repeat(4, 1fr); } @media (max-width:900px) {  .launch-trading-career__features {   grid-template-columns:repeat(2, 1fr) !important;   grid-gap:15px;   gap:15px;   margin-bottom:25px;  } } @media (max-width:600px) {  .launch-trading-career__features {   grid-template-columns:1fr !important;   grid-gap:12px;   gap:12px;   margin-bottom:15px;  } } .launch-trading-career__item {  background:var(--neutral-10);  border-radius:20px;  padding:30px 30px 0 30px;  text-align:center;  transition:transform 0.3s ease, box-shadow 0.3s ease, border-top-color 0.3s ease;  border-top:3px solid transparent;  display:flex;  flex-direction:column;  min-height:280px; } .launch-trading-career__item:hover {  transform:translateY(-2px);  box-shadow:0 2px 4px rgba(0, 0, 0, 0.04);  border-top:3px solid var(--launch-career-border-color); } @media (max-width:900px) {  .launch-trading-career__item {   padding:25px 20px 0 20px;   min-height:250px;  } } @media (max-width:600px) {  .launch-trading-career__item {   padding:20px 15px 0 15px;   min-height:220px;  } } .launch-trading-career__content {  display:flex;  flex-direction:column;  flex:1;  margin-bottom:20px; } @media (max-width:900px) {  .launch-trading-career__content {   margin-bottom:15px;  } } @media (max-width:600px) {  .launch-trading-career__content {   margin-bottom:12px;  } } .launch-trading-career__icon {  display:flex;  justify-content:center;  align-items:flex-end;  margin-top:auto;  margin-bottom:0;  padding-bottom:0;  overflow:hidden;  border-bottom-left-radius:20px;  border-bottom-right-radius:20px; } .launch-trading-career__icon .launch-trading-career__icon-img, .launch-trading-career__icon .launch-trading-career__icon-svg {  width:100%;  height:100%;  -o-object-fit:cover;   object-fit:cover;  -o-object-position:bottom;   object-position:bottom;  display:block; } .launch-trading-career__icon .launch-trading-career__icon-svg {  fill:var(--launch-career-accent-color);  -o-object-fit:contain;   object-fit:contain; } @media (max-width:900px) {  .launch-trading-career__icon .launch-trading-career__icon-img, .launch-trading-career__icon .launch-trading-career__icon-svg {   height:100%;   max-height:200px;   max-width:300px;  } } @media (max-width:600px) {  .launch-trading-career__icon .launch-trading-career__icon-img, .launch-trading-career__icon .launch-trading-career__icon-svg {   height:100%;   max-height:169px;   max-width:250px;  } } .launch-trading-career__item-title {  font-size:24px;  font-weight:500;  color:var(--launch-career-text-color);  margin:0 0 10px 0;  text-align:left; } @media (max-width:900px) {  .launch-trading-career__item-title {   font-size:20px;   font-weight:550;   margin-bottom:8px;  } } @media (max-width:600px) {  .launch-trading-career__item-title {   font-size:16px;   font-weight:600;   margin-bottom:6px;  } } .launch-trading-career__item-description {  font-size:18px;  color:var(--launch-career-text-color);  margin:0;  text-align:left; } @media (max-width:900px) {  .launch-trading-career__item-description {   font-size:17px;  } } @media (max-width:600px) {  .launch-trading-career__item-description {   font-size:16px;  } } .launch-trading-career__footer {  text-align:center;  margin:0 auto; } .text-align--left .launch-trading-career__footer {  text-align:left;  margin:0; } .launch-trading-career__footer-text {  font-size:24px;  color:var(--launch-career-text-color);  margin:0;  opacity:0.9; } @media (max-width:900px) {  .launch-trading-career__footer-text {   font-size:20px;  } } @media (max-width:600px) {  .launch-trading-career__footer-text {   font-size:16px;  } } .launch-trading-career__item {  opacity:0;  transform:translateY(30px);  transition:opacity 0.6s ease, transform 0.6s ease; } .launch-trading-career__item.animate-in {  opacity:1;  transform:translateY(0); } @media (prefers-reduced-motion:reduce) {  .launch-trading-career__item {   transform:none;   transition:opacity 0.3s ease;  } } @media (prefers-reduced-motion:reduce) {  .launch-trading-career-block .launch-trading-career__features {   transform:none !important;   transition:opacity 0.3s ease !important;  } } 