.imn-game-card--host,.imn-game-card--host *{box-sizing:border-box}.imn-game-card--host{--imn-game-ink:#18142a;--imn-game-muted:#5d5870;--imn-game-primary:#5532f0;--imn-game-primary-soft:#eeeaff;--imn-game-surface:#ffffff;--imn-game-good:#087b4a;--imn-game-bad:#bf2942;width:100%;max-width:100%;margin:12px auto;color:var(--imn-game-ink);isolation:isolate;touch-action:manipulation}.imn-game-card--host .imn-game{width:min(100%, 440px);margin:0 auto;padding:14px;border:2px solid var(--imn-game-primary);border-radius:16px;background:linear-gradient(145deg,#ffffff,#f5f2ff);box-shadow:0 10px 24px rgb(33 23 73 / .18);text-align:center}.imn-game-card--host .imn-game__header{margin:0 0 10px}.imn-game-card--host .imn-game__title{margin:0 0 5px;color:var(--imn-game-ink);font-family:inherit;font-size:clamp(18px, 5.2vw, 23px);line-height:1.12}.imn-game-card--host .imn-game__rule{margin:0;color:var(--imn-game-muted);font-size:13px;line-height:1.42}.imn-game-card--host .imn-game__stats{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin:10px 0}.imn-game-card--host .imn-game__stat{display:inline-flex;align-items:baseline;gap:4px;padding:5px 7px;border:1px solid rgb(85 50 240 / .25);border-radius:999px;background:#fff}.imn-game-card--host .imn-game__stat small{color:var(--imn-game-muted);font-size:10px;font-weight:800}.imn-game-card--host .imn-game__stat strong{color:var(--imn-game-ink);font-size:12px}.imn-game-card--host .imn-game__stage{display:grid;gap:10px}.imn-game-card--host .imn-game__controls{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:11px}.imn-game-card--host .imn-game__button,.imn-game-card--host .imn-game__choice{min-height:42px;border:1px solid var(--imn-game-primary);border-radius:10px;background:var(--imn-game-primary);color:#fff;padding:9px 13px;font:inherit;font-size:14px;font-weight:800;cursor:pointer}.imn-game-card--host .imn-game__choice{background:#fff;color:var(--imn-game-ink)}.imn-game-card--host .imn-game__choice.is-active{background:var(--imn-game-primary-soft);border-width:2px}.imn-game-card--host button:focus-visible,.imn-game-card--host [tabindex]:focus-visible{outline:3px solid rgb(85 50 240 / .38);outline-offset:2px}.imn-game-card--host button:disabled{cursor:default;opacity:.82}.imn-game-card--host .imn-game__message{min-height:20px;margin:9px 0 0;color:var(--imn-game-muted);font-size:12px;font-weight:700;line-height:1.35}.imn-game-card--host .imn-game__message.is-success{color:var(--imn-game-good)}.imn-game-card--host .imn-game__message.is-bad{color:var(--imn-game-bad)}.imn-game-card--host .imn-game__message.is-notice{color:var(--imn-game-primary)}.imn-game-card--host .imn-word-search{display:grid;grid-template-columns:repeat(var(--imn-word-columns,10),minmax(0,1fr));width:100%;max-width:420px;margin:0 auto;gap:3px;touch-action:none;user-select:none}.imn-game-card--host .imn-word-search__cell{aspect-ratio:1;min-width:0;border:1px solid #cfc8e5;border-radius:5px;background:#fff;color:var(--imn-game-ink);padding:0;font:inherit;font-size:clamp(10px, 3vw, 15px);font-weight:900;cursor:pointer}.imn-game-card--host .imn-word-search__cell.is-selected{background:#dcd4ff}.imn-game-card--host .imn-word-search__cell.is-found{border-color:var(--imn-game-primary);background:var(--imn-game-primary);color:#fff}.imn-game-card--host .imn-falling-game{position:relative;width:100%;max-width:420px;height:min(58vw, 310px);min-height:220px;margin:0 auto;overflow:hidden;border:2px solid var(--imn-game-primary);border-radius:14px;background:linear-gradient(#fff8fc,#eeeaff);touch-action:none;user-select:none}.imn-game-card--host .imn-falling-game__player{position:absolute;bottom:8px;z-index:2;transform:translateX(-50%);font-size:36px;line-height:1;pointer-events:none}.imn-game-card--host .imn-falling-game__item{position:absolute;z-index:1;transform:translateX(-50%);border:0;background:#fff0;padding:0;font-size:27px;line-height:1;pointer-events:none}.imn-game-card--host .imn-puzzle-game{display:grid;grid-template-columns:repeat(3,1fr);width:min(100%, 315px);margin:0 auto;gap:3px;border:3px solid var(--imn-game-primary);border-radius:10px;overflow:hidden;background-color:#ede9ff;background-size:300% 300%}.imn-game-card--host .imn-puzzle-game__tile{aspect-ratio:1;border:0;background-color:#dcd4ff;background-size:300% 300%;color:var(--imn-game-ink);font:inherit;font-weight:900;cursor:pointer}.imn-game-card--host .imn-puzzle-game__tile.is-empty{background-color:#21184c!important;color:#fff0;cursor:default}.imn-game-card--host .imn-press-game__glass{position:relative;width:104px;height:132px;margin:2px auto;overflow:hidden;border:3px solid var(--imn-game-primary);border-radius:8px 8px 13px 13px;background:#fff}.imn-game-card--host .imn-press-game__fill{position:absolute;right:0;bottom:0;left:0;height:0;background:linear-gradient(#fdcc6c,#ed8e38);transition:height .12s ease}.imn-game-card--host .imn-press-game__press{min-width:120px}.imn-game-card--host .imn-memory-game{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;max-width:370px;margin:0 auto;gap:7px}.imn-game-card--host .imn-memory-game--neon{grid-template-columns:repeat(6,minmax(0,1fr));max-width:420px;gap:5px}.imn-game-card--host .imn-memory-game__card{aspect-ratio:1;min-width:0;border:2px solid var(--imn-game-primary);border-radius:10px;background:#fff;color:var(--imn-game-ink);padding:0;font:inherit;font-size:clamp(19px, 6vw, 31px);cursor:pointer}.imn-game-card--host .imn-memory-game--neon .imn-memory-game__card{border-radius:7px;font-size:clamp(16px, 4.8vw, 26px)}.imn-game-card--host .imn-memory-game__card.is-open{background:var(--imn-game-primary);color:#fff}.imn-game-card--host .imn-memory-game__card.is-matched{border-color:var(--imn-game-good);background:#e7f8ef;color:var(--imn-game-ink);animation:imn-game-match .45s ease}.imn-game-card--host .imn-memory-game--neon .imn-memory-game__card.is-matched{box-shadow:0 0 12px #ff4df8,0 0 18px #7a5cff}.imn-game-card--host .imn-memory-game__card.is-wrong{border-color:var(--imn-game-bad);animation:imn-game-shake .35s ease}@keyframes imn-game-match{50%{transform:scale(1.09)}}@keyframes imn-game-shake{25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.imn-game-card--host .imn-game__picker{display:flex;justify-content:center;flex-wrap:wrap;gap:6px}.imn-game-card--host .imn-lightwall-game{display:grid;grid-template-columns:repeat(var(--imn-lightwall-columns,4),minmax(0,1fr));width:min(100%, 390px);margin:0 auto;gap:6px;touch-action:manipulation}.imn-game-card--host .imn-lightwall-game__cell{aspect-ratio:1;border:1px solid #d9d5e6;border-radius:999px;background:#e8e6ee;padding:0;cursor:pointer}.imn-game-card--host .imn-lightwall-game__cell.is-lit{background:#00b875;box-shadow:0 0 14px rgb(0 184 117 / .75);transform:scale(1.04)}.imn-game-card--host .imn-fugitive-game{display:grid;grid-template-columns:repeat(var(--imn-fugitive-columns,4),minmax(0,1fr));width:min(100%, 420px);margin:0 auto;gap:6px}.imn-game-card--host .imn-fugitive-game__card{aspect-ratio:1;min-width:0;border:2px solid var(--imn-game-primary);border-radius:9px;background:#fff;color:var(--imn-game-ink);padding:0;font:inherit;font-size:clamp(17px, 5.5vw, 30px);cursor:pointer;transition:transform .35s ease,background .2s ease}.imn-game-card--host .imn-fugitive-game__card.is-open{background:var(--imn-game-primary);color:#fff}.imn-game-card--host .imn-fugitive-game__card.is-matched{border-color:var(--imn-game-good);background:#e7f8ef}.imn-game-card--host .imn-fugitive-game__card.is-wrong{border-color:var(--imn-game-bad)}.imn-game-card--host .imn-catch-frenzy{position:relative;width:100%;max-width:420px;height:min(58vw, 290px);min-height:210px;margin:0 auto;overflow:hidden;border:2px solid var(--imn-game-primary);border-radius:14px;background:#fffaf5;touch-action:manipulation}.imn-game-card--host .imn-catch-frenzy__item{position:absolute;width:58px;min-height:58px;border:0;border-radius:50%;background:var(--imn-game-primary-soft);color:var(--imn-game-ink);padding:0;font-size:31px;cursor:pointer;animation:imn-game-pop .16s ease-out}@keyframes imn-game-pop{from{transform:scale(.35)}to{transform:scale(1)}}.imn-game-card--host .imn-word-rain{position:relative;width:100%;max-width:420px;height:min(72vw, 390px);min-height:250px;margin:0 auto;overflow:hidden;border:2px solid rgb(85 50 240 / .35);border-radius:14px;background:#f6f4ff;touch-action:manipulation}.imn-game-card--host .imn-word-rain__word{position:absolute;min-height:34px;border:2px solid;border-radius:8px;background:#fff;color:var(--imn-game-ink);padding:5px 8px;font:inherit;font-size:12px;font-weight:800;cursor:pointer;white-space:nowrap}.imn-game-card--host .imn-quiz__meter{width:100%;height:8px;overflow:hidden;border-radius:999px;background:#ded9e8}.imn-game-card--host .imn-quiz__meter-fill{display:block;width:100%;height:100%;background:var(--imn-game-primary);transition:width .08s linear}.imn-game-card--host .imn-quiz__question{min-height:70px;display:grid;place-items:center;border:2px solid var(--imn-game-primary);border-radius:12px;background:#fff;color:var(--imn-game-ink);padding:13px;font-size:16px;font-weight:900;line-height:1.3}.imn-game-card--host .imn-quiz__answers{display:grid;gap:7px}.imn-game-card--host .imn-quiz__answer{min-height:43px;border:2px solid var(--imn-game-primary);border-radius:10px;background:#fff;color:var(--imn-game-ink);padding:8px;font:inherit;font-size:14px;font-weight:800;cursor:pointer}.imn-game-card--host .imn-quiz__answer.is-good{border-color:var(--imn-game-good);background:#e7f8ef}.imn-game-card--host .imn-quiz__answer.is-bad{border-color:var(--imn-game-bad);background:#fee8ec}@media (max-width:370px){.imn-game-card--host .imn-game{padding:10px;border-radius:12px}.imn-game-card--host .imn-game__stat{padding:4px 6px}.imn-game-card--host .imn-memory-game--neon,.imn-game-card--host .imn-fugitive-game{gap:4px}}@media (prefers-reduced-motion:reduce){.imn-game-card--host *,.imn-game-card--host *::before,.imn-game-card--host *::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.imn-game-card--host .imn-word-search__targets{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin:0;padding:0;list-style:none}.imn-game-card--host .imn-word-search__targets li{border:1px solid rgb(85 50 240 / .28);border-radius:999px;background:#fff;padding:4px 7px;color:var(--imn-game-ink);font-size:10px;font-weight:900;letter-spacing:.04em}.imn-game-card--host .imn-word-search__targets li.is-found{border-color:#8dcbaa;background:#e7f8ef;color:#397257;text-decoration:line-through;text-decoration-thickness:2px}.imn-game-card--host .imn-lightwall-game__cell.is-lit{background:var(--imn-light-color,#5532f0);border-color:rgb(255 255 255 / .92);box-shadow:0 0 0 3px color-mix(in srgb,var(--imn-light-color,#5532f0) 28%,transparent),0 7px 16px rgb(32 23 73 / .27)}