.cdl-dancer-profile {
max-width: 720px;
margin: 0 auto 2rem;
font-size: 1rem;
line-height: 1.5;
color: #2a2622;
}
.cdl-dancer-profile__title {
margin: 0 0 0.35rem;
font-size: clamp(1.35rem, 4vw, 1.75rem);
font-weight: 700;
}
.cdl-dancer-profile__lead,
.cdl-dancer-profile__greeting {
margin: 0 0 1rem;
color: #5c5650;
}
.cdl-dancer-profile__header {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
gap: 0.75rem 1rem;
margin-bottom: 1.25rem;
}
.cdl-dancer-profile__edit {
font-size: 0.9rem;
white-space: nowrap;
}
.cdl-dancer-profile__block {
margin-bottom: 1.5rem;
padding: 1.1rem 1.2rem;
border: 1px solid #e8e2da;
border-radius: 12px;
background: #fff;
}
.cdl-dancer-profile__block-title {
margin: 0 0 0.85rem;
font-size: 1.05rem;
font-weight: 700;
}
.cdl-dancer-profile__now {
border-color: #c4a882;
background: linear-gradient(135deg, #fffdf9 0%, #faf6ef 100%);
}
.cdl-dancer-profile__benefits {
margin: 0 0 1.25rem;
padding-left: 1.2rem;
}
.cdl-dancer-profile__benefits li {
margin-bottom: 0.35rem;
}
.cdl-dancer-profile__cta-row {
display: flex;
flex-wrap: wrap;
gap: 0.65rem;
}
.cdl-dancer-profile__field {
margin-bottom: 1rem;
}
.cdl-dancer-profile__field label {
display: block;
margin-bottom: 0.35rem;
}
.cdl-dancer-profile__field select {
width: 100%;
max-width: 360px;
padding: 0.45rem 0.6rem;
}
.cdl-dancer-profile__hint,
.cdl-dancer-profile__disclaimer,
.cdl-dancer-profile__empty {
font-size: 0.88rem;
color: #6b6560;
margin: 0.5rem 0 0;
}
.cdl-dancer-profile__notice--success {
padding: 0.65rem 0.85rem;
background: #edf7ed;
border-radius: 8px;
color: #1e4620;
}
.cdl-dancer-profile__style-cards {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 0.65rem;
}
.cdl-dancer-profile__style-card {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 0.85rem;
border-radius: 999px;
background: #f5f1eb;
border: 1px solid #e0d8ce;
font-size: 0.92rem;
}
.cdl-dancer-profile__style-card.is-primary {
background: #2a2622;
color: #fff;
border-color: #2a2622;
}
.cdl-dancer-profile__badge {
font-size: 0.72rem;
text-transform: uppercase;
letter-spacing: 0.04em;
opacity: 0.85;
}
.cdl-dancer-profile__reco-list {
list-style: none;
margin: 0;
padding: 0;
display: grid;
gap: 1rem;
}
.cdl-dancer-profile__reco-item {
padding: 0.85rem 0;
border-bottom: 1px solid #ebe4dc;
}
.cdl-dancer-profile__reco-item:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.cdl-dancer-profile__reco-item.is-primary {
padding-top: 0;
}
.cdl-dancer-profile__reco-star {
color: #b8860b;
margin-right: 0.25rem;
}
.cdl-dancer-profile__reco-link {
font-weight: 700;
font-size: 1.1rem;
text-decoration: none;
color: #2a2622;
}
.cdl-dancer-profile__reco-link:hover {
text-decoration: underline;
}
.cdl-dancer-profile__reco-style {
display: inline-block;
margin-left: 0.5rem;
font-size: 0.82rem;
color: #6b6560;
}
.cdl-dancer-profile__reco-reason {
margin: 0.4rem 0 0;
font-size: 0.92rem;
color: #4a4540;
}
.cdl-dancer-profile__why {
margin: 0.65rem 0 0;
padding: 0.65rem 0.75rem;
border-radius: 8px;
background: rgba(255, 255, 255, 0.65);
border: 1px solid #ebe4dc;
}
.cdl-dancer-profile__why-title {
margin: 0 0 0.4rem;
font-size: 0.88rem;
font-weight: 700;
color: #4a4540;
}
.cdl-dancer-profile__why-list {
margin: 0;
padding: 0 0 0 1.1rem;
font-size: 0.9rem;
color: #4a4540;
}
.cdl-dancer-profile__why-list li {
margin-bottom: 0.25rem;
}
.cdl-dancer-profile__why-list li:last-child {
margin-bottom: 0;
}
.cdl-dancer-profile__check {
color: #2e7d32;
margin-right: 0.25rem;
}
.cdl-dancer-profile__progress-list {
list-style: none;
margin: 0;
padding: 0;
display: grid;
gap: 1.1rem;
}
.cdl-dancer-profile__progress-head {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 0.35rem;
margin-bottom: 0.45rem;
}
.cdl-dancer-profile__path-label {
margin: 0 0 0.35rem;
font-size: 0.9rem;
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 0.35rem 0.65rem;
}
.cdl-dancer-profile__path-step {
font-size: 0.88rem;
color: #5c5650;
font-weight: 600;
}
.cdl-dancer-profile__path-cta-row {
margin: 0.65rem 0 0;
}
.cdl-dancer-profile__path-cta {
display: inline-block;
width: 100%;
max-width: 100%;
text-align: center;
box-sizing: border-box;
}
.cdl-dancer-profile__bar {
margin-bottom: 0.35rem;
}
.cdl-dancer-profile .cdl-learning-progress-bar,
.cdl-dancer-profile__bar.cdl-learning-progress-bar {
height: 8px;
border-radius: 999px;
background: #ebe4dc;
overflow: hidden;
}
.cdl-dancer-profile .cdl-learning-progress-bar span,
.cdl-dancer-profile__bar.cdl-learning-progress-bar span {
display: block;
height: 100%;
background: linear-gradient(90deg, #8b6914 0%, #c4a882 100%);
border-radius: 999px;
transition: width 0.3s ease;
}
.cdl-dancer-profile__path-meta {
margin: 0;
font-size: 0.85rem;
color: #6b6560;
}
.cdl-dancer-profile__concept-pills {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.cdl-dancer-profile__concept-pill {
display: inline-flex;
align-items: center;
gap: 0.35rem;
padding: 0.35rem 0.75rem;
border-radius: 999px;
font-size: 0.88rem;
background: #f0ebe4;
border: 1px solid #e0d8ce;
}
.cdl-dancer-profile__concept-pill.is-acquired {
background: #edf7ed;
border-color: #c8e6c9;
}
.cdl-dancer-profile__concept-pill.is-in_progress {
background: #fff8e6;
border-color: #ffe082;
}
.cdl-dancer-profile__transfer-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.cdl-dancer-profile__transfer-card {
padding: 0.85rem 1rem;
border-radius: 10px;
background: #f5f8f4;
border: 1px solid #dce8d8;
}
.cdl-dancer-profile__transfer-body {
margin: 0 0 0.5rem;
font-size: 0.92rem;
line-height: 1.45;
color: #3d3832;
}
.cdl-dancer-profile__transfer-homonym {
margin: 0 0 0.5rem;
font-size: 0.82rem;
color: #6b5e50;
font-style: italic;
}
.cdl-dancer-profile__transfer-hint {
margin: 0;
font-size: 0.9rem;
color: #6b6560;
line-height: 1.45;
}
.cdl-dancer-profile__transfer-link {
display: inline-block;
font-size: 0.88rem;
font-weight: 600;
text-decoration: none;
color: #2d6a4f;
}
.cdl-dancer-profile__transfer-link:hover,
.cdl-dancer-profile__transfer-link:focus-visible {
text-decoration: underline;
}
.cdl-dancer-profile__discover-card {
padding: 0.85rem;
border-radius: 10px;
background: #f8f5ff;
border: 1px solid #e0d4f5;
}
.cdl-dancer-profile__discover-style {
margin: 0 0 0.35rem;
font-weight: 700;
font-size: 1.05rem;
}
.cdl-dancer-profile__discover-bridge {
margin: 0 0 0.75rem;
font-size: 0.9rem;
color: #5c5650;
}
.cdl-dancer-profile__premium-teaser {
font-size: 0.88rem;
color: #6b6560;
font-style: italic;
margin: 0;
}
.cdl-dancer-profile__footer {
margin-top: 1rem;
font-size: 0.92rem;
}
.cdl-dancer-profile__edit-panel {
margin-bottom: 1.25rem;
padding: 1rem;
border: 1px dashed #d0c8be;
border-radius: 10px;
background: #faf8f5;
} .cdl-dancer-profile__competencies {
border-color: #e4ddd4;
background: #fffdfb;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}
.cdl-dancer-profile__competencies-lead {
margin: -0.35rem 0 0.85rem;
font-size: 0.88rem;
color: #6b6560;
}
.cdl-dancer-profile__competency-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 0.55rem;
}
.cdl-dancer-profile__competency-item {
display: flex;
flex-wrap: wrap;
align-items: baseline;
justify-content: space-between;
gap: 0.25rem 0.75rem;
padding: 0.5rem 0;
border-bottom: 1px solid #f0ebe4;
}
.cdl-dancer-profile__competency-item:last-child {
border-bottom: none;
padding-bottom: 0;
}
.cdl-dancer-profile__competency-name {
font-weight: 600;
font-size: 0.95rem;
}
.cdl-dancer-profile__competency-meta {
font-size: 0.88rem;
color: #5c5650;
text-align: right;
}
.cdl-dancer-profile__competency-level {
font-weight: 500;
}
.cdl-dancer-profile__competency-pct {
font-size: 0.72rem;
color: #b5afa6;
font-weight: 400;
margin-left: 0.35rem;
opacity: 0.85;
}
.cdl-dancer-profile__competency-pct::before {
content: '·';
margin-right: 0.2rem;
color: #d8d2c9;
}
.cdl-dancer-profile__competencies-footnote,
.cdl-dancer-profile__competencies-empty {
margin: 0.75rem 0 0;
font-size: 0.84rem;
color: #6b6560;
line-height: 1.45;
}
.cdl-dancer-profile__competencies-cta-row {
margin: 0.65rem 0 0;
}
.cdl-dancer-profile__competencies-cta {
font-size: 0.9rem;
}
.cdl-dancer-profile__competencies-inline-reco {
margin: 0.65rem 0 0;
padding: 0.55rem 0.75rem;
font-size: 0.84rem;
color: #5c5650;
line-height: 1.45;
background: #f7f4ef;
border-radius: 8px;
border-left: 3px solid #c4b8a8;
} .cdl-dancer-profile__weak-reco {
border-color: #e0d6c8;
background: #fffdf9;
}
.cdl-dancer-profile__weak-reco-text {
margin: 0 0 0.75rem;
font-size: 0.92rem;
line-height: 1.5;
color: #4a4540;
}
.cdl-dancer-profile__weak-reco-cta-row {
margin: 0;
}
.cdl-dancer-profile__weak-reco-cta {
font-size: 0.9rem;
}
@media (max-width: 768px) {
.cdl-dancer-profile__competencies-inline-reco,
.cdl-dancer-profile__weak-reco-text {
font-size: 0.88rem;
}
.cdl-dancer-profile__weak-reco-cta {
width: 100%;
text-align: center;
box-sizing: border-box;
}
}
@media (max-width: 430px) {
.cdl-dancer-profile__competency-pct {
display: block;
margin-left: 0;
margin-top: 0.1rem;
}
}
@media (max-width: 768px) {
.cdl-dancer-profile__competency-item {
flex-direction: column;
align-items: flex-start;
gap: 0.15rem;
}
.cdl-dancer-profile__competency-meta {
text-align: left;
}
} .cdl-dancer-profile--v40de {
max-width: 800px;
padding: 0 0.5rem 2.5rem;
}
.cdl-dancer-profile--v40de .cdl-dancer-profile__hero--profile {
margin-bottom: 1.35rem;
padding: 1.15rem 1.25rem;
border-radius: 14px;
background: linear-gradient(135deg, #f0f6fc 0%, #faf6ef 55%, #fff 100%);
border: 1px solid rgba(26, 47, 74, 0.1);
box-shadow: 0 4px 18px rgba(26, 47, 74, 0.06);
}
.cdl-dancer-profile--v40de .cdl-dancer-profile__title {
color: #1a2f4a;
}
.cdl-dancer-profile--v40de .cdl-dancer-profile__block {
border: 1px solid rgba(26, 47, 74, 0.08);
border-radius: 14px;
box-shadow: 0 2px 12px rgba(26, 47, 74, 0.04);
}
.cdl-dancer-profile--v40de .cdl-dancer-profile__block-title {
color: #1a2f4a;
font-size: 1rem;
}
.cdl-dancer-profile--v40de .cdl-dancer-profile__styles-lead {
margin: -0.35rem 0 0.85rem;
font-size: 0.88rem;
color: #6b6560;
line-height: 1.45;
}
.cdl-dancer-profile--v40de .cdl-dancer-profile__styles-actions {
margin: 0.85rem 0 0;
}
.cdl-dancer-profile--v40de .cdl-dancer-profile__styles-edit {
font-size: 0.9rem;
}
.cdl-dancer-profile--v40de .cdl-dancer-profile__footer {
margin-top: 1.5rem;
padding-top: 1rem;
border-top: 1px solid rgba(26, 47, 74, 0.08);
}
.cdl-dancer-profile--v40de .cdl-dancer-profile__footer a {
font-weight: 600;
color: #1a2f4a;
text-decoration: none;
}
.cdl-dancer-profile--v40de .cdl-dancer-profile__footer a:hover {
text-decoration: underline;
} .cdl-dancer-profile__form-intro {
margin: 0 0 1rem;
font-size: 0.92rem;
color: #5c5650;
line-height: 1.45;
}
.cdl-dancer-profile__followed-fieldset {
margin: 0 0 1rem;
padding: 0;
border: 0;
}
.cdl-dancer-profile__followed-legend {
display: block;
margin-bottom: 0.55rem;
font-weight: 700;
font-size: 0.95rem;
color: #1a2f4a;
}
.cdl-dancer-profile__followed-chips {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.cdl-dancer-profile__field-hint,
.cdl-dancer-profile__followed-instruction {
display: block;
margin: 0.35rem 0 0;
font-size: 0.84rem;
color: #6b6560;
line-height: 1.4;
}
.cdl-dancer-profile__followed-instruction {
margin-bottom: 0.65rem;
}
.cdl-dancer-profile__followed-chip {
position: relative;
margin: 0;
display: inline-block;
max-width: 100%;
}
.cdl-dancer-profile__chip-input {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
opacity: 0;
cursor: pointer;
z-index: 2;
}
.cdl-dancer-profile__chip-label {
position: relative;
z-index: 1;
display: inline-block;
padding: 0.5rem 0.85rem;
border-radius: 999px;
border: 2px solid #c8bfb2;
background: #faf8f5;
font-size: 0.9rem;
line-height: 1.3;
color: #2a2622;
transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
user-select: none;
}
.cdl-dancer-profile__chip-input:checked + .cdl-dancer-profile__chip-label {
background: #1a2f4a;
border-color: #1a2f4a;
color: #fff;
}
.cdl-dancer-profile__chip-input:focus-visible + .cdl-dancer-profile__chip-label {
box-shadow: 0 0 0 3px rgba(26, 47, 74, 0.35);
outline: none;
}
.cdl-dancer-profile__chip-input:checked + .cdl-dancer-profile__chip-label .cdl-dancer-profile__chip-text::before {
content: '✓ ';
font-weight: 700;
}
.cdl-dancer-profile__chip-text {
display: inline-block;
pointer-events: none;
}
.cdl-dancer-profile__form--multistyle .cdl-dancer-profile__submit {
width: 100%;
max-width: 100%;
text-align: center;
box-sizing: border-box;
}
.cdl-dancer-profile__edit-panel .cdl-dancer-profile__followed-chips {
max-height: none;
}
@media (max-width: 480px) {
.cdl-dancer-profile__followed-chips {
gap: 0.4rem;
}
.cdl-dancer-profile__chip-label {
padding: 0.4rem 0.65rem;
font-size: 0.85rem;
}
}
@media (max-width: 480px) {
.cdl-dancer-profile--v40de .cdl-dancer-profile__styles-edit {
width: 100%;
text-align: center;
box-sizing: border-box;
}
.cdl-dancer-profile__block {
padding: 1rem;
}
.cdl-dancer-profile__reco-style {
display: block;
margin: 0.25rem 0 0;
}
.cdl-dancer-profile__path-label {
flex-direction: column;
align-items: flex-start;
}
.cdl-dancer-profile__path-cta {
width: 100%;
}
.cdl-dancer-profile__transfer-card {
padding: 0.75rem 0.85rem;
}
.cdl-dancer-profile__transfer-body {
font-size: 0.88rem;
}
.cdl-dancer-profile__why-list {
padding-left: 1rem;
}
.cdl-dancer-profile__competencies-cta {
width: 100%;
text-align: center;
}
} .cdl-dancer-profile__hero--v41c {
margin-bottom: 0.75rem;
padding: 1.1rem 1.2rem 1rem;
border: 1px solid #c4d9cc;
border-radius: 12px;
background: linear-gradient(145deg, #f6fbf8 0%, #eef6f1 55%, #fffdf9 100%);
}
.cdl-dancer-profile__hero-eyebrow {
margin: 0 0 0.25rem;
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
color: #2d6a4f;
}
.cdl-dancer-profile__hero-greeting {
margin: 0 0 0.65rem;
font-size: clamp(1.2rem, 3.5vw, 1.55rem);
}
.cdl-dancer-profile__hero-step-label {
margin: 0 0 0.2rem;
font-size: 0.82rem;
font-weight: 600;
color: #5c5650;
}
.cdl-dancer-profile__hero-step-title {
margin: 0 0 0.35rem;
font-size: clamp(1.25rem, 4vw, 1.65rem);
font-weight: 700;
line-height: 1.2;
color: #1b4332;
}
.cdl-dancer-profile__hero-step-sub {
margin: 0 0 0.85rem;
font-size: 0.95rem;
line-height: 1.45;
color: #4a4540;
}
.cdl-dancer-profile__hero-cta-row {
display: flex;
flex-wrap: wrap;
gap: 0.5rem 0.65rem;
margin: 0 0 0.85rem;
}
.cdl-dancer-profile__hero-cta {
font-size: 0.95rem;
}
.cdl-dancer-profile__hero-micro {
display: flex;
flex-wrap: wrap;
gap: 0.45rem;
margin: 0;
padding: 0;
list-style: none;
}
.cdl-dancer-profile__hero-micro-item {
display: flex;
flex-direction: column;
align-items: flex-start;
min-width: 5.5rem;
padding: 0.4rem 0.55rem;
border-radius: 8px;
background: rgba(255, 255, 255, 0.75);
border: 1px solid #dce8e0;
}
.cdl-dancer-profile__hero-micro-value {
font-size: 0.95rem;
font-weight: 700;
color: #1b4332;
line-height: 1.2;
}
.cdl-dancer-profile__hero-micro-label {
font-size: 0.72rem;
color: #6a645c;
line-height: 1.25;
}
.cdl-dancer-profile__now-lead {
margin: -0.35rem 0 0.75rem;
font-size: 0.88rem;
color: #6a645c;
}
@media (max-width: 768px) {
.cdl-dancer-profile__hero--v41c {
padding: 1rem;
}
.cdl-dancer-profile__hero-cta {
flex: 1 1 auto;
min-width: 10rem;
text-align: center;
}
}
@media (max-width: 430px) {
.cdl-dancer-profile__hero-cta-row {
flex-direction: column;
}
.cdl-dancer-profile__hero-cta,
.cdl-dancer-profile__hero-cta-secondary {
width: 100%;
text-align: center;
box-sizing: border-box;
}
.cdl-dancer-profile__hero-micro {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cdl-dancer-profile__hero-micro-item {
min-width: 0;
}
}
@media (max-width: 390px) {
.cdl-dancer-profile__hero-micro {
grid-template-columns: 1fr;
}
}