.PathwaySelectionCard{--warm-border:#e2d9cc;--warm-card:#faf8f4;--text-primary:#1e1a16;--text-sub:#6b5e52;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--warm-card);border:2px solid var(--warm-border);cursor:pointer;display:flex;flex-direction:column;font-family:DM Sans,Segoe UI,system-ui,sans-serif;gap:6px;outline:none;padding:20px 44px 20px 20px;position:relative;text-align:left;transition:border-color .2s ease,box-shadow .2s ease,transform .2s cubic-bezier(.25,.8,.25,1);width:100%}.PathwaySelectionCard:focus-visible,.PathwaySelectionCard:hover{border-color:#af5b4f;transform:translateY(-2px)}.PathwaySelectionCard--selected{border-color:#af5b4f}.PathwaySelectionCard__check{align-items:center;background:#af5b4f;border-radius:50%;box-shadow:0 2px 6px #b85c3866;color:#fff;display:flex;font-size:12px;font-weight:700;height:24px;justify-content:center;position:absolute;right:12px;top:12px;width:24px}.PathwaySelectionCard__label{color:var(--text-primary);font-size:14px;font-weight:700;line-height:1.3}.PathwaySelectionCard__description{color:var(--text-sub);font-size:13px;font-weight:400;line-height:1.45}.check-fade-enter-active,.check-fade-leave-active{transition:opacity .2s ease,transform .2s ease}.check-fade-enter-from,.check-fade-leave-to{opacity:0;transform:scale(.6)}
