.cqh-games-app{padding-bottom:110px}
.cqh-games-shell{display:grid;gap:18px;justify-items:center}
.cqh-games-head{width:min(100%,860px);align-items:flex-end}
.cqh-games-head h1{margin:.1em 0 .2em;font-size:clamp(30px,6vw,56px);line-height:.95;color:#fff;font-weight:950}
.cqh-match3-wrap,.cqh-match3-wrap *{box-sizing:border-box}
.cqh-match3-wrap{width:100%;display:flex;justify-content:center;margin:8px auto 20px;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}
.cqh-match3-stage{position:relative;width:min(100%,480px);aspect-ratio:9/16;overflow:hidden;border-radius:24px;background:#111;isolation:isolate;box-shadow:0 18px 50px rgba(0,0,0,.35);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.cqh-match3-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}
.cqh-match3-bg[hidden]{display:none!important}
.cqh-match3-ui{position:absolute;top:4.4%;left:3.6%;right:3.6%;z-index:8;display:grid;grid-template-columns:1fr .95fr 1fr;gap:12px;align-items:start;transition:opacity .25s ease,visibility .25s ease}
.cqh-match3-timer,.cqh-match3-level,.cqh-match3-counter{display:flex;align-items:center;gap:10px;padding:10px 14px;border:2px solid rgba(242,198,92,.95);border-radius:22px;background:linear-gradient(180deg,rgba(27,35,48,.97),rgba(12,16,24,.98));box-shadow:0 8px 18px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.14);color:#fff6ca;min-height:64px}
.cqh-match3-level{justify-content:center}
.cqh-match3-counter{justify-content:space-between}
.cqh-match3-level-name,.cqh-match3-counter-label{font-size:clamp(14px,2.5vw,17px);font-weight:900;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}
.cqh-match3-counter-value{font-size:clamp(18px,3vw,24px);font-weight:1000;white-space:nowrap}
.cqh-match3-time{min-width:44px;color:#fff6ca;text-align:center;font-weight:1000;font-size:clamp(26px,5vw,38px);line-height:1;text-shadow:0 2px 3px rgba(0,0,0,.55)}
.cqh-match3-timebar{position:relative;flex:1;height:13px;border-radius:999px;overflow:hidden;background:rgba(0,0,0,.45);box-shadow:inset 0 2px 4px rgba(0,0,0,.42)}
.cqh-match3-timebar span{position:absolute;inset:0 auto 0 0;width:100%;border-radius:inherit;background:linear-gradient(90deg,#f2483f,#ffc94e,#4be25b);transition:width .16s linear}
.cqh-match3-board{--cqh-match3-cols:5;--cqh-match3-rows:7;position:absolute;left:4.9%;top:23.8%;width:61.5%;aspect-ratio:2/3;z-index:5;filter:drop-shadow(0 16px 18px rgba(0,0,0,.32));transition:opacity .25s ease,visibility .25s ease}
.cqh-match3-board-frame{display:block;width:100%;height:100%;pointer-events:none}
.cqh-match3-grid{position:absolute;left:14.3%;top:10.7%;width:71.4%;height:79.6%;display:grid;grid-template-columns:repeat(var(--cqh-match3-cols),minmax(0,1fr));grid-template-rows:repeat(var(--cqh-match3-rows),minmax(0,1fr));gap:2.6%;padding:3.2%;border-radius:18px;background:linear-gradient(180deg,rgba(6,11,17,.9),rgba(16,24,34,.78));box-shadow:inset 0 0 0 1px rgba(255,183,58,.16),inset 0 10px 18px rgba(255,255,255,.05),inset 0 -18px 28px rgba(0,0,0,.28);z-index:2;touch-action:none}
.cqh-match3-tile{position:relative;width:100%;height:100%;border:0;padding:0;margin:0;border-radius:23%;cursor:pointer;box-shadow:inset 0 4px 8px rgba(255,255,255,.35),inset 0 -8px 9px rgba(0,0,0,.25),0 4px 0 rgba(0,0,0,.22),0 7px 9px rgba(0,0,0,.24);transform:translateZ(0) scale(1);transition:transform .12s ease,filter .12s ease,opacity .12s ease;outline:none;color:transparent;font-size:0}
.cqh-match3-tile:after{content:"";position:absolute;left:16%;right:16%;top:12%;height:20%;border-radius:999px;background:rgba(255,255,255,.28)}
.cqh-match3-tile[data-color=red]{background:linear-gradient(180deg,#ff5b53 0%,#f51f28 52%,#b80d1a 100%)}
.cqh-match3-tile[data-color=blue]{background:linear-gradient(180deg,#47b9ff 0%,#1174ee 54%,#083fb3 100%)}
.cqh-match3-tile[data-color=green]{background:linear-gradient(180deg,#74fb66 0%,#1fc93a 55%,#0b7d22 100%)}
.cqh-match3-tile[data-color=yellow]{background:linear-gradient(180deg,#ffe86a 0%,#ffbf25 52%,#c87909 100%)}
.cqh-match3-tile[data-color=purple]{background:linear-gradient(180deg,#d77cff 0%,#9044f0 52%,#5d22b6 100%)}
.cqh-match3-tile.cqh-match3-selected{transform:scale(1.1);filter:brightness(1.2) saturate(1.08);box-shadow:0 0 0 3px rgba(255,245,170,.95),0 0 16px rgba(255,220,80,.95),inset 0 5px 8px rgba(255,255,255,.4),inset 0 -8px 9px rgba(0,0,0,.25),0 6px 0 rgba(0,0,0,.22);z-index:3}
.cqh-match3-tile.cqh-match3-matched{animation:cqh-match3-pop .22s ease both}
.cqh-match3-board.cqh-match3-invalid{animation:cqh-match3-shake .25s ease}
.cqh-match3-trap{position:absolute;right:14.6%;top:-.2%;width:22.5%;height:auto;z-index:7;transform-origin:50% 0%;animation:cqh-match3-swing 2.2s ease-in-out infinite;filter:drop-shadow(0 16px 18px rgba(0,0,0,.42));pointer-events:none;transition:opacity .25s ease,visibility .25s ease}
.cqh-match3-right-flame{position:absolute;right:7.8%;top:39.8%;width:13.5%;z-index:3;transform-origin:50% 85%;animation:cqh-match3-flame 1.1s ease-in-out infinite alternate;filter:drop-shadow(0 0 18px rgba(255,145,0,.85));pointer-events:none;transition:opacity .25s ease,visibility .25s ease}
.cqh-match3-zzz{position:absolute;right:10.8%;bottom:9.6%;z-index:6;pointer-events:none}
.cqh-match3-zzz[hidden]{display:none!important}
.cqh-match3-zzz span{position:absolute;color:rgba(233,242,255,.95);font-weight:1000;text-transform:uppercase;text-shadow:0 0 10px rgba(94,180,255,.5),0 2px 4px rgba(0,0,0,.45);animation:cqh-match3-zzz-float 2.4s ease-in-out infinite;opacity:.92}
.cqh-match3-zzz span:nth-child(1){font-size:28px;right:0;bottom:0}
.cqh-match3-zzz span:nth-child(2){font-size:38px;right:-18px;bottom:22px;animation-delay:.35s}
.cqh-match3-zzz span:nth-child(3){font-size:50px;right:-48px;bottom:56px;animation-delay:.7s}
.cqh-match3-overlay,.cqh-match3-leaderboard-modal{position:absolute;inset:0;z-index:20;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,rgba(0,0,0,.28),rgba(0,0,0,.72));backdrop-filter:blur(2px)}
.cqh-match3-overlay[hidden],.cqh-match3-leaderboard-modal[hidden]{display:none!important}
.cqh-match3-dialog,.cqh-match3-leaderboard-panel{width:min(88%,380px);display:grid;gap:14px;padding:20px 18px;background:linear-gradient(180deg,rgba(23,28,36,.96),rgba(12,16,22,.98));border:2px solid rgba(242,198,92,.95);border-radius:24px;box-shadow:0 20px 35px rgba(0,0,0,.45)}
.cqh-match3-dialog-title,.cqh-match3-leaderboard-head h3{margin:0;color:#fff9d0;font-size:clamp(24px,6vw,34px);font-weight:900;text-align:center}
.cqh-match3-dialog-score,.cqh-match3-save-status,.cqh-match3-reset-line,.cqh-match3-prize,.cqh-match3-board-loading{margin:0;color:#ffd98a;text-align:center;font-weight:700}
.cqh-match3-reset-line,.cqh-match3-prize{font-size:13px;color:#fff4ce}
.cqh-match3-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.cqh-match3-action,.cqh-match3-close-board{appearance:none;border:0;cursor:pointer}
.cqh-match3-action{border-radius:18px;min-height:54px;padding:12px 16px;color:#542900;font-size:18px;font-weight:900;text-transform:uppercase;letter-spacing:.02em}
.cqh-match3-action-primary{background:linear-gradient(180deg,#fff3a3,#ffbf2c 60%,#e38112);box-shadow:0 9px 0 #8f3f08,0 16px 26px rgba(0,0,0,.35),inset 0 2px 0 rgba(255,255,255,.58)}
.cqh-match3-action-secondary{color:#fff4ce;background:linear-gradient(180deg,#263449,#121722 80%);border:2px solid rgba(242,198,92,.75);box-shadow:0 9px 0 rgba(63,49,17,.85),0 16px 26px rgba(0,0,0,.35)}
.cqh-match3-action:active,.cqh-match3-close-board:active{transform:translateY(4px)}
.cqh-match3-leaderboard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.cqh-match3-close-board{width:36px;height:36px;border-radius:999px;background:rgba(255,255,255,.1);color:#fff;font-size:24px;line-height:1}
.cqh-match3-board-table{width:100%;border-collapse:collapse;color:#fff5d0}
.cqh-match3-board-table th,.cqh-match3-board-table td{text-align:left;padding:10px 8px;border-bottom:1px solid rgba(255,255,255,.1);font-size:14px}
.cqh-match3-over .cqh-match3-board,.cqh-match3-over .cqh-match3-ui,.cqh-match3-over .cqh-match3-trap,.cqh-match3-over .cqh-match3-right-flame{opacity:0;visibility:hidden;pointer-events:none}
.cqh-match3-lose-preview .cqh-match3-overlay,.cqh-match3-lose-preview .cqh-match3-leaderboard-modal{display:none!important}
.cqh-match3-login{text-align:center;max-width:560px}
@keyframes cqh-match3-swing{0%,100%{transform:rotate(-2.8deg)}50%{transform:rotate(2.8deg)}}
@keyframes cqh-match3-flame{0%{transform:scale(.96) rotate(-2deg);opacity:.84}50%{transform:scale(1.04) rotate(1deg);opacity:1}100%{transform:scale(.98) rotate(-1deg);opacity:.9}}
@keyframes cqh-match3-pop{0%{transform:scale(1);opacity:1}60%{transform:scale(1.22);opacity:.85}100%{transform:scale(.35);opacity:0}}
@keyframes cqh-match3-shake{0%,100%{transform:translateX(0)}25%{transform:translateX(-5px)}50%{transform:translateX(5px)}75%{transform:translateX(-3px)}}
@keyframes cqh-match3-zzz-float{0%{transform:translate3d(0,0,0) scale(.9);opacity:0}25%,60%{opacity:.95}100%{transform:translate3d(8px,-18px,0) scale(1.1);opacity:0}}
@media(max-width:420px){.cqh-games-app{padding:10px 4px 108px}.cqh-match3-stage{border-radius:16px}.cqh-match3-ui{top:4%;left:3%;right:3%;gap:8px}.cqh-match3-timer,.cqh-match3-level,.cqh-match3-counter{min-height:56px;padding:8px 10px}.cqh-match3-level-name,.cqh-match3-counter-label{font-size:12px}.cqh-match3-counter-value{font-size:16px}.cqh-match3-time{font-size:24px;min-width:34px}.cqh-match3-board{left:4.5%;top:24.2%;width:62.5%}.cqh-match3-trap{right:12.8%;width:23.5%}.cqh-match3-right-flame{right:6.8%;top:40.6%;width:15%}.cqh-match3-zzz{right:10%;bottom:9.2%}.cqh-match3-actions{grid-template-columns:1fr}}


/* v1.6.37 - Games page layout fix: keep navigation and game as separate page areas. */
.cqh-app.cqh-games-app{
  display:block!important;
  width:min(100% - 18px, 820px)!important;
  max-width:820px!important;
  margin:18px auto!important;
  padding:16px!important;
  overflow:visible!important;
  min-height:auto!important;
}
.cqh-app.cqh-games-app > .cqh-topbar.cqh-topbar-unified{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  min-height:auto!important;
  margin:0 0 16px!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  transform:none!important;
}
.cqh-app.cqh-games-app > .cqh-topbar.cqh-topbar-unified .cqh-nav{
  display:flex!important;
  flex-wrap:wrap!important;
  width:auto!important;
  max-width:100%!important;
  gap:8px!important;
  overflow:visible!important;
}
.cqh-app.cqh-games-app > .cqh-topbar.cqh-topbar-unified .cqh-nav a{
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  white-space:nowrap!important;
}
.cqh-games-app .cqh-mobile-bottom-nav{
  z-index:9999!important;
}
.cqh-games-shell{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  max-width:100%!important;
  gap:12px!important;
  clear:both!important;
}
.cqh-games-head{
  display:block!important;
  width:min(100%, 520px)!important;
  max-width:520px!important;
  margin:0 auto 4px!important;
  text-align:center!important;
}
.cqh-games-head .cqh-kicker,
.cqh-games-head h1,
.cqh-games-head p{
  text-align:center!important;
}
.cqh-games-head h1{
  margin:.05em 0 .18em!important;
}
.cqh-match3-wrap{
  width:100%!important;
  max-width:480px!important;
  margin:0 auto 18px!important;
  display:flex!important;
  justify-content:center!important;
  clear:both!important;
}
.cqh-match3-stage{
  flex:0 0 auto!important;
}
.cqh-match3-board-frame{
  background:transparent!important;
}
.cqh-mobile-bottom-nav .cqh-mobile-nav-item-games .cqh-mobile-nav-icon,
.cqh-nav a[href*="/games/"] .cqh-nav-icon{
  font-family:Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,sans-serif!important;
}
@media(max-width:782px){
  html.cqh-mobile-runtime .cqh-app.cqh-games-app,
  .cqh-app.cqh-games-app{
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:8px 6px calc(98px + env(safe-area-inset-bottom,0px))!important;
    border-radius:0!important;
  }
  html.cqh-mobile-runtime .cqh-app.cqh-games-app > .cqh-topbar.cqh-topbar-unified,
  .cqh-app.cqh-games-app > .cqh-topbar.cqh-topbar-unified{
    display:none!important;
  }
  .cqh-games-head{
    width:min(100%,480px)!important;
    margin:0 auto 8px!important;
    padding:0 8px!important;
  }
  .cqh-games-head p{display:none!important;}
  .cqh-games-head h1{font-size:28px!important;line-height:1!important;}
  .cqh-match3-wrap{max-width:480px!important;margin:0 auto!important;}
  .cqh-match3-stage{width:min(100vw - 12px,480px)!important;max-width:480px!important;}
}

/* Match3 custom art leaderboard v1.6.39 */
.cqh-match3-leaderboard-panel.cqh-match3-leaderboard-art-panel{
    width:min(92vw,447px);
    max-height:92vh;
    aspect-ratio:447/558;
    display:block;
    position:relative;
    padding:0;
    background:transparent;
    border:0;
    border-radius:0;
    box-shadow:none;
    overflow:visible;
}
.cqh-match3-leaderboard-art{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:contain;
    pointer-events:none;
    user-select:none;
    -webkit-user-select:none;
}
.cqh-match3-close-board.cqh-match3-close-board-art{
    position:absolute;
    top:12.3%;
    right:9.2%;
    width:13%;
    height:10.5%;
    border-radius:999px;
    z-index:3;
    background:transparent;
    color:transparent;
    box-shadow:none;
    border:0;
}
.cqh-match3-close-board.cqh-match3-close-board-art:focus-visible{
    outline:3px solid rgba(255,230,120,.95);
    outline-offset:2px;
}
.cqh-match3-leaderboard-content{
    position:absolute;
    z-index:2;
    left:13.5%;
    right:13.5%;
    top:38%;
    bottom:10%;
    display:flex;
    flex-direction:column;
    gap:8px;
    padding:0 2%;
}
.cqh-match3-leaderboard-content .cqh-match3-reset-line,
.cqh-match3-leaderboard-content .cqh-match3-prize{
    margin:0;
    text-align:center;
    font-weight:900;
    color:#fff5cf;
    text-shadow:0 2px 4px rgba(0,0,0,.75);
}
.cqh-match3-leaderboard-content .cqh-match3-reset-line{font-size:clamp(12px,3vw,16px);}
.cqh-match3-leaderboard-content .cqh-match3-prize{font-size:clamp(11px,2.6vw,14px);color:#ffd66f;}
.cqh-match3-leaderboard-content .cqh-match3-board-loading{
    color:#fff5cf;
    font-weight:900;
    text-shadow:0 2px 4px rgba(0,0,0,.75);
}
.cqh-match3-leaderboard-content .cqh-match3-board-table{
    margin-top:6px;
    color:#fff8d8;
    text-shadow:0 2px 4px rgba(0,0,0,.75);
}
.cqh-match3-leaderboard-content .cqh-match3-board-table th{
    color:#ffd66f;
    font-size:clamp(12px,3vw,16px);
    font-weight:1000;
}
.cqh-match3-leaderboard-content .cqh-match3-board-table td{
    color:#fff8d8;
    font-size:clamp(12px,3vw,16px);
    font-weight:800;
}
.cqh-match3-leaderboard-content .cqh-match3-board-table th,
.cqh-match3-leaderboard-content .cqh-match3-board-table td{
    padding:8px 6px;
    border-bottom:1px solid rgba(255,214,111,.26);
}
.cqh-match3-leaderboard-content .cqh-match3-board-table th:first-child,
.cqh-match3-leaderboard-content .cqh-match3-board-table td:first-child{width:15%;text-align:center;}
.cqh-match3-leaderboard-content .cqh-match3-board-table th:nth-child(3),
.cqh-match3-leaderboard-content .cqh-match3-board-table td:nth-child(3),
.cqh-match3-leaderboard-content .cqh-match3-board-table th:nth-child(4),
.cqh-match3-leaderboard-content .cqh-match3-board-table td:nth-child(4){text-align:center;}
@media(max-width:420px){
    .cqh-match3-leaderboard-panel.cqh-match3-leaderboard-art-panel{width:94vw;}
    .cqh-match3-leaderboard-content{left:12.5%;right:12.5%;top:38.5%;bottom:10%;}
    .cqh-match3-leaderboard-content .cqh-match3-board-table th,
    .cqh-match3-leaderboard-content .cqh-match3-board-table td{padding:7px 4px;}
}


/* Match3 leaderboard top5 + self v1.6.41 */
.cqh-match3-leaderboard-content .cqh-match3-board-table{margin-top:4px;table-layout:fixed;width:100%;}
.cqh-match3-leaderboard-content .cqh-match3-board-table th,
.cqh-match3-leaderboard-content .cqh-match3-board-table td{padding:7px 5px;line-height:1.15;vertical-align:middle;}
.cqh-match3-leaderboard-content .cqh-match3-board-table th:nth-child(1),
.cqh-match3-leaderboard-content .cqh-match3-board-table td:nth-child(1){width:12%;}
.cqh-match3-leaderboard-content .cqh-match3-board-table th:nth-child(2),
.cqh-match3-leaderboard-content .cqh-match3-board-table td:nth-child(2){width:42%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.cqh-match3-leaderboard-content .cqh-match3-board-table th:nth-child(3),
.cqh-match3-leaderboard-content .cqh-match3-board-table td:nth-child(3){width:18%;}
.cqh-match3-leaderboard-content .cqh-match3-board-table th:nth-child(4),
.cqh-match3-leaderboard-content .cqh-match3-board-table td:nth-child(4){width:28%;}
.cqh-match3-leaderboard-content .cqh-match3-board-table .cqh-match3-self-row td{background:rgba(255,214,111,.10);color:#fff3b8;font-weight:900;}
.cqh-match3-leaderboard-content .cqh-match3-board-table .cqh-match3-ellipsis-row td{padding:6px 5px;color:#ffd66f;opacity:.95;border-bottom:1px solid rgba(255,214,111,.18);font-style:italic;}
.cqh-match3-leaderboard-content .cqh-match3-board-table .cqh-match3-ellipsis-row td:first-child{text-align:center;}
@media(max-width:420px){
  .cqh-match3-leaderboard-content .cqh-match3-board-table th,
  .cqh-match3-leaderboard-content .cqh-match3-board-table td{padding:6px 3px;font-size:clamp(11px,2.8vw,14px);}
  .cqh-match3-leaderboard-content .cqh-match3-reset-line{font-size:clamp(11px,2.9vw,15px);}
  .cqh-match3-leaderboard-content .cqh-match3-prize{font-size:clamp(10px,2.5vw,13px);}
}


/* v1.6.44 - desktop match3 layout + clean banner treatment */
.cqh-app.cqh-games-app{
  width:min(100% - 24px, 1120px)!important;
  max-width:1120px!important;
  margin:18px auto 28px!important;
  padding:16px 16px 24px!important;
}
.cqh-app.cqh-games-app > .cqh-topbar.cqh-topbar-unified{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  min-height:auto!important;
  margin:0 0 10px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.cqh-app.cqh-games-app > .cqh-topbar.cqh-topbar-unified .cqh-brand{
  min-width:0!important;
}
.cqh-app.cqh-games-app > .cqh-topbar.cqh-topbar-unified .cqh-nav{
  display:flex!important;
  flex-wrap:nowrap!important;
  justify-content:center!important;
  align-items:center!important;
  gap:6px!important;
  width:100%!important;
  min-width:0!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
  padding:0 4px!important;
}
.cqh-app.cqh-games-app > .cqh-topbar.cqh-topbar-unified .cqh-nav::-webkit-scrollbar{display:none!important;}
.cqh-app.cqh-games-app > .cqh-topbar.cqh-topbar-unified .cqh-nav a{
  flex:0 0 auto!important;
  min-width:70px!important;
  max-width:none!important;
  padding:10px 10px!important;
}
.cqh-app.cqh-games-app > .cqh-topbar.cqh-topbar-unified .cqh-nav-label{
  font-size:13px!important;
}
.cqh-app.cqh-games-app > .cqh-topbar.cqh-topbar-unified .cqh-top-actions{
  flex-wrap:nowrap!important;
  justify-content:flex-end!important;
}
.cqh-games-head{display:none!important;}
.cqh-games-shell{
  gap:8px!important;
}
.cqh-match3-wrap{
  margin:0 auto 16px!important;
}
.cqh-match3-promo-banner,
.cqh-mch-match3-promo,
.cqh-match3-promo-banner-desktop{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
  overflow:visible!important;
}
.cqh-match3-promo-banner img,
.cqh-mch-match3-promo img,
.cqh-match3-promo-banner-desktop img{
  border-radius:0!important;
  box-shadow:none!important;
}
@media (min-width: 900px){
  .cqh-match3-promo-banner,
  .cqh-match3-promo-banner-desktop{
    max-width:1120px!important;
    aspect-ratio:1120/480!important;
    min-height:220px!important;
    margin:18px auto 24px!important;
  }
}
@media (max-width: 1080px){
  .cqh-app.cqh-games-app > .cqh-topbar.cqh-topbar-unified{
    grid-template-columns:minmax(0,1fr)!important;
    justify-items:center!important;
    gap:10px!important;
  }
  .cqh-app.cqh-games-app > .cqh-topbar.cqh-topbar-unified .cqh-top-actions{
    justify-content:center!important;
  }
}
@media(max-width:782px){
  .cqh-app.cqh-games-app{
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:8px 6px calc(98px + env(safe-area-inset-bottom,0px))!important;
  }
}


/* v1.6.45 - lightweight paw tiles */
.cqh-match3-tile{
  overflow:hidden;
}
.cqh-match3-tile::before{
  content:"";
  position:absolute;
  left:50%;
  top:53%;
  width:54%;
  height:54%;
  transform:translate(-50%,-50%) rotate(-8deg);
  opacity:.30;
  background:rgba(255,255,255,.92);
  pointer-events:none;
  z-index:1;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='black' d='M50 54c-16 0-29 15-29 28 0 9 7 14 15 11 5-2 9-5 14-5s9 3 14 5c8 3 15-2 15-11 0-13-13-28-29-28zM25 36c-8 0-14 8-14 18s6 18 14 18 14-8 14-18-6-18-14-18zm50 0c-8 0-14 8-14 18s6 18 14 18 14-8 14-18-6-18-14-18zM39 15c-8 0-14 8-14 18s6 18 14 18 14-8 14-18-6-18-14-18zm22 0c-8 0-14 8-14 18s6 18 14 18 14-8 14-18-6-18-14-18z'/%3E%3C/svg%3E");
          mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='black' d='M50 54c-16 0-29 15-29 28 0 9 7 14 15 11 5-2 9-5 14-5s9 3 14 5c8 3 15-2 15-11 0-13-13-28-29-28zM25 36c-8 0-14 8-14 18s6 18 14 18 14-8 14-18-6-18-14-18zm50 0c-8 0-14 8-14 18s6 18 14 18 14-8 14-18-6-18-14-18zM39 15c-8 0-14 8-14 18s6 18 14 18 14-8 14-18-6-18-14-18zm22 0c-8 0-14 8-14 18s6 18 14 18 14-8 14-18-6-18-14-18z'/%3E%3C/svg%3E");
  -webkit-mask-repeat:no-repeat;
          mask-repeat:no-repeat;
  -webkit-mask-position:center;
          mask-position:center;
  -webkit-mask-size:contain;
          mask-size:contain;
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.20));
}
.cqh-match3-tile::after{
  z-index:2;
}
.cqh-match3-tile[data-color=yellow]::before{
  opacity:.26;
  background:rgba(255,255,255,.82);
}
.cqh-match3-tile[data-color=blue]::before,
.cqh-match3-tile[data-color=purple]::before{
  opacity:.34;
}
.cqh-match3-tile.cqh-match3-selected::before{
  opacity:.44;
  transform:translate(-50%,-50%) rotate(-8deg) scale(1.04);
}
.cqh-match3-tile.cqh-match3-matched::before{
  opacity:.55;
}
@media(max-width:420px){
  .cqh-match3-tile::before{
    width:50%;
    height:50%;
  }
}


/* v1.6.46 - stronger paw visibility */
.cqh-match3-tile::before{
  width:62%!important;
  height:62%!important;
  opacity:.50!important;
  background:rgba(255,255,255,.90)!important;
  filter:
    drop-shadow(0 1px 0 rgba(0,0,0,.42))
    drop-shadow(0 -1px 0 rgba(0,0,0,.28))
    drop-shadow(1px 0 0 rgba(0,0,0,.30))
    drop-shadow(-1px 0 0 rgba(0,0,0,.30))!important;
}
.cqh-match3-tile[data-color=yellow]::before{
  opacity:.42!important;
  background:rgba(82,46,0,.62)!important;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.28))!important;
}
.cqh-match3-tile[data-color=blue]::before,
.cqh-match3-tile[data-color=purple]::before{
  opacity:.56!important;
}
.cqh-match3-tile.cqh-match3-selected::before{
  opacity:.68!important;
  width:66%!important;
  height:66%!important;
}


/* v1.6.47 - larger leaderboard close hit area */
.cqh-match3-close-board.cqh-match3-close-board-art{
  top:6.5%!important;
  right:1.5%!important;
  width:24%!important;
  height:18%!important;
  min-width:78px!important;
  min-height:78px!important;
  border-radius:999px!important;
  cursor:pointer!important;
  z-index:6!important;
  touch-action:manipulation!important;
}
.cqh-match3-close-board.cqh-match3-close-board-art::after{
  content:"";
  position:absolute;
  inset:18%;
  border-radius:999px;
}
@media(max-width:420px){
  .cqh-match3-close-board.cqh-match3-close-board-art{
    top:5.5%!important;
    right:0!important;
    width:28%!important;
    height:20%!important;
    min-width:82px!important;
    min-height:82px!important;
  }
}
