.fcw-player{position:relative;width:100%;height:0;overflow:hidden;background:#000;border-radius:12px}
.fcw-player video,.fcw-player img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}
.fcw-banner{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:42px 18px 16px;background:linear-gradient(transparent,rgba(0,0,0,.82))}
.fcw-banner__info{min-width:0}
.fcw-badge{display:inline-block;background:#276fdb;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;padding:3px 9px;border-radius:6px}
.fcw-badge-row{display:flex;align-items:center;gap:8px;margin-bottom:8px;flex-wrap:wrap}
.fcw-meta{color:rgba(255,255,255,.6);font-size:12px}
.fcw-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;border:none;border-radius:50%;background:rgba(39,111,219,.92);color:#fff;font-size:26px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.4);z-index:3;padding-left:4px;transition:transform .15s,background .15s}
.fcw-play:hover{background:#276fdb;transform:translate(-50%,-50%) scale(1.06)}
.fcw-player.is-playing .fcw-play{display:none}
.fcw-progress{background:rgba(255,255,255,.25);border-radius:3px;height:4px;width:260px;max-width:100%;margin-top:10px}
.fcw-progress__fill{background:#276fdb;width:0;height:100%;border-radius:3px;transition:width .3s}
.fcw-times{display:flex;justify-content:space-between;width:260px;max-width:100%;margin-top:4px}
.fcw-times span{color:rgba(255,255,255,.6);font-size:11px}
.fcw-end{position:absolute;inset:0;z-index:4;display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;padding:20px;background:rgba(0,0,0,.82)}
.fcw-player.is-ended .fcw-end{display:flex}
.fcw-player.is-ended .fcw-play{display:none}
.fcw-end__ico{font-size:38px;line-height:1}
.fcw-end__title{color:#fff;font-size:20px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}
.fcw-end__text{color:rgba(255,255,255,.75);font-size:13px;max-width:360px;margin-bottom:8px}
.fcw-end__btn{display:inline-flex;align-items:center;gap:6px;background:#276fdb;color:#fff;border:none;border-radius:10px;padding:12px 22px;font-size:14px;font-weight:700;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .15s}
.fcw-end__btn:hover{background:#1f5cb8;color:#fff}
.fcw-banner__text{color:#fff;font-size:14px;font-weight:600;line-height:1.4}
.fcw-cta{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;background:#276fdb;color:#fff;border:none;border-radius:10px;padding:11px 20px;font-size:14px;font-weight:700;cursor:pointer;text-decoration:none;white-space:nowrap;transition:.15s}
.fcw-cta:hover{background:#1f5cb8;color:#fff}
