:root{--bg:#08090d;--surface:#11131a;--surface2:#171a23;--surface3:#202431;--border:#2b3040;--text:#f5f5f7;--muted:#a9adba;--yellow:#ffd84d;--purple:#a98cff;--green:#79e6a5;--red:#ff8f8f;--radius:18px}*{box-sizing:border-box}html{color-scheme:dark}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.45}.page-width{width:min(960px,calc(100% - 32px));margin-inline:auto}.explorer-width{width:min(1450px,calc(100% - 32px));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:12px;top:12px;z-index:10;background:var(--yellow);color:#111;padding:8px}.site-header{border-bottom:1px solid var(--border);background:#08090df5}.header-inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{color:var(--yellow);font-weight:800;text-decoration:none;letter-spacing:.03em}nav{display:flex;gap:20px;flex-wrap:wrap}nav a{color:var(--muted);text-decoration:none}nav a:hover,footer a:hover{color:var(--yellow)}.hero{padding:64px 0 36px;text-align:center}.eyebrow,.card-label,.control-label{margin:0 0 8px;color:var(--purple);font-size:.76rem;font-weight:800;letter-spacing:.13em}.hero h1{margin:0;color:var(--yellow);font-size:clamp(2.3rem,7vw,4.8rem);line-height:1}.hero-copy{max-width:680px;margin:22px auto 0;color:var(--muted);font-size:1.08rem}.neutral-note{color:var(--green);font-weight:700}.live-reference{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:54px}.reference-card,.control-card,.content-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.reference-card{padding:22px}.draw-placeholder,.under-placeholder{color:var(--muted)}.strategy-draws{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.strategy-draw{text-align:center}.strategy-draw-time{display:block;color:var(--muted);font-size:.72rem}.strategy-draw-ball,.under-number{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin:5px 0;border:1px solid var(--yellow);border-radius:50%;color:var(--yellow);font-weight:800}.strategy-draw-ball.pending{border-color:var(--border);color:var(--muted)}.strategy-draw-mark{display:block;font-size:.72rem;color:var(--muted)}.strategy-under-scroll{overflow:auto}.strategy-under-table{width:100%;border-collapse:collapse;font-size:.78rem}.strategy-under-table th,.strategy-under-table td{padding:5px;border-bottom:1px solid var(--border);text-align:center}.strategy-under-table th{color:var(--muted);font-weight:600}.under-number{width:27px;height:27px;margin:0;font-size:.75rem}.under-na{color:var(--muted)}.section-heading h2,.board-heading h2,.content-card h2{margin:0 0 9px;color:var(--yellow);font-size:clamp(1.7rem,4vw,2.45rem)}.section-heading p:not(.eyebrow),.board-heading p:not(.eyebrow),.content-card p{color:var(--muted)}.control-card{padding:clamp(18px,3vw,32px);margin-bottom:46px}.range-controls{display:flex;justify-content:space-between;gap:28px;align-items:end}.quick-ranges{display:flex;flex-wrap:wrap;gap:8px}.quick-button,.text-button,.primary-button,.mark-button,.result-cell{font:inherit}.quick-button,.text-button{border:1px solid var(--border);border-radius:10px;background:var(--surface2);color:var(--text);padding:9px 12px;cursor:pointer}.quick-button:hover,.quick-button.active{border-color:var(--yellow);color:var(--yellow)}.quick-button.active{box-shadow:0 0 0 2px #ffd84d44}.date-fields{display:flex;align-items:end;gap:9px}.date-fields label,.filter-row label{display:grid;gap:5px;color:var(--muted);font-size:.76rem}.date-fields input,.filter-row select{min-height:40px;border:1px solid var(--border);border-radius:9px;background:var(--surface2);color:var(--text);padding:7px 9px}.primary-button{min-height:40px;border:0;border-radius:9px;background:var(--yellow);color:#111;font-weight:800;padding:0 15px;cursor:pointer}.primary-button:disabled{opacity:.55;cursor:wait}.form-status{min-height:22px;color:var(--red);font-size:.86rem}.filter-row{display:flex;gap:18px;border-top:1px solid var(--border);padding-top:18px;margin-top:5px}.filter-row select{min-width:170px}.mark-picker-heading{display:flex;justify-content:space-between;align-items:start;margin-top:22px}.picker-help{margin:0;color:var(--muted);font-size:.84rem}.text-button{color:var(--yellow)}.mark-picker{display:grid;grid-template-columns:repeat(18,minmax(38px,1fr));gap:7px;margin-top:12px}.mark-button{min-height:42px;border:1px solid var(--border);border-radius:9px;background:var(--surface2);color:var(--text);cursor:pointer;font-weight:800}.mark-button small{display:block;color:var(--muted);font-size:.53rem;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mark-button:hover{border-color:var(--yellow)}.mark-button.selected{border:2px solid var(--yellow);background:#443b17;box-shadow:0 0 0 2px #ffd84d44}.mark-button.selected::before{content:'✓ ';color:var(--yellow)}.mark-button:disabled{opacity:.55}.selected-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}.chip{border:1px solid var(--yellow);border-radius:999px;background:#443b17;color:var(--yellow);padding:5px 10px;font-size:.8rem}.summary-section{margin-bottom:42px}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:12px}.summary-card{border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:16px}.summary-card h3{margin:0;color:var(--yellow);font-size:1rem}.summary-card p{margin:4px 0 12px;color:var(--muted);font-size:.82rem}.summary-total{font-size:1.8rem;font-weight:800}.count-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.count-grid span{display:grid;gap:2px;color:var(--muted);font-size:.65rem;text-align:center}.count-grid strong{color:var(--text);font-size:1rem}.board-section{margin-bottom:52px}.board-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}.board-heading p{margin:0}.loading-indicator{color:var(--green);font-size:.85rem}.board{overflow-x:auto;border:1px solid var(--border);border-radius:16px;background:var(--surface);padding:10px}.week-row{min-width:1000px;border-bottom:1px solid var(--border)}.week-row:last-child{border-bottom:0}.week-header,.week-days{display:grid;grid-template-columns:100px repeat(7,minmax(125px,1fr))}.week-header>div,.week-days>div{border-right:1px solid var(--border);padding:8px}.week-header>div:last-child,.week-days>div:last-child{border-right:0}.week-head{position:sticky;top:0;background:var(--surface3);color:var(--muted);font-size:.74rem;font-weight:800;text-align:center}.week-label{background:var(--surface2);color:var(--muted);font-size:.75rem;font-weight:800}.day-head{display:none}.day-cell{min-height:88px}.day-cell.empty{color:#646978;text-align:center;padding-top:31px}.result-list{display:grid;gap:5px}.result-cell{display:grid;grid-template-columns:35px 1fr;align-items:center;gap:5px;width:100%;border:1px solid transparent;border-radius:9px;background:var(--surface2);color:var(--text);padding:4px;text-align:left;cursor:pointer}.result-cell:hover,.result-cell:focus-visible{border-color:var(--purple);outline:none}.result-cell.selected{border-color:var(--yellow);background:#443b17;box-shadow:0 0 0 2px #ffd84d44}.result-ball{display:inline-flex;align-items:center;justify-content:center;width:29px;height:29px;border-radius:50%;background:var(--surface3);font-size:.8rem;font-weight:800}.result-cell.selected .result-ball{background:var(--yellow);color:#111}.result-meta{min-width:0}.result-time{display:block;color:var(--muted);font-size:.64rem}.result-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem}.help-section{padding-bottom:54px}.content-card{padding:24px}.content-card p:last-child{margin-bottom:0}.site-footer{border-top:1px solid var(--border);padding:26px 0;color:var(--muted);font-size:.85rem}.site-footer p{display:inline;margin-right:20px}.site-footer a{color:var(--muted)}.detail-dialog{border:1px solid var(--border);border-radius:18px;background:var(--surface);color:var(--text);max-width:420px;width:calc(100% - 28px);padding:24px}.detail-dialog::backdrop{background:#000b}.detail-dialog h2{margin-top:0;color:var(--yellow)}.detail-dialog button{float:right}.detail-dialog dl{display:grid;grid-template-columns:1fr 1fr;gap:8px}.detail-dialog dt{color:var(--muted)}.detail-dialog dd{margin:0;text-align:right;font-weight:700}@media(max-width:900px){.mark-picker{grid-template-columns:repeat(12,minmax(38px,1fr))}.range-controls{display:grid}.date-fields{justify-content:start}.week-header,.week-days{grid-template-columns:85px repeat(7,minmax(112px,1fr))}}@media(max-width:600px){.page-width,.explorer-width{width:min(100% - 20px,960px)}.hero{padding-top:42px}.live-reference{grid-template-columns:1fr;margin-bottom:35px}.range-controls{gap:18px}.date-fields{display:grid;grid-template-columns:1fr 1fr}.date-fields .primary-button{grid-column:1/-1}.filter-row{display:grid;grid-template-columns:1fr 1fr}.filter-row select{min-width:0;width:100%}.mark-picker{grid-template-columns:repeat(6,1fr);gap:6px}.mark-button{min-height:47px;padding:3px;font-size:.82rem}.mark-button small{font-size:.48rem}.board{border:0;padding:0;background:transparent;overflow:visible}.week-row{display:block;min-width:0;margin-bottom:12px;border:1px solid var(--border);border-radius:13px;overflow:hidden;background:var(--surface)}.week-header,.week-days{display:block}.week-header>div,.week-days>div{border-right:0;border-bottom:1px solid var(--border);padding:9px}.week-header>div:last-child,.week-days>div:last-child{border-bottom:0}.week-head{display:none}.week-label{display:block;text-align:left;color:var(--yellow);font-size:.85rem}.day-cell{min-height:0}.day-cell.empty{padding:9px;color:#646978;text-align:left}.day-head{display:block;margin-bottom:6px;color:var(--purple);font-size:.74rem;font-weight:800}.result-list{grid-template-columns:repeat(4,1fr);gap:5px}.result-cell{grid-template-columns:1fr;justify-items:center;padding:5px;text-align:center}.result-time{font-size:.59rem}.result-name{display:none}.result-ball{width:31px;height:31px}.board-heading{align-items:start;display:block}.loading-indicator{margin-top:5px}.site-footer p{display:block;margin-bottom:9px}.count-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:370px){.result-list{grid-template-columns:repeat(2,1fr)}.summary-grid{grid-template-columns:1fr}.mark-button small{display:none}}

/* Dense historical workbench refinement */
.hero{padding-block:46px 24px}.hero-copy{margin-top:14px;font-size:1rem}.neutral-note{margin-top:10px;font-size:.86rem}.live-reference{gap:12px;margin-bottom:28px}.reference-card{padding:14px 16px}.strategy-draws{gap:4px}.strategy-draw-time{font-size:.64rem}.strategy-draw-ball{width:31px;height:31px;margin:3px 0}.strategy-draw-mark{font-size:.64rem}.strategy-under-table{font-size:.7rem}.strategy-under-table th,.strategy-under-table td{padding:3px}.under-number{width:24px;height:24px}
.explorer-shell{margin-bottom:28px}.explorer-shell>.section-heading{display:none}.control-card{padding:14px 16px;margin-bottom:0}.range-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:end}.quick-ranges{gap:5px}.quick-button,.text-button{padding:6px 9px;font-size:.76rem;border-radius:8px}.date-fields{gap:6px}.date-fields input,.filter-row select,.primary-button{min-height:34px;padding:5px 8px;font-size:.76rem}.filter-row{gap:10px;padding-top:10px;margin-top:4px}.filter-row label{font-size:.68rem}.filter-row select{min-width:145px}.mark-picker-heading{margin-top:12px;align-items:center}.picker-help{display:none}.mark-picker{grid-template-columns:repeat(18,minmax(32px,1fr));gap:4px;margin-top:7px}.mark-button{min-height:32px;padding:2px;font-size:.78rem;border-radius:7px}.mark-button small{display:none}.mark-button.selected::before{content:"✓ ";font-size:.68rem}.selected-chips{gap:5px;margin-top:8px}.chip{padding:3px 8px;font-size:.72rem}.summary-section{margin-bottom:24px}.summary-section .section-heading{margin-bottom:8px}.summary-section .section-heading h2{font-size:1.45rem;margin-bottom:3px}.summary-section .section-heading p{font-size:.76rem;margin:0}.summary-grid{display:block}.summary-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.summary-table{width:100%;min-width:860px;border-collapse:collapse;font-size:.72rem}.summary-table th,.summary-table td{padding:6px 7px;border-bottom:1px solid var(--border);text-align:center;white-space:nowrap}.summary-table thead th{background:var(--surface3);color:var(--muted);font-size:.64rem;letter-spacing:.04em}.summary-table tbody tr:last-child th,.summary-table tbody tr:last-child td{border-bottom:0}.summary-table tbody th{display:flex;align-items:center;gap:6px;text-align:left;color:var(--text)}.summary-table tbody th span:last-child{font-weight:700}.summary-table td small{display:block;color:var(--muted);font-size:.59rem}.summary-mark-ball{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;border:2px solid var(--yellow);border-radius:50%;color:var(--yellow);font-weight:800}.board-section{margin-bottom:28px}.board-heading{margin-bottom:8px}.board-heading h2{font-size:1.55rem;margin-bottom:3px}.board-heading p{font-size:.76rem}.loading-indicator{font-size:.74rem}.board{padding:5px;border-radius:11px}.week-row{min-width:940px}.week-header,.week-days{grid-template-columns:76px repeat(7,minmax(123px,1fr))}.week-header>div,.week-days>div{padding:4px;border-color:#252a37}.week-head{font-size:.63rem;letter-spacing:.04em;text-transform:uppercase}.week-label{font-size:.63rem;line-height:1.15}.day-cell{min-height:0}.day-cell.empty{padding-top:20px;font-size:.7rem}.result-list{grid-template-columns:repeat(4,1fr);gap:3px}.result-cell{display:flex;align-items:center;justify-content:center;min-height:32px;padding:2px;border-radius:6px}.result-ball{width:27px;height:27px;background:transparent;font-size:.78rem}.result-cell.selected{border-width:2px}.result-cell.selected .result-ball{background:var(--yellow);color:#111}.help-section{padding-bottom:36px}.content-card{padding:16px}.content-card h2{font-size:1.45rem}.content-card p{font-size:.82rem}
@media(max-width:1100px) and (min-width:601px){.range-controls{grid-template-columns:1fr}.date-fields{justify-content:start}.mark-picker{grid-template-columns:repeat(12,minmax(32px,1fr))}.week-header,.week-days{grid-template-columns:68px repeat(7,minmax(112px,1fr))}.week-row{min-width:855px}}
@media(max-width:600px){.hero{padding-block:38px 22px}.live-reference{margin-bottom:24px}.control-card{padding:12px}.range-controls{display:grid;grid-template-columns:1fr;gap:12px}.quick-ranges{gap:4px}.quick-button{padding:6px 7px;font-size:.7rem}.date-fields{gap:5px}.filter-row{gap:8px}.filter-row select{min-width:0}.mark-picker-heading{margin-top:10px}.mark-picker{grid-template-columns:repeat(9,1fr);gap:4px}.mark-button{min-height:34px}.selected-chips{max-height:30px;overflow:auto}.summary-table{min-width:820px}.board{padding:0}.week-row{border-radius:10px}.week-label{padding:8px!important}.day-cell{padding:6px!important}.day-cell.empty{padding:8px!important}.result-list{gap:4px}.result-cell{min-height:31px}.result-ball{width:27px;height:27px}.day-head{font-size:.68rem;margin-bottom:4px}}
@media(max-width:370px){.mark-picker{grid-template-columns:repeat(6,1fr)}.result-list{grid-template-columns:repeat(4,1fr)}.summary-table{font-size:.68rem}}
/* Draw Explorer Today’s Draws balls — match the analyzer. */
.draw-placeholder .strategy-draw-ball{
  width:62px;
  height:62px;
  margin:8px auto;
  border:2px solid #e2ad00;
  border-radius:50%;
  background:radial-gradient(circle at 35% 30%,#fff4a3 0%,#ffd21f 38%,#e5ad00 100%);
  color:#171717;
  font-family:'Space Mono',monospace;
  font-size:25px;
  font-weight:700;
  box-shadow:inset 0 2px 1px rgba(255,255,255,.65),0 4px 11px rgba(133,93,0,.3);
}
.draw-placeholder .strategy-draw-ball.pending{
  background:var(--surface);
  border:2px dashed var(--border);
  color:var(--muted);
  box-shadow:none;
}

/* Keep the explorer's current-results cards visually identical to the analyzer. */
.draw-placeholder .strategy-draws{gap:10px}
.draw-placeholder .strategy-draw{
  display:grid;
  grid-template-rows:auto 22px 62px 38px;
  align-items:start;
  padding:19px 15px;
  background:linear-gradient(135deg,var(--surface2),#0f1e38);
  border:1px solid var(--border);
  border-radius:var(--radius);
}
.draw-placeholder .strategy-draw-time{
  grid-row:1;
  margin-bottom:10px;
  color:#dbe4f0;
  font-family:'Space Mono',monospace;
  font-size:15px;
  line-height:1.4;
  letter-spacing:1px;
  text-transform:uppercase;
}
.draw-placeholder .strategy-draw-mark{
  grid-row:2;
  min-height:22px;
  margin-bottom:8px;
  color:#e8eef7;
  font-size:14px;
  font-style:italic;
  line-height:1.4;
  white-space:nowrap;
}
.draw-placeholder .strategy-draw-mark.pending{color:var(--border)}
.draw-placeholder .strategy-draw-balls{
  grid-row:3 / span 2;
  display:grid;
  grid-template-rows:62px 38px;
  gap:7px;
  align-items:start;
  justify-items:center;
  min-height:107px;
  margin:0 auto;
}
.draw-placeholder .strategy-draw-balls .strategy-draw-ball{margin:0}
.draw-placeholder .play-whe-promo-balls{min-height:38px}
.draw-placeholder .play-whe-promo-ball{width:28px;height:28px;flex:0 0 28px;font-size:11px}
@media(max-width:500px){.draw-placeholder .strategy-draw{padding:16px 12px}.draw-placeholder .strategy-draw-time{font-size:13px}.draw-placeholder .strategy-draw-mark{font-size:14px}}

/* Weekday-correct dense matrix header */
.board{position:relative}.board-header{position:static;z-index:5;display:grid;grid-template-columns:76px repeat(7,minmax(123px,1fr));min-width:940px;background:var(--surface3);border-bottom:2px solid var(--yellow);box-shadow:0 4px 10px #08090dcc}.board-header-week{display:flex;align-items:center;justify-content:center;padding:5px;border-right:1px solid var(--border);color:var(--yellow);font-size:.63rem;font-weight:800;letter-spacing:.05em}.board-header-day{display:grid;grid-template-rows:22px 22px;border-right:1px solid var(--border);color:var(--muted);font-size:.63rem;font-weight:800;text-align:center;text-transform:uppercase}.board-header-day:last-child{border-right:0}.board-header-day>span{display:flex;align-items:center;justify-content:center}.board-header-times{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--border);font-size:.56rem;font-weight:600;letter-spacing:0;text-transform:none}.board-header-times span{display:flex;align-items:center;justify-content:center;border-right:1px solid var(--border)}.board-header-times span:last-child{border-right:0}.week-row{display:grid;grid-template-columns:76px repeat(7,minmax(123px,1fr));min-width:940px}.week-row>.week-label{grid-column:1;padding:4px;border-right:1px solid var(--border);background:var(--surface2)}.week-row>.week-days{grid-column:2/-1;display:grid;grid-template-columns:repeat(7,minmax(123px,1fr))}.week-row>.week-days>.day-cell{border-right:1px solid var(--border)}.week-row>.week-days>.day-cell:last-child{border-right:0}
@media(max-width:1100px) and (min-width:601px){.board-header,.week-row{grid-template-columns:68px repeat(7,minmax(112px,1fr));min-width:855px}.week-row>.week-days{grid-template-columns:repeat(7,minmax(112px,1fr))}}
@media(max-width:600px){.board-header{display:none}.week-row{display:block;min-width:0}.week-row>.week-label{display:block;padding:8px!important;border-right:0;border-bottom:1px solid var(--border)}.week-row>.week-days{display:block}.week-row>.week-days>.day-cell{border-right:0}}
.mark-color-1{--mark-color:#ffd84d;--mark-ink:#111}.mark-color-2{--mark-color:#70d6ff;--mark-ink:#111}.mark-color-3{--mark-color:#c792ea;--mark-ink:#111}.mark-color-4{--mark-color:#79e6a5;--mark-ink:#111}.mark-color-5{--mark-color:#ff9f68;--mark-ink:#111}.mark-button.selected{border-color:var(--mark-color,var(--yellow));background:color-mix(in srgb,var(--mark-color,var(--yellow)) 24%,var(--surface2));box-shadow:0 0 0 2px color-mix(in srgb,var(--mark-color,var(--yellow)) 35%,transparent)}.mark-button.selected::before{color:var(--mark-color,var(--yellow))}.chip{border-color:var(--mark-color,var(--yellow));background:color-mix(in srgb,var(--mark-color,var(--yellow)) 22%,var(--surface2));color:var(--mark-color,var(--yellow));font-weight:700}.result-cell.selected{border:2px solid var(--mark-color,var(--yellow));background:color-mix(in srgb,var(--mark-color,var(--yellow)) 22%,var(--surface2));box-shadow:0 0 0 2px color-mix(in srgb,var(--mark-color,var(--yellow)) 35%,transparent);font-weight:800}.result-cell.selected .result-ball{background:var(--mark-color,var(--yellow));color:var(--mark-ink,#111)}.summary-row{border-left:4px solid var(--mark-color,transparent)}.summary-row .summary-mark-ball{border-color:var(--mark-color,var(--yellow));color:var(--mark-color,var(--yellow))}.no-draw{display:flex;align-items:center;justify-content:center;min-height:32px;color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.03em;border:1px dashed var(--border);border-radius:6px;background:#0d0f15;padding:5px}.day-cell:not(.empty)>.no-draw{min-height:32px}@media(max-width:600px){.no-draw{justify-content:flex-start;min-height:31px;padding:5px 8px}}
@media(min-width:601px){.board{overflow:visible}}

/* v1.1 strategy overlay */
.strategy-compare{margin-bottom:10px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}
.strategy-compare-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}
.strategy-compare h2{margin:0 0 4px;color:var(--yellow);font-size:1.25rem}.strategy-compare p{margin:0;color:var(--muted);font-size:.78rem}
.compare-anchor,.strategy-row label{display:grid;gap:4px;color:var(--muted);font-size:.72rem}.compare-anchor{flex:none}.compare-anchor input,.strategy-row select{min-height:34px;border:1px solid var(--border);border-radius:8px;background:var(--surface2);color:var(--text);padding:5px 8px;font:inherit}
.strategy-start{display:grid;gap:8px;margin-top:10px}.strategy-start>p{min-height:18px}.strategy-rows{display:grid;gap:6px}.strategy-row{display:flex;align-items:end;gap:8px;padding:7px 8px;border:1px solid #70d6ff33;border-radius:8px;background:#0d1d24}.strategy-row label:first-child{min-width:170px}.strategy-row .remove-strategy{margin-left:auto;padding:5px 8px;font-size:.72rem}.compare-status{min-height:17px;margin-top:7px!important;color:#70d6ff!important}
.strategy-chip{border-color:#70d6ff;background:#10252e;color:#70d6ff;font-weight:700}.strategy-picker-mark{border-color:#70d6ff!important;background:#10252e!important}.strategy-match{border-color:#70d6ff!important;background:#10252e!important;box-shadow:var(--strategy-rings),0 0 0 2px #70d6ff55!important}.strategy-match .result-ball{background:var(--strategy-color,#70d6ff)!important;color:#111}.anchor-mark{border-color:var(--yellow)!important;background:#443b17!important;box-shadow:0 0 0 3px #ffd84d66!important}.anchor-mark .result-ball{background:var(--yellow)!important;color:#111!important}.strategy-color-1{--strategy-color:#70d6ff}.strategy-color-2{--strategy-color:#c792ea}.strategy-color-3{--strategy-color:#79e6a5}.strategy-color-4{--strategy-color:#ff9f68}.strategy-color-5{--strategy-color:#ffb3d1}.strategy-color-6{--strategy-color:#b8c0ff}.overlap-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:999px;background:#f5f5f7;color:#111;font-size:.65rem;font-weight:800}.strategy-overlap{border-width:2px!important}.summary-row.strategy-match{border-left:4px solid #70d6ff}.summary-row.strategy-overlap{border-left:4px solid #f5f5f7}.summary-row.anchor-summary{border-left:4px solid var(--yellow)}.summary-row.anchor-summary .summary-mark-ball{border-color:var(--yellow);color:var(--yellow)}.detail-dialog h3{margin:6px 0;color:#70d6ff;font-size:1rem}.detail-dialog ul{margin:0 0 10px;padding-left:20px}.match-note{color:var(--muted);font-size:.82rem}.anchor-note{color:var(--yellow)}
@media(max-width:600px){.strategy-compare-heading{display:grid;align-items:start}.compare-anchor{justify-self:start}.compare-anchor input{width:100%}.strategy-row{align-items:start;display:grid}.strategy-row label:first-child{min-width:0}.strategy-row .remove-strategy{margin-left:0;justify-self:start}.strategy-start .primary-button{width:100%}}
.context-target-mark{cursor:pointer}.context-target-mark:hover,.context-target-mark:focus-visible{outline:2px solid var(--yellow);outline-offset:2px}
@media (min-width:601px) and (max-width:1100px){.board{max-width:100%;overflow-x:auto;overflow-y:visible}}

.projection-notice{margin-bottom:10px;padding:10px 14px;border:1px solid #70d6ff66;border-radius:12px;background:#10252e;color:var(--text);font-size:.82rem}.strategy-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.projection-notice strong,.projection-notice span{display:block}.projection-notice strong{color:#70d6ff}.projection-notice span{margin-top:2px;color:var(--muted)}.active-strategies-label{margin-top:10px;color:#70d6ff;font-size:.68rem;font-weight:800;letter-spacing:.1em}.strategy-layers{display:grid;gap:6px;margin-top:5px}.strategy-layer-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 8px;border:1px solid #70d6ff33;border-radius:8px;background:#0d1d24}.strategy-layer-row.is-hidden{opacity:.58}.strategy-layer-info{min-width:0}.strategy-layer-name{font-weight:800}.strategy-layer-label{margin-left:5px;color:var(--muted)}.strategy-layer-actions{display:flex;gap:5px;flex:none}.strategy-layer-actions button{padding:4px 7px;font:inherit;font-size:.72rem}
.view-in-explorer{display:inline-flex;align-items:center;justify-content:center;margin-top:16px;border-radius:9px;background:var(--yellow);color:#111;padding:9px 13px;font-weight:800;text-decoration:none}.view-in-explorer:hover{background:#ffe887}
@media(max-width:600px){.strategy-panel-heading{display:grid;gap:8px}.strategy-panel-heading .text-button{justify-self:start}.strategy-layer-row{align-items:flex-start;display:grid}.strategy-layer-actions{justify-content:flex-start}.view-in-explorer{width:100%}}

.strategy-chip{border-color:#70d6ff;background:#10252e;color:#70d6ff;font-weight:700}.result-cell.strategy-match{border-color:#70d6ff;background:#10252e;box-shadow:0 0 0 2px #70d6ff55}.result-cell.strategy-match .result-ball{background:#70d6ff;color:#111}.result-cell.strategy-overlap{border-width:3px;border-color:#f5f5f7;box-shadow:0 0 0 2px #70d6ff,0 0 0 4px #f5f5f766}.overlap-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:999px;background:#f5f5f7;color:#111;font-size:.65rem;font-weight:800}.detail-dialog h3{margin-bottom:6px;color:#70d6ff;font-size:1rem}.detail-dialog ul{margin:0 0 10px;padding-left:20px;color:var(--text)}.match-note{color:var(--muted);font-size:.82rem}

.strategy-compare{margin-bottom:10px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.strategy-compare-heading{display:flex;align-items:end;justify-content:space-between;gap:16px}.strategy-compare h2{margin:0 0 4px;color:var(--yellow);font-size:1.25rem}.strategy-compare p{margin:0;color:var(--muted);font-size:.78rem}.compare-anchor{display:grid;gap:4px;flex:none;color:var(--muted);font-size:.72rem}.compare-anchor input{width:92px;min-height:34px;border:1px solid var(--border);border-radius:8px;background:var(--surface2);color:var(--text);padding:5px 8px;font:inherit}.compare-strategies{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.compare-strategies label{display:inline-flex;align-items:center;gap:5px;border:1px solid var(--border);border-radius:999px;background:var(--surface2);color:var(--text);padding:6px 9px;font-size:.74rem;cursor:pointer}.compare-strategies label:has(input:checked){border-color:#70d6ff;background:#10252e;color:#70d6ff}.compare-strategies input{accent-color:#70d6ff}.compare-status{min-height:17px;margin-top:7px!important;color:#70d6ff!important}.strategy-chip{border-color:#70d6ff;background:#10252e;color:#70d6ff}.result-cell.strategy-match{border-color:#70d6ff;background:#10252e;box-shadow:0 0 0 2px #70d6ff55}.result-cell.strategy-match .result-ball{background:#70d6ff;color:#111}.result-cell.strategy-overlap{border-width:3px;border-color:#f5f5f7;box-shadow:0 0 0 2px #70d6ff,0 0 0 4px #f5f5f766}.overlap-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:999px;background:#f5f5f7;color:#111;font-size:.65rem;font-weight:800}.detail-dialog h3{margin-bottom:6px;color:#70d6ff;font-size:1rem}.detail-dialog ul{margin:0 0 10px;padding-left:20px}.match-note{color:var(--muted);font-size:.82rem}@media(max-width:600px){.strategy-compare-heading{display:grid;align-items:start}.compare-anchor{justify-self:start}.compare-anchor input{width:100%}.compare-strategies{display:grid;grid-template-columns:repeat(2,1fr)}.compare-strategies label{border-radius:8px}}
.genie-setup-input{width:92px;min-height:34px;border:1px solid var(--yellow);border-radius:8px;background:var(--surface2);color:var(--text);padding:5px 8px;font:inherit}.strategy-row:has(.genie-setup-input){border-color:#ffd84d66;background:#211d0d}.strategy-row:has(.genie-setup-input)::after{content:"Authentic method: Monday First Draw";color:var(--muted);font-size:.68rem}.result-cell.strategy-match.strategy-color-1 .result-ball{background:#70d6ff}.result-cell.strategy-match.strategy-color-2 .result-ball{background:#c792ea}.result-cell.strategy-match.strategy-color-3 .result-ball{background:#79e6a5}.result-cell.strategy-match.strategy-color-4 .result-ball{background:#ff9f68}.strategy-row select,.strategy-row input{max-width:180px}@media(max-width:600px){.strategy-row:has(.genie-setup-input)::after{display:block}.genie-setup-input{width:100%}}
.strategy-toggles{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0}.strategy-toggle,.strategy-genie-toggle{border:1px solid var(--border);border-radius:999px;background:var(--surface2);color:var(--text);padding:7px 10px;font:inherit;font-size:.76rem;cursor:pointer}.strategy-toggle:hover,.strategy-toggle:focus-visible,.strategy-genie-toggle:hover,.strategy-genie-toggle:focus-visible{border-color:#70d6ff;outline:none}.strategy-toggle.active,.strategy-genie-toggle.active{border-color:#70d6ff;background:#10252e;color:#70d6ff;box-shadow:0 0 0 2px #70d6ff33}.strategy-toggle[aria-disabled="true"],.strategy-genie-toggle[aria-disabled="true"]{opacity:.55}.strategy-genie-toggle{border-color:#ffd84d99;color:var(--yellow)}.strategy-row-name{display:grid;gap:3px;min-width:170px;color:var(--muted);font-size:.72rem}.strategy-row-name strong{color:var(--text);font-size:.86rem}@media(max-width:600px){.strategy-toggles{display:grid;grid-template-columns:repeat(2,1fr)}.strategy-toggle,.strategy-genie-toggle{border-radius:8px}.strategy-row-name{min-width:0}}

/* Final v1.1 overlay treatment: target identity stays yellow; strategy layers stay subdued. */
.strategy-toggle,.strategy-genie-toggle{border-color:#394354;background:#151a24}.strategy-toggle:hover,.strategy-toggle:focus-visible,.strategy-genie-toggle:hover,.strategy-genie-toggle:focus-visible{border-color:#6f8ba8}.strategy-toggle.active,.strategy-genie-toggle.active{border-color:#6f8ba8;background:#1b2938;color:#b8c8d8;box-shadow:0 0 0 2px #6f8ba833}.strategy-chip,.strategy-picker-mark{border-color:#496b8c!important;background:#172432!important;color:#9cb4c9!important}.strategy-row{border-color:#3b4b5f;background:#111a23}.compare-status{color:#9cb4c9!important}.strategy-color-1{--strategy-color:#315d83}.strategy-color-2{--strategy-color:#705b86}.strategy-color-3{--strategy-color:#4e7662}.strategy-color-4{--strategy-color:#9a653b}.strategy-color-5{--strategy-color:#965866}.strategy-color-6{--strategy-color:#55677d}.result-cell.strategy-match{border-color:#496b8c!important;background:#172432!important;box-shadow:0 0 0 2px #496b8c66!important}.result-cell.strategy-match .result-ball{background:var(--strategy-color,#315d83)!important;color:#f1f3f5}.result-cell.strategy-overlap-2{box-shadow:0 0 0 2px #315d83,0 0 0 4px #705b86!important}.result-cell.strategy-overlap-3{box-shadow:0 0 0 2px #315d83,0 0 0 4px #705b86,0 0 0 6px #9a653b!important}.result-cell.target-mark,.result-cell.anchor-mark{border-color:var(--yellow)!important;background:#443b17!important;box-shadow:var(--strategy-rings),0 0 0 3px #ffd84d99!important}.result-cell.target-mark .result-ball,.result-cell.anchor-mark .result-ball{background:var(--yellow)!important;color:#111!important}.detail-dialog h3{color:#9cb4c9}.projection-notice{border-color:#496b8c;background:#172432}.projection-notice strong{color:#b8c8d8}.strategy-layer-row{border-color:#3b4b5f;background:#111a23}.overlap-badge{display:none!important}
.mark-color-1{--mark-color:#2e6fb0;--mark-ink:#f5f7fa}.mark-color-2{--mark-color:#8a4db3;--mark-ink:#f5f7fa}.mark-color-3{--mark-color:#2d9b73;--mark-ink:#f5f7fa}.mark-color-4{--mark-color:#c66a2b;--mark-ink:#f5f7fa}.mark-color-5{--mark-color:#b84961;--mark-ink:#f5f7fa}.mark-color-6{--mark-color:#4f5fb5;--mark-ink:#f5f7fa}.mark-color-7{--mark-color:#2b8c88;--mark-ink:#f5f7fa}.mark-color-8{--mark-color:#9a4f86;--mark-ink:#f5f7fa}
.strategy-genie-trends-toggle{border-color:#8a4db399;color:#c8a4dc}.strategy-genie-trends-toggle.active{border-color:#a875c9;background:#2a1d35;color:#e2c8ef;box-shadow:0 0 0 2px #8a4db344}.genie-trend-controls{display:flex;flex-wrap:wrap;gap:5px;margin-top:2px}.genie-trend-toggle{border:1px solid #654779;border-radius:7px;background:#1b1721;color:#c8a4dc;padding:5px 8px;font:inherit;font-size:.7rem;cursor:pointer}.genie-trend-toggle.active{border-color:#a875c9;background:#2a1d35;color:#f0ddf7}.genie-trend-toggle:hover,.genie-trend-toggle:focus-visible{border-color:#c8a4dc;outline:none}.genie-trend-summary{display:grid;grid-template-columns:repeat(5,minmax(110px,1fr));gap:5px;grid-column:1/-1;margin-top:3px}.genie-trend-summary-item{display:grid;gap:1px;padding:5px 6px;border:1px solid #493551;border-radius:7px;background:#141019;font-size:.66rem}.genie-trend-summary-item strong{color:#e2c8ef}.genie-trend-summary-item span{color:var(--muted);line-height:1.2}.genie-trend-summary-item b{color:#f0ddf7;font-size:.68rem;letter-spacing:.02em}.result-cell.target-mark .result-ball,.result-cell.anchor-mark .result-ball{width:29px;height:29px;font-size:.9rem;font-weight:900;color:#111!important}.result-cell.target-mark,.result-cell.anchor-mark{font-weight:900}.result-cell.target-mark .result-ball{box-shadow:0 0 0 1px #fff2a866}.strategy-row:has(.genie-trend-controls){display:grid;align-items:start}.strategy-row:has(.genie-trend-controls) .remove-strategy{grid-column:1/-1;justify-self:start;margin-left:0}@media(max-width:800px){.genie-trend-summary{grid-template-columns:repeat(3,minmax(90px,1fr))}}@media(max-width:600px){.genie-trend-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.genie-trend-controls{display:grid;grid-template-columns:repeat(3,1fr)}.genie-trend-toggle{padding-inline:5px}}
.strategy-genie-trends-toggle{border-color:#394354;background:#151a24;color:var(--text)}.strategy-genie-trends-toggle:hover,.strategy-genie-trends-toggle:focus-visible{border-color:#6f8ba8;outline:none}.strategy-genie-trends-toggle.active{border-color:#6f8ba8;background:#1b2938;color:#b8c8d8;box-shadow:0 0 0 2px #6f8ba833}.genie-trend-toggle{border-color:#394354;border-radius:8px;background:#151a24;color:var(--text);padding:6px 9px;font-size:.72rem}.genie-trend-toggle.active{border-color:#6f8ba8;background:#1b2938;color:#b8c8d8}.genie-trend-toggle:hover,.genie-trend-toggle:focus-visible{border-color:#8da8c2;outline:none}.genie-trend-empty{grid-column:1/-1;margin:2px 0 0;color:var(--muted);font-size:.72rem}
.line-multi-controls{display:flex;flex-wrap:wrap;gap:5px;align-items:center}.line-multi-controls .genie-trend-toggle{min-width:58px}.strategy-row:has(.line-multi-controls){display:grid;align-items:start}@media(max-width:600px){.line-multi-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.line-multi-controls .genie-trend-toggle{min-width:0;padding-inline:5px}}
.result-promos{display:flex;align-items:center;gap:3px;margin-top:2px}.result-promo-ball{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;flex:0 0 19px;border:1px solid #b91c1c;border-radius:50%;background:#dc2626;color:#fff;font:800 8px/1 Arial,sans-serif;text-shadow:0 1px 2px rgba(0,0,0,.75)}.draw-placeholder .play-whe-promo-balls{flex-wrap:nowrap;gap:3px}.draw-placeholder .play-whe-promo-ball{width:26px;height:26px;flex-basis:26px;font-size:10px}@media(max-width:500px){.draw-placeholder .play-whe-promo-ball{width:22px;height:22px;flex-basis:22px;font-size:9px}}
.lucky-diamond-mode{margin-bottom:24px;padding:18px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.lucky-diamond-mode .section-heading{margin-bottom:12px}.lucky-diamond-mode h2{margin:0 0 6px;color:var(--yellow);font-size:1.45rem}.lucky-diamond-mode p{color:var(--muted);font-size:.86rem}.lucky-diamond-mode-controls{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.lucky-diamond-mode-controls label{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:.8rem}.lucky-diamond-mode-controls select{border:1px solid var(--border);border-radius:8px;background:var(--surface2);color:var(--text);padding:7px}.lucky-diamond-mode-controls .text-button{display:inline-block;text-decoration:none}.result-cell.ld-starter{border-color:var(--yellow);background:#443b17}.result-cell.ld-starter .result-ball{background:var(--yellow);color:#111}.result-cell.ld-following-hit{border-color:var(--green);background:rgba(121,230,165,.18)}.result-cell.ld-following-hit .result-ball{background:var(--green);color:#111}.result-cell.ld-following-miss{border-color:var(--red);background:rgba(255,143,143,.13)}.result-cell.ld-following-miss .result-ball{background:var(--red);color:#111}
@media(max-width:600px){.lucky-diamond-mode{padding:14px}.lucky-diamond-mode-controls{align-items:stretch;flex-direction:column}.lucky-diamond-mode-controls label{justify-content:space-between}.lucky-diamond-mode-controls select{flex:1}.lucky-diamond-mode-controls .text-button{text-align:center}}
