.pdl-dance { margin-top: 28px; }
.pdl-dance-intro { display: flex; align-items: center; gap: 22px; max-width: 820px; margin-bottom: 42px; }
.pdl-dance-intro p { margin: 0; color: var(--muted); font-size: 1.08em; line-height: 1.75; }
.pdl-dance-intro-icon { display: grid; place-items: center; flex: 0 0 62px; height: 62px; border: 1px solid currentColor; border-radius: 20px; color: var(--accent); }
.pdl-dance-intro-icon .pdl-icon { width: 28px; height: 28px; }
.pdl-dance-intro-icon img { display: block; width: 100%; height: 100%; object-fit: contain; padding: 7px; margin: 0; border-radius: inherit; }
.pdl-dance-list-heading { margin-bottom: 22px; }
.pdl-dance .pdl-dance-list-heading h2 { margin: 0 0 8px; color: var(--text); font-size: 1.4rem; }
.pdl-dance-list-heading p { margin: 0; max-width: 740px; color: var(--muted); font-size: .94rem; }
.pdl-dance-schools { display: grid; gap: 12px; }
.pdl-dance-entry { min-width: 0; background: var(--card); border: 1px solid color-mix(in srgb, var(--text) 20%, transparent); border-radius: 18px; scroll-margin-top: 120px; }
.pdl-dance-entry[open] { border-color: var(--accent); box-shadow: 0 12px 44px #00000008; }
.pdl-dance-school-summary { display: flex; align-items: center; gap: 18px; padding: 18px 22px; border-radius: 17px; list-style: none; cursor: pointer; color: var(--text); }
.pdl-dance-school-summary::-webkit-details-marker { display: none; }
.pdl-dance-school-summary::marker { content: ''; }
.pdl-dance-school-summary:hover { background: var(--surface); }
.pdl-dance-school-summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.pdl-dance-school-mark { flex: 0 0 56px; height: 56px; display: grid; place-items: center; border-radius: 12px; overflow: hidden; color: var(--accent); background: var(--surface); }
.pdl-dance-school-mark:has(img) { background: #fff; }
.pdl-dance-school-mark img { width: 100%; height: 100%; object-fit: contain; padding: 5px; margin: 0; }
.pdl-dance-school-mark .pdl-icon { width: 28px; height: 28px; }
.pdl-dance-school-name { flex: 1; min-width: 0; overflow-wrap: anywhere; }
.pdl-dance-school-name strong { display: block; font-size: 1.1rem; line-height: 1.4; }
.pdl-dance-school-name > span { font-size: .82rem; color: var(--muted); }
.pdl-dance-school-summary .pdl-dance-close-label { display: none; }
.pdl-dance-entry[open] > .pdl-dance-school-summary .pdl-dance-close-label { display: inline; }
.pdl-dance-entry[open] > .pdl-dance-school-summary .pdl-dance-open-label { display: none; }
.pdl-dance-toggle-icon { flex: 0 0 36px; height: 36px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--accent); }
.pdl-dance-toggle-icon .pdl-icon { width: 18px; height: 18px; }
.pdl-dance-entry[open] > .pdl-dance-school-summary .pdl-dance-toggle-icon { transform: rotate(45deg); }
.pdl-dance-school-body { overflow: hidden; border-radius: 0 0 17px 17px; }
.pdl-dance-school { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); border-top: 1px solid color-mix(in srgb, var(--text) 15%, transparent); }
.pdl-dance-close-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding: 20px 26px; background: var(--surface); border-top: 1px solid color-mix(in srgb, var(--text) 15%, transparent); }
.pdl-dance-close-row[hidden] { display: none; }
.pdl-dance-close-row > span { font-size: .85rem; color: var(--muted); }
.pdl-dance-close { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; border: 1px solid currentColor; border-radius: 10px; padding: 10px 16px; color: var(--text); background: var(--card); font-weight: 650; }
.pdl-dance-close:hover { color: var(--accent); }
.pdl-dance-close .pdl-icon { width: 18px; height: 18px; transform: rotate(180deg); }
.pdl-dance-profile { min-width: 0; background: var(--surface); }
.pdl-dance-image { aspect-ratio: 20 / 13; background: #fff; overflow: hidden; }
.pdl-dance-image img { width: 100%; height: 100%; margin: 0; border-radius: 0; object-fit: contain; padding: 30px; }
.pdl-dance-image.is-cover img { object-fit: cover; padding: 0; }
.pdl-dance-image.pdl-dance-placeholder { display: grid; place-items: center; color: var(--accent); background: var(--surface); border-bottom: 1px solid color-mix(in srgb, var(--text) 15%, transparent); aspect-ratio: 3 / 1; }
.pdl-dance-placeholder .pdl-icon { width: 54px; height: 54px; }
.pdl-dance-profile-copy { padding: 30px; }
.pdl-dance-profile-copy h2 { font-size: clamp(1.55rem, 2.5vw, 2.1rem); margin: 0 0 16px; color: var(--text); }
.pdl-dance-description { color: var(--muted); overflow-wrap: anywhere; }
.pdl-dance-description p:last-child { margin-bottom: 0; }
.pdl-dance-description a { text-decoration: underline; }
.pdl-dance-school-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.pdl-dance a.pdl-dance-school-link { display: inline-flex; align-items: center; gap: 9px; min-height: 46px; padding: 10px 14px; border: 1px solid color-mix(in srgb, var(--text) 25%, transparent); border-radius: 12px; font-size: .9rem; font-weight: 650; line-height: 1.4; color: var(--text); background: var(--card); text-decoration: none; }
.pdl-dance a.pdl-dance-school-link:hover { color: var(--accent); border-color: var(--accent); }
.pdl-dance-school-link .pdl-icon { width: 19px; height: 19px; flex-shrink: 0; color: var(--accent); }
.pdl-dance-timetable { padding: 32px; min-width: 0; }
.pdl-dance-timetable h3 { display: flex; align-items: center; gap: 12px; font-size: 1.15rem; margin: 0 0 28px; color: var(--text); }
.pdl-dance-timetable h3 .pdl-icon { width: 22px; height: 22px; flex-shrink: 0; color: var(--accent); }
.pdl-dance-day + .pdl-dance-day { margin-top: 25px; }
.pdl-dance-day h4 { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .09em; font-size: .74rem; font-weight: 750; color: var(--muted); }
.pdl-dance-day ul { list-style: none; padding: 0; margin: 0; }
.pdl-dance-day li { display: grid; grid-template-columns: minmax(145px, .8fr) minmax(0, 1fr); align-items: start; gap: 18px; padding: 14px 0; border-top: 1px solid color-mix(in srgb, var(--text) 15%, transparent); margin: 0; }
.pdl-dance-time { font-size: .85rem; font-weight: 650; white-space: nowrap; font-variant-numeric: tabular-nums; color: var(--text); }
.pdl-dance-time small { display: block; white-space: normal; color: var(--muted); font-weight: 400; }
.pdl-dance-course { min-width: 0; display: grid; gap: 3px; line-height: 1.5; }
.pdl-dance-course strong { color: var(--text); font-size: .94rem; overflow-wrap: anywhere; }
.pdl-dance-course > span, .pdl-dance-pending { color: var(--muted); font-size: .86rem; overflow-wrap: anywhere; }
.pdl-dance-empty { padding: 32px; border-radius: 18px; background: var(--surface); color: var(--muted); }
@media (max-width: 900px) { .pdl-dance-timetable { padding: 24px; } .pdl-dance-profile-copy { padding: 24px; } .pdl-dance-day li { grid-template-columns: 1fr; gap: 6px; } }
@media (max-width: 650px) {
    .pdl-dance-school { grid-template-columns: minmax(0, 1fr); }
    .pdl-dance-school-summary { gap: 12px; padding: 14px; }
    .pdl-dance-school-mark { flex-basis: 44px; height: 44px; border-radius: 10px; }
    .pdl-dance-school-name strong { font-size: 1rem; }
    .pdl-dance-school-name > span { font-size: .78rem; }
    .pdl-dance-toggle-icon { flex-basis: 28px; height: 28px; }
    .pdl-dance-close-row { padding: 18px; }
    .pdl-dance-close { width: 100%; }
    .pdl-dance-intro { align-items: flex-start; gap: 14px; margin-bottom: 28px; }
    .pdl-dance-intro-icon { flex-basis: 44px; height: 44px; border-radius: 13px; }
    .pdl-dance-intro-icon .pdl-icon { width: 23px; height: 23px; }
    .pdl-dance-intro p { font-size: 1em; }
    .pdl-dance-profile-copy, .pdl-dance-timetable { padding: 22px; }
    .pdl-dance-timetable h3 { font-size: 1.1rem; }
    .pdl-dance-day li { grid-template-columns: minmax(0, 1fr); gap: 8px; }
    .pdl-dance-image { aspect-ratio: 16 / 9; }
    .pdl-dance-image img { padding: 22px; }
}
