.lsl-wrapper{background:#0b234a;color:#fff;padding:20px;border-radius:14px;font-family:Arial;max-width:760px;margin:auto;}
.lsl-match{padding:12px 0;border-bottom:1px solid #1f355a;}
.lsl-live .lsl-header{animation: pulse 1s infinite;}
@keyframes pulse{0%{opacity:1;}50%{opacity:0.5;}100%{opacity:1;}}
.lsl-header{display:flex;justify-content:space-between;font-size:16px;}
.lsl-minute{color:#0f0;font-weight:bold;}
.lsl-result{background:#fff;color:#000;padding:3px 8px;border-radius:6px;font-weight:bold;}
.lsl-ht{font-size:12px;color:#ccc;margin-bottom:4px;}
.lsl-streck .lsl-bar{margin:6px 0;position:relative;background:#123;padding:4px;border-radius:4px;}
.lsl-bar-fill{height:5px;background:#3ac;border-radius:2px;margin-top:4px;}
