/* A single small results widget, centred under the site navigation. */
.lottery-strip{width:min(440px,calc(100% - 32px));margin:12px auto 0;padding:7px 6px 3px;background:var(--card);border:1px solid var(--line);border-radius:10px;color:var(--ink)}
.lottery-mini-row{display:flex;align-items:center;gap:2px}
.lottery-arrow{flex:0 0 36px;width:36px;height:40px;display:grid;place-items:center;padding:0;background:transparent;color:var(--ink);border:0;border-radius:6px;font-size:27px;line-height:1}
.lottery-arrow:hover{background:var(--soft)}
.lottery-rail{display:flex;flex:1;min-width:0;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:4px}
.lottery-rail::-webkit-scrollbar{display:none}
.lottery-rail:focus-visible{outline:2px solid var(--blue);outline-offset:-2px}
.lottery-card{flex:0 0 100%;min-width:0;scroll-snap-align:start;text-align:center}
.lottery-compact-link{display:flex;flex-direction:column;justify-content:center;min-height:70px;padding:3px 2px;gap:3px}
.lottery-compact-link:focus-visible{outline-offset:-2px}
.lottery-compact-link h3{margin:0;font-size:15px;line-height:1.35;font-weight:700;letter-spacing:-.15px}
.lottery-compact-numbers{margin:0;font-size:14px;line-height:1.45;font-weight:600;font-variant-numeric:tabular-nums}
.lottery-compact-numbers span{white-space:nowrap;font-size:12px;font-weight:500}
.lottery-compact-numbers abbr{text-decoration:none}
.lottery-compact-meta{margin:0;color:var(--text);font-size:10px;line-height:1.5}
.lottery-mini-controls{display:flex;align-items:center;justify-content:center;gap:8px;min-height:24px}
.lottery-dots{display:flex;align-items:center;gap:0}
.lottery-dots button{width:22px;height:24px;display:grid;place-items:center;padding:0;background:transparent;border:0;border-radius:4px}
.lottery-dots button span{display:block;width:6px;height:6px;background:var(--text);opacity:.35;border-radius:50%}
.lottery-dots button[aria-current=true] span{background:var(--ink);opacity:1;transform:scale(1.15)}
.lottery-pause{width:24px;height:24px;display:grid;place-items:center;padding:0;border:0;border-radius:4px;background:transparent;color:var(--text);font-size:12px}
.lottery-pause:hover{background:var(--soft)}
.lottery-all{color:var(--text);font-size:10px;line-height:1.5}
.lottery-all:hover{text-decoration:underline;color:var(--blue)}
@media(max-width:480px){.lottery-strip{margin-top:10px}.lottery-arrow{flex-basis:28px;width:28px;font-size:24px}.lottery-compact-numbers{font-size:13px}.lottery-compact-numbers span{font-size:11px}.lottery-mini-controls{gap:6px}}
/* Full results board and Admin source checks. */
.lottery-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.lottery-detail h3{font-size:17px;margin:0;font-weight:750}.lottery-status{font-size:9px;line-height:1.4;color:var(--text);text-align:right}.lottery-delayed{color:#a95415}.lottery-draw{margin:10px 0 12px;font-size:11px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:4px;color:var(--text)}.lottery-draw strong{color:var(--ink);font-weight:650}.lottery-balls{display:flex;gap:6px;flex-wrap:wrap}.lottery-balls>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--soft);color:var(--ink);border:1px solid var(--line);font-size:16px;font-weight:750;font-variant-numeric:tabular-nums}.lottery-card:first-child .lottery-balls>span{background:#17263f;color:#fff;border-color:#17263f}.lottery-extras{min-height:32px;display:flex;flex-wrap:wrap;column-gap:10px;row-gap:3px;margin:9px 0 3px;font-size:10px;line-height:1.5;color:var(--text)}.lottery-extras b{font-weight:650}.lottery-card-links{display:flex;gap:20px;flex-wrap:wrap;margin-top:7px;font-size:10px;color:var(--blue)}.lottery-card-links a:hover,.lottery-strip-foot a:hover{text-decoration:underline}.lottery-missing{color:var(--text);font-size:12px;line-height:1.8;margin:18px 0;min-height:68px}.lottery-intro{max-width:790px;color:var(--text);line-height:1.9;font-size:14px}.lottery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:30px 0}.lottery-detail{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:25px;scroll-margin-top:170px;min-width:0}.lottery-detail h3{font-size:23px}.lottery-detail .lottery-status{font-size:11px}.lottery-detail .lottery-draw{font-size:13px;margin:16px 0}.lottery-detail .lottery-balls>span{height:43px;width:43px;font-size:20px}.lottery-detail .lottery-extras{font-size:12px;min-height:0;margin-top:15px}.lottery-checked{font-size:11px;color:var(--text);line-height:1.7;margin:15px 0 0}.lottery-detail .lottery-card-links{font-size:12px;margin:14px 0}.lottery-history{border-top:1px solid var(--line);margin-top:20px;padding-top:16px}.lottery-history summary{font-size:12px;font-weight:650;cursor:pointer}.lottery-history ol{padding:0;list-style:none}.lottery-history li{font-size:12px;border-bottom:1px solid var(--line);padding:12px 0;line-height:1.7;display:grid;gap:5px}.lottery-history li>span{color:var(--text)}.lottery-history .lottery-extras{margin:0;font-size:11px}.lottery-note{background:var(--soft);padding:22px;border-radius:9px;color:var(--text);font-size:13px;line-height:1.9}.lottery-note a{color:var(--blue);text-decoration:underline}.lottery-admin-form{margin-top:18px}.lottery-admin-form button{font-size:12px}.lottery-admin-form p{font-size:11px;line-height:1.7;color:var(--text)}

@media(max-width:640px){.lottery-grid{grid-template-columns:1fr;gap:17px}.lottery-detail{padding:20px}.lottery-detail .lottery-balls>span{height:35px;width:35px;font-size:16px}}
