.word-search{--game-navy:#08245d;--game-red:#ee3b23;--game-gold:#dfa01b;--game-cream:#fffaf0;--game-line:#08245d38;--game-gap:clamp(1.35rem, 2.5vw, 2.8rem);gap:var(--game-gap);width:100%;color:var(--game-navy);grid-template-columns:minmax(0,40.5rem) minmax(10rem,12.5rem);font-family:Manrope,Helvetica Neue,Arial,sans-serif;display:grid}.word-search *,.word-search :before,.word-search :after{box-sizing:border-box}.word-search__play-area{min-width:0;position:relative}.word-search__meta{z-index:5;top:0;left:calc(100% + var(--game-gap));letter-spacing:-.01em;justify-content:flex-end;align-items:center;gap:1.1rem;width:12.5rem;min-height:2.4rem;margin:0;font-size:.95rem;font-weight:650;display:flex;position:absolute}.word-search__meta-item{white-space:nowrap;align-items:center;gap:.45rem;display:inline-flex}.word-search__meta-item:first-child svg{color:var(--game-gold)}.word-search__meta-divider{background:var(--game-line);width:1px;height:1.65rem}.word-search__grid-shell{grid-template-rows:1.75rem minmax(0,1fr);grid-template-columns:1.75rem minmax(0,1fr);width:100%;display:grid}.word-search__corner{grid-area:1/1}.word-search__axis{color:var(--game-navy);user-select:none;font-size:clamp(.62rem,1.25vw,.82rem);font-weight:650;line-height:1}.word-search__axis--top{text-align:center;grid-area:1/2;grid-template-columns:repeat(12,minmax(0,1fr));align-items:center;display:grid}.word-search__axis--left{grid-area:2/1;grid-template-rows:repeat(12,minmax(0,1fr));place-items:center;display:grid}.word-search__grid{grid-area:2/2;grid-template-columns:repeat(var(--grid-size), minmax(0, 1fr));grid-template-rows:repeat(var(--grid-size), minmax(0, 1fr));aspect-ratio:1;border-top:1px solid var(--game-line);border-left:1px solid var(--game-line);isolation:isolate;touch-action:none;user-select:none;background:#fffcf5ad;width:100%;display:grid;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff8c}.word-search__cell{z-index:2;appearance:none;border:0;border-right:1px solid var(--game-line);border-bottom:1px solid var(--game-line);min-width:0;min-height:0;color:var(--game-navy);font:inherit;cursor:crosshair;-webkit-tap-highlight-color:transparent;background:0 0;border-radius:0;place-items:center;margin:0;padding:0;font-size:clamp(.68rem,3.45cqw,1.18rem);font-weight:750;line-height:1;display:grid;position:relative}.word-search__row{display:contents}.word-search__cell>span{z-index:1;pointer-events:none;position:relative}.word-search__cell:hover{background:#08245d0e}.word-search__cell:focus-visible{z-index:4;outline:3px solid var(--game-red);outline-offset:-3px}.word-search__cell.is-selected{z-index:3;background:#08245d21;box-shadow:inset 0 0 0 2px #08245d3d}.word-search__cell.is-found{font-weight:800}.word-search__cell.is-hint{z-index:3;animation:.72s ease-in-out infinite alternate word-search-hint}.word-search__found-line{z-index:1;height:calc((100% / var(--grid-size)) * .72);background:var(--highlight-color);opacity:.48;pointer-events:none;transform-origin:0;border-radius:999px;position:absolute;box-shadow:0 1px 2px #08245d0d}.word-search__sidebar{flex-direction:column;min-width:0;padding-top:5.1rem;display:flex}.word-search__progress{white-space:nowrap;align-items:baseline;gap:.45rem;display:flex}.word-search__progress strong{color:var(--game-red);font-family:DM Serif Display,Georgia,serif;font-size:clamp(2.35rem,4vw,3rem);font-weight:400;line-height:.9}.word-search__progress span{font-family:DM Serif Display,Georgia,serif;font-size:clamp(1.35rem,2.4vw,1.72rem);font-weight:400}.word-search__progress-rule{background:var(--game-gold);width:4.15rem;height:1px;margin:1.15rem 0 1.55rem}.word-search__completion{border:1px solid color-mix(in srgb, var(--game-gold) 48%, transparent);background:color-mix(in srgb, var(--game-gold) 9%, transparent);color:var(--game-navy);border-radius:.25rem;align-items:center;gap:.7rem;margin:-.5rem 0 1.05rem;padding:.7rem .75rem;display:flex}.word-search__completion svg{color:var(--game-gold);flex:none}.word-search__completion div{gap:.12rem;display:grid}.word-search__completion strong{font-family:DM Serif Display,Georgia,serif;font-size:1.08rem;font-weight:400}.word-search__completion span{font-size:.72rem}.word-search__word-list{gap:clamp(.55rem,1.2vw,.88rem);margin:0;padding:0;list-style:none;display:grid}.word-search__word-list li{min-width:0;color:var(--game-navy);align-items:center;gap:.7rem;font-size:clamp(.7rem,1.2vw,.85rem);font-weight:600;line-height:1.15;display:flex}.word-search__word-list li svg,.word-search__empty-check{flex:none}.word-search__word-list li.is-found>span:last-child{text-decoration-line:line-through;text-decoration-color:#08245d59;text-decoration-thickness:1px}.word-search__empty-check{color:#08245d8c}.word-search__actions{grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);align-items:stretch;margin-top:auto;padding-top:1.35rem;display:grid}.word-search__actions>span{background:var(--game-line);width:1px;min-height:3.3rem}.word-search__actions button{appearance:none;min-width:0;min-height:3.5rem;color:var(--game-navy);font:inherit;cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:.45rem;font-size:.82rem;font-weight:600;display:flex}.word-search__actions button:hover{color:var(--game-red)}.word-search__actions button:focus-visible{outline:2px solid var(--game-red);outline-offset:-2px}.word-search__actions button:disabled{color:#08245d66;cursor:not-allowed}.word-search__instructions,.word-search__sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@keyframes word-search-hint{0%{background:#dfa01b26;box-shadow:inset 0 0 0 2px #dfa01b59}to{background:#dfa01b7a;box-shadow:inset 0 0 0 3px #dfa01bb8}}@media (width<=64rem){.word-search{--game-gap:1rem;grid-template-columns:minmax(0,1fr) minmax(10.5rem,12rem);gap:1rem}.word-search__sidebar{padding-top:4.7rem}.word-search__meta{width:12rem}}@media (width<=47.5rem){.word-search{grid-template-columns:minmax(0,1fr);gap:1.4rem;max-width:39rem;margin-inline:auto}.word-search__sidebar{grid-template-columns:auto minmax(0,1fr);padding-top:0;display:grid}.word-search__meta{width:100%;min-height:2.2rem;margin-bottom:.25rem;position:static}.word-search__progress{grid-column:1;align-self:center}.word-search__progress-rule{grid-column:2;align-self:center;width:auto;margin:0 0 0 1rem}.word-search__completion,.word-search__word-list,.word-search__actions{grid-column:1/-1}.word-search__completion{margin:0 0 1rem}.word-search__word-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem 1rem;padding-top:1.2rem}.word-search__actions{width:min(100%,18rem);margin:.65rem auto 0}}@media (width<=27rem){.word-search__meta{gap:.7rem;font-size:.78rem}.word-search__meta-divider{height:1.2rem}.word-search__grid-shell{grid-template-rows:1.35rem minmax(0,1fr);grid-template-columns:1.35rem minmax(0,1fr)}.word-search__axis{font-size:.56rem}.word-search__word-list{column-gap:.65rem}.word-search__word-list li{gap:.38rem;font-size:.64rem}}@media (width<=22.5rem){.word-search__grid-shell{grid-template-rows:0 minmax(0,1fr);grid-template-columns:0 minmax(0,1fr)}.word-search__corner,.word-search__axis{display:none}}@media (prefers-reduced-motion:reduce){.word-search__cell.is-hint{background:#dfa01b5c;animation:none;box-shadow:inset 0 0 0 3px #dfa01bad}}
