.ww24h-front { background: var(--ww24h-bg); border-radius: 28px; padding: clamp(22px, 4vw, 44px); margin: 30px 0; color: #2b211d; }
.ww24h-hero { background: #fff; border-radius: 24px; padding: clamp(22px, 4vw, 40px); box-shadow: 0 12px 30px rgba(0,0,0,.06); margin-bottom: 24px; text-align: center; }
.ww24h-cover { display: block; max-width: min(640px, 100%); width: 100%; height: auto; margin: 0 auto 26px; border-radius: 18px; }
.ww24h-kicker { color: var(--ww24h-accent); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 8px; }
.ww24h-hero h2 { margin: 0 0 14px; font-size: clamp(30px, 5vw, 52px); color: var(--ww24h-primary); }
.ww24h-status { color: #6f625c; }
.ww24h-message { background: #fff; border-left: 5px solid var(--ww24h-accent); padding: 22px; border-radius: 16px; }
.ww24h-days-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ww24h-day-card { background: #fff; border-radius: 18px; padding: 14px; box-shadow: 0 10px 28px rgba(0,0,0,.06); border: 1px solid rgba(0,0,0,.05); }
.ww24h-day-card.is-locked { opacity: .72; }
.ww24h-day-card.is-expired { opacity: .58; }
.ww24h-day-number { display: inline-flex; background: var(--ww24h-primary); color: #fff; padding: 5px 10px; border-radius: 999px; font-weight: 700; margin-bottom: 10px; font-size: 12px; }
.ww24h-day-card h3 { color: var(--ww24h-primary); margin: 4px 0 12px; font-size: 15px; line-height: 1.25; }
.ww24h-video-thumb { position: relative; display: block; overflow: hidden; border-radius: 12px; aspect-ratio: 16 / 9; background: var(--ww24h-bg); text-decoration: none; margin-bottom: 12px; }
.ww24h-video-thumb img { width: 100%; height: 100%; object-fit: contain; display: block; background: var(--ww24h-bg); }
.ww24h-thumb-placeholder { height: 100%; display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--ww24h-primary); }
.ww24h-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--ww24h-accent); color: #fff; font-size: 18px; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.ww24h-video-thumb.is-locked-thumb img { filter: grayscale(1); opacity: .65; }
.ww24h-video-button, .ww24h-pdf-button { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; border-radius: 999px; padding: 10px 15px; font-weight: 700; margin: 8px 8px 8px 0; }
.ww24h-video-button { background: var(--ww24h-accent); color: #fff; }
.ww24h-pdf-button { background: var(--ww24h-primary); color: #fff; }
.ww24h-content { font-size: 14px; line-height: 1.55; }
.ww24h-task { background: var(--ww24h-bg); border-radius: 14px; padding: 14px; margin: 12px 0; font-size: 14px; }
.ww24h-task strong { display: block; color: var(--ww24h-primary); margin-bottom: 6px; }
.ww24h-locked-text { font-weight: 600; color: #6f625c; font-size: 14px; }
@media (max-width: 900px) { .ww24h-days-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .ww24h-days-list { grid-template-columns: 1fr; } .ww24h-front { padding: 14px; border-radius: 18px; } .ww24h-hero { padding: 18px; border-radius: 18px; } .ww24h-day-card { padding: 12px; } .ww24h-cover { max-width: 100%; } }
.ww24h-video-thumb { border: 0; width: 100%; cursor: pointer; padding: 0; font: inherit; }
.ww24h-popup { position: fixed; inset: 0; z-index: 999999; display: none; align-items: center; justify-content: center; padding: 18px; }
.ww24h-popup.is-visible { display: flex; }
.ww24h-popup-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); }
.ww24h-popup-box { position: relative; z-index: 1; width: min(980px, 96vw); background: #fff; border-radius: 22px; padding: 18px; box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.ww24h-popup-close { position: absolute; right: 14px; top: 10px; width: 38px; height: 38px; border: 0; border-radius: 999px; background: var(--ww24h-accent); color: #fff; font-size: 28px; line-height: 1; cursor: pointer; z-index: 2; }
.ww24h-popup-title { padding: 4px 48px 14px 4px; font-weight: 800; color: var(--ww24h-primary); font-size: 18px; }
.ww24h-popup-video { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; border-radius: 16px; overflow: hidden; }
.ww24h-popup-video iframe, .ww24h-popup-video video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
body.ww24h-popup-open { overflow: hidden; }
@media (max-width: 700px) { .ww24h-popup-box { padding: 12px; border-radius: 18px; } .ww24h-popup-title { font-size: 15px; } }

.ww24h-completion-box { margin-top: 24px; background: #fff; border-radius: 18px; padding: 22px; box-shadow: 0 10px 28px rgba(0,0,0,.06); border-left: 5px solid var(--ww24h-accent); }
.ww24h-completion-button { display: inline-flex; align-items: center; justify-content: center; background: var(--ww24h-accent); color: #fff; border-radius: 999px; padding: 12px 20px; font-weight: 800; text-decoration: none; margin-top: 10px; }
.ww24h-completion-button:hover { color: #fff; filter: brightness(.96); }
.ww24h-materials-front { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 12px; }
.ww24h-material-card { border: 1px solid rgba(0,0,0,.07); border-radius: 14px; padding: 12px; background: rgba(255,255,255,.72); }
.ww24h-material-card.is-expired { opacity: .62; }
.ww24h-material-card h4 { margin: 8px 0 8px; color: var(--ww24h-primary); font-size: 14px; line-height: 1.3; }
.ww24h-day-description { margin-bottom: 10px; }
@media (max-width: 640px) { .ww24h-material-card { padding: 10px; } }
