@font-face{font-family:Inter;src:url(./inter-latin-400-normal-C38fXH4l.woff2)}@font-face{font-family:Inter;src:url(./inter-latin-600-normal-LgqL8muc.woff2);font-weight:600}@font-face{font-family:Poppins;src:url(./poppins-latin-600-normal-zEkxB9Mr.woff2);font-weight:600}:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#2f2f2f;background:#fefdfc}*{box-sizing:border-box}body{margin:0;min-height:100vh}button,select{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #385d86;outline-offset:3px}button:disabled{cursor:default}#app{min-height:100vh;display:flex;flex-direction:column}.topbar{height:64px;padding:0 clamp(16px,4vw,50px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dceaf4;background:#fefdfc}.brand{display:flex;align-items:center;gap:8px;color:#527b9c;font-weight:600}.brand img{width:30px;height:30px}.top-actions{display:flex;gap:8px}.top-actions svg,.replay svg{width:22px;height:22px}.top-actions #sound{width:150px}.top-actions #print{width:84px}main{width:min(1100px,100%);margin:0 auto;padding:14px 24px 22px;flex:1}.intro{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:10px}.eyebrow{margin:0;color:#6f7fb8;text-transform:uppercase;font-size:12px;font-weight:600;letter-spacing:.13em}h1{font:600 clamp(28px,3.6vw,40px)/1.14 Poppins,sans-serif;margin:2px 0 0;color:#36566f}.description{margin:2px 0 0;color:#536773;font-size:15px}.round-actions{display:flex;align-items:center;gap:9px;white-space:nowrap}.round-actions label{font-weight:600;color:#36566f}.round-actions select{min-width:176px}.score-strip{height:54px;display:flex;align-items:center;justify-content:center;gap:12px}.solo-progress{display:flex;align-items:center;gap:14px;background:#eef5ef;border-radius:100px;padding:9px 22px;color:#416d50}.solo-progress .star{color:#7faf8c}.player{--player-color:#7ea8c9;--player-pale:#eef4f8;--player-active:#dceaf4;min-width:218px;height:48px;display:flex;align-items:center;gap:7px;padding:6px 12px;border:2px solid var(--player-color);border-radius:15px;color:#2f2f2f;background:var(--player-pale)}.player.coral{--player-color:#c96a6a;--player-pale:#fbf1f1;--player-active:#f7e3e3}.player strong{margin-left:auto;white-space:nowrap;font-size:13px}.player.active{border-width:3px;background:var(--player-active);box-shadow:0 2px 0 var(--player-color)}.player-label{display:flex;flex-direction:column;line-height:1.15}.turn-cue{font-size:11px;font-weight:600;margin-top:2px}.player-icon{font-size:17px;color:var(--player-color)}.turn-marker{min-width:170px;text-align:center;color:#2f2f2f;font-weight:600;border:1.5px solid #dee2e3;border-radius:100px;padding:7px 12px;background:#fefdfc}.turn-marker.coral{border-color:#c96a6a;background:#f7e3e3}.turn-marker.blue{border-color:#7ea8c9;background:#dceaf4}.status{text-align:center;min-height:26px;margin:4px 0 7px;color:#536773;font-size:15px}.cards{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.card{height:clamp(132px,24vh,188px);position:relative;perspective:500px}.card-face{width:100%;height:100%;border:2px solid #8aafc9;border-radius:18px;background:#dceaf4;color:#5c83a4;display:flex;align-items:center;justify-content:center;box-shadow:0 3px #afc8da;transition:transform .2s,background .2s,border-color .2s;overflow:hidden;padding:9px}.card-face:hover:not(:disabled){transform:translateY(-2px);background:#c7ddf0}.back-mark{font-size:62px;color:#7ea8c9;text-shadow:2px 2px #fefdfc}.card.is-up .card-face{background:#fff;border-color:#bfd9b5;box-shadow:0 3px #deecdf}.card.is-found .card-face{background:#eef5ef;border-color:#7faf8c}.card img{width:100%;height:100%;object-fit:contain}.printed-word{font:600 clamp(25px,3vw,42px)/1 Poppins,"Century Gothic",sans-serif;color:#2f2f2f}.replay{position:absolute;top:8px;right:8px;width:36px;height:36px;border-radius:50%;border:1.5px solid #7ea8c9;background:#eef4f8;color:#36566f;display:grid;place-items:center;box-shadow:0 1px 3px #0002}.replay:hover:not(:disabled){background:#dceaf4}.replay:disabled{opacity:.6}.finish{margin:auto;padding:15px 20px;width:min(470px,100%);border-radius:18px;background:#f3eff8;text-align:center;border:2px solid #d6c9ea}.finish[hidden]{display:none}.finish-stars{color:#9a86c7;letter-spacing:.5em}.finish h2{font:600 24px Poppins,sans-serif;margin:3px 0}.finish p{margin:0 0 12px}.finish .primary{background:#e7dff3!important}footer{margin-top:auto;min-height:40px;padding:10px clamp(16px,4vw,50px);border-top:1px solid #dceaf4;display:flex;justify-content:space-between;gap:20px;color:#6c7a89;font-size:12px}footer strong{color:#527b9c}dialog{border:2px solid #afc8da;border-radius:18px;width:min(560px,calc(100% - 32px));padding:20px 24px;background:#fefdfc;box-shadow:0 15px 50px #243e4c45;line-height:1.55}dialog::backdrop{background:#25415480}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.dialog-head h2{font:600 24px Poppins,sans-serif;color:#36566f;margin:0}.packet-link{display:inline-block;background:#deecdf;color:#36566f;padding:12px 18px;border-radius:12px;font-weight:600;text-decoration:none}.packet-link:hover{background:#bfd9b5}@media(max-width:850px){main{padding-inline:16px}.cards{grid-template-columns:repeat(4,minmax(0,1fr))}.card{height:clamp(132px,18vh,185px)}.intro{align-items:start}.round-actions{flex-wrap:wrap;justify-content:end}.round-actions label{display:none}.score-strip{height:62px}.player{min-width:0;flex:1}.turn-marker{min-width:140px}}@media(max-width:600px){.topbar{height:auto;min-height:62px;flex-wrap:wrap;padding:8px 12px;gap:7px}.brand span{display:none}.top-actions{margin-left:auto}.top-actions #sound{width:auto!important;min-width:0!important;flex:none!important}.top-actions #sound span{display:none}.top-actions #print{width:auto!important;min-width:0!important;flex:none!important}.top-actions .game-ui-button{font-size:13px!important;padding-inline:10px!important}.intro{display:block}.round-actions{justify-content:start;margin-top:10px}h1{font-size:27px}.description{font-size:13px}.cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.card{height:clamp(110px,18vh,150px)}.back-mark{font-size:46px}.printed-word{font-size:clamp(23px,7vw,32px)}.score-strip{height:auto;min-height:62px;gap:5px}.player{padding:6px;flex-wrap:wrap;font-size:12px}.player strong{width:100%;margin:0}.turn-marker{min-width:95px;font-size:12px}.status{font-size:13px}footer span{display:none}}@media(max-height:650px)and (min-width:851px){main{padding-top:7px;padding-bottom:16px}.intro{margin-bottom:2px}.score-strip{height:52px}.status{margin:1px 0 4px}.card{height:clamp(120px,25vh,150px)}.cards{gap:7px}}@media(prefers-reduced-motion:reduce){.card-face{transition:none}}.finish-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.finish::backdrop{background:#25415466}img[src$="/assets/pictures/hot.png"]{transform:scale(1.4)}img[src$="/assets/pictures/cot.png"],img[src$="/assets/pictures/fog.png"]{transform:scale(1.25)}img[src$="/assets/pictures/hat.png"],img[src$="/assets/pictures/pin.png"]{transform:scale(1.2)}select{appearance:none!important;background-color:#f4f8fb!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4' fill='none' stroke='%23516f86' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 13px center!important;border:1.5px solid #afc8da!important;border-radius:12px!important;padding-inline:15px 38px!important;color:#36566f!important;box-shadow:0 2px #dce7ef;font:600 16px Inter,sans-serif!important;cursor:pointer;transition:border-color .15s,background-color .15s}select:hover{border-color:#6e9bbd!important;background-color:#eaf2f8!important}select:focus-visible{outline:3px solid #385d86;outline-offset:3px}@supports (appearance:base-select){select,select::picker(select){appearance:base-select!important}select{background-image:none!important;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-inline:14px!important}select::picker-icon{content:"";width:8px;height:8px;border-right:2px solid #516f86;border-bottom:2px solid #516f86;transform:rotate(45deg);margin:0 3px 4px 8px;flex-shrink:0;transition:transform .15s}select:open::picker-icon{transform:rotate(225deg);margin-bottom:-3px}select::picker(select){margin-top:7px;padding:6px;border:1px solid #bfd1df;border-radius:14px;background:#fefdfc;box-shadow:0 10px 25px #294e6926;min-width:anchor-size(width);max-height:320px;overflow:auto;color:#36566f;font:600 16px Inter,sans-serif}select option{display:flex;align-items:center;gap:12px;min-height:44px;padding:10px 13px;border-radius:8px;background:transparent;color:#36566f}select option:hover,select option:focus{background:#eef4f8;outline:none}select option:checked{background:#dceaf4;color:#294c68}select option::checkmark{color:#527b9c;order:2;margin-left:auto}}@media(prefers-reduced-motion:reduce){select,select::picker-icon{transition:none}}:root{--game-control-height:48px;--game-control-ink:#36566f;--game-control-border:#afc8da}.game-ui-button{box-sizing:border-box!important;display:inline-flex!important;align-items:center;justify-content:center;gap:7px;height:var(--game-control-height)!important;min-height:var(--game-control-height)!important;padding:0 16px!important;border:1.5px solid var(--game-control-border)!important;border-radius:12px!important;background:#fefdfc!important;color:var(--game-control-ink)!important;font:600 16px Inter,sans-serif!important;line-height:1.2!important;text-decoration:none;white-space:nowrap;cursor:pointer;box-shadow:none!important}.game-ui-button:hover:not(:disabled){background:#eef4f8!important;border-color:#7ea8c9!important}.game-ui-button:focus-visible{outline:3px solid #385d86;outline-offset:3px}.game-ui-button:disabled{opacity:.5;cursor:default}#sound.game-ui-button{width:150px!important;min-width:150px!important;flex:0 0 150px!important}#print.game-ui-button{width:84px!important;min-width:84px!important;flex:0 0 84px!important;background:#eef5ef!important}#print.game-ui-button:hover{background:#deecdf!important}#sound .control-speaker{display:block;width:24px!important;height:24px!important;flex:0 0 24px;overflow:visible}.finish .game-ui-button,.game-ui-button.primary{background:#dceaf4!important}select{box-sizing:border-box;height:var(--game-control-height)!important;min-height:var(--game-control-height)!important;line-height:1.2!important}
