.select-role-wrapper{background-color:var(--color-primary);color:#fff;box-sizing:border-box;width:100%;height:100vh;max-height:100vh;position:relative;overflow:hidden}.select-role-help{z-index:10;position:absolute;top:16px;right:16px}.help-button{cursor:pointer;color:#fff;background-color:#dc2626;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .2s,box-shadow .2s;display:flex}.help-button:hover{transform:scale(1.05);box-shadow:0 4px 12px #dc26264d}.select-role-container{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:0;max-height:100vh;padding:24px;display:flex;overflow:hidden}.select-role-logo{z-index:1;flex-shrink:1;min-height:0;margin-bottom:20px}.select-role-logo img{width:clamp(80px,12vw,120px);height:auto}.select-role-content{z-index:1;box-sizing:border-box;flex-direction:column;flex-shrink:1;align-items:center;gap:clamp(12px,2vw,20px);width:100%;max-width:600px;min-height:0;display:flex}.select-role-header{text-align:center;flex-direction:column;flex-shrink:1;gap:clamp(6px,1vw,8px);min-height:0;display:flex}.select-role-title{color:#fff;margin:0;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;line-height:1.2}.select-role-subtitle{color:#ffffffe6;margin:0;font-size:clamp(.9rem,2.5vw,1.1rem);line-height:1.4}.select-role-cards{box-sizing:border-box;flex-wrap:wrap;flex-shrink:1;justify-content:center;align-items:stretch;gap:clamp(8px,1.5vw,16px);width:100%;min-height:0;display:flex}.select-role-card{cursor:pointer;box-sizing:border-box;background-color:#fff;border:2px solid #0000;border-radius:16px;outline:none;flex-direction:column;flex:auto;align-items:center;gap:clamp(8px,1.5vw,12px);width:100%;min-width:0;max-width:clamp(100px,33.333% - 12px,160px);padding:clamp(16px,3vw,24px) clamp(12px,2vw,16px);transition:all .2s;display:flex}.select-role-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.select-role-card.selected{border-color:#dc2626;box-shadow:0 8px 24px #0003}.select-role-icon{color:#000;flex-shrink:0;justify-content:center;align-items:center;width:clamp(36px,6vw,48px);height:clamp(36px,6vw,48px);display:flex}.select-role-icon svg{width:100%;height:100%}.select-role-label{color:#000;text-align:center;font-size:.95rem;font-weight:600;line-height:1.2}.select-role-next{color:#fff;cursor:pointer;box-sizing:border-box;background-color:#dc2626;border:none;border-radius:12px;flex-shrink:0;width:100%;max-width:400px;padding:clamp(12px,2vw,14px) clamp(20px,3vw,24px);font-size:clamp(.9rem,2vw,1rem);font-weight:600;transition:background-color .2s,transform .2s}.select-role-next:hover:not(:disabled){background-color:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.select-role-next:active:not(:disabled){transform:translateY(0)}.select-role-next:disabled{opacity:.5;cursor:not-allowed}.select-role-footer{text-align:center;color:#ffffffe6;flex-shrink:0;margin-top:clamp(12px,2vw,16px);font-size:clamp(.8rem,1.8vw,.9rem);line-height:1.4}.select-role-link{color:#fff;font-weight:600;text-decoration:underline;transition:opacity .2s}.select-role-link:hover{opacity:.8}@media (max-width:768px){.select-role-container{padding:16px}.select-role-help{top:12px;right:12px}.help-button{width:40px;height:40px}.select-role-logo{margin-bottom:12px}.select-role-content{gap:12px}.select-role-header{gap:4px}}@media (max-width:480px){.select-role-container{padding:12px}.select-role-logo{margin-bottom:8px}.select-role-content{gap:10px}}.roles-info-modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.roles-info-modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:500px;max-height:calc(100vh - 80px);display:flex;overflow:hidden;box-shadow:0 4px 20px #00000026}.roles-info-modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.roles-info-modal-title{color:#111212;margin:0;font-size:1.25rem;font-weight:600}.roles-info-modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;font-size:1.5rem;line-height:1;transition:color .2s,background-color .2s;display:flex}.roles-info-modal-close:hover{color:#111212;background-color:#f3f4f6}.roles-info-modal-body{flex-direction:column;flex:1;gap:20px;min-height:0;padding:24px;display:flex;overflow-y:auto}.roles-info-item{padding:0}.roles-info-role-title{color:#111212;margin:0 0 6px;font-size:1rem;font-weight:600}.roles-info-role-description{color:#6b7280;margin:0;font-size:.9rem;line-height:1.5}@media (max-width:768px){.roles-info-modal{max-width:90%;max-height:calc(100vh - 40px)}.roles-info-modal-header{padding:16px 20px}.roles-info-modal-title{font-size:1.1rem}.roles-info-modal-body{gap:16px;padding:20px}.roles-info-role-title{font-size:.95rem}.roles-info-role-description{font-size:.85rem}}@media (max-width:480px){.roles-info-modal-overlay{padding:12px}.roles-info-modal{border-radius:12px;max-width:100%}.roles-info-modal-header{padding:16px}.roles-info-modal-title{font-size:1rem}.roles-info-modal-body{gap:14px;padding:16px}.roles-info-role-title{font-size:.9rem}.roles-info-role-description{font-size:.85rem}}
