.cdl-archive,
.cdl-taxonomy-archive {
max-width: 1200px;
margin: 0 auto;
padding: 1rem;
} .cdl-hero--v3 {
text-align: center;
padding: 2.5rem 1rem 2rem;
margin-bottom: 1.5rem;
background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 50%, #1e3a5f 100%);
border-radius: 16px;
color: #fff;
box-shadow: 0 4px 20px rgba(30, 58, 95, 0.2);
}
.cdl-hero__title {
margin: 0 0 0.5rem;
font-size: clamp(1.5rem, 4vw, 2.25rem);
font-weight: 700;
letter-spacing: -0.02em;
color: #fff;
}
.cdl-hero__lead {
margin: 0;
max-width: 640px;
margin-left: auto;
margin-right: auto;
font-size: 1.05rem;
line-height: 1.5;
opacity: 0.95;
}
.cdl-archive-v2 .cdl-filters,
.cdl-archive-v3 .cdl-filters {
background: linear-gradient(180deg, #f8f9fb 0%, #f0f2f5 100%);
padding: 1.25rem 1.25rem;
border-radius: 14px;
margin-bottom: 1.5rem;
border: 1px solid rgba(30, 58, 95, 0.08);
box-shadow: 0 2px 8px rgba(30, 58, 95, 0.04);
}
.cdl-archive-v2 .cdl-archive__count {
font-size: 1.05rem;
} .cdl-archive-styles--chips {
margin-bottom: 1.25rem;
}
.cdl-archive-styles__inner {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.75rem 1rem;
}
.cdl-archive-styles__label {
font-size: 0.8125rem;
font-weight: 600;
color: #4a5568;
letter-spacing: 0.02em;
flex-shrink: 0;
}
.cdl-archive-styles__nav {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.5rem;
min-width: 0;
} @media (max-width: 767px) {
.cdl-archive-styles__inner {
flex-direction: column;
align-items: stretch;
}
.cdl-archive-styles__nav {
overflow-x: auto;
overflow-y: hidden;
flex-wrap: nowrap;
padding-bottom: 0.25rem;
-webkit-overflow-scrolling: touch;
scrollbar-width: thin;
scrollbar-color: rgba(30, 58, 95, 0.25) transparent;
}
.cdl-archive-styles__nav::-webkit-scrollbar {
height: 4px;
}
.cdl-archive-styles__nav::-webkit-scrollbar-track {
background: transparent;
}
.cdl-archive-styles__nav::-webkit-scrollbar-thumb {
background: rgba(30, 58, 95, 0.25);
border-radius: 4px;
}
.cdl-style-chip {
flex-shrink: 0;
}
} .cdl-style-chip {
display: inline-flex;
align-items: center;
gap: 0.25rem;
padding: 0.4rem 0.85rem;
border-radius: 999px;
text-decoration: none;
font-size: 0.875rem;
font-weight: 500;
color: #1e3a5f;
background: #f1f5f9;
border: 1px solid rgba(30, 58, 95, 0.12);
transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.cdl-style-chip:hover {
background: #e2e8f0;
border-color: rgba(30, 58, 95, 0.2);
color: #1e3a5f;
box-shadow: 0 2px 8px rgba(30, 58, 95, 0.08);
}
.cdl-style-chip:active {
transform: scale(0.98);
} .cdl-style-chip--all {
background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}
.cdl-style-chip--all:hover {
background: linear-gradient(135deg, #eef2f7 0%, #e2e8f0 100%);
} .cdl-style-chip--active {
background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
border-color: #1e3a5f;
color: #fff;
box-shadow: 0 2px 10px rgba(30, 58, 95, 0.3), 0 0 0 1px rgba(197, 48, 110, 0.15);
}
.cdl-style-chip--active:hover {
background: linear-gradient(135deg, #2c5282 0%, #2d3748 100%);
border-color: #2c5282;
color: #fff;
box-shadow: 0 4px 14px rgba(30, 58, 95, 0.35), 0 0 0 1px rgba(197, 48, 110, 0.25);
}
.cdl-style-chip--active .cdl-style-chip__count {
color: rgba(255, 255, 255, 0.9);
} .cdl-style-chip:focus-visible {
outline: 2px solid #c5306e;
outline-offset: 2px;
}
.cdl-style-chip--active:focus-visible {
outline-color: #e075a3;
}
.cdl-style-chip__name {
white-space: nowrap;
}
.cdl-style-chip__count {
font-size: 0.8rem;
font-weight: 600;
color: #4a5568;
opacity: 1;
}
.cdl-style-chip:not(.cdl-style-chip--active) .cdl-style-chip__count {
color: #3d4a5c;
}
.cdl-style-chip__icon {
display: none !important;
width: 0;
height: 0;
margin: 0;
padding: 0;
overflow: hidden;
} .cdl-archive__results-heading {
margin-top: 0.5rem;
padding-top: 0.25rem;
} .cdl-archive-combos {
margin-bottom: 2rem;
}
.cdl-archive-combos__title {
font-size: 1.25rem;
margin: 0 0 0.75rem;
font-weight: 600;
}
.cdl-archive-combos__list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 0.5rem 1.5rem;
}
.cdl-archive-combos__item {
margin: 0;
}
.cdl-archive-combos__meta {
font-size: 0.85rem;
color: #6b7280;
margin-left: 0.35rem;
} .cdl-combo-detail {
margin-bottom: 1.5rem;
padding: 1rem 0;
border-bottom: 1px solid #e5e7eb;
}
.cdl-combo-detail__title {
font-size: 1.1rem;
margin: 0 0 0.5rem;
font-weight: 600;
}
.cdl-combo-detail__moves {
margin: 0 0 1rem;
padding-left: 1.25rem;
}
.cdl-combo-detail__moves li {
margin-bottom: 0.25rem;
}
.cdl-combo-detail__embed {
position: relative;
max-width: 560px;
}
.cdl-combo-detail__embed iframe {
width: 100%;
height: auto;
aspect-ratio: 16/9;
}
.cdl-filters {
margin-bottom: 1.5rem;
}
.cdl-filters__form {
display: flex;
flex-wrap: wrap;
gap: 1rem;
align-items: flex-end;
}
.cdl-filters__label {
display: flex;
flex-direction: column;
gap: 0.25rem;
}
.cdl-filters__label-text {
font-size: 0.875rem;
font-weight: 600;
}
.cdl-filters__select {
min-width: 160px;
padding: 0.4rem 0.6rem;
}
.cdl-filters__label--search {
min-width: 180px;
}
.cdl-filters__search {
min-width: 180px;
padding: 0.4rem 0.6rem;
}
.cdl-filters__submit {
padding: 0.5rem 1.25rem;
cursor: pointer;
background: #1e3a5f;
color: #fff;
border: none;
border-radius: 8px;
font-weight: 600;
transition: background 0.2s, transform 0.15s;
}
.cdl-filters__submit:hover {
background: #2c5282;
transform: translateY(-1px);
}
.cdl-filters__reset {
display: inline-block;
padding: 0.5rem 1rem;
font-size: 0.9rem;
color: #555;
text-decoration: none;
border: 1px solid #ccc;
border-radius: 4px;
background: #f9f9f9;
cursor: pointer;
}
.cdl-filters__reset:hover {
background: #eee;
color: #333;
} .cdl-archive__summary {
margin-bottom: 1rem;
}
.cdl-archive__count {
font-weight: 600;
margin: 0 0 0.5rem;
}
.cdl-archive__active-filters {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-bottom: 0.5rem;
}
.cdl-archive__filter-chip {
display: inline-flex;
align-items: center;
gap: 0.25rem;
padding: 0.25rem 0.5rem;
font-size: 0.8rem;
background: #e8e8e8;
color: #333;
text-decoration: none;
border-radius: 4px;
}
.cdl-archive__filter-chip:hover {
background: #d0d0d0;
}
.cdl-archive__orderby-note {
font-size: 0.85rem;
color: #666;
margin: 0;
}
.cdl-archive__empty {
padding: 2rem 1rem;
}
.cdl-figure-list {
list-style: none;
padding: 0;
margin: 0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
gap: 1rem;
}
.cdl-figure-card {
position: relative;
border: 1px solid rgba(30, 58, 95, 0.1);
border-radius: 14px;
overflow: hidden;
transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
background: #fff;
box-shadow: 0 2px 12px rgba(30, 58, 95, 0.04);
}
.cdl-archive-v2 .cdl-figure-card:hover {
box-shadow: 0 10px 28px rgba(30, 58, 95, 0.1);
border-color: rgba(30, 58, 95, 0.18);
transform: translateY(-2px);
}
.cdl-figure-card__fav {
position: absolute;
top: 0.5rem;
right: 0.5rem;
z-index: 2;
width: 2rem;
height: 2rem;
padding: 0;
border: none;
border-radius: 50%;
background: rgba(255,255,255,0.95);
box-shadow: 0 1px 4px rgba(0,0,0,0.15);
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.1rem;
color: #888;
transition: color 0.2s, transform 0.15s;
}
.cdl-figure-card__fav:hover {
color: #c33;
transform: scale(1.08);
}
.cdl-figure-card__fav--on {
color: #c33;
}
.cdl-figure-card__fav--on .cdl-figure-card__fav-icon {
color: #c33;
}
.cdl-figure-card__video-indicator {
position: absolute;
top: 0.5rem;
left: 0.5rem;
width: 1.75rem;
height: 1.75rem;
border-radius: 50%;
background: rgba(0,0,0,0.75);
color: #fff;
font-size: 0.55rem;
line-height: 1.75rem;
text-align: center;
z-index: 1;
} .cdl-figure-card__thumb-wrap {
display: block;
position: relative;
width: 100%;
aspect-ratio: 16 / 9;
background: #1a1a1a;
margin: 0 0 0.75rem;
border-radius: 10px 10px 0 0;
overflow: hidden;
}
.cdl-figure-card__thumb {
width: 100%;
height: 100%;
object-fit: cover;
vertical-align: middle;
transition: transform 0.35s ease, filter 0.25s ease;
}
.cdl-figure-card__thumb-overlay {
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.4) 100%);
opacity: 0.92;
transition: opacity 0.2s ease, background 0.2s ease;
}
.cdl-figure-card__play {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 3.25rem;
height: 3.25rem;
border-radius: 50%;
background: rgba(232, 74, 127, 0.95);
color: #fff;
font-size: 1.05rem;
line-height: 3.25rem;
text-align: center;
box-shadow: 0 4px 20px rgba(232, 74, 127, 0.45);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cdl-figure-card__link:hover .cdl-figure-card__play {
transform: translate(-50%, -50%) scale(1.08);
box-shadow: 0 6px 20px rgba(232, 74, 127, 0.5);
}
.cdl-figure-card__play-label {
position: absolute;
bottom: 0.5rem;
left: 0;
right: 0;
text-align: center;
font-size: 0.75rem;
font-weight: 700;
color: #fff;
text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.cdl-figure-card__thumb-wrap--fallback,
.cdl-figure-card__thumb-wrap--no-video {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 0.45rem;
color: #fff;
background: linear-gradient(145deg, #1d3557 0%, #2a4d78 100%);
}
.cdl-figure-card__thumb-wrap--no-video {
background: linear-gradient(145deg, #46566f 0%, #667892 100%);
}
.cdl-figure-card__thumb-fallback-icon {
width: 3rem;
height: 3rem;
border-radius: 999px;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 1.05rem;
font-weight: 700;
background: rgba(255, 255, 255, 0.2);
border: 1px solid rgba(255, 255, 255, 0.55);
}
.cdl-figure-card__thumb-fallback-label {
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.02em;
}
.cdl-figure-card__link {
display: block;
padding: 1rem;
padding-top: 1rem;
text-decoration: none;
color: inherit;
}
.cdl-figure-card--has-thumb .cdl-figure-card__link {
padding-top: 0;
}
.cdl-figure-card__title {
margin: 0 0 0.35rem;
font-size: 1.12rem;
font-weight: 700;
line-height: 1.25;
color: #1e3a5f;
}
.cdl-figure-card__subtitle {
margin: 0 0 0.5rem;
font-size: 0.9rem;
color: #555;
}
.cdl-figure-card__meta,
.cdl-figure-card__level,
.cdl-figure-card__type {
display: block;
font-size: 0.8rem;
color: #666;
}
.cdl-figure-card__summary {
font-size: 0.85rem;
color: #555;
margin: 0.5rem 0 0;
line-height: 1.4;
}
.cdl-figure-card__badges {
display: flex;
flex-wrap: wrap;
gap: 0.35rem;
margin-top: 0.5rem;
}
.cdl-figure-card__badge {
display: inline-block;
padding: 0.2rem 0.5rem;
font-size: 0.75rem;
border-radius: 4px;
}
.cdl-figure-card__badge--premium {
background: #e84a7f;
color: #fff;
}
.cdl-figure-card__badge--featured {
background: #2d7a3e;
color: #fff;
}
.cdl-figure-card__badge--video {
background: #333;
color: #fff;
padding: 0.15rem 0.4rem;
font-size: 0.7rem;
}
.cdl-pagination {
margin-top: 2rem;
text-align: center;
}
.cdl-pagination a,
.cdl-pagination span {
display: inline-block;
padding: 0.4rem 0.8rem;
margin: 0 0.2rem;
} .cdl-single {
max-width: 800px;
margin: 0 auto;
padding: 1rem;
}
.cdl-single__header {
margin-bottom: 1.5rem;
}
.cdl-single__title {
margin: 0 0 0.25rem;
}
.cdl-single__subtitle {
margin: 0 0 0.5rem;
color: #555;
}
.cdl-single__taxonomies,
.cdl-single__meta {
font-size: 0.9rem;
color: #666;
margin-right: 0.5rem;
} .cdl-single__video-source {
margin: 1.5rem 0;
padding: 1.25rem 0;
border-top: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
}
.cdl-single__video-source-title {
font-size: 1.1rem;
margin: 0 0 1rem;
}
.cdl-single__video-embed {
margin-bottom: 1rem;
max-width: 100%;
}
.cdl-single__video-embed .wp-embed,
.cdl-single__video-embed .wp-block-embed__wrapper > a,
.cdl-single__video-embed p.wp-embed-heading {
display: none !important;
}
.cdl-single__video-actions:empty,
.cdl-modal__video-actions:empty,
.cdl-video-actions:empty {
display: none !important;
}
.cdl-single__video-actions a:not([href]),
.cdl-modal__video-actions a:not([href]),
.cdl-video-actions a:not([href]),
.cdl-single__video-actions a[href=""],
.cdl-modal__video-actions a[href=""],
.cdl-video-actions a[href=""] {
display: none !important;
}
.cdl-single__video-source .cdl-video-feedback {
margin-top: 1rem;
}
.cdl-single__video-embed iframe {
max-width: 100%;
width: 560px;
height: 315px;
}
@media (max-width: 640px) {
.cdl-filters__form {
flex-direction: column;
align-items: stretch;
}
.cdl-filters__label--search,
.cdl-filters__search {
min-width: 0;
}
.cdl-single__video-embed iframe {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
min-height: 200px;
}
}
.cdl-single__video-actions {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
margin-bottom: 1rem;
}
.cdl-single__video-actions .cdl-btn {
display: inline-block;
padding: 0.5rem 1rem;
font-size: 0.9rem;
text-decoration: none;
border-radius: 6px;
font-weight: 500;
transition: opacity 0.2s;
}
.cdl-single__video-actions .cdl-btn:hover {
opacity: 0.9;
}
.cdl-btn--video {
background: #1a1a1a;
color: #fff;
}
.cdl-btn--fullscreen {
background: #444;
color: #fff;
}
.cdl-single__video-author,
.cdl-single__video-source-note {
font-size: 0.9rem;
color: #555;
margin: 0.5rem 0 0;
}
.cdl-single__video-status {
font-size: 0.85rem;
color: #856404;
margin: 0.5rem 0 0;
} .cdl-single__parcours {
margin: 1.5rem 0;
padding: 1rem 0;
border-top: 1px solid #e8e8e8;
}
.cdl-single__parcours-title {
font-size: 1.1rem;
margin: 0 0 0.75rem;
}
.cdl-parcours-list {
list-style: none;
padding: 0;
margin: 0;
}
.cdl-parcours-item {
margin-bottom: 0.5rem;
}
.cdl-parcours-link {
font-weight: 600;
color: #1e3a5f;
}
.cdl-parcours-position {
font-size: 0.9rem;
color: #666;
}
.cdl-parcours-nav {
display: block;
font-size: 0.9rem;
margin-top: 0.25rem;
}
.cdl-parcours-prev,
.cdl-parcours-next {
color: #2c5282;
}
.cdl-single__video-status--to-review {
font-style: italic;
}
.cdl-single__video-unavailable {
color: #666;
font-style: italic;
margin: 0;
}
.cdl-single__content--free h2,
.cdl-single__content--premium h2,
.cdl-single__section h2 {
font-size: 1.1rem;
margin: 1.25rem 0 0.5rem;
}
.cdl-single__premium-lock {
margin: 2rem 0;
padding: 1.5rem;
background: #f5f5f5;
border-radius: 8px;
text-align: center;
}
.cdl-btn--premium {
display: inline-block;
margin-top: 1rem;
padding: 0.6rem 1.2rem;
background: #e84a7f;
color: #fff;
text-decoration: none;
border-radius: 6px;
font-weight: 600;
}
.cdl-related-list {
list-style: none;
padding: 0;
margin: 0;
}
.cdl-related-list li {
margin: 0.25rem 0;
}
.cdl-related-label {
font-weight: 600;
margin-right: 0.5rem;
} .cdl-taxonomy__header {
margin-bottom: 1.5rem;
}
.cdl-taxonomy__title {
margin: 0 0 0.5rem;
}
.cdl-taxonomy__description {
color: #555;
}
.cdl-empty {
text-align: center;
color: #666;
padding: 2rem;
} .cdl-map__summary {
margin-bottom: 0.75rem;
font-weight: 600;
}
.cdl-map__list {
list-style: none;
padding: 0;
margin: 0 0 1rem;
columns: 2;
column-gap: 1.5rem;
}
.cdl-map__list li {
margin-bottom: 0.25rem;
break-inside: avoid;
}
.cdl-map__level {
font-size: 0.85rem;
color: #666;
}
.cdl-map__edges summary {
cursor: pointer;
font-weight: 600;
margin-bottom: 0.5rem;
}
.cdl-map__edges ul {
list-style: none;
padding: 0;
margin: 0;
font-size: 0.9rem;
}
.cdl-map__edge-type {
color: #666;
font-size: 0.8rem;
} body.cdl-modal-open {
overflow: hidden;
}
.cdl-modal {
position: fixed;
inset: 0;
z-index: 100000;
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
visibility: hidden;
opacity: 0;
transition: visibility 0.2s, opacity 0.2s;
}
.cdl-modal--open {
visibility: visible;
opacity: 1;
}
.cdl-modal__backdrop {
position: absolute;
inset: 0;
background: rgba(0,0,0,0.5);
cursor: pointer;
}
.cdl-modal__box {
position: relative;
width: 100%;
max-width: 560px;
max-height: 90vh;
background: #fff;
border-radius: 16px;
box-shadow: 0 24px 64px rgba(30, 58, 95, 0.2), 0 8px 24px rgba(0,0,0,0.12);
border: 1px solid rgba(30, 58, 95, 0.08);
display: flex;
flex-direction: column;
overflow: hidden;
}
.cdl-modal__close {
position: absolute;
top: 0.75rem;
right: 0.75rem;
z-index: 2;
width: 2.25rem;
height: 2.25rem;
padding: 0;
border: none;
border-radius: 50%;
background: #f0f0f0;
font-size: 1.5rem;
line-height: 1;
color: #555;
cursor: pointer;
transition: background 0.2s, color 0.2s;
}
.cdl-modal__close:hover {
background: #e0e0e0;
color: #222;
}
.cdl-modal__body {
overflow-y: auto;
padding: 1.25rem 1.5rem;
padding-top: 2.5rem;
}
.cdl-modal__loading,
.cdl-modal__error {
padding: 2rem;
text-align: center;
color: #666;
}
.cdl-modal__content {
outline: none;
}
.cdl-modal__header {
margin-bottom: 1rem;
}
.cdl-modal__title {
margin: 0 0 0.25rem;
font-size: 1.35rem;
}
.cdl-modal__subtitle {
margin: 0 0 0.5rem;
font-size: 0.95rem;
color: #555;
}
.cdl-modal__also-known {
margin: 0 0 0.75rem;
font-size: 0.88rem;
color: #5a5a5a;
line-height: 1.45;
}
.cdl-modal__also-known-label {
font-weight: 600;
color: #444;
margin-right: 0.25rem;
}
.cdl-modal__meta {
display: flex;
flex-wrap: wrap;
gap: 0.5rem 1rem;
margin-bottom: 0.5rem;
font-size: 0.85rem;
color: #666;
}
.cdl-modal__badges {
display: flex;
flex-wrap: wrap;
gap: 0.35rem;
}
.cdl-modal__badge {
display: inline-block;
padding: 0.2rem 0.5rem;
font-size: 0.75rem;
border-radius: 4px;
}
.cdl-modal__badge--premium {
background: #e84a7f;
color: #fff;
}
.cdl-modal__badge--featured {
background: #2d7a3e;
color: #fff;
}
.cdl-modal__badge--video {
background: #333;
color: #fff;
}
.cdl-modal__video {
margin: 1.25rem 0;
padding: 1.25rem 0;
border-top: 1px solid rgba(30, 58, 95, 0.1);
border-bottom: 1px solid rgba(30, 58, 95, 0.1);
}
.cdl-modal__video-actions .cdl-btn {
display: inline-flex;
align-items: center;
gap: 0.35rem;
padding: 0.5rem 1rem;
font-size: 0.9rem;
font-weight: 600;
text-decoration: none;
border-radius: 8px;
border: none;
cursor: pointer;
transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.cdl-modal__video-actions .cdl-btn:hover {
transform: translateY(-1px);
}
.cdl-btn--youtube {
background: #e84a7f;
color: #fff;
box-shadow: 0 4px 12px rgba(232, 74, 127, 0.25);
}
.cdl-btn--youtube:hover {
box-shadow: 0 6px 16px rgba(232, 74, 127, 0.35);
}
.cdl-modal__video-thumb {
margin-bottom: 0.5rem;
border-radius: 8px;
overflow: hidden;
max-height: 120px;
background: #1a1a1a;
}
.cdl-modal__video-thumb img {
width: 100%;
height: auto;
max-height: 120px;
object-fit: cover;
display: block;
}
.cdl-modal__video-embed {
margin-bottom: 0.75rem;
border-radius: 8px;
overflow: hidden;
}
.cdl-modal__video-embed iframe {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
min-height: 200px;
}
.cdl-modal__video-actions {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
margin-bottom: 0.5rem;
}
.cdl-modal__video-unavailable,
.cdl-modal__video-author,
.cdl-modal__video-note {
font-size: 0.9rem;
color: #666;
margin: 0.25rem 0 0;
}
.cdl-modal__section {
margin: 1rem 0 0;
}
.cdl-modal__section-title {
font-size: 1rem;
margin: 0 0 0.5rem;
color: #333;
}
.cdl-modal__footer {
margin-top: 1.25rem;
padding-top: 1rem;
border-top: 1px solid #eee;
}
.cdl-modal__link-full {
display: inline-block;
padding: 0.5rem 1rem;
background: #1a1a1a;
color: #fff;
text-decoration: none;
border-radius: 6px;
font-size: 0.9rem;
font-weight: 500;
transition: background 0.2s;
}
.cdl-modal__link-full:hover {
background: #333;
color: #fff;
}
.cdl-modal__footer-actions {
padding: 0.75rem 1.5rem;
border-top: 1px solid #eee;
background: #f9f9f9;
}
.cdl-modal__fav {
padding: 0.4rem 0.75rem;
border: 1px solid #ddd;
border-radius: 6px;
background: #fff;
font-size: 1rem;
color: #888;
cursor: pointer;
transition: color 0.2s, border-color 0.2s;
}
.cdl-modal__fav:hover {
color: #c33;
border-color: #c33;
}
.cdl-modal__fav--on {
color: #c33;
border-color: #c33;
}
@media (max-width: 640px) {
.cdl-modal__box {
max-height: 85vh;
}
.cdl-modal__body {
padding: 1rem;
padding-top: 2.25rem;
}
} .cdl-archive-v3 {
--cdl-blue: #1e3a5f;
--cdl-blue-soft: rgba(30, 58, 95, 0.06);
--cdl-blue-border: rgba(30, 58, 95, 0.12);
--cdl-blue-muted: rgba(30, 58, 95, 0.7);
--cdl-pink: #e84a7f;
--cdl-pink-soft: rgba(232, 74, 127, 0.12);
--cdl-pink-border: rgba(232, 74, 127, 0.25);
--cdl-warm-bg: #faf9f8;
--cdl-card-bg: #fff;
--cdl-radius: 16px;
--cdl-radius-sm: 10px;
--cdl-shadow: 0 4px 20px rgba(30, 58, 95, 0.06);
--cdl-shadow-hover: 0 12px 36px rgba(30, 58, 95, 0.12), 0 4px 12px rgba(232, 74, 127, 0.08);
} .cdl-archive-v3.cdl-archive {
padding: 1.5rem 1.25rem 2rem;
background: var(--cdl-warm-bg);
min-height: 60vh;
}
.cdl-archive-v3 .cdl-figure-list {
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 1.5rem;
}
@media (min-width: 900px) {
.cdl-archive-v3 .cdl-figure-list {
gap: 1.75rem;
}
}
@media (max-width: 600px) {
.cdl-archive-v3 .cdl-figure-list {
grid-template-columns: 1fr;
gap: 1.25rem;
}
} .cdl-archive-v3 .cdl-filters {
background: var(--cdl-card-bg);
padding: 1.5rem 1.5rem;
border-radius: var(--cdl-radius);
margin-bottom: 1.75rem;
border: 1px solid var(--cdl-blue-border);
box-shadow: var(--cdl-shadow);
}
.cdl-archive-v3 .cdl-filters__form {
gap: 1rem 1.25rem;
align-items: flex-end;
}
.cdl-archive-v3 .cdl-filters__label-text {
font-size: 0.8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
color: #1e3a5f;
margin-bottom: 0.2rem;
}
.cdl-archive-v3 .cdl-filters__select,
.cdl-archive-v3 .cdl-filters__search {
min-height: 44px;
padding: 0.5rem 0.75rem;
border-radius: var(--cdl-radius-sm);
border: 1px solid rgba(30, 58, 95, 0.25);
background: #fff;
color: #1a1a1a;
font-size: 0.95rem;
transition: border-color 0.2s, box-shadow 0.2s;
}
.cdl-archive-v3 .cdl-filters__search::placeholder {
color: #555;
}
.cdl-archive-v3 .cdl-filters__select:focus,
.cdl-archive-v3 .cdl-filters__search:focus {
outline: none;
border-color: var(--cdl-pink);
box-shadow: 0 0 0 3px var(--cdl-pink-soft);
}
.cdl-archive-v3 .cdl-filters__submit {
min-height: 44px;
padding: 0.5rem 1.25rem;
background: var(--cdl-blue);
color: #fff;
border: none;
border-radius: var(--cdl-radius-sm);
font-weight: 700;
font-size: 0.9rem;
cursor: pointer;
transition: transform 0.15s, box-shadow 0.2s;
}
.cdl-archive-v3 .cdl-filters__submit:hover {
transform: translateY(-1px);
box-shadow: 0 6px 20px rgba(30, 58, 95, 0.25);
}
.cdl-archive-v3 .cdl-filters__reset {
min-height: 44px;
padding: 0.5rem 1rem;
border-radius: var(--cdl-radius-sm);
border: 1px solid var(--cdl-blue-border);
background: transparent;
color: var(--cdl-blue-muted);
font-weight: 600;
font-size: 0.9rem;
transition: background 0.2s, color 0.2s;
}
.cdl-archive-v3 .cdl-filters__reset:hover {
background: var(--cdl-blue-soft);
color: var(--cdl-blue);
}
.cdl-archive-v3 .cdl-archive__count {
font-size: 1.05rem;
color: var(--cdl-blue);
font-weight: 700;
}
.cdl-archive-v3 .cdl-archive__filter-chip {
background: var(--cdl-blue-soft);
color: var(--cdl-blue);
border-radius: 999px;
padding: 0.35rem 0.75rem;
font-weight: 600;
font-size: 0.8rem;
}
.cdl-archive-v3 .cdl-archive__filter-chip:hover {
background: var(--cdl-pink-soft);
color: var(--cdl-pink);
}
@media (max-width: 640px) {
.cdl-archive-v3 .cdl-filters__form {
flex-direction: column;
align-items: stretch;
}
.cdl-archive-v3 .cdl-filters__label--search,
.cdl-archive-v3 .cdl-filters__search {
min-width: 0;
}
.cdl-archive-v3 .cdl-filters {
padding: 1.25rem;
}
} .cdl-archive-v3 .cdl-figure-card {
border-radius: var(--cdl-radius);
border: 1px solid var(--cdl-blue-border);
background: var(--cdl-card-bg);
box-shadow: var(--cdl-shadow);
transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.cdl-archive-v3 .cdl-figure-card:hover {
transform: translateY(-4px);
box-shadow: var(--cdl-shadow-hover);
border-color: var(--cdl-pink-border);
}
.cdl-archive-v3 .cdl-figure-card:hover .cdl-figure-card__thumb {
transform: scale(1.04);
filter: saturate(1.08);
}
.cdl-archive-v3 .cdl-figure-card:hover .cdl-figure-card__thumb-overlay {
opacity: 0.72;
}
.cdl-archive-v3 .cdl-figure-card__fav {
top: 0.75rem;
right: 0.75rem;
width: 2.25rem;
height: 2.25rem;
background: rgba(255, 255, 255, 0.98);
border: 1px solid var(--cdl-blue-border);
color: var(--cdl-blue-muted);
font-size: 1.15rem;
border-radius: 50%;
box-shadow: var(--cdl-shadow);
transition: color 0.2s, transform 0.2s, background 0.2s;
}
.cdl-archive-v3 .cdl-figure-card__fav:hover {
color: var(--cdl-pink);
background: #fff;
transform: scale(1.1);
}
.cdl-archive-v3 .cdl-figure-card__fav--on,
.cdl-archive-v3 .cdl-figure-card__fav--on .cdl-figure-card__fav-icon {
color: var(--cdl-pink);
}
.cdl-archive-v3 .cdl-figure-card__thumb-wrap {
border-radius: var(--cdl-radius) var(--cdl-radius) 0 0;
margin: 0;
position: relative;
}
.cdl-archive-v3 .cdl-figure-card__thumb-wrap .cdl-figure-card__video-embed {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: none;
border-radius: var(--cdl-radius) var(--cdl-radius) 0 0;
}
.cdl-archive-v3 .cdl-figure-card__play {
width: 3.5rem;
height: 3.5rem;
line-height: 3.5rem;
font-size: 1.1rem;
background: var(--cdl-pink);
box-shadow: 0 6px 24px rgba(232, 74, 127, 0.45);
}
.cdl-archive-v3 .cdl-figure-card__link:hover .cdl-figure-card__play {
transform: translate(-50%, -50%) scale(1.12);
box-shadow: 0 8px 28px rgba(232, 74, 127, 0.55);
}
.cdl-archive-v3 .cdl-figure-card__play-label {
font-size: 0.8rem;
font-weight: 800;
letter-spacing: 0.02em;
}
.cdl-archive-v3 .cdl-figure-card__link {
padding: 1.25rem;
}
.cdl-archive-v3 .cdl-figure-card__title {
font-size: 1.2rem;
font-weight: 800;
line-height: 1.3;
color: var(--cdl-blue);
margin: 0 0 0.4rem;
letter-spacing: -0.01em;
text-wrap: balance;
}
.cdl-archive-v3 .cdl-figure-card__subtitle {
font-size: 0.9rem;
color: var(--cdl-blue-muted);
margin: 0 0 0.6rem;
}
.cdl-archive-v3 .cdl-figure-card__tags {
display: flex;
flex-wrap: wrap;
gap: 0.4rem;
margin-bottom: 0.5rem;
}
.cdl-archive-v3 .cdl-figure-card__tag {
display: inline-block;
padding: 0.25rem 0.6rem;
font-size: 0.75rem;
font-weight: 700;
border-radius: 999px;
letter-spacing: 0.02em;
}
.cdl-archive-v3 .cdl-figure-card__tag--style {
background: #dbeafe;
color: #1e3a5f;
}
.cdl-archive-v3 .cdl-figure-card__tag--level {
background: #fce7f3;
color: #9d174d;
}
.cdl-archive-v3 .cdl-figure-card__tag--type {
background: #e2e8f0;
color: #334155;
}
.cdl-archive-v3 .cdl-figure-card__summary {
font-size: 0.875rem;
line-height: 1.5;
color: #334155;
margin: 0.5rem 0 0;
}
.cdl-archive-v3 .cdl-figure-card__badges {
margin-top: 0.75rem;
padding-top: 0.6rem;
border-top: 1px solid var(--cdl-blue-border);
gap: 0.4rem;
}
.cdl-archive-v3 .cdl-figure-card__badge {
padding: 0.25rem 0.55rem;
font-size: 0.7rem;
font-weight: 800;
border-radius: 6px;
letter-spacing: 0.02em;
}
.cdl-archive-v3 .cdl-figure-card__badge--premium {
background: var(--cdl-pink);
color: #fff;
}
.cdl-archive-v3 .cdl-figure-card__badge--featured {
background: #2d7a3e;
color: #fff;
}
.cdl-archive-v3 .cdl-figure-card__badge--video {
background: var(--cdl-blue);
color: #fff;
}
.cdl-archive-v3 .cdl-figure-card__video-indicator {
background: var(--cdl-pink);
width: 2rem;
height: 2rem;
font-size: 0.5rem;
line-height: 2rem;
} .cdl-archive-v3 ~ .cdl-modal .cdl-modal__backdrop {
background: rgba(30, 58, 95, 0.4);
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__box {
max-width: 600px;
border-radius: 20px;
border: 1px solid var(--cdl-blue-border);
box-shadow: 0 28px 72px rgba(30, 58, 95, 0.22), 0 12px 32px rgba(232, 74, 127, 0.08);
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__close {
top: 1rem;
right: 1rem;
width: 2.5rem;
height: 2.5rem;
background: var(--cdl-blue-soft);
color: var(--cdl-blue);
font-size: 1.5rem;
border-radius: 50%;
transition: background 0.2s, color 0.2s;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__close:hover {
background: var(--cdl-pink-soft);
color: var(--cdl-pink);
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__body {
padding: 1.5rem 1.75rem;
padding-top: 3rem;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__title {
font-size: 1.5rem;
font-weight: 800;
color: #1a1a1a;
margin: 0 0 0.35rem;
line-height: 1.3;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__subtitle {
font-size: 1rem;
color: #444;
margin: 0 0 0.75rem;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__meta-item {
padding: 0.25rem 0.6rem;
background: rgba(30, 58, 95, 0.1);
color: #1e3a5f;
border-radius: 999px;
font-size: 0.8rem;
font-weight: 700;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__video {
margin: 1.5rem 0;
padding: 1.5rem 0;
border-top: 1px solid var(--cdl-blue-border);
border-bottom: 1px solid var(--cdl-blue-border);
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__video-embed {
margin-bottom: 1rem;
border-radius: 12px;
overflow: hidden;
box-shadow: var(--cdl-shadow);
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__video-embed iframe {
min-height: 280px;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__video-actions {
gap: 0.6rem;
margin-bottom: 0.75rem;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__video-actions .cdl-btn {
padding: 0.6rem 1.1rem;
font-size: 0.9rem;
border-radius: 10px;
font-weight: 700;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-btn--youtube {
background: var(--cdl-pink);
color: #fff;
box-shadow: 0 4px 14px rgba(232, 74, 127, 0.3);
}
.cdl-archive-v3 ~ .cdl-modal .cdl-btn--youtube:hover {
box-shadow: 0 6px 20px rgba(232, 74, 127, 0.4);
}
.cdl-archive-v3 ~ .cdl-modal .cdl-btn--video {
background: var(--cdl-blue);
color: #fff;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-btn--fullscreen {
background: var(--cdl-blue-muted);
color: #fff;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__section-title {
font-size: 1rem;
font-weight: 700;
color: #1e3a5f;
margin: 0 0 0.5rem;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__section p,
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__video-author,
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__video-note {
font-size: 0.95rem;
line-height: 1.6;
color: #333;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__section p {
margin-bottom: 0.75rem;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__footer {
margin-top: 1.5rem;
padding-top: 1.25rem;
border-top: 1px solid var(--cdl-blue-border);
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__link-full {
background: var(--cdl-blue);
color: #fff;
padding: 0.6rem 1.25rem;
border-radius: 10px;
font-weight: 700;
transition: transform 0.15s, box-shadow 0.2s;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__link-full:hover {
background: var(--cdl-blue);
transform: translateY(-1px);
box-shadow: 0 6px 20px rgba(30, 58, 95, 0.3);
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__footer-actions {
padding: 0.75rem 1.75rem;
background: var(--cdl-warm-bg);
border-top: 1px solid var(--cdl-blue-border);
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__fav {
border-radius: 10px;
border: 1px solid var(--cdl-blue-border);
background: #fff;
color: var(--cdl-blue-muted);
font-weight: 700;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__fav:hover,
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__fav--on {
color: var(--cdl-pink);
border-color: var(--cdl-pink);
}  .cdl-archive-v3 .cdl-hero--v3 {
padding: 3rem 1.5rem 2.5rem;
background: linear-gradient(145deg, #0f2744 0%, #1a3352 30%, #1e3a5f 50%, #1a3352 70%, #0f2744 100%);
border-radius: 20px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
position: relative;
}
.cdl-archive-v3 .cdl-hero--v3::before {
content: '';
position: absolute;
inset: 0;
border-radius: 20px;
background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, transparent 50%, rgba(0,0,0,0.2) 100%);
pointer-events: none;
}
.cdl-archive-v3 .cdl-hero__title {
font-size: clamp(1.75rem, 5vw, 2.75rem);
font-weight: 800;
letter-spacing: -0.03em;
margin-bottom: 0.75rem;
color: #ffffff;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.3);
position: relative;
}
.cdl-archive-v3 .cdl-hero__lead {
font-size: 1.1rem;
line-height: 1.65;
max-width: 560px;
margin-left: auto;
margin-right: auto;
color: rgba(255, 255, 255, 0.98);
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
position: relative;
} .cdl-archive-v3 .cdl-figure-card--v5 .cdl-figure-card__play--v5 {
width: 56px;
height: 56px;
border-radius: 50%;
background: rgba(232, 74, 127, 0.95);
color: #fff;
font-size: 1.25rem;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 16px rgba(232, 74, 127, 0.4);
border: 2px solid rgba(255, 255, 255, 0.9);
}
.cdl-archive-v3 .cdl-figure-card--v5:hover .cdl-figure-card__play--v5 {
background: var(--cdl-pink);
transform: scale(1.08);
box-shadow: 0 6px 24px rgba(232, 74, 127, 0.5);
}
.cdl-archive-v3 .cdl-figure-card__badge--video-status {
font-size: 0.7rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.03em;
padding: 0.2rem 0.5rem;
border-radius: 6px;
}
.cdl-archive-v3 .cdl-figure-card__badge--validated {
background: rgba(34, 197, 94, 0.15);
color: #15803d;
}
.cdl-archive-v3 .cdl-figure-card__badge--to_review {
background: #fef3c7;
color: #92400e;
}
@media (hover: none) {
.cdl-archive-v3 .cdl-figure-card:hover {
transform: none;
}
.cdl-archive-v3 .cdl-figure-card__thumb {
transform: none !important;
}
.cdl-archive-v3 .cdl-figure-card__thumb-overlay {
opacity: 0.86;
}
.cdl-archive-v3 .cdl-figure-card__play {
transform: translate(-50%, -50%) scale(1.02);
}
} .cdl-archive-v3 ~ .cdl-modal .cdl-modal__video--v5 {
position: relative;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__video-status-badge {
display: inline-block;
font-size: 0.75rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
padding: 0.3rem 0.65rem;
border-radius: 8px;
margin-bottom: 0.75rem;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__video-status-badge--validated {
background: rgba(34, 197, 94, 0.15);
color: #15803d;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__video-status-badge--to_review {
background: rgba(234, 179, 8, 0.2);
color: #a16207;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__video-status-badge--missing {
background: var(--cdl-blue-soft);
color: var(--cdl-blue-muted);
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__video-meta {
margin-top: 0.75rem;
padding-top: 0.75rem;
border-top: 1px solid var(--cdl-blue-border);
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__video-title {
font-weight: 600;
font-size: 0.95rem;
color: var(--cdl-blue);
margin: 0 0 0.35rem;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__video-author {
font-size: 0.9rem;
color: var(--cdl-blue-muted);
margin: 0 0 0.25rem;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__video-note,
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__video-description {
font-size: 0.85rem;
color: #333;
margin: 0 0 0.25rem;
line-height: 1.45;
}
.cdl-archive-v3 ~ .cdl-modal .cdl-modal__video-actions .cdl-btn--youtube {
font-weight: 700;
}