.amigoe-ls{position:relative;width:100%;margin:0 0 1.5rem;background:#000;border-radius:8px;overflow:hidden}
.amigoe-ls__frame{position:relative;width:100%;aspect-ratio:16/9}
.amigoe-ls__frame iframe,
.amigoe-ls__video{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;background:#000}
.amigoe-ls__badge{position:absolute;top:12px;left:12px;z-index:3;display:inline-flex;align-items:center;gap:7px;
	background:#c8102e;color:#fff;font:700 12px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
	letter-spacing:.08em;text-transform:uppercase;padding:6px 10px;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.4);
	animation:amigoe-ls-fadeout .6s ease forwards 5s}
@keyframes amigoe-ls-fadeout{to{opacity:0;visibility:hidden}}
.amigoe-ls__dot{width:8px;height:8px;border-radius:50%;background:#fff;animation:amigoe-ls-pulse 1.4s ease-in-out infinite}
@keyframes amigoe-ls-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.7)}}
.amigoe-ls--offline{aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;
	background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#aaa;text-align:center}
.amigoe-ls__offline-inner{padding:1.5rem;max-width:80%}
.amigoe-ls__offline-icon{display:block;font-size:2rem;color:#555;margin-bottom:.5rem}
.amigoe-ls__offline-inner p{margin:0;font:500 15px/1.4 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
@media (max-width:600px){.amigoe-ls__badge{font-size:11px;padding:5px 8px;top:8px;left:8px}}

/* ── Custom player (NOS/HLS) with moments timeline ───────────────────── */
.amigoe-ls__player{--accent:#c8102e}
.amigoe-ls__player .amigoe-ls__video{cursor:pointer}
.amigoe-ls__err{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;
	padding:1.5rem;color:#bbb;background:#111;font:500 14px/1.5 system-ui,sans-serif;z-index:6}
/* big center play (shown when paused) */
.amigoe-ls__bigplay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;
	width:64px;height:64px;border:0;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;cursor:pointer;
	display:flex;align-items:center;justify-content:center;transition:background .2s,transform .1s}
.amigoe-ls__bigplay:hover{background:rgba(0,0,0,.75);transform:translate(-50%,-50%) scale(1.05)}
/* buffering spinner */
.amigoe-ls__spinner{position:absolute;top:50%;left:50%;width:42px;height:42px;margin:-21px 0 0 -21px;z-index:4;
	border:3px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;display:none;animation:amigoe-ls-spin .8s linear infinite}
.amigoe-ls__player.is-buffering .amigoe-ls__spinner{display:block}
@keyframes amigoe-ls-spin{to{transform:rotate(360deg)}}
/* control bar */
.amigoe-ls__controls{position:absolute;left:0;right:0;bottom:0;z-index:5;display:flex;align-items:center;gap:10px;
	padding:10px 12px 9px;box-sizing:border-box;
	background:linear-gradient(to top,rgba(0,0,0,.82),rgba(0,0,0,.35) 60%,transparent);
	opacity:1;transition:opacity .25s}
.amigoe-ls__player:not(.is-paused):hover .amigoe-ls__controls{opacity:1}
.amigoe-ls__btn{flex:none;width:30px;height:30px;border:0;background:none;color:#fff;cursor:pointer;padding:0;
	display:flex;align-items:center;justify-content:center;border-radius:4px}
.amigoe-ls__btn:hover{background:rgba(255,255,255,.15)}
/* play/pause icon via CSS */
.amigoe-ls__play::before{content:"";display:block;width:0;height:0;border-style:solid;border-width:7px 0 7px 12px;border-color:transparent transparent transparent #fff}
.amigoe-ls__player:not(.is-paused) .amigoe-ls__play::before{width:11px;height:13px;border:0;
	border-left:4px solid #fff;border-right:4px solid #fff;box-sizing:border-box}
/* live button */
.amigoe-ls__live{width:auto;padding:0 9px;font:700 11px/1 system-ui,sans-serif;letter-spacing:.06em;gap:5px;color:#bbb}
.amigoe-ls__live::before{content:"";width:8px;height:8px;border-radius:50%;background:#777}
.amigoe-ls__live.is-live{color:#fff}
.amigoe-ls__live.is-live::before{background:var(--accent);animation:amigoe-ls-pulse 1.4s ease-in-out infinite}
/* scrubber */
.amigoe-ls__scrubber{flex:1;display:flex;align-items:center;height:30px;cursor:pointer}
.amigoe-ls__track{position:relative;width:100%;height:5px;background:rgba(255,255,255,.28);border-radius:3px}
.amigoe-ls__scrubber:hover .amigoe-ls__track{height:7px}
.amigoe-ls__buffered{position:absolute;left:0;top:0;height:100%;width:0;background:rgba(255,255,255,.4);border-radius:3px}
.amigoe-ls__played{position:absolute;left:0;top:0;height:100%;width:0;background:var(--accent);border-radius:3px}
.amigoe-ls__scrub-handle{position:absolute;top:50%;left:0;width:13px;height:13px;margin:-6.5px 0 0 -6.5px;
	background:#fff;border-radius:50%;box-shadow:0 1px 4px rgba(0,0,0,.5);opacity:0;transition:opacity .15s}
.amigoe-ls__scrubber:hover .amigoe-ls__scrub-handle{opacity:1}
/* moment markers */
.amigoe-ls__moments{position:absolute;left:0;right:0;top:50%;height:0}
.amigoe-ls__moment{position:absolute;top:0;transform:translate(-50%,-50%);width:11px;height:11px;padding:0;border:2px solid #fff;
	border-radius:50%;background:#ffd23f;cursor:pointer;z-index:2;transition:transform .12s}
.amigoe-ls__moment:hover{transform:translate(-50%,-50%) scale(1.35)}
.amigoe-ls__moment-tip{position:absolute;bottom:56px;transform:translateX(-50%);z-index:7;pointer-events:none;
	background:rgba(0,0,0,.9);color:#fff;font:600 12px/1.3 system-ui,sans-serif;padding:6px 9px;border-radius:5px;
	max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 2px 10px rgba(0,0,0,.5)}
.amigoe-ls__time{flex:none;min-width:42px;text-align:center;color:#fff;font:600 12px/1 system-ui,sans-serif;font-variant-numeric:tabular-nums}
/* mute / fullscreen icons */
.amigoe-ls__mute::before{content:"";width:16px;height:16px;background:currentColor;color:#fff;
	-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M3 9v6h4l5 5V4L7 9H3zm13.5 3a4.5 4.5 0 00-2.5-4v8a4.5 4.5 0 002.5-4z'/></svg>") center/contain no-repeat;
	mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M3 9v6h4l5 5V4L7 9H3zm13.5 3a4.5 4.5 0 00-2.5-4v8a4.5 4.5 0 002.5-4z'/></svg>") center/contain no-repeat}
.amigoe-ls__player.is-muted .amigoe-ls__mute::before{opacity:.5}
.amigoe-ls__player.is-muted .amigoe-ls__mute::after{content:"";position:absolute;width:20px;height:2px;background:#fff;transform:rotate(-45deg)}
.amigoe-ls__mute{position:relative}
.amigoe-ls__full::before{content:"";width:16px;height:16px;background:#fff;
	-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z'/></svg>") center/contain no-repeat;
	mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 14H5v5h5v-2H7v-3zm-2-4h2V7h3V5H5v5zm12 7h-3v2h5v-5h-2v3zM14 5v2h3v3h2V5h-5z'/></svg>") center/contain no-repeat}
@media (max-width:600px){
	.amigoe-ls__controls{gap:6px;padding:8px}
	.amigoe-ls__time{min-width:38px;font-size:11px}
	.amigoe-ls__moment{width:13px;height:13px}
}

/* ── Past-games replay list ──────────────────────────────────────────── */
.amigoe-ls__replays{margin:0 0 1.5rem}
.amigoe-ls__replays-title{margin:0 0 .6rem;font:700 15px/1.3 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:inherit}
/* Responsive grid: auto-fits more cards on wider screens, fewer on mobile. */
.amigoe-ls__replays-list{display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}
.amigoe-ls__replays-loading{color:#888;font:500 13px/1.4 system-ui,sans-serif;padding:8px 0}
.amigoe-ls__replay{text-align:left;cursor:pointer;border:1px solid rgba(0,0,0,.12);
	background:#fff;border-radius:8px;padding:10px 12px;display:flex;flex-direction:column;gap:6px;min-width:0;
	transition:border-color .15s,box-shadow .15s,transform .1s}
/* fixture row: flag + name  vs  name + flag */
.amigoe-ls__match{display:flex;align-items:center;gap:8px;min-width:0}
.amigoe-ls__team{display:flex;align-items:center;gap:6px;min-width:0;flex:1 1 0}
.amigoe-ls__team:last-child{flex-direction:row-reverse}
.amigoe-ls__team-name{font:600 13px/1.3 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#111;
	white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.amigoe-ls__flag{width:26px;height:20px;border-radius:3px;object-fit:cover;flex:0 0 auto;
	box-shadow:0 0 0 1px rgba(0,0,0,.12)}
.amigoe-ls__flag--none{display:inline-block;background:#dcdcdc}
.amigoe-ls__vs{font:700 10px/1 system-ui,sans-serif;color:#999;flex:0 0 auto}
.amigoe-ls__replay:hover{border-color:var(--accent,#c8102e);box-shadow:0 2px 10px rgba(0,0,0,.1);transform:translateY(-1px)}
.amigoe-ls__replay.is-active{border-color:var(--accent,#c8102e);box-shadow:0 0 0 2px rgba(200,16,46,.18)}
.amigoe-ls__replay-name{font:600 13px/1.35 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#111;
	display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.amigoe-ls__replay-date{font:600 11px/1 system-ui,sans-serif;color:var(--accent,#c8102e);text-transform:uppercase;letter-spacing:.04em}
@media (prefers-color-scheme:dark){
	.amigoe-ls__replay{background:#1a1a1a;border-color:rgba(255,255,255,.14)}
	.amigoe-ls__replay-name,.amigoe-ls__team-name{color:#eee}
	.amigoe-ls__flag{box-shadow:0 0 0 1px rgba(255,255,255,.18)}
	.amigoe-ls__flag--none{background:#3a3a3a}
}
/* "Now live" caption under the player */
.amigoe-ls__now{display:flex;align-items:center;gap:7px;margin:8px 0 0;
	font:600 14px/1.35 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:inherit}
.amigoe-ls__now-dot{width:9px;height:9px;border-radius:50%;background:var(--accent,#c8102e);flex:0 0 auto;
	animation:amigoe-ls-pulse 1.6s ease-in-out infinite}
.amigoe-ls__now-label{color:var(--accent,#c8102e);text-transform:uppercase;letter-spacing:.04em;font-size:12px}
.amigoe-ls__now-title{font-weight:500}
@keyframes amigoe-ls-pulse{0%,100%{opacity:1}50%{opacity:.35}}
/* idle player (live off, waiting for a replay pick) */
.amigoe-ls__idle{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;
	padding:1.5rem;color:#cfcfcf;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);z-index:4;
	font:500 15px/1.4 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.amigoe-ls__player.is-idle .amigoe-ls__controls{display:none}
/* schedule item states */
.amigoe-ls__replay.is-upcoming,.amigoe-ls__replay.is-finished{cursor:default;opacity:.78}
.amigoe-ls__replay.is-finished{opacity:.55}
.amigoe-ls__replay.is-live{border-color:var(--accent,#c8102e)}
.amigoe-ls__replay-live{font:800 11px/1 system-ui,sans-serif;color:var(--accent,#c8102e);letter-spacing:.04em;
	display:inline-flex;align-items:center;gap:4px}
