/* WP Strands Advanced Unlimited Fixed */
.wpstrands-app,.wpstrands-app *{box-sizing:border-box}
.wpstrands-app{
  --blue:#b7e7f4;
  --blue2:#d9f3fb;
  --yellow:#ffd84d;
  --found:#79d7ff;
  --ink:#080808;
  width:100%;
  max-width:980px;
  margin:0 auto 28px!important;
  padding:22px 12px 24px!important;
  background:#fff!important;
  color:var(--ink)!important;
  font-family:"Work Sans",Arial,sans-serif!important;
  overflow-x:hidden!important;
}
.wpstrands-app button{
  font-family:"Work Sans",Arial,sans-serif!important;
  text-transform:none!important;
  letter-spacing:normal!important;
}
.wpstrands-main{
  display:grid;
  grid-template-columns:minmax(260px,360px) minmax(300px,420px);
  align-items:center;
  justify-content:center;
  gap:58px;
  width:100%;
  margin:0 auto!important;
}
.wpstrands-info{text-align:center;width:100%}
.wpstrands-theme{
  width:270px;
  margin:0 auto 26px!important;
  border:1px solid #d9d9d9;
  border-radius:7px;
  overflow:hidden;
  background:#fff;
}
.wpstrands-theme-label{
  background:var(--blue);
  padding:7px 10px;
  font-size:14px;
  font-weight:900;
  letter-spacing:.02em;
}
.wpstrands-theme-text{
  padding:15px 10px 17px;
  font-size:24px;
  font-weight:900;
  line-height:1.15;
}
.wpstrands-found-count{
  font-size:23px;
  margin:0 auto 22px!important;
}
.wpstrands-found-count strong{font-size:25px}
.wpstrands-current{
  height:32px;
  margin:0 0 12px!important;
  font-size:22px;
  font-weight:900;
  letter-spacing:2px;
}
.wpstrands-buttons{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin:0 auto 16px!important;
}
.wpstrands-buttons button{
  min-width:98px;
  height:44px;
  border:2px solid #999!important;
  background:#fff!important;
  color:#666!important;
  -webkit-text-fill-color:#666!important;
  border-radius:999px!important;
  font-size:17px!important;
  font-weight:800!important;
  cursor:pointer!important;
  padding:0 18px!important;
}
.wpstrands-buttons button:hover{
  border-color:#111!important;
  color:#111!important;
  -webkit-text-fill-color:#111!important;
}
.wpstrands-found-list{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  min-height:38px;
}
.wpstrands-word-pill{
  background:var(--blue2);
  border-radius:999px;
  padding:6px 11px;
  font-weight:800;
  font-size:14px;
}
.wpstrands-board-wrap{display:flex;justify-content:center;width:100%}
.wpstrands-board{
  display:grid;
  grid-template-columns:repeat(6,48px);
  grid-template-rows:repeat(8,48px);
  gap:8px;
  touch-action:none;
  user-select:none;
}
.wpstrands-cell{
  width:48px!important;
  height:48px!important;
  border:0!important;
  background:#fff!important;
  color:#000!important;
  -webkit-text-fill-color:#000!important;
  font-size:26px!important;
  font-weight:500!important;
  line-height:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  cursor:pointer!important;
  padding:0!important;
}
.wpstrands-cell.selected{background:var(--yellow)!important;font-weight:900!important}
.wpstrands-cell.found{background:var(--found)!important;font-weight:900!important}
.wpstrands-cell.hint{outline:3px solid var(--yellow)!important;outline-offset:2px}
.wpstrands-modal{
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.55);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:99999;
  padding:18px;
}
.wpstrands-modal[hidden]{display:none}
.wpstrands-card{
  position:relative;
  width:min(560px,100%);
  background:#fff;
  border-radius:18px;
  padding:26px;
  box-shadow:0 24px 80px rgba(0,0,0,.35);
  color:#111;
}
.wpstrands-close{
  position:absolute;
  right:14px;
  top:8px;
  border:0!important;
  background:transparent!important;
  font-size:34px!important;
  cursor:pointer!important;
}
@keyframes wpstrands-shake{20%,60%{transform:translateX(-5px)}40%,80%{transform:translateX(5px)}}
.wpstrands-shake{animation:wpstrands-shake .3s ease}

@media(max-width:760px){
  .wpstrands-app{
    max-width:430px;
    padding:10px 10px 22px!important;
  }
  .wpstrands-main{
    display:flex;
    flex-direction:column;
    gap:18px;
  }
  .wpstrands-info{order:1}
  .wpstrands-board-wrap{order:2}
  .wpstrands-theme{width:min(300px,100%);margin-bottom:14px!important}
  .wpstrands-theme-text{font-size:22px}
  .wpstrands-found-count{font-size:20px;margin-bottom:12px!important}
  .wpstrands-board{
    grid-template-columns:repeat(6,44px);
    grid-template-rows:repeat(8,44px);
    gap:6px;
  }
  .wpstrands-cell{
    width:44px!important;
    height:44px!important;
    font-size:24px!important;
  }
  .wpstrands-buttons button{
    min-width:88px;
    height:42px;
    font-size:16px!important;
  }
}
@media(max-width:340px){
  .wpstrands-board{
    grid-template-columns:repeat(6,40px);
    grid-template-rows:repeat(8,40px);
    gap:4px;
  }
  .wpstrands-cell{
    width:40px!important;
    height:40px!important;
    font-size:22px!important;
  }
}
