.live-draw-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:16px;background:#0009;backdrop-filter:blur(3px)}
.live-draw-modal.open{display:flex}
.live-draw-modal>section{width:min(520px,100%);overflow:hidden;border:3px solid #f0c34d;border-radius:16px;background:#fff;box-shadow:0 18px 60px #0008;animation:live-draw-in .24s ease-out}
.live-draw-modal header{display:flex;align-items:center;justify-content:space-between;padding:11px 15px;color:#fff;background:linear-gradient(135deg,#c80012,#ef2b22)}
.live-draw-modal header span{font-size:16px;font-weight:800}
.live-draw-modal header button{width:32px;height:32px;color:#fff;font-size:24px;line-height:28px;border:0;background:transparent;cursor:pointer}
.live-draw-modal h2{margin:18px 12px 4px;color:#b4000d;text-align:center;font-size:24px}
.live-draw-date{margin:0 10px 15px;color:#777;text-align:center}
.live-popup-balls{display:flex;align-items:center;justify-content:center;gap:7px;padding:8px 10px;overflow-x:auto}
.live-popup-balls span{display:grid;flex:0 0 auto;place-items:center;width:45px;height:45px;color:#222;font-size:18px;font-weight:800;border:3px solid;border-radius:50%;background:#fff}
.live-popup-balls span.special{box-shadow:0 0 0 3px #ffd769}
.live-popup-balls i{color:#999;font-size:25px;font-style:normal;font-weight:800}
.live-popup-labels{display:flex;justify-content:space-between;margin:5px 24px;color:#777;font-size:12px}
.live-popup-labels b{color:#c40012}
.live-popup-status{margin:14px 16px;padding:9px;color:#755500;text-align:center;border-radius:6px;background:#fff6d8}
.live-draw-modal footer{display:flex;justify-content:center;gap:10px;padding:0 16px 18px}
.live-draw-modal footer button{min-width:120px;padding:10px 14px;color:#fff;font-weight:700;border:0;border-radius:20px;background:#c81018;cursor:pointer}
.live-draw-modal footer button:first-child{color:#a6000c;border:1px solid #e4a3a8;background:#fff}
@keyframes live-draw-in{from{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:none}}
@media(max-width:520px){.live-draw-modal{align-items:flex-end;padding:0}.live-draw-modal>section{width:100%;border-width:2px;border-radius:16px 16px 0 0}.live-draw-modal h2{font-size:21px}.live-popup-balls{gap:3px;padding-inline:5px}.live-popup-balls span{width:36px;height:36px;font-size:14px;border-width:2px}.live-popup-balls i{font-size:20px}.live-draw-modal footer button{min-width:0;flex:1}}
.official-live-player{min-height:110px;padding:12px;text-align:center;background:#111}
.official-live-player iframe{display:block;width:100%;min-height:430px;border:0;background:#000}
.official-live-player p{margin:28px 8px;color:#ddd}
.official-live-player a{display:inline-block;margin-top:10px;padding:8px 13px;color:#fff;text-decoration:none;border-radius:18px;background:#c81018}
@media(max-width:520px){.official-live-player{padding:6px}.official-live-player iframe{min-height:230px}}
