.role-select-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#fff3e6,#ffdac2 30%,#fff3e6 60%,#ffdac2)}.role-image{width:150px;height:150px;margin-bottom:8px}.role-select-wrapper{margin:0 auto;padding:2rem;text-align:center}.role-select-title{font-size:1.8rem;font-weight:600;color:#374151;margin-bottom:10px}.role-select-subtitle{margin-bottom:2rem}.role-select-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.role-card{background:#fff;border:1px solid #ebe6e7;border-radius:12px;cursor:pointer;width:100%;max-width:355px;transition:transform .2s ease,box-shadow .2s ease}.role-card:hover{transform:scale(1.05);box-shadow:0 2px 16px rgba(0,0,0,.1)}.role-image{width:80px;height:80px;object-fit:contain;margin-bottom:.8rem}.role-label{font-weight:500;font-size:18px;margin-bottom:.4rem;color:#333}.role-description{font-size:16px}