.lottery-results-app{--lr-bg:#050d18;--lr-bg-deep:#030914;--lr-panel:#091525;--lr-panel-soft:#0d1b2d;--lr-border:#1b2d43;--lr-border-soft:rgba(142, 164, 192, .16);--lr-text:#CAD4E2;--lr-text-light:#E2E8F0;--lr-muted:#91a1b7;--lr-green:#84CC16;--lr-green-deep:#17351f;--lr-blue:#2f80ed;--lr-blue-soft:#102c5c;--lr-waiting:#f4b740;--lr-danger:#ffb8b8;--lr-radius:30px;position:relative;isolation:isolate;box-sizing:border-box;width:100%;max-width:1440px;margin-inline:auto;overflow:hidden;padding:clamp(28px, 4.5vw, 64px);border:1px solid rgb(142 164 192 / .2);border-radius:var(--lr-radius);background:radial-gradient(circle at 50% -18%,rgb(47 128 237 / .18),transparent 40%),radial-gradient(circle at 50% 50%,rgb(47 128 237 / .18),transparent 150%),linear-gradient(145deg,var(--lr-bg),var(--lr-bg-deep));box-shadow:0 28px 90px rgb(0 0 0 / .24);color:var(--lr-text);font-family:inherit;line-height:1.6}.lottery-results-app *,.lottery-results-app *::before,.lottery-results-app *::after{box-sizing:border-box}.lottery-results__heading{max-width:840px;margin:0 auto clamp(30px, 4vw, 52px);text-align:center}.lottery-results__kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--lr-green);font-size:12px;font-weight:800;letter-spacing:.02em}.lottery-results__kicker::before,.lottery-results__kicker::after{width:20px;height:1px;background:currentColor;content:"";opacity:.58}.lottery-results__heading h2{margin:0;color:var(--lr-text-light);font-size:clamp(28px, 3.4vw, 34px);font-weight:900;line-height:1.32;letter-spacing:-.035em}.lottery-results__heading p{max-width:720px;margin:16px auto 0;color:var(--lr-muted);font-size:clamp(13px, 1.4vw, 18px);line-height:2}.lottery-results__layout{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1.75fr);gap:clamp(16px, 2vw, 28px);align-items:stretch;direction:ltr}.lottery-results__details,.lottery-results__board{min-width:0;direction:rtl;border:1px solid var(--lr-border);border-radius:24px;background:linear-gradient(155deg,rgb(13 27 45 / .9),rgb(5 14 25 / .92));box-shadow:inset 0 1px 0 rgb(255 255 255 / .025)}.lottery-results__details{position:relative;display:flex;min-height:570px;flex-direction:column;padding:clamp(20px, 2.3vw, 32px);scroll-margin-top:20px}.lottery-results__selection-loader{position:absolute;z-index:8;inset:0;display:grid;gap:15px;place-content:center;justify-items:center;border-radius:inherit;background:rgb(5 13 24 / .86);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.lottery-results__selection-loader[hidden]{display:none}.lottery-results__selection-spinner{position:relative;display:block;width:48px;height:48px;border:3px solid rgb(25 81 158 / .22);border-top-color:#19519e;border-right-color:#4f8ddf;border-radius:50%;box-shadow:0 0 28px rgb(25 81 158 / .32),inset 0 0 12px rgb(25 81 158 / .12);animation:lottery-results-selection-spin .85s cubic-bezier(.55,.2,.45,.8) infinite,lottery-results-selection-fade 1.7s ease-in-out infinite}.lottery-results__selection-spinner::after{position:absolute;top:1px;right:4px;width:7px;height:7px;border-radius:50%;background:#75a9ec;box-shadow:0 0 10px rgb(117 169 236 / .9);content:""}.lottery-results__selection-loader-text{color:#a9c9db;font-size:13px;font-weight:700;letter-spacing:-.01em}.lottery-results-app.is-completed-selection .lottery-results__details{border-color:#3f6212;background:#04210080}.lottery-results-app.is-completed-selection .lottery-results__details-head{border-bottom-color:rgb(132 204 22 / .18)}.lottery-results-app.is-completed-selection .lottery-results__eyebrow{color:#84cc16}.lottery-results-app.is-completed-selection .lottery-results__details h3{color:#ecfccb}.lottery-results-app.is-completed-selection .lottery-results__winner{background:#84cc1629}.lottery-results-app.is-completed-selection .lottery-results__winner-name{color:#d9f99d}.lottery-results-app.is-completed-selection .lottery-results__winner-location,.lottery-results-app.is-completed-selection .lottery-results__winner-phone{color:#ecfccb}.lottery-results__details-head{padding-bottom:20px;border-bottom:1px solid var(--lr-border-soft)}.lottery-results__eyebrow{display:block;margin-bottom:8px;color:var(--lr-green);font-size:14px;font-weight:800}.lottery-results__details h3{margin:0;overflow-wrap:anywhere;color:var(--lr-text);font-size:clamp(16px, 2vw, 18px);font-weight:850;line-height:1.55}.lottery-results__winners{display:grid;gap:8px;margin-top:22px}.lottery-results__winner{display:grid;grid-template-columns:28px minmax(0,1fr) auto;column-gap:8px;row-gap:1px;align-items:center;min-height:54px;padding:5px 5px 5px 10px;border:1px solid #fff0;border-radius:999px;background:rgb(13 28 46 / .94);transition:border-color .2s ease,transform .2s ease,background-color .2s ease}.lottery-results__winner-rank{display:grid;grid-row:1 / span 2;width:28px;height:28px;place-items:center;border:1px solid var(--lr-green);border-radius:50%;background:rgb(140 221 25 / .06);color:var(--lr-green);font-size:13px;font-weight:900}.lottery-results__winner-main,.lottery-results__winner-details{display:contents}.lottery-results__winner-main strong,.lottery-results__winner-main span,.lottery-results__winner-details span{display:block;overflow-wrap:anywhere}.lottery-results__winner-name{position:relative;grid-column:2;grid-row:1;min-width:0;overflow:hidden;direction:rtl;color:var(--lr-text);font-size:14px;font-weight:700;text-align:right;text-overflow:ellipsis;white-space:nowrap}.lottery-results__winner-name-text{display:inline-block;min-width:max-content;transform-origin:right center;will-change:transform}.lottery-results__winner-name.is-overflowing .lottery-results__winner-name-text{animation:lottery-results-winner-name-scroll var(--lr-winner-name-duration,8s) ease-in-out 1.2s infinite}.lottery-results__winner-location,.lottery-results__winner-phone{color:var(--lr-muted);font-size:12px}.lottery-results__winner-location{grid-column:2 / -1;grid-row:2;text-align:right;white-space:nowrap}@keyframes lottery-results-winner-name-scroll{0%,15%,100%{transform:translateX(0)}45%,60%{transform:translateX(var(--lr-winner-name-shift,0))}}.lottery-results__winner-phone{grid-column:3;grid-row:1;align-self:center;justify-self:end;font-variant-numeric:tabular-nums;white-space:nowrap}.lottery-results__status{margin-top:22px;padding:22px;border:1px solid var(--lr-border);border-radius:18px;background:var(--lr-panel-soft)}.lottery-results__status strong,.lottery-results__status span{display:block}.lottery-results__status strong{margin-bottom:7px;color:var(--lr-text);font-size:15px;font-weight:850}.lottery-results__status span{color:var(--lr-muted);font-size:12px;line-height:1.95}.lottery-results__status.is-waiting{border-color:rgb(244 183 64 / .42);background:rgb(72 51 14 / .25)}.lottery-results__status.is-waiting strong{color:#ffd77e}.lottery-results__status.is-upcoming{border-color:rgb(104 133 170 / .28);background:rgb(17 34 54 / .65)}.lottery-results__status.is-empty{border-style:dashed;text-align:center}.lottery-results__details.is-message-only{justify-content:center}.lottery-results__details.is-message-only .lottery-results__details-head,.lottery-results__details.is-message-only .lottery-results__winners,.lottery-results__details.is-message-only .lottery-results__draw-summary{display:none}.lottery-results__status.is-not-started{margin:auto 0;padding:0;border:0;background:#fff0;text-align:center}.lottery-results__status .lottery-results__status-icon{display:grid;width:96px;height:96px;margin:0 auto 28px;place-items:center;border:1px solid #25334a;border-radius:50%;background:rgb(22 33 52 / .62)}.lottery-results__status .lottery-results__status-icon-image{display:block;width:38px;height:38px}.lottery-results__status.is-not-started strong{margin-bottom:7px;color:#cbd5e1;font-size:18px;font-weight:800;line-height:1.8}.lottery-results__status.is-not-started span:not(.lottery-results__status-icon){color:#8291a8;font-size:13px;line-height:1.9}.lottery-results__draw-summary{display:grid;gap:16px;margin-top:auto;padding-top:24px}.lottery-results__draw-summary[hidden]{display:none}.lottery-results__draw-info{overflow:hidden;border-radius:16px;background:#101a2c}.lottery-results__draw-info-row{display:flex;justify-content:space-between;gap:2px;align-items:center;min-height:49px;padding:12px 16px}.lottery-results__draw-info-row+.lottery-results__draw-info-row{border-top:1px solid rgb(145 161 183 / .12)}.lottery-results__draw-info-row span,.lottery-results__draw-info-row strong{font-size:12px;font-weight:400}.lottery-results__draw-info-row span{color:#718198;white-space:nowrap}.lottery-results__draw-info-row strong{color:#a9b7c9;text-align:left}.lottery-results__draw-info-row .lottery-results__prize{color:var(--lr-green);font-size:14px;font-weight:700}.lottery-results__participation{display:grid;gap:10px;justify-items:center;padding:14px 16px;border:1px solid #19519E66;border-radius:16px;background:#091831}.lottery-results__participant-count{display:flex;direction:rtl;gap:5px;align-items:center;color:var(--lr-text-light);font-size:13px;font-weight:700}.lottery-results__participant-digits{display:inline-flex;gap:4px}.lottery-results__participant-digit{display:grid;width:22px;height:27px;place-items:center;border-radius:5px;background:#122036;color:#e2e8f0;font-size:17px;font-weight:700;line-height:1;position:relative;z-index:2}.lottery-results__participant-digit::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#091831;height:1px;width:100%;z-index:-1}.lottery-results__participant-plus{color:#e2e8f0;font-size:18px}.lottery-results__participation p{margin:0;color:#c2ccda;font-size:11px;text-align:center;white-space:nowrap}.lottery-results-app.is-completed-selection .lottery-results__draw-info{background:rgb(6 39 15 / .72)}.lottery-results-app.is-completed-selection .lottery-results__draw-info-row+.lottery-results__draw-info-row{border-top-color:rgb(132 204 22 / .12)}.lottery-results-app.is-completed-selection .lottery-results__draw-info-row span{color:#84cc16}.lottery-results-app.is-completed-selection .lottery-results__draw-info-row strong,.lottery-results-app.is-completed-selection .lottery-results__draw-info-row .lottery-results__prize{color:#bef264}.lottery-results-app.is-completed-selection .lottery-results__participation{border-color:rgb(255 255 255 / .24);background:rgb(255 255 255 / .04)}.lottery-results-app.is-completed-selection .lottery-results__participant-digit{background:rgb(132 204 22 / .1);color:#ecfccb}.lottery-results-app.is-completed-selection .lottery-results__participant-count,.lottery-results-app.is-completed-selection .lottery-results__participant-plus,.lottery-results-app.is-completed-selection .lottery-results__participation p{color:#ecfccb}.lottery-results-app.is-completed-selection .lottery-results__night.is-available.is-selected{box-shadow:0 0 0 1px rgb(132 204 22 / .28),0 10px 24px rgb(33 70 5 / .2)}.lottery-results-app.is-completed-selection .lottery-results__night.is-available:not(.is-selected){opacity:.5}.lottery-results__board{display:flex;flex-direction:column;padding:clamp(20px, 2.5vw, 34px)}.lottery-results__board-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin-bottom:24px}.lottery-results__board-head div>span,.lottery-results__board-head div>strong{display:block}.lottery-results__board-head div>span{margin-bottom:5px;color:var(--lr-muted);font-size:11px}.lottery-results__board-head div>strong{color:var(--lr-text);font-size:16px;font-weight:850}.lottery-results__night-count{padding:5px 10px;border:1px solid var(--lr-border);border-radius:999px;color:var(--lr-muted);font-size:11px;white-space:nowrap}.lottery-results__grid{display:grid;grid-template-columns:repeat(7,minmax(58px,1fr));gap:16px;direction:rtl}.lottery-results__night{position:relative;display:flex;min-width:0;min-height:75px;appearance:none;flex-direction:column;align-items:center;justify-content:center;padding:10px 7px;border:2px solid #fff0;border-radius:14px;background:#1d2a3d;color:#62748e;font-family:inherit;cursor:default;transition:opacity .18s ease,transform .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease}.lottery-results__night-number{font-size:20px;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}.lottery-results__night-label{margin-top:9px;font-size:11px;font-weight:400}.lottery-results__night.is-available,.lottery-results__night.is-waiting{cursor:pointer}.lottery-results__night.is-available{border-color:rgb(140 221 25 / .82);background:rgb(23 53 31 / .72);color:var(--lr-green)}.lottery-results__night.is-waiting,.lottery-results__night.is-current{border-color:#19519e;background:#0a1f6ccc;color:#a9c9db}.lottery-results__night.is-selected{box-shadow:0 0 0 1px rgb(47 128 237 / .26),0 10px 24px rgb(0 44 109 / .2);cursor:pointer}.lottery-results__night.is-upcoming{border-color:#fff0;background:#1d2a3d;color:#62748e}.lottery-results__night.is-available:hover,.lottery-results__night.is-waiting:hover{transform:translateY(-2px)}.lottery-results__night:focus-visible,.lottery-results__retry:focus-visible{outline:3px solid #a9caff;outline-offset:3px}.lottery-results__night:disabled{cursor:not-allowed}.lottery-results__night-check,.lottery-results__night-dot{position:absolute;top:8px;inset-inline-start:8px}.lottery-results__night-check{width:12px;height:12px;background:url(/wp-content/plugins/lottery-results/assets/img/completed-badge.svg) center / contain no-repeat}.lottery-results__night-dot{width:8px;height:8px;border-radius:50%;background:#19519e}.lottery-results__legend{display:flex;flex-wrap:wrap;gap:12px 22px;justify-content:flex-start;margin-top:auto;padding-top:28px;color:var(--lr-muted);font-size:11px}.lottery-results__legend>span{display:inline-flex;gap:8px;align-items:center}.lottery-results__legend-box{display:inline-block;width:14px;height:14px;border-radius:4px}.lottery-results__legend-box.is-available{border:1px solid var(--lr-green);background:rgb(23 53 31 / .72)}.lottery-results__legend-box.is-waiting{border:1px solid #19519e;background:#0a1f6ccc}.lottery-results__legend-box.is-upcoming{background:#1d2a3d}.lottery-results__supporting-note{margin:24px 0 0;color:#6f8198;font-size:11px;text-align:center}.lottery-results__error{display:flex;flex-wrap:wrap;gap:12px 18px;align-items:center;justify-content:center;margin-top:20px;padding:14px 18px;border:1px solid rgb(238 100 100 / .45);border-radius:16px;background:rgb(95 27 27 / .32);color:var(--lr-danger);font-size:13px;text-align:center}.lottery-results__error[hidden]{display:none}.lottery-results__retry{min-height:36px;appearance:none;padding:6px 16px;border:1px solid rgb(255 255 255 / .28);border-radius:999px;background:#fff;color:#142237;font-family:inherit;font-size:12px;font-weight:800;cursor:pointer}.lottery-results__retry:disabled{cursor:wait;opacity:.6}.lottery-results__night-skeleton,.lottery-results__winner-skeleton{position:relative;overflow:hidden;border-radius:16px;background:#122033}.lottery-results__night-skeleton{min-height:80px}.lottery-results__winner-skeleton{min-height:70px}.lottery-results__night-skeleton::after,.lottery-results__winner-skeleton::after{position:absolute;inset:0;background:linear-gradient(100deg,transparent 20%,rgb(255 255 255 / .055) 48%,transparent 76%);content:"";transform:translateX(-100%);animation:lottery-results-shimmer 1.5s infinite}.lottery-results-app.is-loading:not([data-lottery-state]) .lottery-results__details-head{opacity:.72}.lottery-results-app.is-loading[data-lottery-state]:not(.is-selection-loading) .lottery-results__layout{opacity:.7;transition:opacity .2s ease}.lottery-results__sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);margin:-1px;padding:0;border:0;white-space:nowrap}@keyframes lottery-results-shimmer{to{transform:translateX(100%)}}@keyframes lottery-results-selection-spin{to{transform:rotate(360deg)}}@keyframes lottery-results-selection-fade{0%,100%{opacity:.38}50%{opacity:1}}@media (max-width:1180px){.lottery-results__grid{grid-template-columns:repeat(6,minmax(54px,1fr))}.lottery-results__layout{grid-template-columns:minmax(330px,.82fr) minmax(0,1.75fr)}.lottery-results__grid{gap:8px}}@media (max-width:980px){.lottery-results-app{padding:30px 24px}.lottery-results__layout{grid-template-columns:minmax(0,45fr) minmax(0,45fr);gap:24px}.lottery-results__board{padding:0;border:0;background:#fff0}.lottery-results__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.lottery-results__night,.lottery-results__night-skeleton{height:62px;min-height:62px;padding:1px;border-radius:12px}.lottery-results__night-number{font-size:18px}.lottery-results__night-label{font-size:10px}.lottery-results__eyebrow,.lottery-results__details h3{text-align:center}.lottery-results__winner{height:54px;min-height:54px;padding-block:5px}.lottery-results__winner-name{font-size:13px}.lottery-results__night-check,.lottery-results__night-dot{top:4px;right:4px}}@media (max-width:820px){.lottery-results__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:620px){.lottery-results-app{padding:24px 14px;border-radius:20px}.lottery-results__heading{margin-bottom:26px}.lottery-results__layout{grid-template-columns:1fr;gap:26px}.lottery-results__details{min-height:auto;order:2}.lottery-results__board{order:1}.lottery-results__draw-summary{margin-top:24px;padding-top:0}.lottery-results__details{padding:18px}.lottery-results__board{padding:0}.lottery-results__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.lottery-results__night,.lottery-results__night-skeleton{min-height:70px;border-radius:13px}.lottery-results__night-number{font-size:20px}.lottery-results__night-label{font-size:11px}.lottery-results__eyebrow{font-size:12px;font-weight:600}.lottery-results__eyebrow,.lottery-results__details h3{text-align:center}.lottery-results__details h3{font-size:20px;font-weight:800}.lottery-results__winner{height:auto;min-height:44px;padding-block:4px;padding:5px}.lottery-results__winner-name{font-size:14px}.lottery-results__legend{justify-content:center}.lottery-results__winner-rank{width:24px;height:24px}}@media (max-width:390px){.lottery-results__board-head{align-items:flex-start;flex-direction:column}.lottery-results__participation p{white-space:normal}}@media (prefers-reduced-motion:reduce){.lottery-results__night,.lottery-results__winner{transition:none}.lottery-results__night-skeleton::after,.lottery-results__winner-skeleton::after,.lottery-results__winner-name-text,.lottery-results__selection-spinner{animation:none}}