.live-draw-root{font-family:var(--font-live-draw),"Montserrat",sans-serif;--live-draw-header-height:92px;--live-draw-type-bar-height:65px;--live-draw-controls-height:120px;--live-draw-stage-padding:10px;--live-draw-slot-gap:8px;--live-draw-extra-offset:0px;--live-draw-stage-height:calc(100dvh - var(--live-draw-header-height) - var(--live-draw-type-bar-height) - var(--live-draw-stage-padding) - var(--live-draw-extra-offset));--live-draw-sidebar-width:min(450px, calc(100vw * 4 / 12));--live-draw-card-height:max(240px, calc(var(--live-draw-stage-height) - var(--live-draw-controls-height) - var(--live-draw-slot-gap)));--live-draw-mid-section-height:320px;--live-draw-slot-bar-height:280px;--live-draw-slot-bar-width:100px;--live-draw-slot-bar-font-size:80px;--live-draw-slot-div-line-height:80px;--live-draw-slot-gold-top:85px;--live-draw-slot-bottom-top:180px;--live-draw-slot-bar-margin-right:20px;--live-draw-slot-bar-margin-left:5px;--live-draw-slot-bar-at-rest-margin:10px;--live-draw-slot-div-margin-left:10px;--live-draw-bg-dark-top:104px;--live-draw-bg-dark-height:76px;--live-draw-mini-slot-count:10;--live-draw-mini-slot-gap:3px;--live-draw-numbers-padding-x:12px;--live-draw-bg-dark-side-extend:10px;--live-draw-main-nudge-right:12px;--draw-color:#132379;--ion-color-primary:#002379;--ion-color-primary-rgb:0, 35, 121;--ion-color-primary-contrast:#fff;--ion-color-primary-tint:#041c59;--ion-color-secondary:#1a4278;--ion-color-tertiary:#e3cb7e;--ion-color-dark:#050a27;--ion-color-light:#edf1f4;--ion-color-light-shade:#d7d8da;--ion-color-success:#0aa470;--ion-color-medium:#b9c9e0;--ion-color-warning:#ffc409;--ion-color-danger:#eb445a;--ion-color-tertiary-tint:#caefd9;--live-draw-mini-number-color:#050a27;--live-draw-mini-number-bg:#edf1f4;--live-draw-mini-number-border:#b9c9e0;--live-draw-mini-number-font-size:24px;--live-draw-mini-number-padding:10px;--live-draw-mini-position-font-size:20px;--live-draw-mini-position-min-width:40px;--live-draw-mini-position-width:30%;--live-draw-mini-position-padding:8px 4px;--live-draw-mini-position-bg:#caefd9;--ion-background-color:linear-gradient(0deg, #f0e08c33 0%, #f0e08c33 100%), #fff}.ion-text-center{text-align:center!important}.draw-card{box-sizing:border-box;border:none;flex-direction:column;flex:auto;width:100%;height:auto;min-height:0;max-height:100%;margin-top:0;display:flex;position:relative;overflow:hidden;background:var(--draw-color)!important}.draw-card svg{position:absolute}.draw-card .line{stroke-dasharray:260;stroke-width:20px;fill:#0000;stroke:var(--ion-color-tertiary);animation:1s linear infinite svgAnimation}@keyframes svgAnimation{0%{stroke-dashoffset:0}to{stroke-dashoffset:1000px}}.page-title{min-height:var(--live-draw-header-height);height:var(--live-draw-header-height);z-index:100000;box-sizing:border-box;border-bottom:1px solid #ffffff1f;grid-template-columns:minmax(100px,1fr) auto minmax(100px,1fr);align-items:center;gap:8px 16px;padding:8px 16px;display:grid;position:relative;box-shadow:0 2px 12px #0003;background-color:var(--draw-color)!important}.page-title .mode-indicator{color:#fff;letter-spacing:1px;z-index:1;white-space:nowrap;border-radius:6px;place-self:center start;padding:8px 20px;font-size:14px;font-weight:900;transition:all .3s;animation:2s ease-in-out infinite pulse;position:static;box-shadow:0 3px 8px #0000004d;font-family:var(--font-live-draw),"Montserrat",sans-serif!important}.page-title .mode-indicator.mode-live{background-color:#2dd36f;border:2px solid #25b85c}.page-title .mode-indicator.mode-test{background-color:#9333ea;border:3px solid #ffc409;animation:2s ease-in-out infinite pulse,1.5s ease-in-out infinite yellowBorderPulse}.page-title .page-title__center{flex-direction:row;grid-column:2;justify-content:center;align-items:center;gap:14px;min-width:0;max-width:min(720px,72vw);display:flex}.page-title .page-title__brand{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.page-title .page-title__logo{object-fit:cover;background:0 0;border:2px solid #e3cb7e73;border-radius:50%;flex:none;width:56px;height:56px;box-shadow:0 2px 10px #00000040}.page-title .title-text{text-align:center;color:#fff;width:100%;min-width:0;margin:0;padding:0;font-size:30px;font-weight:400;line-height:1.2;font-family:var(--font-live-draw),"Montserrat",sans-serif!important;background:0 0!important}.page-title .page-title__balance,.page-title .page-title__spacer{visibility:hidden;width:1px;height:1px}.page-title .page-title__balance{grid-column:3;justify-self:end}.page-title .page-title__spacer{justify-self:start}.page-title .page-title__close{border:2px solid var(--ion-color-tertiary);color:#fff;cursor:pointer;background:#00000059;border-radius:50%;flex-shrink:0;grid-column:3;justify-content:center;place-self:center end;align-items:center;width:44px;height:44px;padding:0;font-size:28px;line-height:1;display:flex}.page-title .page-title__close:hover{background:#0000008c}@keyframes pulse{0%{transform:scale(1);box-shadow:0 3px 8px #0000004d}50%{transform:scale(1.05);box-shadow:0 5px 15px #00000080}to{transform:scale(1);box-shadow:0 3px 8px #0000004d}}@keyframes yellowBorderPulse{0%{border-color:#ffc409;box-shadow:0 3px 8px #0000004d,0 0 #ffc409b3}50%{border-color:#fd0;box-shadow:0 5px 15px #00000080,0 0 15px 5px #ffc40966}to{border-color:#ffc409;box-shadow:0 3px 8px #0000004d,0 0 #ffc409b3}}.draw-page{box-sizing:border-box;width:100%;height:100dvh;min-height:100dvh;max-height:100dvh;padding-bottom:var(--live-draw-type-bar-height);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;display:flex;position:relative;top:auto;left:auto;overflow:hidden;background-image:linear-gradient(45deg,#00000026,#00000026),url(/live-draw/2025-bg.jpg)!important}.draw-page .community-display{width:100%;min-height:var(--live-draw-header-height);background:var(--draw-color);z-index:100001;color:#fff;text-align:center;box-sizing:border-box;border-bottom:1px solid #fff;justify-content:center;align-items:center;padding:8px 16px;font-size:30px;line-height:1.2;display:flex;position:absolute;top:0;left:0}.draw-page .live-draw-stage{width:100%;min-height:0;max-height:100%;padding:var(--live-draw-stage-padding) 0 0;box-sizing:border-box;flex-direction:column;flex:auto;margin-top:0;display:flex;overflow:hidden}.luckiest-comm{float:none;clear:both;margin:auto;display:block}.numbers-box{flex-flow:row;justify-content:center;align-items:flex-start;max-width:100%;height:300px;margin:0 auto;display:flex;overflow:auto hidden;transform:scale(1);width:100%!important}.numbers-box .slot-bar{float:none;color:#060608;text-align:center;text-shadow:2px 2px #a46f0b;background-image:url(/live-draw/bg-static.gif);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:30px;flex:none;width:100px;margin-top:7px;margin-left:5px;margin-right:20px;font-size:80px;font-weight:900;display:block;position:relative;height:280px!important}.numbers-box .slot-bar-drawn-state-done,.numbers-box .slot-bar-at-rest{background-image:url(/live-draw/bg-static.gif)}.numbers-box .slot-bar-drawing:nth-child(odd){background-image:url(/live-draw/bg-count-1.gif)!important}.numbers-box .slot-bar-drawing:nth-child(2n){background-image:url(/live-draw/bg-count-2.gif)!important}.numbers-box .slot-bar-div{width:78%;height:30%;box-shadow:#0000002b 0px -23px 25px 0px inset,#00000026 0px -36px 30px 0px inset,#0000001a 0px -79px 40px 0px inset,#0000000f 0px 2px 1px,#00000017 0px 4px 2px,#00000017 0px 8px 4px,#00000017 0px 16px 8px,#00000017 0px 32px 16px 36px -18px inset;font-optical-sizing:auto;text-align:center;border-radius:20px;margin-top:5px;font-style:normal;font-weight:900;line-height:80px;font-family:Montserrat,sans-serif!important}.numbers-box .slot-bar-div:first-child{margin-left:10px}.numbers-box .slot-bar-div:nth-child(3){margin-left:10px;position:absolute;top:180px}.draw-page .draw-slots-stage .numbers-box .slot-bar,.draw-page .draw-slots-stage .numbers-box .slot-bar-drawing,.draw-page .draw-slots-stage .numbers-box .slot-bar-drawn-state-done,.draw-page .draw-slots-stage .numbers-box .slot-bar-at-rest,.draw-page .draw-slots-stage .numbers-box .blurred{z-index:1;position:relative;height:var(--live-draw-slot-bar-height)!important;min-height:var(--live-draw-slot-bar-height)!important;max-height:var(--live-draw-slot-bar-height)!important;color:#060608!important;text-shadow:2px 2px #a46f0b!important;border-radius:30px!important;font-weight:900!important}.draw-page .draw-slots-stage .numbers-box:not(.mini-draw) .slot-bar,.draw-page .draw-slots-stage .numbers-box:not(.mini-draw) .slot-bar-drawing,.draw-page .draw-slots-stage .numbers-box:not(.mini-draw) .slot-bar-drawn-state-done,.draw-page .draw-slots-stage .numbers-box:not(.mini-draw) .slot-bar-at-rest,.draw-page .draw-slots-stage .numbers-box:not(.mini-draw) .blurred{width:var(--live-draw-slot-bar-width)!important;margin-right:var(--live-draw-slot-bar-margin-right)!important;margin-left:var(--live-draw-slot-bar-margin-left)!important;font-size:var(--live-draw-slot-bar-font-size)!important}.draw-page .draw-slots-stage .numbers-box .slot-bar-div,.draw-page .draw-slots-stage .numbers-box .gold-button,.draw-page .draw-slots-stage .numbers-box .metallic-button{width:78%!important;height:30%!important;line-height:var(--live-draw-slot-div-line-height)!important;font-size:var(--live-draw-slot-bar-font-size)!important;border-radius:20px!important;margin-top:5px!important}.draw-page .draw-slots-stage .numbers-box .slot-bar-div:first-child{margin-left:var(--live-draw-slot-div-margin-left)!important}.draw-page .draw-slots-stage .numbers-box .gold-button{top:var(--live-draw-slot-gold-top)!important;line-height:var(--live-draw-slot-div-line-height)!important}.draw-page .draw-slots-stage .numbers-box .slot-bar-div:nth-child(3){top:var(--live-draw-slot-bottom-top)!important;margin-left:var(--live-draw-slot-div-margin-left)!important}.slot-bar-drawing.metallic-button{display:false!important;visibility:hidden!important}.gold-button{float:none;margin-top:px;clear:both;color:#000;text-shadow:1px 1px 2px #ffffff80;cursor:pointer;background-color:#ddd;background-image:linear-gradient(135deg,#e7de76 0%,#af8947 100%);border:none;border-radius:10px;outline:none;animation:.1s ease-out forwards slideIn,.2s .3s shake;display:block;position:absolute;top:85px;box-shadow:inset 0 -23px 25px #0000002b,inset 0 -36px 30px #00000026,inset 0 -79px 40px #0000001a,0 2px 1px #0000000f,0 4px 2px #00000017,0 8px 4px #00000017,0 16px 8px #00000017,0 32px 16px #00000017;margin-left:10px!important}@keyframes slideIn{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.metallic-button{float:none;clear:both;color:#000;text-shadow:1px 1px 2px #ffffff80;cursor:pointer;background-color:#0000;border:none;border-radius:10px;outline:none;width:67%;margin-top:12px;margin-left:8px;transition:all .9s ease-in-out;display:block;box-shadow:inset 0 -23px 25px #0000002b,inset 0 -36px 30px #00000026,inset 0 -79px 40px #0000001a,0 2px 1px #0000000f,0 4px 2px #00000017,0 8px 4px #00000017,0 16px 8px #00000017,0 32px 16px #00000017}.bg-dark{background:var(--ion-color-dark);float:none;z-index:-1;border-radius:50px;width:90%;height:65px;margin:0;display:inline-block;position:absolute;top:90px;left:5%}.animate-img{width:683px;height:260px}.real-numbers{height:500px;margin-top:70px}.real-numbers .mid-section{justify-content:center;width:100%;height:260px;display:flex;left:10px}.real-numbers{width:100%;transform:scale(1.2)}.draw-page .live-draw-grid-sidebar{top:var(--live-draw-header-height);right:0;bottom:var(--live-draw-type-bar-height);width:var(--live-draw-sidebar-width);z-index:1000;pointer-events:none;box-sizing:border-box;flex-direction:column;align-self:stretch;max-width:33.3333vw;height:auto;min-height:0;max-height:none;margin:0;padding:0;display:flex;position:fixed;left:auto}.draw-page .live-draw-grid-sidebar .draw-l-bg{box-sizing:border-box;pointer-events:auto;z-index:1;flex-direction:column!important;width:100%!important;max-width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;margin:0!important;display:flex!important;position:absolute!important;inset:0!important;overflow:hidden!important}.draw-page .draw-l-bg .draw-l-bg-header.mini-draw-results-header{border-bottom:3px solid var(--ion-color-tertiary)!important;width:100%!important;color:var(--ion-color-primary)!important;text-align:center!important;background:0 0!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;height:50px!important;min-height:50px!important;margin-bottom:15px!important;padding:0!important;font-size:20px!important;font-weight:700!important;line-height:1.2!important;display:flex!important}.draw-page .draw-l-bg .draw-l-bg-header.mini-draw-results-header span{text-align:center;width:100%;display:block}.draw-page .draw-l-bg.mini-draw-results{box-sizing:border-box;height:100%!important;width:min(450px,var(--live-draw-sidebar-width))!important;flex-direction:column!important;max-width:min(450px,33.3333vw)!important;min-height:650px!important;max-height:750px!important;margin-top:0!important;padding:15px!important;display:flex!important;overflow:hidden!important}.draw-page .draw-l-bg.mini-draw-results .draw-l-bg-content.mini-draw-results-content{box-sizing:border-box;-webkit-overflow-scrolling:touch;flex-direction:column!important;flex:auto!important;justify-content:flex-start!important;align-items:stretch!important;gap:12px!important;width:100%!important;min-height:0!important;padding:0!important;display:flex!important;overflow:hidden auto!important}.draw-page .draw-l-bg.mini-draw-results .draw-l-bg-content.mini-draw-results-content .draw-l-bg-item.mini-draw-result-item{box-sizing:border-box;border-left:6px solid var(--ion-color-tertiary)!important;background:#fff!important;border-bottom:none!important;border-radius:12px!important;flex-shrink:0!important;justify-content:space-between!important;align-items:center!important;height:50px!important;min-height:50px!important;margin:0!important;padding:3px 5px!important;display:flex!important;box-shadow:0 2px 8px #0000001a!important}.draw-page .draw-l-bg.mini-draw-results .draw-l-bg-content.mini-draw-results-content .draw-l-bg-item.mini-draw-result-item .posfig.mini-draw-position{font-size:var(--live-draw-mini-position-font-size)!important;color:var(--ion-color-dark)!important;width:var(--live-draw-mini-position-width)!important;min-width:var(--live-draw-mini-position-min-width)!important;max-width:var(--live-draw-mini-position-width)!important;flex:0 0 var(--live-draw-mini-position-width)!important;text-align:center!important;background:var(--live-draw-mini-position-bg)!important;padding:var(--live-draw-mini-position-padding)!important;box-sizing:border-box!important;border-radius:8px!important;margin-right:15px!important;font-weight:900!important;line-height:1.2!important}.draw-page .draw-l-bg.mini-draw-results .draw-l-bg-content.mini-draw-results-content .draw-l-bg-item.mini-draw-result-item .numfig.mini-draw-number{font-size:var(--live-draw-mini-number-font-size)!important;color:var(--live-draw-mini-number-color)!important;letter-spacing:2px!important;text-align:center!important;background:var(--live-draw-mini-number-bg)!important;width:auto!important;max-width:none!important;padding:var(--live-draw-mini-number-padding)!important;border:2px solid var(--live-draw-mini-number-border)!important;float:none!important;box-sizing:border-box!important;border-radius:8px!important;flex:1!important;font-family:Courier New,Courier,monospace!important;font-weight:700!important;line-height:1.2!important;transition:none!important;display:block!important}.draw-page .draw-l-bg.mini-draw-results .draw-l-bg-content.mini-draw-results-content .draw-l-bg-item.mini-draw-result-item:hover{background:#fffffff2!important;transition:all .3s!important;transform:translate(3px)!important;box-shadow:0 4px 12px #00000026!important}.draw-page .draw-l-bg.mini-draw-results .draw-l-bg-content.mini-draw-results-content .draw-l-bg-item.mini-draw-result-item:last-child{margin-bottom:120px!important}@media (max-height:800px){.draw-page .draw-l-bg .draw-l-bg-header.mini-draw-results-header{margin-bottom:12px!important;padding:12px 0!important;font-size:18px!important}.draw-page .draw-l-bg.mini-draw-results{--live-draw-mini-number-font-size:20px;--live-draw-mini-number-padding:8px;--live-draw-mini-position-font-size:18px;--live-draw-mini-position-min-width:45px;--live-draw-mini-position-padding:6px 3px;min-height:500px!important;max-height:600px!important;padding:12px!important}.draw-page .draw-l-bg.mini-draw-results .draw-l-bg-content.mini-draw-results-content{gap:10px!important}.draw-page .draw-l-bg.mini-draw-results .draw-l-bg-content.mini-draw-results-content .draw-l-bg-item.mini-draw-result-item{min-height:45px!important;padding:15px 18px!important}.draw-page .draw-l-bg.mini-draw-results .draw-l-bg-content.mini-draw-results-content .draw-l-bg-item.mini-draw-result-item:last-child{margin-bottom:120px!important}}@media (max-height:700px){.draw-page .draw-l-bg .draw-l-bg-header.mini-draw-results-header{margin-bottom:10px!important;padding:10px 0!important;font-size:16px!important}.draw-page .draw-l-bg.mini-draw-results{--live-draw-mini-number-font-size:18px;--live-draw-mini-number-padding:6px;--live-draw-mini-position-font-size:16px;--live-draw-mini-position-min-width:40px;--live-draw-mini-position-padding:5px 2px;min-height:420px!important;max-height:520px!important;padding:10px!important}.draw-page .draw-l-bg.mini-draw-results .draw-l-bg-content.mini-draw-results-content{gap:8px!important}.draw-page .draw-l-bg.mini-draw-results .draw-l-bg-content.mini-draw-results-content .draw-l-bg-item.mini-draw-result-item{min-height:50px!important;padding:12px 15px!important}.draw-page .draw-l-bg.mini-draw-results .draw-l-bg-content.mini-draw-results-content .draw-l-bg-item.mini-draw-result-item:last-child{margin-bottom:120px!important}}.start-stop{cursor:pointer;z-index:1;background:linear-gradient(135deg,#229e4c 0%,#1aa087 25%,#16d9a0 50%,#1aa087 75%,#229e4c 100%) 0 0/400% 400%;border:none;border-radius:55px;width:110px;height:110px;margin-top:0;font-size:28px;font-weight:700;transition:transform .3s;animation:3s linear infinite aggressiveGradientShift;position:relative;overflow:hidden;box-shadow:0 4px 20px #229e4c80}.start-stop:before{content:"";z-index:-1;background:linear-gradient(135deg,gold 0%,orange 14%,tomato 28%,#ff1493 42%,#9400d3 57%,#00bfff 71%,#0f0 85%,gold 100%) 0 0/400% 400%;border-radius:80px;animation:3s linear infinite aggressiveBorderShift;position:absolute;inset:-10px}.start-stop:after{content:"";opacity:0;z-index:10;background-image:url(/live-draw/cursor.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;width:100px;height:100px;transition:all .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0);box-shadow:0 0 20px #fffc}.start-stop:hover{animation:1.5s linear infinite aggressiveGradientShift;transform:scale(1.08);box-shadow:0 8px 30px #229e4cb3}.start-stop:hover:before{animation:1.5s linear infinite aggressiveBorderShift}.start-stop:hover:after{opacity:1;transform:translate(-50%,-50%)scale(1)rotate(360deg)}.start-stop:active{transform:scale(.95)}.start-stop:disabled{opacity:.5;cursor:not-allowed;animation:none}.start-stop:disabled:hover{transform:none}.start-stop:disabled:before{animation:none}.start-stop:disabled:after{display:none}@keyframes aggressiveGradientShift{0%{background-position:0%}25%{background-position:50% 0}50%{background-position:100%}75%{background-position:50% 100%}to{background-position:0%}}@keyframes aggressiveBorderShift{0%{background-position:0%}25%{background-position:50% 0}50%{background-position:100%}75%{background-position:50% 100%}to{background-position:0%}}.draw-types-bar{z-index:100001;background:#fff3;flex-direction:row;width:100%;height:65px;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.draw-types-bar.draw-types-bar--disabled .draw-type{pointer-events:none;cursor:not-allowed;opacity:.55}.draw-types-bar .draw-type{background:var(--draw-color);border:none;border-right:1px solid var(--ion-color-light);cursor:pointer;box-sizing:border-box;flex-direction:row;flex:25%;align-items:stretch;min-width:0;height:100%;font-size:20px;display:flex;font-weight:700!important}.draw-types-bar .draw-type:last-child{border-right:none}.draw-types-bar .draw-type.draw-type-wide{flex:33.333%}.draw-types-bar .draw-type .title{text-align:center;cursor:pointer;flex-direction:column;flex:auto;justify-content:center;align-items:center;width:100%;min-width:0;height:100%;padding:4px 6px;font-size:clamp(11px,1.6vw,18px);line-height:1.15;display:flex}.draw-types-bar .draw-type.draw-type--complete .title{flex:0 0 63%;width:63%;max-width:63%}.draw-types-bar .draw-type .gold{color:var(--ion-color-tertiary)!important}.draw-types-bar .draw-type .white{color:#fff!important}.draw-types-bar .draw-type .number{box-sizing:border-box;flex:0 0 37%;justify-content:center;align-items:center;max-width:37%;height:100%;font-weight:700;display:flex;text-align:center!important;background:var(--ion-color-success)!important}.draw-types-bar .draw-type .number svg{width:55px;height:55px;display:block}.active-draw-type{color:var(--ion-color-tertiary);text-align:center;box-sizing:border-box;min-height:50px;margin-top:12px;padding-top:4px;font-size:40px;line-height:1.1;font-weight:700!important}.count-down{background:var(--ion-color-primary);text-align:center;width:160px;height:160px;color:var(--ion-color-success);border:10px solid var(--ion-color-tertiary);pointer-events:auto;cursor:pointer;box-sizing:border-box;border-radius:50%;margin:0;padding:0;font-size:90px;font-weight:700;line-height:130px;font-family:Montserrat,sans-serif!important}.draw-page .draw-card .count-down{z-index:100050;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.confetti-overlay{z-index:20000000;pointer-events:none;background:#ffffff0d url(/live-draw/celebration.svg);width:100vw;height:100vh;position:fixed;top:0;left:0}.confetti-dismiss-bar{background:var(--ion-color-primary);z-index:20000001;color:#fff;cursor:pointer;border-top:3px solid var(--ion-color-tertiary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:flex-end;align-items:center;gap:15px;width:100%;height:80px;padding-right:30px;font-size:18px;font-weight:700;animation:2s ease-in-out infinite dismissBarPulse;display:flex;position:fixed;bottom:0;left:0}.confetti-dismiss-bar ion-icon{font-size:24px;animation:1s ease-in-out infinite bounceVertical}.confetti-dismiss-bar:active{transform:scale(.98)}@keyframes dismissBarPulse{0%,to{opacity:.9}50%{opacity:1}}@keyframes bounceVertical{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.draw-l-bg{box-sizing:border-box;background:#ffffff4d;border-top-left-radius:20px;border-bottom-left-radius:20px;flex-direction:column;width:100%;height:100%;min-height:0;max-height:100%;display:flex;overflow:hidden;margin-right:-10px!important}.draw-l-bg .draw-l-bg-header:not(.mini-draw-results-header){height:85px;color:var(--ion-color-dark);background:#b8afaf;flex-shrink:0;font-size:20px;line-height:80px}.draw-l-bg .draw-l-bg-content:not(.mini-draw-results-content){flex:1;min-height:0;overflow:hidden auto}.draw-l-bg .draw-l-bg-item:not(.mini-draw-result-item){width:100%;height:70px;min-height:70px;color:var(--ion-color-dark);box-sizing:border-box;border-bottom:1px solid #fff;flex-direction:row;align-items:center;padding-inline-start:10px;font-size:30px;font-weight:700;line-height:70px;display:flex}.draw-l-bg:not(.mini-draw-results) .posfig{color:var(--ion-color-primary);text-align:center;float:none;flex:0 0 30%;width:30%;font-size:32px;font-weight:700;display:block}.draw-l-bg:not(.mini-draw-results) .numfig{color:#fff;text-align:left;float:none;box-sizing:border-box;flex:65%;width:65%;padding-left:8px;font-size:38px;transition:all 5s;display:block;font-family:Montserrat,sans-serif!important;font-weight:700!important}.blurred{filter:blur(11px);transition:filter .5s}.text-white{color:#fff!important}.community-display{width:100%;min-height:var(--live-draw-header-height);background:var(--draw-color);z-index:100001;color:#fff;text-align:center;box-sizing:border-box;border-bottom:1px solid #fff;justify-content:center;align-items:center;padding:8px 16px;font-size:30px;line-height:1.2;display:flex;position:absolute;top:0}.show-number{background-image:url(/live-draw/bg-static.gif)!important}.winner-modal{height:calc(100dvh - var(--live-draw-header-height));margin-top:var(--live-draw-header-height);z-index:200000;background:var(--ion-color-primary);border-top:1px solid #b0abab;width:100%;position:absolute;top:0;left:0}.winner-section{float:left;width:33.33%;height:100%;display:inline}.winner-section:not(:last-child){border-right:1px solid #b0abab}.section-title{text-align:center;color:var(--ion-color-tertiary);font-optical-sizing:auto;margin-top:50px;font-size:40px;font-weight:900;line-height:80px}.winner-section .numbers{height:500px}.winner-section .numbers .number{color:#fff;text-align:center;font-optical-sizing:auto;font-size:70px;font-weight:bolder;line-height:70px;font-family:Montserrat,sans-serif!important}.winner-section .numbers .mega{margin-top:100px;font-size:120px}.shortcode{color:var(--ion-color-tertiary);font-size:140px;font-weight:700;position:fixed;bottom:130px;left:37.5%;font-family:Montserrat,sans-serif!important}.draw-l-bg-item.typing-container{white-space:nowrap;box-sizing:border-box;width:0;max-width:100%;animation:3s steps(30,end) forwards typing,.5s step-end 2 alternate blink;overflow:hidden}.draw-l-bg.mini-draw-results .draw-l-bg-item.mini-draw-result-item.typing-container{display:flex!important}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{0%{border-color:#000}to{border-color:#0000}}.test-run-box{color:#fff;z-index:40000;text-align:center;background:green;width:100%;height:60px;font-size:40px;line-height:60px;position:fixed;top:50px}.mini-draw-numbers-modal{--width:90%;--max-width:600px;--height:80%;--max-height:700px}.mini-draw-modal-overlay{z-index:200000;background:#0000008c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.mini-draw-modal{--live-draw-mini-numbers-list-height:280px;width:min(600px,90vw);max-height:min(700px,80vh);color:var(--ion-color-dark);background:#fff;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 8px 32px #00000059}.mini-draw-modal button{font:inherit}.mini-draw-modal__header{background:var(--ion-color-primary);color:#fff;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.mini-draw-modal__header h2{margin:0;font-size:1.25rem;font-weight:700;line-height:1.2}.mini-draw-modal__close{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:inline-flex}.mini-draw-modal__section-title{align-items:center;gap:8px;display:inline-flex}.mini-draw-modal__btn-with-icon{justify-content:center;align-items:center;gap:6px;display:inline-flex}.mini-draw-modal__body{background:var(--ion-background-color);box-sizing:border-box;flex:1;min-height:0;padding:16px 16px 24px;scroll-padding-bottom:16px;overflow-y:auto}.mini-draw-modal__section{margin-bottom:20px}.mini-draw-modal__section h3{margin:0 0 8px;font-size:1rem}.mini-draw-modal__section input[type=text],.mini-draw-modal__section input[type=tel],.mini-draw-modal__section textarea{border:1px solid #ccc;border-radius:6px;width:100%;padding:8px 10px;font-size:.95rem}.mini-draw-modal__toggle{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;font-size:.9rem;display:flex}.mini-draw-modal__mode{background:var(--ion-color-primary-contrast);box-sizing:border-box;border:none;border-radius:8px;width:100%;margin-bottom:16px;padding:2px;display:flex}.mini-draw-modal__mode button{min-width:0;color:var(--ion-color-primary);cursor:pointer;text-align:center;box-sizing:border-box;box-shadow:none;background:0 0;border:none;border-bottom:4px solid #0000;border-radius:6px;flex-direction:column;flex:50%;justify-content:center;align-items:center;gap:4px;padding:5px 7px;font-size:12px;font-weight:700;line-height:1.2;transition:color .5s,border-color .5s,background .5s,border-radius .5s;display:flex}.mini-draw-modal__mode button.active{background:var(--ion-background-color);border-bottom-color:var(--ion-color-primary);color:var(--ion-color-primary);border-radius:7px;font-weight:700}.mini-draw-modal__add{flex-direction:column;gap:10px;margin-bottom:12px;display:flex}.mini-draw-modal__btn-outline{border:1px solid var(--ion-color-primary);width:100%;color:var(--ion-color-primary);cursor:pointer;text-transform:none;background:0 0;border-radius:8px;padding:10px 14px;font-size:1rem;font-weight:300}.mini-draw-modal__btn-outline:disabled{opacity:.5;cursor:not-allowed}.mini-draw-modal__footer{border-top:1px solid var(--ion-color-light-shade,#d7d8da);background:var(--ion-color-light);justify-content:space-between;gap:10px;padding:8px 12px;display:flex}.mini-draw-modal__footer button{color:var(--ion-color-medium);cursor:pointer;text-transform:none;background:0 0;border:none;border-radius:4px;padding:8px 16px;font-size:1rem;font-weight:300}.mini-draw-modal__footer button.primary{color:var(--ion-color-primary);background:0 0;border:none;font-weight:300}.mini-draw-card{background:#fff;border:none;border-radius:8px;margin-bottom:16px;overflow:hidden;box-shadow:0 2px 8px #00000014}.mini-draw-card--nested{background:var(--ion-color-light);box-shadow:none;margin-top:12px}.mini-draw-card--nested .mini-draw-card__header h4{color:var(--ion-color-primary)}.mini-draw-card__header{border-bottom:none;padding:16px 16px 12px}.mini-draw-card__header h3,.mini-draw-card__header h4{margin:0 0 4px;font-size:1.125rem;font-weight:700;line-height:1.25}.mini-draw-card__header p{color:var(--ion-color-medium);margin:0;font-size:14px;line-height:1.35}.mini-draw-card__header--gradient{background:linear-gradient(135deg, var(--ion-color-primary), var(--ion-color-secondary));color:#fff;border-bottom:none;padding:16px}.mini-draw-card__header--gradient h3,.mini-draw-card__header--gradient p{color:#fff}.mini-draw-card__header--gradient p{opacity:.8;font-size:14px}.mini-draw-card__header--list{flex-direction:column;gap:8px;display:flex}.mini-draw-card__content{background:#fff;padding:0 16px 16px}.mini-draw-card--title .mini-draw-card__content{padding-top:8px}.mini-draw-modal__field{flex-direction:column;gap:6px;margin-bottom:8px;display:flex}.mini-draw-modal__field span{color:var(--ion-color-dark);font-size:12px;font-weight:400}.mini-draw-modal__field input,.mini-draw-modal__field textarea{background:var(--ion-color-light);width:100%;color:var(--ion-color-dark);box-sizing:border-box;border:none;border-radius:8px;padding:12px 16px;font-size:16px;font-weight:500}.mini-draw-modal__field textarea{resize:vertical;min-height:120px;padding:12px;font-family:inherit;font-size:.95rem;font-weight:400}.mini-draw-card--title .mini-draw-modal__field input{padding:12px 16px}.mini-draw-modal__note{color:var(--ion-color-medium);align-items:flex-start;gap:6px;margin:8px 0 0;font-size:12px;font-style:italic;line-height:1.45;display:flex}.mini-draw-modal__note--success{color:var(--ion-color-success);font-style:italic}.mini-draw-modal__note--plain{color:var(--ion-color-medium);font-size:12px;font-style:normal;display:block}.mini-draw-modal__note-icon{flex-shrink:0;margin-top:2px}.mini-draw-modal__spacer{height:16px}.mini-draw-modal__setting-row{justify-content:space-between;align-items:center;gap:12px;min-height:44px;padding:10px 0;display:flex}.mini-draw-modal__setting-copy{min-width:0}.mini-draw-modal__setting-copy h3{color:var(--ion-color-dark);margin:0;font-size:16px;font-weight:400;line-height:1.25}.mini-draw-modal__setting-copy p{color:var(--ion-color-medium);margin:4px 0 0;font-size:14px;line-height:1.35}.mini-draw-modal__switch{cursor:pointer;flex-shrink:0;width:48px;height:28px;display:inline-block;position:relative}.mini-draw-modal__switch input{opacity:0;width:0;height:0;position:absolute}.mini-draw-modal__switch-ui{background:var(--ion-color-medium);box-sizing:border-box;border-radius:14px;width:48px;height:28px;transition:background .2s;display:block;position:relative}.mini-draw-modal__switch-ui:after{content:"";background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.mini-draw-modal__switch input:checked+.mini-draw-modal__switch-ui{background:var(--ion-color-primary)}.mini-draw-modal__switch input:checked+.mini-draw-modal__switch-ui:after{transform:translate(20px)}.mini-draw-modal__switch--live input:checked+.mini-draw-modal__switch-ui{background:var(--ion-color-success)}.mini-draw-modal__switch--tertiary input:checked+.mini-draw-modal__switch-ui{background:var(--ion-color-tertiary)}.mini-draw-modal__btn-success{background:var(--ion-color-success);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:10px;padding:10px 14px;font-weight:700}.mini-draw-modal__btn-success:disabled{opacity:.5;cursor:not-allowed}.mini-draw-modal__list-actions{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.mini-draw-modal__btn-text{cursor:pointer;text-transform:none;background:0 0;border:none;padding:4px 8px;font-size:14px;font-weight:400}.mini-draw-modal__btn-text.danger{color:var(--ion-color-danger)}.mini-draw-modal__btn-text.warning{color:var(--ion-color-warning)}.mini-draw-modal__btn-text:disabled{opacity:.4;cursor:not-allowed}.mini-draw-modal__progress{background:#e0e0e0;border-radius:3px;height:6px;margin-top:8px;overflow:hidden}.mini-draw-modal__progress span{background:var(--ion-color-primary);height:100%;transition:width .2s;display:block}.mini-draw-modal__progress--warning span{background:#ffc409}.mini-draw-modal__progress--danger span{background:var(--ion-color-danger)}.mini-draw-modal__reorder-hint{background:var(--ion-color-primary-tint);color:var(--ion-color-primary);border-radius:8px;align-items:flex-start;gap:8px;margin:0 0 16px;padding:8px;font-size:14px;line-height:1.45;display:flex}.mini-draw-modal__reorder-hint-icon{flex-shrink:0;margin-top:2px}.mini-draw-modal__empty{text-align:center;color:var(--ion-color-medium);flex-direction:column;align-items:center;gap:12px;padding:40px 20px;display:flex}.mini-draw-modal__empty p{margin:0;font-size:16px}.mini-draw-modal__numbers{max-height:var(--live-draw-mini-numbers-list-height);box-sizing:border-box;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;margin:8px 0 0;padding:4px 8px 8px 0;list-style:none;overflow:hidden auto}.mini-draw-modal__number{background:var(--ion-color-light);cursor:grab;border-radius:8px;align-items:center;gap:8px;margin-bottom:8px;padding:10px 8px;display:flex}.mini-draw-modal__number.is-dragging{opacity:.5}.mini-draw-modal__reorder-handle{color:var(--ion-color-medium);cursor:grab;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:inline-flex}.mini-draw-modal__number-label{flex:1;min-width:0}.mini-draw-modal__number-label strong{color:var(--ion-color-dark);font-family:Courier New,monospace;font-size:18px;font-weight:700;display:block}.mini-draw-modal__number-label span{color:var(--ion-color-medium);font-size:14px}.mini-draw-modal__number-actions{gap:4px;display:flex}.mini-draw-modal__icon-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px 8px;display:inline-flex}.mini-draw-modal__icon-btn--primary{color:var(--ion-color-primary)}.mini-draw-modal__icon-btn--danger{color:#eb445a}.mini-draw-alert-overlay{z-index:200000010;background:#00000073;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.mini-draw-alert{width:min(400px,100%);color:var(--ion-color-dark);background:#fff;border-radius:12px;padding:20px}.mini-draw-alert h3{margin:0 0 12px;font-size:1.1rem}.mini-draw-alert p{margin:0 0 16px;font-size:.95rem;line-height:1.45}.mini-draw-alert__ok{background:var(--ion-color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:10px;font-weight:600}.mini-draw-alert__actions{justify-content:flex-end;gap:10px;display:flex}.mini-draw-alert__actions button{cursor:pointer;background:#f4f5f8;border:1px solid #ccc;border-radius:6px;padding:8px 14px}.mini-draw-alert__danger{background:var(--ion-color-danger)!important;color:#fff!important;border-color:var(--ion-color-danger)!important}.mini-draw-alert--edit{width:min(420px,100%)}.mini-draw-alert__field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.mini-draw-alert__field span{font-size:.85rem;font-weight:600}.mini-draw-alert__field input{box-sizing:border-box;border:1px solid #ccc;border-radius:8px;width:100%;padding:10px 12px;font-size:.95rem}.mini-draw-alert__primary{background:var(--ion-color-primary)!important;color:#fff!important;border-color:var(--ion-color-primary)!important}.live-draw-fab-rail{z-index:100002;flex-direction:column;gap:10px;display:flex;position:fixed;left:10px}.live-draw-fab-rail--top{top:calc(var(--live-draw-header-height) + 8px)}.live-draw-fab-rail--bottom{bottom:150px}.live-draw-fab-rail--disabled{pointer-events:none}.live-draw-fab{color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.1rem;font-weight:700;display:flex;box-shadow:0 4px 12px #00000059}.live-draw-fab--tertiary{background:#5260ff}.live-draw-fab--secondary{background:#3dc2ff}.live-draw-fab--success{background:#2dd36f}.live-draw-fab--medium{background:#92949c}.live-draw-fab:disabled{opacity:.45;cursor:not-allowed}.live-draw-main-grid{box-sizing:border-box;flex:auto;grid-template-columns:repeat(12,minmax(0,1fr));align-content:stretch;align-items:stretch;gap:0;width:100%;max-width:100%;height:100%;min-height:0;max-height:100%;margin:0;padding:0;display:grid;overflow:hidden}.live-draw-grid-spacer{grid-column:1/span 1}.live-draw-grid-main{flex-direction:column;grid-column:2/span 7;min-width:0;height:100%;min-height:0;display:flex}.live-draw-grid-sidebar{pointer-events:none;flex-direction:column;grid-column:9/span 4;align-self:stretch;min-width:0;height:100%;min-height:0;display:flex}.live-draw-main-grid--standard .live-draw-grid-main{box-sizing:border-box;grid-column:2/span 7;padding-right:0}.live-draw-main-grid--standard .live-draw-grid-sidebar{box-sizing:border-box;grid-column:9/span 4;padding-left:0}.draw-page .live-draw-main-grid--communities .draw-l-bg:not(.mini-draw-results),.draw-page .live-draw-main-grid--bonus .draw-l-bg:not(.mini-draw-results){margin:0!important}.draw-page .live-draw-main-grid--communities,.draw-page .live-draw-main-grid--bonus{margin-left:-28px}.live-draw-main-grid--mini .live-draw-grid-spacer{grid-column:1/span 1}.live-draw-main-grid--mini-with-results .live-draw-grid-main{box-sizing:border-box;grid-column:2/span 7;padding-right:0}.live-draw-main-grid--mini-with-results .live-draw-grid-sidebar{pointer-events:none}.draw-page .live-draw-main-grid--mini-with-results .live-draw-grid-sidebar .draw-l-bg{pointer-events:auto}.live-draw-main-grid--no-sidebar .live-draw-grid-spacer{display:none}.live-draw-main-grid--no-sidebar .live-draw-grid-main.live-draw-slot-col{grid-column:1/-1;justify-self:center;width:100%;max-width:58.3333%}.live-draw-slot-col{gap:var(--live-draw-slot-gap);box-sizing:border-box;flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;max-height:100%;margin-top:0;display:flex;overflow:hidden}.draw-page .live-draw-grid-main.live-draw-slot-col{height:var(--live-draw-stage-height);max-height:var(--live-draw-stage-height);align-self:stretch}.draw-page .live-draw-main-grid:not(.live-draw-main-grid--no-sidebar) .live-draw-grid-main.live-draw-slot-col{margin-left:var(--live-draw-main-nudge-right);width:calc(100% - var(--live-draw-main-nudge-right));max-width:calc(100% - var(--live-draw-main-nudge-right));box-sizing:border-box}.draw-page .live-draw-slot-col .draw-card{flex:0 0 var(--live-draw-card-height);min-height:var(--live-draw-card-height);max-height:var(--live-draw-card-height);height:var(--live-draw-card-height);box-sizing:border-box;width:100%;max-width:100%;overflow:hidden}.draw-page .live-draw-controls{flex:0 0 var(--live-draw-controls-height);min-height:var(--live-draw-controls-height);max-height:var(--live-draw-controls-height);box-sizing:border-box;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.live-draw-loading{color:#fff;justify-content:center;align-items:center;min-height:50vh;font-size:1.125rem;display:flex}.draw-page .draw-slots-stage{width:fit-content;max-width:100%;min-height:var(--live-draw-mid-section-height);vertical-align:top;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;height:100%;margin:0 auto;display:flex;position:relative;overflow:hidden}.draw-page .draw-slots-stage:has(.numbers-box.mini-draw){width:100%;max-width:100%}.draw-page .draw-slots-stage .numbers-box .bg-dark{top:var(--live-draw-bg-dark-top);height:var(--live-draw-bg-dark-height);left:calc(var(--live-draw-numbers-padding-x) - var(--live-draw-bg-dark-side-extend));right:calc(var(--live-draw-numbers-padding-x) - var(--live-draw-bg-dark-side-extend));float:none;z-index:0;box-sizing:border-box;background:var(--ion-color-dark);pointer-events:none;border-radius:50px;width:auto;margin:0;display:block;position:absolute}.draw-page .draw-slots-stage .numbers-box:not(.mini-draw){max-width:100%;width:fit-content!important}.draw-page .draw-slots-stage .numbers-box{z-index:1;max-width:100%;min-height:0;max-height:none;padding:4px var(--live-draw-numbers-padding-x) 8px;box-sizing:border-box;-webkit-overflow-scrolling:touch;justify-content:center;align-items:flex-start;margin:0 auto;position:relative;overflow:hidden;width:100%!important;height:auto!important}.draw-page .draw-slots-stage .numbers-box.mini-draw{gap:var(--live-draw-mini-slot-gap);flex-wrap:nowrap;max-width:100%;display:flex;overflow:hidden;container:mini-draw-slots/inline-size;width:100%!important}.draw-page .draw-slots-stage .numbers-box.mini-draw .bg-dark{width:calc(100% - 2*var(--live-draw-numbers-padding-x) + 2*var(--live-draw-bg-dark-side-extend));max-width:calc(100% - 2*var(--live-draw-numbers-padding-x) + 2*var(--live-draw-bg-dark-side-extend));left:50%;right:auto;transform:translate(-50%)}.draw-page .draw-slots-stage .numbers-box.mini-draw .slot-bar,.draw-page .draw-slots-stage .numbers-box.mini-draw .slot-bar-drawing,.draw-page .draw-slots-stage .numbers-box.mini-draw .slot-bar-drawn-state-done,.draw-page .draw-slots-stage .numbers-box.mini-draw .slot-bar-at-rest,.draw-page .draw-slots-stage .numbers-box.mini-draw .blurred{width:auto!important;min-width:0!important;max-width:none!important;font-size:clamp(12px,(100cqw - (var(--live-draw-mini-slot-count) - 1)*var(--live-draw-mini-slot-gap))/var(--live-draw-mini-slot-count)*.78,var(--live-draw-slot-bar-font-size))!important;flex:1 1 0!important;margin-left:0!important;margin-right:0!important}.draw-page .draw-slots-stage .numbers-box .slot-bar.slot-bar-at-rest{margin:var(--live-draw-slot-bar-at-rest-margin)!important}.draw-page .draw-slots-stage .numbers-box.mini-draw .slot-bar-div,.draw-page .draw-slots-stage .numbers-box.mini-draw .gold-button,.draw-page .draw-slots-stage .numbers-box.mini-draw .metallic-button{font-size:inherit!important}.draw-page .draw-card .active-draw-type{flex-shrink:0;margin-top:12px;padding:4px 12px 6px;font-size:clamp(24px,2.8vw,40px);line-height:1.1}.draw-page .draw-card .real-numbers{transform-origin:top;box-sizing:border-box;flex:auto;justify-content:center;align-items:center;width:100%;max-width:100%;height:auto;min-height:0;max-height:none;margin-top:8px;margin-bottom:0;margin-left:0;display:flex;overflow:hidden;transform:none}.draw-page .draw-card .real-numbers .mid-section{height:var(--live-draw-mid-section-height);min-height:var(--live-draw-mid-section-height);max-height:var(--live-draw-mid-section-height);text-align:center;box-sizing:border-box;flex-direction:column;flex:auto;justify-content:center;align-items:center;width:100%;max-width:100%;margin-left:auto;margin-right:auto;display:flex;position:relative;right:auto;overflow:hidden;left:auto!important}.draw-page .draw-card .real-numbers .mid-section .draw-slots-stage{width:fit-content;max-width:100%;margin-left:auto;margin-right:auto}.draw-page .draw-card .real-numbers .mid-section .draw-slots-stage:has(.numbers-box.mini-draw){width:100%;max-width:100%}.draw-page .live-draw-main-grid--luckiest .draw-card .real-numbers{margin-top:8px;overflow:hidden}@media (max-width:1024px){.draw-page{--live-draw-header-height:84px;--live-draw-controls-height:96px;--live-draw-stage-padding:8px;--live-draw-mid-section-height:280px;--live-draw-slot-bar-height:240px;--live-draw-slot-bar-width:80px;--live-draw-slot-bar-font-size:62px;--live-draw-slot-div-line-height:64px;--live-draw-slot-bottom-top:155px;--live-draw-bg-dark-top:90px;--live-draw-bg-dark-height:68px;--live-draw-slot-bar-margin-right:10px;--live-draw-mini-slot-gap:2px}.page-title .page-title__logo{width:48px;height:48px}.page-title .page-title__center{gap:10px;max-width:min(560px,85vw)}.draw-page .live-draw-stage{padding-top:var(--live-draw-stage-padding)}.draw-page .live-draw-main-grid--communities,.draw-page .live-draw-main-grid--bonus{margin-left:0}.draw-page .live-draw-main-grid{box-sizing:border-box;flex-direction:column;align-items:stretch;gap:8px;width:100%;max-width:100%;padding-bottom:0;padding-left:12px;padding-right:12px;display:flex;overflow:hidden}.draw-page .live-draw-grid-spacer{display:none}.draw-page .live-draw-grid-main,.draw-page .live-draw-main-grid--standard .live-draw-grid-main,.draw-page .live-draw-main-grid--mini .live-draw-grid-main,.draw-page .live-draw-main-grid--mini-with-results .live-draw-grid-main,.draw-page .live-draw-main-grid--mini-expanded .live-draw-grid-main{grid-column:unset;width:100%;max-width:100%;padding-left:0;padding-right:0}.draw-page .live-draw-grid-sidebar,.draw-page .live-draw-main-grid--standard .live-draw-grid-sidebar,.draw-page .live-draw-main-grid--communities .live-draw-grid-sidebar,.draw-page .live-draw-main-grid--bonus .live-draw-grid-sidebar,.draw-page .live-draw-main-grid--luckiest .live-draw-grid-sidebar{grid-column:unset;pointer-events:auto;visibility:visible;z-index:auto;flex:auto;align-self:stretch;width:100%;max-width:100%;height:auto;min-height:0;max-height:none;margin:0;padding-left:0;padding-right:0;position:relative;inset:auto}.draw-page .live-draw-grid-sidebar .draw-l-bg{width:100%!important;max-width:100%!important;height:auto!important;margin:0!important;position:relative!important;inset:auto!important}.draw-page .live-draw-grid-sidebar:has(.mini-draw-results){z-index:1000;pointer-events:none;top:var(--live-draw-header-height)!important;right:0!important;bottom:var(--live-draw-type-bar-height)!important;width:var(--live-draw-sidebar-width)!important;max-width:33.3333vw!important;position:fixed!important;left:auto!important}.draw-page .live-draw-grid-sidebar:has(.mini-draw-results) .draw-l-bg{width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.draw-page .live-draw-grid-main.live-draw-slot-col{height:auto;max-height:var(--live-draw-stage-height);flex:none;width:100%;max-width:100%;margin-left:0}.draw-page .draw-card,.draw-page .live-draw-main-grid--communities .draw-card,.draw-page .live-draw-main-grid--bonus .draw-card,.draw-page .live-draw-main-grid--luckiest .draw-card{flex:0 0 var(--live-draw-card-height);min-height:var(--live-draw-card-height);max-height:var(--live-draw-card-height);height:var(--live-draw-card-height);width:100%;max-width:100%;margin-left:auto;margin-right:auto}.draw-page .live-draw-main-grid--communities .draw-card .real-numbers,.draw-page .live-draw-main-grid--bonus .draw-card .real-numbers,.draw-page .live-draw-main-grid--luckiest .draw-card .real-numbers,.draw-page .draw-card .real-numbers{margin-top:8px;transform:none}.draw-page .live-draw-main-grid--communities .draw-l-bg:not(.mini-draw-results),.draw-page .live-draw-main-grid--bonus .draw-l-bg:not(.mini-draw-results){width:100%;max-width:100%;height:auto;min-height:280px;max-height:min(500px,50vh)}.draw-l-bg.mini-draw-results{margin-top:0;position:relative;inset:auto;width:100%!important;max-width:100%!important;min-height:280px!important;max-height:min(520px,55vh)!important;padding:12px!important}.draw-l-bg.mini-draw-results .draw-l-bg-content.mini-draw-results-content{flex:auto!important;gap:12px!important;min-height:0!important;overflow-y:auto!important}.page-title .title-text{font-size:24px}.page-title .mode-indicator{padding:7px 16px;font-size:13px}.live-draw-fab-rail--bottom{bottom:calc(78px + env(safe-area-inset-bottom,0px))}}@media (max-width:640px){.draw-page{--live-draw-header-height:98px;--live-draw-controls-height:88px;--live-draw-stage-padding:6px;--live-draw-mid-section-height:230px;--live-draw-slot-bar-height:190px;--live-draw-slot-bar-width:58px;--live-draw-slot-bar-font-size:44px;--live-draw-slot-div-line-height:48px;--live-draw-slot-bottom-top:122px;--live-draw-bg-dark-top:72px;--live-draw-bg-dark-height:52px;--live-draw-slot-bar-margin-right:6px;--live-draw-slot-bar-margin-left:2px;--live-draw-mini-slot-gap:2px;--live-draw-numbers-padding-x:4px}.page-title{height:auto;min-height:var(--live-draw-header-height);grid-template-rows:auto auto;grid-template-columns:auto 1fr auto;align-items:center;gap:4px 8px;padding:6px 10px 8px}.page-title .mode-indicator,.page-title .page-title__spacer{grid-area:1/1;place-self:center start}.page-title .page-title__balance,.page-title .page-title__close{grid-area:1/3;place-self:center end}.page-title .page-title__center{display:contents}.page-title .page-title__brand{grid-area:1/2;justify-self:center;gap:.375rem}.page-title .page-title__logo{width:40px;height:40px}.page-title .title-text{-webkit-line-clamp:2;word-break:break-word;text-wrap:balance;-webkit-box-orient:vertical;grid-area:2/1/auto/-1;width:100%;max-width:100%;padding:0 6px;font-size:14px;line-height:1.3;display:-webkit-box;overflow:hidden}.page-title .mode-indicator{padding:6px 12px;font-size:12px}.draw-page .community-display{min-height:var(--live-draw-header-height);padding:8px 12px;font-size:clamp(14px,4vw,22px)}.draw-page .live-draw-stage{padding-top:10px}.draw-page .live-draw-main-grid{gap:12px;padding-left:8px;padding-right:8px}.draw-page .active-draw-type{min-height:40px;padding:6px 8px;height:auto!important;margin-top:16px!important;padding-top:6px!important;font-size:clamp(18px,5vw,28px)!important;line-height:1.2!important}.draw-page .draw-slots-stage{width:100%;max-width:100%}.draw-page .draw-slots-stage .numbers-box{max-width:100%;padding-left:var(--live-draw-numbers-padding-x);padding-right:var(--live-draw-numbers-padding-x);justify-content:center;width:100%!important}.draw-page .live-draw-grid-sidebar,.draw-page .live-draw-main-grid--standard .live-draw-grid-sidebar,.draw-page .live-draw-main-grid--communities .live-draw-grid-sidebar,.draw-page .live-draw-main-grid--bonus .live-draw-grid-sidebar,.draw-page .live-draw-main-grid--luckiest .live-draw-grid-sidebar{flex:auto;min-height:0;max-height:none}.draw-page .live-draw-grid-main.live-draw-slot-col{max-height:var(--live-draw-stage-height);width:100%;max-width:100%;margin-left:0}.draw-page .live-draw-main-grid--communities .draw-card,.draw-page .live-draw-main-grid--bonus .draw-card,.draw-page .live-draw-main-grid--luckiest .draw-card{flex:0 0 var(--live-draw-card-height);min-height:var(--live-draw-card-height);max-height:var(--live-draw-card-height);height:var(--live-draw-card-height)}.draw-page .live-draw-main-grid--communities .draw-card .real-numbers,.draw-page .live-draw-main-grid--bonus .draw-card .real-numbers,.draw-page .live-draw-main-grid--luckiest .draw-card .real-numbers{margin-top:8px;transform:none}.draw-l-bg:not(.mini-draw-results) .draw-l-bg-item{height:auto;min-height:56px;padding:8px;font-size:22px;line-height:1.2}.draw-l-bg:not(.mini-draw-results) .posfig{font-size:22px!important}.draw-l-bg:not(.mini-draw-results) .numfig{font-size:26px!important}.start-stop{border-radius:44px;width:88px;height:88px;font-size:22px}.draw-page .draw-card .count-down{border-width:8px;width:120px;height:120px;font-size:64px;line-height:96px}.draw-types-bar .draw-type .title{padding:4px;font-size:clamp(9px,2.8vw,14px)}.draw-types-bar .draw-type .number svg{width:36px;height:36px}.live-draw-fab{width:48px;height:48px;font-size:.95rem}.live-draw-fab-rail{gap:8px;left:6px}.live-draw-fab-rail--top{top:56px}.live-draw-fab-rail--bottom{bottom:calc(72px + env(safe-area-inset-bottom,0px))}.confetti-dismiss-bar{height:64px;padding-right:16px;font-size:15px}}@media (max-width:400px){.draw-page{--live-draw-mid-section-height:210px;--live-draw-slot-bar-height:168px;--live-draw-slot-bar-width:50px;--live-draw-slot-bar-font-size:38px;--live-draw-mini-slot-gap:1px}.draw-page .draw-card .count-down{width:100px;height:100px;font-size:52px;line-height:80px}}
