@font-face{font-family:Krub;src:url(/fonts/Krub-Medium.ttf) format("truetype");font-weight:400;font-style:normal}:root{font-family:Krub;line-height:1.5;color-scheme:dark;color:#ffffffde;background-color:#1c1b22;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--header-height: 50px;--header-margin: 20px;--board-max-width: 500px;--tile-width: min(max(8vmax, 10vmin), 18vw, calc(var(--board-max-width) / 5));--board-width: calc(var(--tile-width) * 5);--border-color: #666;--tile-border-color: #999;--tile-border-radius: 10px;--success: #109030;--success-hover: #20a040;--success-filter: invert(39%) sepia(82%) saturate(615%) hue-rotate(86deg) brightness(91%) contrast(91%)}*{touch-action:manipulation}.success-button{font-size:14pt;font-weight:700;background-color:var(--success);box-shadow:0 0 5px 2px #fff;animation:pulse 1s infinite alternate ease-in-out}.success-button:hover{background-color:var(--success-hover)}@keyframes pulse{0%{box-shadow:0 0 5px 2px #fff}to{box-shadow:0 0 10px 7px #fffc}}body{margin:0;display:flex;min-width:320px;height:100dvh}#app{height:100%}button{border:none;padding:.5em 1em;border-radius:4px;border:1px solid var(--border-color);background:#333;cursor:pointer;color:#fff;font-family:inherit}button:disabled{cursor:unset;background:#222}button:disabled:hover{background:#222}button:hover{background:#444}#app{width:100%}.draggable-source--is-dragging{opacity:.3}.draggable--is-dragging *,.draggable--is-dragging{cursor:grabbing!important}.draggable-mirror{z-index:1;user-select:none;-webkit-user-select:none}.two-by-two.svelte-1iolhp3{box-sizing:border-box;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);margin:auto;aspect-ratio:1 / 1;width:90%;height:90%}.suit-requirement.svelte-1iolhp3{margin:auto;max-height:90%;max-width:90%}.suit-requirement.svelte-1iolhp3:not(.satisfied){filter:drop-shadow(0px 0px 7px white)}.rank-requirement.svelte-1iolhp3{margin:auto;font-size:round(calc(var(--tile-width) / 2.4),1px);line-height:.8}.satisfied.svelte-1iolhp3{opacity:40%}.three-by-three.svelte-1iolhp3{box-sizing:border-box;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);margin:auto;aspect-ratio:1 / 1;width:90%;height:90%}.mini-space.svelte-1iolhp3{display:flex;align-items:center;justify-content:center;box-sizing:border-box;aspect-ratio:1 / 1;border-radius:20%;border:1px solid var(--border-color)}.mini-space-middle.svelte-1iolhp3{background-color:#242424}.matching-symbol.svelte-1iolhp3{max-height:70%;max-width:70%;filter:invert()}.row-goal.svelte-1iolhp3{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.row-goal.first.svelte-1iolhp3{border-top:none}.row-goal.last.svelte-1iolhp3{border-bottom:none}.column-goal.svelte-1iolhp3{border-right:1px solid var(--border-color);border-left:1px solid var(--border-color)}.column-goal.first.svelte-1iolhp3{border-left:none}.column-goal.last.svelte-1iolhp3{border-right:none}.tile.svelte-1iolhp3{box-sizing:border-box;display:flex;width:100%;aspect-ratio:1 / 1;justify-content:center;align-items:center;font-size:16px;line-height:1.1}div.tile.svelte-1iolhp3:last-child{border-right-width:0px;border-right-style:none}.failed.svelte-1iolhp3{filter:invert(37%) sepia(100%) saturate(7450%) hue-rotate(358deg) brightness(103%) contrast(127%);width:70%;opacity:.6}.succeeded.svelte-1iolhp3{filter:invert(53%) sepia(79%) saturate(2879%) hue-rotate(85deg) brightness(121%) contrast(122%);width:90%;opacity:.6}.status.svelte-1iolhp3{position:absolute}.goal.svelte-1iolhp3{position:relative}.tile-token.svelte-17gavnr{box-sizing:border-box;display:flex;width:var(--tile-width);aspect-ratio:1 / 1;border:1px solid var(--tile-border-color);border-radius:var(--tile-border-radius);justify-content:center;align-items:center;line-height:1;font-size:round(calc(var(--tile-width) / 2.8),1px);cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none;background-size:100%;background-position:center;background-repeat:no-repeat;filter:drop-shadow(5px 5px 2px black)}.tile-token.expert.svelte-17gavnr{border:none}.tile-token.expert.placed.svelte-17gavnr{border-radius:0;filter:none}.tile-token.locked.svelte-17gavnr{background-color:unset;cursor:unset}.tile-token.selected.svelte-17gavnr:not(.draggable-mirror){border-color:#fff;box-shadow:inset 0 0 1px 1px #666,inset 0 0 5px 3px #fff}.tile-token.locked.svelte-17gavnr:active{border-color:red;box-shadow:inset 0 0 1px 1px #666,inset 0 0 5px 3px red}.board.svelte-17vmvq9{margin-left:auto;margin-right:auto;display:grid;font-size:36px;width:var(--board-width);max-width:var(--board-max-width);aspect-ratio:1 / 1;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(5,1fr);user-select:none;-webkit-user-select:none}.space.svelte-17vmvq9{box-sizing:border-box;aspect-ratio:1 / 1;border-radius:var(--tile-border-radius);touch-action:none;background-color:#242424}.empty.svelte-17vmvq9{border:1px solid var(--border-color)}.tile-bag.svelte-10wwubg{display:flex;flex-wrap:wrap;max-width:min(92vw,900px);margin-left:auto;margin-right:auto;min-height:50px;padding-top:20px;justify-content:center}.suit-group.svelte-10wwubg{display:flex;margin:5px;gap:10px;justify-content:center}.suit-group.empty.svelte-10wwubg{margin-top:0;margin-bottom:0}.blank-tile.svelte-10wwubg{width:var(--tile-width, 40px);height:0}.tile-token.svelte-1mctmxr{box-sizing:border-box;display:flex;aspect-ratio:1 / 1;border:1px solid var(--tile-border-color);border-radius:var(--tile-border-radius);justify-content:center;align-items:center;line-height:1;font-size:round(calc(var(--tile-width) / 3.8),1px);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background-size:100%;background-position:center;background-repeat:no-repeat;filter:drop-shadow(5px 5px 2px black)}.rose.svelte-1mctmxr{color:#000;background-color:#9b5f35}.lotus.svelte-1mctmxr{color:#fff;background-color:#87c3ff}.daisy.svelte-1mctmxr{background-color:#ffe680;color:#000}.tulip.svelte-1mctmxr{color:#fff;background-color:#b8ff89}.title.svelte-tidbxo{font-size:24px;align-self:center}.title-letter.svelte-tidbxo{display:inline-flex;box-sizing:border-box;width:35px;aspect-ratio:1 / 1;border:1px solid var(--border-color);border-radius:4px;justify-content:center;align-items:center;line-height:1;font-size:20pt;align-self:center;text-align:center}.navbar.svelte-1kb4sld{height:var(--header-height);display:grid;width:100%;background:#131313;margin-bottom:var(--header-margin);padding-left:10px;padding-right:10px;box-sizing:border-box;grid-template-columns:repeat(2,1fr);align-items:center}.locked-example.svelte-1kb4sld{display:flex;align-items:center;justify-content:space-evenly}.nav-buttons.svelte-1kb4sld{margin-left:auto;display:flex}.icon.svelte-1kb4sld{width:2em;filter:invert();margin-left:.25em;margin-right:.25em}.menu-container.svelte-1kb4sld{position:relative}.menu-button.svelte-1kb4sld{background:none;border:none;padding:0;display:flex;align-items:center}.menu-button.svelte-1kb4sld:disabled{filter:brightness(50%)}.menu.svelte-1kb4sld{position:fixed;background:#1f1f1f;border:1px solid var(--border-color);border-radius:4px;z-index:2}.menu-item.svelte-1kb4sld{display:block;width:100%;padding:.5em 1em;text-align:left;background:none;border:none;color:#fff;font-size:12pt;white-space:nowrap}.menu-item.svelte-1kb4sld:hover{background:#2f2f2f}.help-dialog.svelte-1kb4sld{position:absolute;top:0;bottom:0;margin:auto;text-align:center;text-wrap:balance}h2.svelte-1kb4sld{margin-top:0}dialog.svelte-1kb4sld{width:min(400px,80vw)}dialog.svelte-1kb4sld::backdrop{background:#000000b3}.dialog-buttons.svelte-1kb4sld{display:flex;justify-content:flex-end;gap:1em;margin-top:1em}.destructive.svelte-1kb4sld{background:#c00;color:#fff;border:none;padding:.5em 1em;border-radius:4px}.destructive.svelte-1kb4sld:hover{background:#f22}.goal.svelte-1kb4sld{box-sizing:border-box;width:calc(var(--tile-width) / 1.3);aspect-ratio:1 / 1;touch-action:none}.space.svelte-1kb4sld{box-sizing:border-box;width:calc(var(--tile-width) / 1.3);aspect-ratio:1 / 1;border-radius:var(--tile-border-radius);touch-action:none;background-color:#242424}.empty.svelte-1kb4sld{border:1px solid var(--border-color)}.example-row.svelte-1kb4sld{display:flex;align-items:center;justify-content:center}.goal-arrow.svelte-1kb4sld{width:calc(var(--tile-width) / 1.3 * 5);filter:invert()}h3.svelte-1kb4sld{margin-bottom:0}.unstyled.svelte-1kb4sld{width:fit-content;color:inherit;text-decoration:inherit}.undo.svelte-1kb4sld{margin-left:5px;margin-right:5px}.redo.svelte-1kb4sld{transform:scaleX(-1);margin-left:5px;margin-right:5px}.screen-reader-only.svelte-1kb4sld{text-indent:-9999em;outline:0}body.draggable--is-dragging .tooltip.svelte-smcsz9{display:none!important}.share-button.svelte-smcsz9{width:150px;height:50px;padding:0}.success-button.shared.svelte-smcsz9{animation:none}.success-button.sharing.svelte-smcsz9{background-color:unset;box-shadow:none}.tooltip.svelte-smcsz9{display:none;width:max-content;max-width:calc(100vw - var(--tile-width) * 1.8);position:absolute;top:0;left:0;background:#444;color:#fff;font-weight:700;padding:10px;border-radius:4px;font-size:12pt}.arrow.svelte-smcsz9{position:absolute;background:#444;width:18px;height:18px;transform:rotate(45deg)}.succeeded.svelte-smcsz9{filter:invert(53%) sepia(79%) saturate(2879%) hue-rotate(85deg) brightness(121%) contrast(122%);object-fit:contain;width:100%;height:100%;opacity:.6}h2.svelte-1cg28bl{margin:0}.welcome-screen.svelte-1cg28bl{display:flex;flex-direction:column;justify-content:space-around;height:100dvh}.welcome-main.svelte-1cg28bl{display:flex;flex-direction:column}.difficulty-button.svelte-1cg28bl{font-size:16pt;width:200px;padding:15px;margin:10px auto}main.svelte-1cg28bl{max-width:1280px;margin:0 auto;text-align:center}#announcement.svelte-1cg28bl{text-indent:-9999em;outline:0}
