:root{--gmp1-ink:#173b34;--gmp1-paper:#fffdf7;--gmp1-line:#d7e3dc;--gmp1-green:#145648;--gmp1-mint:#e7f3ed;--gmp1-coral:#f47865;--gmp1-shadow:0 18px 55px rgba(19,55,47,.11)}
.gmp1-page{background:linear-gradient(180deg,#f8f5eb 0,#fff 32%)}
.gmp1-hero{border-radius:28px;overflow:hidden;background:linear-gradient(135deg,#fff 0%,color-mix(in srgb,var(--gmp1-accent) 12%,#fff) 100%);box-shadow:var(--gmp1-shadow)}
.gmp1-hero .game-hero-art{background:color-mix(in srgb,var(--gmp1-accent) 9%,#fff)}
.gmp1-hero .game-hero-art img{width:100%;height:100%;object-fit:cover}
.gmp1-layout{align-items:start}
.gmp1-game{background:#fff;border:1px solid var(--gmp1-line);border-radius:24px;box-shadow:var(--gmp1-shadow);overflow:hidden;min-height:580px}
.gmp1-topbar{padding:18px 22px 0}.gmp1-progress{display:flex;justify-content:space-between;gap:16px;color:#55716a;font-size:.9rem}.gmp1-progress strong{color:var(--gmp1-ink)}
.gmp1-progress-track{height:7px;border-radius:99px;background:#e7eee9;margin-top:11px;overflow:hidden}.gmp1-progress-track span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--gmp1-green),#55a786);transition:width .3s ease}
.gmp1-difficulty{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;padding:18px 18px 4px}.gmp1-difficulty button{border:1px solid #c9d9d1;background:#fff;color:var(--gmp1-ink);border-radius:999px;padding:9px 15px;font:inherit;font-weight:750;cursor:pointer}.gmp1-difficulty button.is-active{background:var(--gmp1-green);border-color:var(--gmp1-green);color:#fff}.gmp1-difficulty button:focus-visible,.gmp1-canvas button:focus-visible{outline:3px solid #ff9a88;outline-offset:3px}
.gmp1-canvas{padding:20px;min-height:480px;color:var(--gmp1-ink)}
.gmp1-toolbar{display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;margin:0 0 18px}.gmp1-toolbar button,.gmp1-action{border:1px solid #bed2c8;background:#fff;border-radius:12px;color:var(--gmp1-ink);padding:10px 14px;font:inherit;font-weight:750;cursor:pointer;transition:transform .15s,background .15s}.gmp1-toolbar button:hover,.gmp1-action:hover{transform:translateY(-1px);background:var(--gmp1-mint)}.gmp1-toolbar button.is-active,.gmp1-action.primary{background:var(--gmp1-green);color:#fff;border-color:var(--gmp1-green)}.gmp1-action.danger{color:#a33c32;border-color:#e6b7b0}
.gmp1-message{text-align:center;min-height:26px;margin:8px 0;color:#567069;font-weight:650}.gmp1-message.is-error{color:#b33b31}.gmp1-message.is-good{color:#147058}
.gmp1-safe-note{display:flex;flex-direction:column;gap:2px;border-radius:16px;background:#eef7f2;padding:15px;color:#315e53}.gmp1-safe-note span{font-size:.86rem}
.gmp1-community{margin-top:40px}.gmp1-board{padding:10px 22px 24px}.gmp1-board-list{list-style:none;margin:0;padding:0;display:grid;gap:7px}.gmp1-board-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 12px;border:1px solid #e1e9e4;border-radius:13px;background:#fff}.gmp1-board-row:nth-child(-n+3){background:#f8f2dd;border-color:#eadba5}.gmp1-board-rank{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#e7f2ec;font-weight:850}.gmp1-board-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gmp1-board-score{text-align:right}.gmp1-board-score strong{display:block}.gmp1-board-score small{color:#6a7d77}.gmp1-loading,.gmp1-empty{text-align:center;color:#667c75;padding:26px}
.gmp1-seo-copy{margin:42px auto 0;max-width:850px;padding:32px;border-radius:24px;background:#f5f8f5}.gmp1-seo-copy h2{margin-top:0}
.gmp1-complete{text-align:center;max-width:550px;margin:30px auto;padding:34px 24px;border-radius:24px;background:linear-gradient(150deg,#f2f9f5,#fff2e8);border:1px solid #d9e8df}.gmp1-complete-orbit{width:120px;height:120px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;background:var(--gmp1-green);color:#fff;font-size:1.6rem;font-weight:900;box-shadow:0 12px 30px rgba(20,86,72,.25)}.gmp1-complete-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:20px}
/* Sudoku */
.gmp1-sudoku{width:min(100%,570px);margin:auto;display:grid;grid-template-columns:repeat(9,1fr);border:3px solid var(--gmp1-ink);background:var(--gmp1-ink);gap:1px;touch-action:manipulation}.gmp1-sudoku button{aspect-ratio:1;border:0;background:#fff;color:var(--gmp1-ink);font-size:clamp(16px,3.4vw,27px);font-weight:700;position:relative;padding:0;cursor:pointer}.gmp1-sudoku button:nth-child(3n){border-right:2px solid var(--gmp1-ink)}.gmp1-sudoku button:nth-child(9n){border-right:0}.gmp1-sudoku button:nth-child(n+19):nth-child(-n+27),.gmp1-sudoku button:nth-child(n+46):nth-child(-n+54){border-bottom:2px solid var(--gmp1-ink)}.gmp1-sudoku button.is-given{background:#edf4f0;font-weight:900}.gmp1-sudoku button.is-selected{background:#ffe0d7}.gmp1-sudoku button.is-peer{background:#f6f5e8}.gmp1-sudoku button.is-same{background:#dff0e5}.gmp1-sudoku button.is-wrong{color:#bc3f34;background:#ffe9e5}.gmp1-notes{font-size:9px!important;display:grid!important;grid-template-columns:repeat(3,1fr);padding:2px!important;line-height:1.1}.gmp1-num-pad{display:grid;grid-template-columns:repeat(9,1fr);gap:6px;width:min(100%,570px);margin:14px auto}.gmp1-num-pad button{aspect-ratio:1.15;border:1px solid #bed1c8;border-radius:10px;background:#fff;font-size:1.1rem;font-weight:850;color:var(--gmp1-ink);cursor:pointer}
/* Blocks */
.gmp1-blocks-wrap{max-width:650px;margin:auto}.gmp1-block-stats{display:flex;justify-content:center;gap:12px;margin-bottom:14px}.gmp1-block-stat{background:#f1f7f3;border-radius:12px;padding:9px 14px;text-align:center}.gmp1-block-stat strong{display:block;font-size:1.2rem}.gmp1-block-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:3px;padding:5px;background:#dce9e1;border-radius:16px;width:min(100%,560px);margin:auto;touch-action:manipulation}.gmp1-block-cell{aspect-ratio:1;border:0;border-radius:5px;background:#f7fbf8;padding:0;cursor:pointer}.gmp1-block-cell.is-filled{background:var(--block-color,#53a881);box-shadow:inset 0 -3px rgba(0,0,0,.1)}.gmp1-block-cell.is-preview{background:#b9ddca}.gmp1-block-cell.is-bad{background:#f7c4bb}.gmp1-block-tray{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px auto 0;width:min(100%,560px)}.gmp1-block-piece{min-height:100px;border:2px solid transparent;background:#f4f7f3;border-radius:14px;display:grid;place-items:center;cursor:pointer}.gmp1-block-piece.is-selected{border-color:var(--gmp1-coral);background:#fff3ee}.gmp1-mini-shape{display:grid;gap:3px}.gmp1-mini-shape i{width:17px;height:17px;border-radius:4px;background:#53a881;display:block}
/* Spider */
.gmp1-spider{background:radial-gradient(circle at 50% 20%,#25745f,#124d41);border-radius:18px;padding:16px;min-height:520px;color:#fff;overflow-x:auto}.gmp1-spider-top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:16px}.gmp1-stock{display:flex;gap:4px}.gmp1-card-back{width:42px;height:58px;border:2px solid #fff;border-radius:7px;background:repeating-linear-gradient(45deg,#2e527e 0 5px,#49719d 5px 10px);box-shadow:0 2px 5px rgba(0,0,0,.25)}.gmp1-foundations{font-weight:800}.gmp1-tableau{display:grid;grid-template-columns:repeat(10,minmax(52px,1fr));gap:5px;min-width:610px}.gmp1-column{position:relative;min-height:400px;border-radius:8px;background:rgba(255,255,255,.05)}.gmp1-card{position:absolute;left:0;width:100%;height:76px;border-radius:7px;border:1px solid #c7cbc8;background:#fff;color:#1a2f2a;display:flex;justify-content:space-between;padding:5px;font-weight:850;box-shadow:0 2px 5px rgba(0,0,0,.18);cursor:pointer}.gmp1-card.red{color:#bd3f35}.gmp1-card.face-down{background:repeating-linear-gradient(45deg,#2e527e 0 6px,#527ba6 6px 12px);border:2px solid #fff;color:transparent}.gmp1-card.is-selected{outline:3px solid #ffd369;transform:translateY(-3px)}
/* Jigsaw */
.gmp1-jigsaw-wrap{max-width:730px;margin:auto}.gmp1-jigsaw-board{display:grid;gap:3px;background:#1f4e43;padding:4px;border-radius:16px;aspect-ratio:4/3;margin:auto;max-width:680px}.gmp1-jigsaw-slot{border:1px dashed rgba(255,255,255,.45);background:rgba(255,255,255,.1);padding:0;background-repeat:no-repeat}.gmp1-jigsaw-slot.is-filled{border-color:transparent}.gmp1-jigsaw-tray{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:18px;max-height:220px;overflow:auto;padding:10px;background:#f0f5f1;border-radius:14px}.gmp1-jigsaw-piece{width:92px;aspect-ratio:4/3;border:3px solid #fff;border-radius:8px;background-repeat:no-repeat;box-shadow:0 3px 10px rgba(0,0,0,.16);cursor:pointer}.gmp1-jigsaw-piece.is-selected{outline:4px solid var(--gmp1-coral)}
/* Hidden objects */
.gmp1-hidden-wrap{max-width:800px;margin:auto}.gmp1-hidden-list{display:flex;gap:7px;flex-wrap:wrap;justify-content:center;margin-bottom:12px}.gmp1-hidden-chip{border-radius:999px;background:#f2f4e8;padding:7px 11px;font-weight:750}.gmp1-hidden-chip.is-found{text-decoration:line-through;background:#dcefe3;color:#537069}.gmp1-hidden-scene{position:relative;border-radius:18px;overflow:hidden;background:#dde9e2;box-shadow:0 10px 30px rgba(0,0,0,.12)}.gmp1-hidden-scene svg{display:block;width:100%;height:auto}.gmp1-hotspot{cursor:pointer;opacity:.76;transition:opacity .15s}.gmp1-hotspot:hover{opacity:1}.gmp1-hotspot.is-found{filter:drop-shadow(0 0 7px #fff200);opacity:1}.gmp1-hidden-pulse{animation:gmp1pulse 1s ease 2}@keyframes gmp1pulse{50%{filter:drop-shadow(0 0 12px #ff3b2f);opacity:1}}
/* Nonogram */
.gmp1-nonogram-wrap{max-width:700px;margin:auto;overflow:auto}.gmp1-nonogram{display:grid;gap:1px;background:#8ca49b;border:2px solid var(--gmp1-ink);margin:auto;width:max-content}.gmp1-nono-corner{background:#e6eee9}.gmp1-nono-clue{background:#f1f5f2;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;padding:2px;color:#435e57}.gmp1-nono-clue.row{justify-content:flex-end;min-width:70px}.gmp1-nono-clue.col{align-items:flex-end;min-height:62px;writing-mode:vertical-rl;transform:rotate(180deg)}.gmp1-nono-cell{width:clamp(22px,5vw,34px);height:clamp(22px,5vw,34px);border:0;background:#fff;position:relative;padding:0;cursor:pointer}.gmp1-nono-cell.is-filled{background:var(--gmp1-green)}.gmp1-nono-cell.is-marked:before,.gmp1-nono-cell.is-marked:after{content:"";position:absolute;left:48%;top:12%;width:2px;height:76%;background:#a4ada9}.gmp1-nono-cell.is-marked:before{transform:rotate(45deg)}.gmp1-nono-cell.is-marked:after{transform:rotate(-45deg)}.gmp1-nono-cell.is-wrong{background:#f6c0b7}
/* Discovery cards */
.gmp1-discovery-section{max-width:1180px;margin:42px auto;padding:0 20px}.gmp1-discovery-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.gmp1-discovery-head h2{margin:3px 0}.gmp1-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.gmp1-game-card{display:grid;grid-template-columns:170px 1fr;text-decoration:none;color:var(--gmp1-ink);background:#fff;border:1px solid var(--gmp1-line);border-radius:20px;overflow:hidden;box-shadow:0 10px 30px rgba(23,59,52,.08);transition:transform .18s,box-shadow .18s}.gmp1-game-card:hover{transform:translateY(-3px);box-shadow:var(--gmp1-shadow)}.gmp1-game-card img{width:100%;height:100%;min-height:150px;object-fit:cover}.gmp1-game-card-copy{padding:17px}.gmp1-game-card-copy small{color:#6a817a}.gmp1-game-card-copy h3{margin:5px 0 8px;font-size:1.2rem}.gmp1-game-card-copy p{margin:0;color:#5b716b;font-size:.92rem}.gmp1-new-pill{display:inline-block;margin-top:10px;border-radius:999px;background:#fff0e9;color:#9a4334;padding:5px 9px;font-size:.75rem;font-weight:850}
@media(max-width:780px){.gmp1-game{min-height:520px}.gmp1-canvas{padding:14px 10px}.gmp1-card-grid{grid-template-columns:1fr}.gmp1-game-card{grid-template-columns:120px 1fr}.gmp1-game-card img{min-height:130px}.gmp1-sudoku button{font-size:19px}.gmp1-num-pad{gap:3px}.gmp1-num-pad button{border-radius:7px}.gmp1-block-grid{gap:2px}.gmp1-block-tray{gap:6px}.gmp1-jigsaw-piece{width:68px}.gmp1-spider{padding:10px}.gmp1-seo-copy{padding:22px}.gmp1-board-row{grid-template-columns:34px minmax(0,1fr) auto}}
@media(max-width:480px){.gmp1-topbar{padding:14px 14px 0}.gmp1-difficulty{padding-top:14px}.gmp1-game-card{grid-template-columns:96px 1fr}.gmp1-game-card-copy{padding:12px}.gmp1-game-card-copy p{display:none}.gmp1-tableau{grid-template-columns:repeat(10,54px)}.gmp1-jigsaw-tray{max-height:185px}}
@media(prefers-reduced-motion:reduce){.gmp1-game-card,.gmp1-toolbar button,.gmp1-action,.gmp1-progress-track span{transition:none}.gmp1-hidden-pulse{animation:none}}

