@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;-webkit-tap-highlight-color:transparent}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{padding:0;margin:0;font:inherit}p,h1,h2,h3,h4,h5,h6{margin:0;overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}:root.theme-transitioning{pointer-events:none;opacity:.3;transition:opacity var(--theme-transition-duration) var(--theme-transition-timing);will-change:opacity}#__next,#root{isolation:isolate}:root{--game-width: min(95vw, 600px);--game-height: 100dvh;--header-height: clamp(40px, 5dvh, 50px);--title-height: clamp(40px, 8dvh, 60px);--words-height: clamp(80px, 20dvh, 160px);--board-side-margin: clamp(8px, 2vw, 16px);--board-width: min( calc(var(--game-width) - (var(--board-side-margin) * 2)), calc( 100dvh - var(--header-height) - var(--title-height) - var(--words-height) - (var(--game-dynamic-gap) * 4) ) );--board-height: var(--board-width);--cell-size: calc((var(--board-width) - (var(--cell-gap) * 3)) / 4);--cell-gap: clamp(2px, .5dvh, 4px);--board-outer-gap: max(var(--cell-gap), 4px);--game-min-gap: clamp(4px, 1dvh, 8px);--game-dynamic-gap: clamp(var(--game-min-gap), 3dvh, 24px);--mark-size: calc(var(--cell-size) * .6);--line-width: clamp(4px, 1dvh, 10px);--word-height: clamp(32px, calc(var(--board-width) * .12), 50px);--word-padding-block: clamp(4px, calc(var(--word-height) * .1), 6px);--word-padding-inline: clamp(12px, calc(var(--word-height) * .3), 24px);--word-content-width: auto;--word-font-size: clamp(16px, calc(var(--word-height) * .45), 24px);--word-list-gap: clamp(8px, calc(var(--board-width) * .02), 16px);--font-size-ui: 1.1rem;--font-size-text: clamp(12px, 3.5cqw, 16px);--font-size-modal-h2: 1.2rem;--modal-width: min(90%, var(--game-width));--modal-border-radius: min(16px, 3vw);--safe-area-bottom: env(safe-area-inset-bottom, 0);--modal-backdrop: rgb(0 0 0 / .7);--blur-overlay: blur(4px);--animation-duration-found: .6s;--animation-duration-particle: .35s;--duration-letter-animation: .4s;--animation-timing: cubic-bezier(.2, 0, .2, 1);--transition-base: all .3s var(--animation-timing);--found-scale: 1.1;--found-brightness: 1.5;--effect-ambient: linear-gradient( var(--effect-color-1, transparent), var(--effect-color-2, transparent) );--effect-glow: 0 0 var(--glow-radius, 20px) var(--glow-color, transparent);--effect-blur: var(--blur-amount, 0);--effect-overlay: var(--overlay-color, transparent);--shadow-opacity: .3;--shadow-sm: 0 4px 6px rgb(0 0 0 / var(--shadow-opacity));--shadow-md: 0 8px 12px rgb(0 0 0 / var(--shadow-opacity));--shadow-lg: 0 12px 24px rgb(0 0 0 / var(--shadow-opacity));--title-padding-inline: clamp(12px, 3vw, 20px);--font-size-title: calc(var(--cell-size) * .3);--platform-scale: 1;--theme-transition-duration: .3s;--theme-transition-timing: cubic-bezier(.4, 0, .2, 1);--color-bg-transition: background-color var(--theme-transition-duration) var(--theme-transition-timing);--opacity-transition: opacity var(--theme-transition-duration) var(--theme-transition-timing)}html,body{background:#121212;background-color:var(--color-bg);transition:none}html{height:-webkit-fill-available}body{display:flex;flex-direction:column;align-items:center;height:var(--game-height);min-height:100dvh;max-height:100dvh;padding-bottom:var(--safe-area-bottom);overflow:hidden;font-family:var(--font-cell-family);line-height:1.5;color:var(--color-text);-webkit-font-smoothing:antialiased}body.theme-ready{background:var(--color-bg);transition:background-color var(--theme-transition-duration) var(--theme-transition-timing)}body.js-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;margin:0;background:#121212;opacity:1}body:not(.theme-transitioning){transition:background-color var(--theme-transition-duration) var(--theme-transition-timing)}.toolbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--game-width);height:var(--header-height);margin:0 auto;font-family:var(--font-toolbar-family);font-size:var(--font-size-ui);color:var(--color-ui)}.level-number{position:absolute;left:50%;font-size:var(--font-size-ui);transform:translate(-50%)}.menu{all:unset;position:relative;width:calc(var(--font-size-ui) * 1.3);height:calc(var(--font-size-ui) * 1.3);cursor:pointer}button.menu{touch-action:manipulation;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}svg{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;pointer-events:none}.menu svg path{stroke:var(--color-ui);transition:transform .2s ease}.menu:before,.menu:after,.menu-middle,.menu div{display:none}.title-container{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:100%;height:var(--title-height);min-height:var(--title-height);margin:auto 0 0}.title{display:block;min-height:1.2em;margin:0;overflow:visible;font-family:var(--font-title-family);font-size:var(--font-size-title);line-height:1.2;color:var(--color-title);text-align:center;white-space:nowrap;outline:0;transform:scale(var(--title-scale, 1));transform-origin:center}.timer{display:grid;grid-template-columns:1fr auto 1fr}.minutes{text-align:right}.seconds{min-width:2ch;text-align:left}.colon{padding:0 .1em;font-variant-numeric:tabular-nums}.no-select{-webkit-user-select:none;user-select:none}.board{position:relative;box-sizing:border-box;display:grid;flex:0 0 auto;grid-template-rows:repeat(4,var(--cell-size));grid-template-columns:repeat(4,var(--cell-size));gap:var(--cell-gap);place-content:center;width:var(--board-width);max-width:var(--board-width);height:var(--board-width);min-height:var(--board-width);max-height:var(--board-width);padding:0;margin:auto 0;touch-action:none;-webkit-user-select:none;user-select:none;background:transparent;transform:translateZ(0);will-change:transform;backface-visibility:hidden;contain:layout size}.board svg line{z-index:inherit;stroke:var(--color-line);stroke-width:var(--line-width);stroke-linecap:var(--line-cap, round);stroke-dasharray:var(--line-dash, none);animation:var(--line-animation, none)}.cell{position:relative;display:flex;align-items:center;justify-content:center;width:var(--cell-size);height:var(--cell-size);aspect-ratio:1;font-weight:var(--font-cell-weight);background:var(--color-cell);border:var(--cell-border);border-radius:var(--cell-radius);box-shadow:var(--shadow-sm),var(--shadow-md);transform-origin:center;transition:background-color .3s var(--animation-timing),box-shadow .3s var(--animation-timing),transform .3s var(--animation-timing),opacity .3s var(--animation-timing);-webkit-backface-visibility:hidden;backface-visibility:hidden}.disable-transitions .cell,.disable-transitions .cell.unused{transition:none!important}.cell:before,.cell:after{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:""}.cell:before{z-index:1;background:var(--effect-ambient);mix-blend-mode:var(--blend-before, overlay)}.cell:after{z-index:2;background:var(--effect-overlay);mix-blend-mode:var(--blend-after, multiply)}.hitbox{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;width:70%;height:70%;margin:auto;cursor:pointer;background:transparent;border:none;border-radius:15px}.mark{position:absolute;top:calc(50% - var(--mark-size) / 2);z-index:2;width:var(--mark-size);height:var(--mark-size);pointer-events:none;border-radius:calc(var(--cell-radius) * 1.5);will-change:transform,background-color;backface-visibility:hidden}.mark.selected{background:var(--color-selected);transition:background-color .3s var(--animation-timing)}.hitbox:hover+.mark:not(.selected){background:var(--color-hover);transition:background-color .3s var(--animation-timing)}.text{z-index:3;font-size:calc(var(--cell-size) * .6);color:var(--color-letters);pointer-events:none;transform:translateZ(0);will-change:transform,color;backface-visibility:hidden}.cell.found-temp{pointer-events:auto;background:var(--found-bg);box-shadow:var(--found-shadow);-webkit-transform:translate3d(0,0,0);transform:translateZ(0);will-change:transform,filter;-webkit-backface-visibility:hidden;backface-visibility:hidden}.cell.found-temp.will-be-unused{pointer-events:none}.cell.unused{pointer-events:none;opacity:var(--unused-opacity);transform:scale(var(--unused-scale));transition:all .3s ease-out}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;display:flex;visibility:hidden;align-items:center;justify-content:center;height:100dvh;touch-action:none;-webkit-user-select:none;user-select:none;background:var(--modal-backdrop);opacity:0;-webkit-backdrop-filter:var(--blur-overlay);backdrop-filter:var(--blur-overlay);transform:translateZ(0);transition:var(--transition-base);will-change:opacity;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;backface-visibility:hidden;contain:layout paint style}.modal-overlay.active{visibility:visible;opacity:1}.modal-content{position:relative;z-index:2;display:flex;flex-direction:column;width:var(--modal-width);min-height:var(--modal-min-height);max-height:var(--modal-max-height);padding:min(24px,4vw);overscroll-behavior:contain;color:var(--color-menu);touch-action:pan-x pan-y;background:var(--color-modal);border:var(--cell-border);border-radius:var(--modal-border-radius);box-shadow:var(--shadow-lg);opacity:0;transform:scale(.95);transition:transform .3s var(--animation-timing),opacity .3s var(--animation-timing);contain:layout paint}.modal-overlay.active .modal-content{opacity:1;transform:scale(1);animation:modal-open .3s ease-out}.modal-content h2{margin-bottom:16px;font-size:var(--font-size-modal-h2);text-align:center}.menu-options{display:flex;flex:1;flex-direction:column;gap:min(16px,3vh);justify-content:center;padding:min(16px,3vh) 0;margin:auto 0}.menu-options button{all:unset;padding:8px;font-size:var(--font-size-ui);text-align:center;cursor:pointer;background:var(--color-button);border-radius:8px;transition:background-color .2s ease}.menu-options button:hover{background:var(--color-hover)}.modal-header{display:flex;gap:16px;align-items:center;margin-bottom:16px}.back-button{all:unset;position:relative;display:flex;align-items:center;width:24px;height:24px;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.arrow-left{width:8px;height:8px;border-bottom:2px solid var(--color-ui);border-left:2px solid var(--color-ui);transform:rotate(45deg)}.word-list{display:flex;flex:0 0 var(--words-height);flex-wrap:wrap;gap:var(--word-list-gap);place-content:flex-start center;margin:auto 0;transform:translateZ(0);will-change:transform;backface-visibility:hidden}.word{display:inline-flex;align-items:center;justify-content:center;width:calc(var(--word-content-width) + (var(--word-padding-inline) * 2));height:var(--word-height);min-height:var(--word-height);max-height:var(--word-height);font-size:var(--word-font-size);color:var(--color-letters);background:var(--color-cell);border:var(--cell-border);border-radius:var(--cell-radius);box-shadow:var(--shadow-sm);transform:translateZ(0);transition:background-color .3s ease,color .3s ease,transform .3s ease;contain:layout paint}.word.found{font-family:inherit;color:var(--color-words);background:var(--color-selected);transform:translate(0)}.word-length{opacity:1;transition:opacity .3s ease-out}.word-length.fading-out{opacity:0}.word-length{transition:opacity .3s ease}.word span.fading-out,.word span.fading-in{position:relative}[data-theme] .found-temp,.toggle-button,.theme-option{will-change:transform,opacity;backface-visibility:hidden}.animated-letter.animating{will-change:transform,font-size}.fading-out{opacity:0;transition:opacity .3s ease}.fading-in{opacity:1;transition:opacity .3s ease}.victory-time{margin-bottom:20px;font-size:var(--font-size-ui);color:var(--color-text);text-align:center}.animated-letter{position:fixed;z-index:1000;font-family:var(--font-family-content);font-size:calc(var(--cell-size) * .6);color:var(--color-letters);pointer-events:none;opacity:1;filter:blur(2px);transform:translate3d(calc(-50% + var(--letter-x, 0px)),calc(-50% + var(--letter-y, 0px)),0);transform-origin:center;transition:transform var(--duration-letter-animation) cubic-bezier(.4,0,.2,1),filter var(--duration-letter-animation) cubic-bezier(.4,0,.2,1),color calc(var(--duration-letter-animation) * .8) cubic-bezier(.4,0,.2,1),font-size var(--duration-letter-animation) cubic-bezier(.4,0,.2,1);will-change:transform,filter,color,font-size;-webkit-backface-visibility:hidden;backface-visibility:hidden;contain:layout paint style}.animated-letter.in-transit{z-index:1001;font-size:var(--word-font-size);color:var(--color-words);filter:blur(0)}@keyframes fade-out{to{opacity:0}}@keyframes letter-motion-blur{0%,20%{filter:blur(2px)}80%,to{filter:blur(0)}}@keyframes modal-open{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes victory-bounce{0%,20%{transform:translateY(0)}40%{transform:translateY(-30%)}50%{transform:translateY(0)}60%{transform:translateY(-15%)}80%{transform:translateY(0)}}@keyframes victory-appear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes victory-glow{0%{box-shadow:0 0 0 transparent;filter:brightness(1);transform:scale(1)}50%{box-shadow:0 0 20px var(--color-selected);filter:brightness(1.5);transform:scale(1.1)}to{box-shadow:0 0 0 transparent;filter:brightness(1);transform:scale(1)}}.toggle-button{position:relative;display:flex;gap:.5rem;align-items:center;padding:8px 16px;overflow:hidden;cursor:pointer;background:var(--color-button);border-radius:8px;transition:all .2s ease}.toggle-button.active{background:var(--color-selected);opacity:1}.toggle-button:not(.active){opacity:.7}.toggle-button:active{transform:scale(.95)}.toggle-button .icon{font-size:1.2em;transition:transform .2s ease}.toggle-button:hover{opacity:.9}.toggle-button:disabled{cursor:not-allowed;opacity:.5}.toggle-button:disabled:hover{opacity:.5;transform:none}.theme-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px;align-items:start;justify-content:space-between;max-height:60vh;padding:12px;overflow:hidden auto}.theme-option{all:unset;display:flex;align-items:center;justify-content:center;width:100%;height:110px;padding:0;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;user-select:none;background:transparent;border:none;transition:transform .2s ease;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.theme-category{grid-column:1 / -1;padding-bottom:4px;margin:16px 0 8px;font-size:1.1em;font-weight:600;color:var(--color-text);border-bottom:1px solid var(--color-ui);opacity:.9}.theme-category:first-child{margin-top:0}.preview-wrapper{--theme-title-single-line: 1.25rem;--theme-title-multi-line: 1rem;--theme-title-spacing: 8px;--theme-title-pixel-single: 1rem;--theme-title-pixel-multi: .875rem;display:grid;grid-template-rows:1fr auto;gap:8px;place-items:center;width:100%;height:100%;padding:8px;background:var(--color-bg);border-radius:8px;container-type:inline-size}.preview-cell{position:relative;display:flex;place-self:center;align-items:center;justify-content:center;width:48px;height:48px;aspect-ratio:1;background:var(--color-cell);border:var(--cell-border);border-radius:var(--cell-radius);box-shadow:var(--shadow-sm)}.preview-mark{position:absolute;top:15%;right:15%;bottom:15%;left:15%;background:var(--color-selected);border-radius:inherit;opacity:.8}.preview-title{display:flex;align-items:center;justify-content:center;width:100%;height:2.4em;padding:4px 8px;margin:0;overflow:hidden;font-family:var(--font-title-family);font-size:.9rem;font-weight:500;line-height:1.2;color:var(--color-title);text-align:center;word-break:normal;white-space:normal}.preview-title.no-break{word-break:keep-all!important;white-space:nowrap!important}.preview-text{z-index:1;font-family:var(--font-title-family);color:var(--color-letters)}.word-list.victory-animation .word.found{animation:victory-glow .8s ease-in-out}.word-list.victory-animation .word.found:nth-child(3n){animation-delay:.1s}.word-list.victory-animation .word.found:nth-child(3n+1){animation-delay:.2s}.word-list.victory-animation .word.found:nth-child(3n+2){animation-delay:.3s}.game-container{display:flex;flex-direction:column;gap:var(--game-dynamic-gap);align-items:center;justify-content:space-between;width:var(--game-width);height:calc(100dvh - var(--header-height) - var(--safe-area-bottom));min-height:calc(var(--title-height) + var(--board-height) + var(--words-height) + (var(--game-min-gap) * 3));max-height:100dvh;padding:var(--game-min-gap);padding-bottom:env(safe-area-inset-bottom);container-type:inline-size;contain:layout}#confetti-canvas{position:fixed;top:0;left:0;z-index:1;width:100vw;height:100dvh;pointer-events:none}#victory-modal{position:fixed;z-index:999}#victory-modal #confetti-canvas{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;pointer-events:none}#victory-modal .modal-content{position:relative;z-index:2}@supports (-webkit-overflow-scrolling: touch){.animated-letter,.found-temp{-webkit-transform:translate3d(0,0,0);-webkit-backface-visibility:hidden}.cell{-webkit-backface-visibility:hidden}}[data-theme="8bitadventure"]{--theme-name: "8-Bit";--theme-category: "basic";--font-toolbar-family: "Press Start 2P", cursive;--font-title-family: "Press Start 2P", cursive;--font-cell-family: "DotGothic16", sans-serif;--color-bg: #581845;--color-cell: #900c3f;--color-modal: rgb(88 24 69 / .95);--color-button: #ff5733;--color-letters: #fc0;--color-title: #fc0;--color-selected: #ff5733;--color-hover: #c70039;--color-line: #fc0;--color-ui: #fc0;--color-words: #fc0;--color-menu: #fc0;--cell-border: 2px solid #ff5733;--effect-color-1: rgb(255 87 51 / .2);--effect-color-2: rgb(255 204 0 / .1);--glow-radius: 12px;--glow-color: rgb(199 0 57 / .4);--found-bg: linear-gradient(45deg, #ff5733, #fc0);--found-scale: 1.15;--found-shadow: 0 0 25px rgb(255 87 51 / .5);--unused-scale: .9;--unused-opacity: .15;--confetti-colors: #fc0, #ff5733, #c70039, #900c3f;--cell-radius: 4px}[data-theme="8bitadventure"] .board{image-rendering:pixelated;background:repeating-linear-gradient(45deg,#581845,#581845 10px,#4a1339 10px,#4a1339 20px);border:4px solid #ff5733}[data-theme="8bitadventure"] .cell{align-items:baseline;image-rendering:pixelated;background:#900c3f;border:2px solid #ff5733;box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme="8bitadventure"] .title{text-shadow:2px 2px 0 #ff5733,4px 4px 0 #c70039;image-rendering:pixelated}[data-theme="8bitadventure"] .found-temp{animation:bit8-found .6s steps(6)}@keyframes bit8-found{0%{filter:brightness(1);transform:scale(1)}50%{background:var(--found-bg);filter:brightness(1.5);transform:scale(var(--found-scale))}to{filter:brightness(1);transform:scale(1)}}[data-theme="8bitadventure"] .mark.selected{animation:bit8-selected .8s steps(4) infinite}@keyframes bit8-selected{0%{background:#ff5733}33%{background:#c70039}66%{background:#900c3f}to{background:#ff5733}}[data-theme=arcade]{--theme-name: "Arcade";--theme-category: "basic";--font-toolbar-family: "VT323", monospace;--font-title-family: "Press Start 2P", cursive;--font-cell-family: "Pixelify Sans", sans-serif;--color-bg: #1a1a2e;--color-cell: #2a2a3e;--color-modal: rgb(26 26 46 / .95);--color-button: #2a2a3e;--color-letters: #ffd700;--color-title: #ffd700;--color-selected: #8a2be2;--color-hover: rgb(138 43 226 / .8);--color-line: #00bfff;--color-ui: #ff69b4;--color-words: #fff;--color-menu: #ffd700;--cell-border: 2px solid #ffd700;--effect-color-1: rgb(255 105 180 / .1);--effect-color-2: rgb(0 191 255 / .1);--glow-radius: 12px;--glow-color: rgb(255 215 0 / .3);--found-bg: linear-gradient(45deg, #ff6347, #8a2be2);--found-scale: 1.15;--found-shadow: 0 0 20px rgb(255 105 180 / .5);--unused-scale: .85;--unused-opacity: .3;--confetti-colors: #ffd700, #ff6347, #8a2be2, #ff69b4;--cell-radius: 6px}[data-theme=arcade] .board{background:repeating-linear-gradient(45deg,#1a1a2e,#1a1a2e 10px,#2a2a3e 10px,#2a2a3e 20px)}[data-theme=arcade] .cell{image-rendering:pixelated;border:2px solid #ffd700;box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=arcade] .title{line-height:1.5;text-shadow:2px 2px 0 #ff6347,4px 4px 0 #8a2be2}[data-theme=arcade] .toolbar{filter:drop-shadow(2px 2px 0 #8a2be2)}@keyframes arcade-found{0%{transform:scale(1) rotate(0)}25%{transform:scale(1.15) rotate(-5deg)}75%{transform:scale(1.15) rotate(5deg)}to{transform:scale(1) rotate(0)}}[data-theme=arcade] .found-temp{animation-name:arcade-found!important}[data-theme=arcade] .mark.selected{border:2px solid #ffd700;animation:arcade-blink 1s steps(2) infinite}@keyframes arcade-blink{0%,to{border-color:gold;opacity:1}50%{border-color:#ff69b4;opacity:.7}}[data-theme=battleready]{--theme-name: "Battle";--theme-category: "basic";--font-toolbar-family: "Black Ops One", cursive;--font-title-family: "Staatliches", cursive;--font-cell-family: "Quantico", sans-serif;--color-bg: linear-gradient(135deg, #2f2f2f, #8b4513);--color-cell: #2a2a2a;--color-modal: rgb(42 42 42 / .95);--color-button: linear-gradient(145deg, #dc143c, #228b22);--color-letters: #ffd700;--color-title: #ffd700;--color-selected: #dc143c;--color-hover: rgb(220 20 60 / .8);--color-line: #1e90ff;--color-ui: #ffd700;--color-words: #fff;--color-menu: #ffd700;--cell-radius: 4px;--cell-border: 2px solid rgb(255 215 0 / .2);--effect-color-1: rgb(139 69 19 / .2);--effect-color-2: rgb(34 139 34 / .2);--glow-radius: 15px;--glow-color: rgb(220 20 60 / .3);--found-bg: linear-gradient(45deg, #dc143c, #ffd700);--found-scale: 1.15;--found-shadow: 0 0 25px rgb(30 144 255 / .5);--unused-scale: .85;--unused-opacity: .25;--confetti-colors: #dc143c, #ffd700, #228b22, #1e90ff}[data-theme=battleready] .cell{background:linear-gradient(135deg,#2a2a2af2,#2a2a2ad9);border:2px solid rgb(255 215 0 / .2);box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=battleready] .title{text-transform:uppercase;text-shadow:2px 2px 0 #dc143c,-2px -2px 0 #228b22}@keyframes battle-found{0%{transform:scale(1)}25%{transform:scale(1.15) rotate(-2deg)}75%{transform:scale(1.15) rotate(2deg)}to{transform:scale(1)}}[data-theme=battleready] .found-temp{animation:battle-found .5s cubic-bezier(.2,0,.2,1)}[data-theme=battleready] .mark.selected{background:#dc143c;animation:battle-pulse 1.5s infinite}@keyframes battle-pulse{0%,to{box-shadow:0 0 15px #dc143c,0 0 30px gold}50%{box-shadow:0 0 20px #228b22,0 0 40px #1e90ff}}[data-theme=classicconsole]{--theme-name: "Classic";--theme-category: "basic";--font-toolbar-family: "IBM Plex Mono", monospace;--font-title-family: "IBM Plex Mono", monospace;--font-cell-family: "Inconsolata", monospace;--color-bg: #2c3e50;--color-cell: rgb(74 144 226 / .15);--color-modal: rgb(44 62 80 / .95);--color-button: #4a90e2;--color-letters: #50e3c2;--color-title: #50e3c2;--color-selected: #f5a623;--color-hover: #7fc43b;--color-line: #d0021b;--color-ui: #7fc43b;--color-words: #fff;--color-menu: #fff;--cell-border: 1px solid rgb(74 144 226 / .3);--cell-radius: 0px;--effect-color-1: rgb(74 144 226 / .1);--effect-color-2: rgb(80 227 194 / .1);--glow-radius: 15px;--glow-color: rgb(245 166 35 / .3);--found-bg: linear-gradient(45deg, #4a90e2, #50e3c2);--found-scale: 1.1;--found-shadow: 0 0 30px rgb(208 2 27 / .5);--unused-scale: .9;--unused-opacity: .2;--confetti-colors: #4a90e2, #50e3c2, #f5a623, #b8e986}[data-theme=classicconsole] .board{border:2px solid #4a90e2}[data-theme=classicconsole] .cell{background:linear-gradient(135deg,#34495e,#34495ee6);box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=classicconsole] .title{text-shadow:2px 2px 4px rgb(74 144 226 / .4)}@keyframes console-found{0%{filter:brightness(1);transform:scale(1)}50%{box-shadow:0 0 20px #f5a62399,0 0 40px #b8e98666;filter:brightness(1.3) hue-rotate(45deg);transform:scale(var(--found-scale))}to{filter:brightness(1);transform:scale(1)}}[data-theme=classicconsole] .found-temp{animation:console-found .7s cubic-bezier(.4,0,.2,1)}[data-theme=classicconsole] .mark.selected{animation:console-selected 2s infinite}@keyframes console-selected{0%{background:#4a90e2}33%{background:#50e3c2}66%{background:#f5a623}to{background:#4a90e2}}[data-theme=cyberpunk]{--theme-name: "Cyberpunk";--theme-category: "basic";--font-toolbar-family: "Share Tech Mono", monospace;--font-title-family: "Orbitron", sans-serif;--font-cell-family: "Rajdhani", sans-serif;--color-bg: #1e1e1e;--color-cell: #2a2a2a;--color-modal: linear-gradient( 180deg, rgb(30 30 30 / .95), rgb(255 69 0 / .1) );--color-button: linear-gradient(145deg, #2a2a2a, #ff4500);--color-letters: #0f0;--color-title: #0f0;--color-selected: #f0f;--color-hover: rgb(255 0 255 / .8);--color-line: #0ff;--color-ui: #f0f;--color-words: #0f0;--color-menu: #0ff;--cell-radius: 2px;--cell-border: 1px solid #0f0;--effect-color-1: rgb(0 255 0 / .15);--effect-color-2: rgb(255 69 0 / .15);--glow-radius: 20px;--glow-color: rgb(0 255 0 / .3);--found-bg: linear-gradient(45deg, #f0f, #0ff);--found-scale: 1.1;--found-shadow: 0 0 30px rgb(0 255 255 / .6);--unused-scale: .9;--unused-opacity: .2;--confetti-colors: #0f0, #f0f, #0ff, #ff4500}[data-theme=cyberpunk] .board{background:linear-gradient(#1e1e1ecc,#2a2a2acc)}[data-theme=cyberpunk] .cell{background:linear-gradient(135deg,#1e1e1e,#2a2a2a);border:1px solid rgb(0 255 0 / .2);box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=cyberpunk] .title{text-shadow:0 0 10px rgb(0 255 0 / .7),0 0 20px rgb(0 255 0 / .5)}@keyframes cyberpunk-found{0%{filter:hue-rotate(0deg);transform:scale(1) skew(0)}50%{box-shadow:0 0 30px #f0f,0 0 60px #0ff;filter:hue-rotate(90deg);transform:scale(1.1) skew(-5deg)}to{filter:hue-rotate(0deg);transform:scale(1) skew(0)}}[data-theme=cyberpunk] .found-temp{animation-name:cyberpunk-found!important}[data-theme=cyberpunk] .mark.selected{box-shadow:0 0 20px #f0f,0 0 40px #0ff;animation:cyberpunk-glow 2s infinite}@keyframes cyberpunk-glow{0%,to{box-shadow:0 0 20px #f0f,0 0 40px #0ff;opacity:.8;transform:scale(1)}50%{box-shadow:0 0 30px #0f0,0 0 50px #ff4500;opacity:1;transform:scale(1.1)}}[data-theme=dark]{--theme-name: "Dark";--theme-category: "basic";--cell-radius: min(8px, 1.5vw);--font-toolbar-family: "JetBrains Mono", monospace;--font-title-family: "Rubik", sans-serif;--font-cell-family: "Rubik", sans-serif;--font-cell-weight: 700;--color-bg: linear-gradient(135deg, #121212 0%, #1a1a1a 100%);--color-cell: linear-gradient(145deg, #1e1e1e, #2d2d2d);--color-modal: rgb(23 23 23 / .95);--color-button: linear-gradient(145deg, #2d2d2d, #232323);--color-letters: #fff;--color-title: #3498db;--color-words: #fff;--color-menu: #fff;--color-ui: #3498db;--color-selected: #3498db;--color-hover: rgb(52 152 219 / .8);--color-line: #2ecc71;--effect-color-1: rgb(52 152 219 / .05);--effect-color-2: rgb(46 204 113 / .05);--blend-before: overlay;--glow-radius: 25px;--glow-color: rgb(52 152 219 / .2);--found-bg: linear-gradient(45deg, #3498db, #2ecc71);--found-scale: 1.1;--found-shadow: 0 0 30px rgb(52 152 219 / .6);--unused-scale: .8;--unused-opacity: .3;--confetti-colors: #ffd700, #ff3939, #4169e1, #ff69b4}[data-theme=dark] .board{background:linear-gradient(#121212b3,#1a1a1ab3)}[data-theme=dark] .cell{font-weight:var(--font-cell-weight);border:1px solid rgb(255 255 255 / .05);box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=dark] .title{color:transparent;background:linear-gradient(to right,#3498db,#2ecc71);-webkit-background-clip:text;background-clip:text}[data-theme=dark] .toolbar{filter:drop-shadow(3px 3px 2px rgb(52 152 219 / .4))}@keyframes dark-found{0%{filter:brightness(1);transform:scale(1)}50%{box-shadow:0 0 30px #2d7dd299;filter:brightness(1.5);transform:scale(1.1)}to{filter:brightness(1);transform:scale(1)}}[data-theme=dark] .found-temp{animation:dark-found .8s ease-in-out!important}[data-theme=digitaldawn]{--theme-name: "Dawn";--theme-category: "basic";--font-toolbar-family: "Orbitron", sans-serif;--font-title-family: "Rajdhani", sans-serif;--font-cell-family: "Space Grotesk", sans-serif;--color-bg: #0a0a1a;--color-cell: #1a1a2a;--color-modal: rgb(10 10 26 / .95);--color-button: #8a2be2;--color-letters: #fff;--color-title: #fff;--color-selected: #ff6347;--color-hover: #ff6347;--color-line: #00bfff;--color-ui: #00bfff;--color-words: #fff;--color-menu: #fff;--cell-radius: 8px;--cell-border: 1px solid rgb(0 191 255 / .3);--effect-color-1: rgb(255 99 71 / .1);--effect-color-2: rgb(0 191 255 / .1);--glow-radius: 25px;--glow-color: rgb(138 43 226 / .4);--found-bg: linear-gradient(135deg, #ff6347, #8a2be2);--found-scale: 1.1;--found-shadow: 0 0 40px rgb(0 191 255 / .5);--unused-scale: .9;--unused-opacity: .15;--confetti-colors: #ff6347, #ffd700, #00bfff, #8a2be2}[data-theme=digitaldawn] .board{background:linear-gradient(135deg,#0a0a1af2,#8a2be21a)}[data-theme=digitaldawn] .cell{background:linear-gradient(145deg,#1a1a2a,#1a1a2acc);box-shadow:var(--shadow-sm)}[data-theme=digitaldawn] .title{text-shadow:0 0 10px rgb(0 191 255 / .5),0 0 20px rgb(138 43 226 / .3)}[data-theme=digitaldawn] .toolbar{filter:drop-shadow(0 0 10px rgb(0 191 255 / .4))}@keyframes dawn-found{0%{filter:brightness(1);transform:scale(1)}50%{box-shadow:0 0 30px #ff634799,0 0 50px #00bfff66;filter:brightness(1.5);transform:scale(var(--found-scale))}to{filter:brightness(1);transform:scale(1)}}[data-theme=digitaldawn] .found-temp{animation:dawn-found .7s ease-in-out}[data-theme=digitaldawn] .mark.selected{animation:dawn-selected 2s infinite}@keyframes dawn-selected{0%{background:tomato}33%{background:gold}66%{background:#00bfff}to{background:tomato}}[data-theme=dreams]{--theme-name: "Dreams";--theme-category: "basic";--font-toolbar-family: "Syne Mono", monospace;--font-title-family: "Chakra Petch", sans-serif;--font-cell-family: "Righteous", cursive;--color-bg: #2f4f4f;--color-cell: #3a5f5f;--color-modal: rgb(47 79 79 / .95);--color-button: #3a5f5f;--color-letters: #00ff7f;--color-title: #00ff7f;--color-selected: #ff1493;--color-hover: rgb(255 20 147 / .8);--color-line: #1e90ff;--color-ui: #ff1493;--color-words: #fff;--color-menu: #00ff7f;--cell-radius: 4px;--cell-border: 1px solid rgb(0 255 127 / .2);--effect-color-1: rgb(255 140 0 / .1);--effect-color-2: rgb(30 144 255 / .1);--glow-radius: 20px;--glow-color: rgb(0 255 127 / .3);--found-bg: linear-gradient(45deg, #ff1493, #1e90ff);--found-scale: 1.12;--found-shadow: 0 0 25px rgb(255 20 147 / .5);--unused-scale: .88;--unused-opacity: .25;--confetti-colors: #ff1493, #00ff7f, #1e90ff, #ff8c00}[data-theme=dreams] .board{background:linear-gradient(#2f4f4fcc,#3a5f5fcc)}[data-theme=dreams] .cell{border:1px solid rgb(0 255 127 / .2);box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=dreams] .title{text-shadow:0 0 12px rgb(0 255 127 / .6),0 0 24px rgb(30 144 255 / .4)}[data-theme=dreams] .toolbar{filter:drop-shadow(0 0 12px rgb(30 144 255 / .5))}@keyframes dreams-found{0%{filter:saturate(1);transform:scale(1) rotate(0)}50%{box-shadow:0 0 30px #ff1493,0 0 50px #1e90ff;filter:saturate(1.5);transform:scale(1.12) rotate(5deg)}to{filter:saturate(1);transform:scale(1) rotate(0)}}[data-theme=dreams] .found-temp{animation-name:dreams-found!important}[data-theme=dreams] .mark.selected{box-shadow:0 0 15px #ff1493,0 0 30px #1e90ff;animation:dreams-pulse 2s ease infinite}@keyframes dreams-pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}[data-theme=elementalfury]{--theme-name: "Elemental";--theme-category: "basic";--font-toolbar-family: "Righteous", cursive;--font-title-family: "Permanent Marker", cursive;--font-cell-family: "Rubik", sans-serif;--color-bg: linear-gradient(135deg, #1e90ff, #ff4500);--color-cell: #2f4f4f;--color-modal: rgb(47 79 79 / .95);--color-button: linear-gradient(145deg, #32cd32, #ff4500);--color-letters: #ffd700;--color-title: #ffd700;--color-selected: #8b008b;--color-hover: rgb(139 0 139 / .8);--color-line: #32cd32;--color-ui: #32cd32;--color-words: #ffd700;--color-menu: #ffd700;--cell-radius: 8px;--cell-border: 2px solid rgb(255 215 0 / .3);--effect-color-1: rgb(30 144 255 / .2);--effect-color-2: rgb(255 69 0 / .2);--glow-radius: 25px;--glow-color: rgb(50 205 50 / .3);--found-bg: linear-gradient(45deg, #ff4500, #1e90ff);--found-scale: 1.15;--found-shadow: 0 0 30px rgb(139 0 139 / .6);--unused-scale: .85;--unused-opacity: .2;--confetti-colors: #ff4500, #1e90ff, #32cd32, #ffd700}[data-theme=elementalfury] .cell{border:2px solid rgb(255 215 0 / .3);box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=elementalfury] .title{background:linear-gradient(to right,#ff4500 25%,#32cd32 75%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 10px rgb(30 144 255))}[data-theme=elementalfury] .toolbar{filter:drop-shadow(2px 2px 4px rgb(139 0 139 / .4))}@keyframes fury-found{0%{transform:scale(1) rotate(0)}50%{box-shadow:0 0 30px #ff4500,0 0 60px #1e90ff;transform:scale(1.15) rotate(5deg)}to{transform:scale(1) rotate(0)}}[data-theme=elementalfury] .found-temp{animation-name:fury-found!important}[data-theme=elementalfury] .mark.selected{background:#8b008b;animation:elemental-pulse 2s infinite}@keyframes elemental-pulse{0%,to{box-shadow:0 0 20px #ff4500,0 0 40px #1e90ff}50%{box-shadow:0 0 30px #32cd32,0 0 50px gold}}[data-theme=fantasy]{--theme-name: "Fantasy";--theme-category: "basic";--font-toolbar-family: "MedievalSharp", cursive;--font-title-family: "Cinzel", serif;--font-cell-family: "Alegreya", serif;--color-bg: #8b4513;--color-cell: #a0522d;--color-modal: rgb(139 69 19 / .95);--color-button: #a0522d;--color-letters: #f0e68c;--color-title: #f0e68c;--color-selected: #ff4500;--color-hover: rgb(255 69 0 / .8);--color-line: #6a5acd;--color-ui: #f0e68c;--color-words: #f0e68c;--color-menu: #ffd700;--cell-radius: 8px;--cell-border: 2px solid rgb(240 230 140 / .3);--effect-color-1: rgb(255 69 0 / .1);--effect-color-2: rgb(106 90 205 / .1);--glow-radius: 18px;--glow-color: rgb(240 230 140 / .25);--found-bg: linear-gradient(45deg, #ffd700, #ff4500);--found-scale: 1.1;--found-shadow: 0 0 20px rgb(255 215 0 / .4);--unused-scale: .9;--unused-opacity: .3;--confetti-colors: #ffd700, #ff4500, #6a5acd, #f0e68c}[data-theme=fantasy] .board{background:linear-gradient(#8b4513cc,#a0522dcc)}[data-theme=fantasy] .cell{border:2px solid rgb(240 230 140 / .3);box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=fantasy] .title{text-shadow:2px 2px 4px rgb(139 69 19 / .8),0 0 15px rgb(240 230 140 / .5)}[data-theme=fantasy] .toolbar{filter:drop-shadow(2px 2px 4px rgb(139 69 19 / .6))}@keyframes fantasy-found{0%{filter:brightness(1);transform:scale(1)}50%{box-shadow:0 0 25px gold,0 0 40px #ff4500;filter:brightness(1.3);transform:scale(1.1) rotate(3deg)}to{filter:brightness(1);transform:scale(1)}}[data-theme=fantasy] .found-temp{animation-name:fantasy-found!important}[data-theme=fantasy] .mark.selected{border:2px solid #ffd700;box-shadow:0 0 20px #ffd70080;animation:fantasy-glow 1.5s ease-in-out infinite}@keyframes fantasy-glow{0%,to{box-shadow:0 0 15px gold}50%{box-shadow:0 0 25px #ff4500}}[data-theme=forest]{--theme-name: "Forest";--theme-category: "basic";--font-toolbar-family: "Philosopher", serif;--font-title-family: "Cormorant", serif;--font-cell-family: "Crimson Pro", serif;--color-bg: linear-gradient(135deg, #2f4f4f 0%, #228b22 200%);--color-cell: linear-gradient(145deg, #2f4f4f, #3a5f5f);--color-modal: rgb(47 79 79 / .95);--color-button: linear-gradient(145deg, #2f4f4f, #228b22);--color-letters: #d3d3d3;--color-title: #d3d3d3;--color-selected: #8b0000;--color-hover: rgb(139 0 0 / .8);--color-line: #a0522d;--color-ui: #a0522d;--color-words: #d3d3d3;--color-menu: #d3d3d3;--cell-radius: 6px;--cell-border: 1px solid rgb(211 211 211 / .2);--effect-color-1: rgb(34 139 34 / .15);--effect-color-2: rgb(139 0 0 / .15);--glow-radius: 20px;--glow-color: rgb(211 211 211 / .2);--found-bg: linear-gradient(45deg, #228b22, #a0522d);--found-scale: 1.08;--found-shadow: 0 0 22px rgb(34 139 34 / .45);--unused-scale: .92;--unused-opacity: .28;--confetti-colors: #228b22, #8b0000, #a0522d, #d3d3d3}[data-theme=forest] .board{background:linear-gradient(#2f4f4fd9,#3a5f5fd9)}[data-theme=forest] .cell{background:linear-gradient(135deg,#2f4f4f,#228b22);border:1px solid rgb(211 211 211 / .2);box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=forest] .title{text-shadow:2px 2px 0 #228b22,4px 4px 0 #8b0000}[data-theme=forest] .toolbar{filter:drop-shadow(1px 1px 3px rgb(34 139 34 / .5))}@keyframes forest-found{0%{filter:brightness(1);transform:scale(1)}50%{box-shadow:0 0 25px #228b2299,0 0 40px #8b000066;filter:brightness(1.3);transform:scale(1.08)}to{filter:brightness(1);transform:scale(1)}}[data-theme=forest] .found-temp{animation-name:forest-found!important}[data-theme=forest] .mark.selected{background:#228b22cc;box-shadow:0 0 18px #228b2266;animation:forest-pulse 2s ease-in-out infinite}@keyframes forest-pulse{0%,to{box-shadow:0 0 18px #228b2266;opacity:.8}50%{box-shadow:0 0 25px #8b000080;opacity:1}}[data-theme=gameoverglow]{--theme-name: "Game Over";--theme-category: "basic";--font-toolbar-family: "Audiowide", cursive;--font-title-family: "Audiowide", cursive;--font-cell-family: "Syncopate", sans-serif;--color-bg: #210958;--color-cell: rgb(0 206 209 / .15);--color-modal: rgb(0 0 0 / .95);--color-button: #ff1493;--color-letters: #adff2f;--color-title: #00ced1;--color-selected: #ff4500;--color-hover: #00ced1;--color-line: #ff1493;--color-ui: #adff2f;--color-words: #f0e68c;--color-menu: #ffd700;--cell-radius: 4px;--cell-border: 1px solid rgb(0 206 209 / .3);--effect-color-1: rgb(255 20 147 / .1);--effect-color-2: rgb(173 255 47 / .1);--glow-radius: 25px;--glow-color: rgb(0 206 209 / .3);--found-bg: linear-gradient(45deg, #ff1493, #ff4500);--found-scale: 1.15;--found-shadow: 0 0 20px rgb(255 20 147 / .6), 0 0 40px rgb(0 206 209 / .4);--unused-scale: .85;--unused-opacity: .15;--confetti-colors: #ff1493, #ff4500, #adff2f, #00ced1}[data-theme=gameoverglow] .cell{background:linear-gradient(135deg,#2d2d2d,#2d2d2dcc);box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=gameoverglow] .title{text-shadow:0 0 10px rgb(0 206 209 / .8),0 0 20px rgb(255 20 147 / .4)}@keyframes glow-found{0%{filter:brightness(1);transform:scale(1)}50%{box-shadow:0 0 40px #ff1493cc,0 0 80px #adff2f99;filter:brightness(1.5);transform:scale(var(--found-scale))}to{filter:brightness(1);transform:scale(1)}}[data-theme=gameoverglow] .found-temp{animation:glow-found .8s ease-in-out}[data-theme=gameoverglow] .mark.selected{box-shadow:0 0 20px #00ced199;animation:glow-pulse 1.5s infinite}@keyframes glow-pulse{0%,to{background:#ff4500;box-shadow:0 0 30px #ff450099}50%{background:#ff1493;box-shadow:0 0 40px #ff1493cc}}[data-theme=glitcheffect]{--theme-name: "Glitch";--theme-category: "basic";--font-toolbar-family: "Share Tech Mono", monospace;--font-title-family: "Rubik Glitch", cursive;--font-cell-family: "Teko", sans-serif;--color-bg: #1e1e1e;--color-cell: #2a2a2a;--color-modal: rgb(30 30 30 / .95);--color-button: linear-gradient(145deg, #f0f, #0ff);--color-letters: #0ff;--color-title: #0ff;--color-selected: #f0f;--color-hover: rgb(255 53 0 / .8);--color-line: #ff3700;--color-ui: #f0f;--color-words: #fff;--color-menu: #0ff;--cell-radius: 2px;--cell-border: 1px solid rgb(0 255 255 / .2);--effect-color-1: rgb(255 0 255 / .1);--effect-color-2: rgb(0 255 255 / .1);--glow-radius: 15px;--glow-color: rgb(255 53 0 / .3);--found-bg: linear-gradient(45deg, #f0f, #0ff);--found-scale: 1.1;--found-shadow: 0 0 30px rgb(255 55 0 / .6);--unused-scale: .9;--unused-opacity: .2;--confetti-colors: #f0f, #0ff, #ff3500, #ff3700}[data-theme=glitcheffect] body:before{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;content:"";background:repeating-linear-gradient(transparent 0%,rgb(0 255 255 / .1) .5%,transparent 1%);animation:scan-lines 8s linear infinite}[data-theme=glitcheffect] .board{overflow:hidden;background:transparent}[data-theme=glitcheffect] .cell{position:relative;overflow:hidden;border:1px solid rgb(0 255 255 / .2);box-shadow:var(--shadow-sm)}[data-theme=glitcheffect] .title{text-shadow:2px 0 #f0f,-2px 0 #ff3500;animation:glitch-title 3s infinite}[data-theme=glitcheffect] .text:after{color:var(--color-title);clip-path:polygon(0 55%,100% 55%,100% 100%,0 100%);animation:glitch-text 2s infinite reverse}@keyframes scan-lines{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}@keyframes glitch-bg{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}@keyframes glitch-title{0%,to{filter:none;transform:none}92%{transform:skew(2deg)}94%{transform:skew(-2deg)}96%{filter:hue-rotate(90deg);transform:none}98%{filter:hue-rotate(-90deg);transform:none}}@keyframes glitch-text{0%,to{opacity:.8;transform:none}92%{opacity:.8;transform:translate(2px,-2px)}94%{opacity:.8;transform:translate(-2px,2px)}96%{opacity:0;transform:none}98%{opacity:.8;transform:none}}[data-theme=glitcheffect] .found-temp{animation:glitch-found .6s steps(2,end)}@keyframes glitch-found{0%{filter:none;transform:scale(1)}25%{filter:hue-rotate(90deg);transform:scale(1.1) skew(10deg)}50%{filter:hue-rotate(-90deg);transform:scale(1.1) skew(-10deg)}75%{filter:invert(1);transform:scale(.9)}to{filter:none;transform:scale(1)}}[data-theme=glitcheffect] .mark.selected{animation:glitch-selected 1s steps(2,end) infinite}@keyframes glitch-selected{0%,to{background:#f0f;transform:none}25%{background:#0ff;transform:translate(2px,-2px)}50%{background:#ff3500;transform:translate(-2px,2px)}75%{background:#ff3700;transform:none}}[data-theme=herojourney]{--theme-name: "Hero";--theme-category: "basic";--font-toolbar-family: "MedievalSharp", cursive;--font-title-family: "Cinzel", serif;--font-cell-family: "Metamorphous", cursive;--color-bg: #1a1a1a;--color-cell: #2a2a2a;--color-modal: rgb(26 26 26 / .95);--color-button: #8b0000;--color-letters: #d3d3d3;--color-title: #ffd700;--color-selected: #aa9000;--color-hover: #32cd32;--color-line: #1e90ff;--color-ui: #ffd700;--color-words: #fff;--color-menu: #fff;--cell-radius: 4px;--cell-border: 2px solid rgb(255 215 0 / .3);--effect-color-1: rgb(139 0 0 / .2);--effect-color-2: rgb(255 215 0 / .1);--glow-radius: 20px;--glow-color: rgb(50 205 50 / .3);--found-bg: linear-gradient(45deg, #8b0000, #ffd700);--found-scale: 1.15;--found-shadow: 0 0 30px rgb(30 144 255 / .6);--unused-scale: .85;--unused-opacity: .2;--confetti-colors: #8b0000, #ffd700, #32cd32, #1e90ff}[data-theme=herojourney] .board{background:radial-gradient(circle at center,#8b000033,#1a1a1ae6 70%);border:3px solid rgb(255 215 0 / .3)}[data-theme=herojourney] .cell{background:linear-gradient(135deg,#2a2a2a,#2a2a2acc);box-shadow:var(--shadow-sm)}[data-theme=herojourney] .title{text-shadow:2px 2px 4px rgb(139 0 0 / .6)}[data-theme=herojourney] .toolbar{filter:drop-shadow(1px 1px 2px rgb(139 0 0 / .4))}@keyframes hero-found{0%{transform:scale(1)}50%{box-shadow:0 0 30px gold;transform:scale(var(--found-scale))}to{transform:scale(1)}}[data-theme=herojourney] .found-temp{animation:hero-found .8s ease-out}[data-theme=herojourney] .mark.selected{animation:hero-selected 1.5s infinite}@keyframes hero-selected{0%,to{box-shadow:0 0 15px gold;transform:scale(1)}50%{box-shadow:0 0 25px #32cd32;transform:scale(1.1)}}[data-theme=light]{--theme-name: "Light";--theme-category: "basic";--font-toolbar-family: "Space Mono", monospace;--font-title-family: "Outfit", sans-serif;--font-cell-family: "DM Sans", sans-serif;--color-bg: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);--color-cell: linear-gradient(145deg, #e9ecef, #dee2e6);--color-modal: #f0f0f0;--color-button: #e0e0e0;--color-letters: #000;--color-title: #1971c2;--color-selected: #228be6;--color-hover: rgb(34 139 230 / .8);--color-line: #1e5899;--color-ui: #1864ab;--color-words: #000;--color-menu: #000;--cell-border: 1px solid rgb(0 0 0 / .08);--found-bg: linear-gradient(45deg, var(--color-selected), #4b9ced);--found-scale: 1.15;--found-shadow: 0 0 16px rgb(45 125 210 / .25);--unused-scale: .85;--unused-opacity: .4;--confetti-colors: #ffaf00, #fe5840, #00d779, #58f}[data-theme=light] .board{background:linear-gradient(#f8f9fab3,#e9ecefb3)}[data-theme=light] .cell{border:1px solid rgb(0 0 0 / .08);box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=light] .mark.selected{box-shadow:0 0 15px #228be666}[data-theme=light] .title{text-shadow:1px 1px 2px rgb(0 0 0 / .1)}@keyframes light-found{0%{filter:brightness(1);transform:scale(1)}50%{box-shadow:0 0 25px #2d7dd266;filter:brightness(1.3);transform:scale(1.15)}to{filter:brightness(1);transform:scale(1)}}[data-theme=light] .found-temp{animation-name:light-found!important}[data-theme=mint]{--theme-name: "Mint";--theme-category: "basic";--cell-radius: min(12px, 2vw);--font-toolbar-family: "DM Sans", sans-serif;--font-title-family: "DM Sans", sans-serif;--font-cell-family: "DM Sans", sans-serif;--font-cell-weight: 700;--color-bg: #f0f9f6;--color-cell: #fff;--color-modal: rgb(255 255 255 / .95);--color-button: linear-gradient(145deg, #fff, #e6f3ee);--color-letters: #2d3436;--color-title: #00b894;--color-words: #2d3436;--color-menu: #2d3436;--color-ui: #00b894;--color-selected: #00b894;--color-hover: rgb(0 184 148 / .8);--color-line: #00b894;--effect-color-1: rgb(0 184 148 / .05);--effect-color-2: rgb(0 206 201 / .05);--glow-radius: 20px;--glow-color: rgb(0 184 148 / .2);--cell-border: 1px solid rgb(0 184 148 / .1);--found-bg: linear-gradient(45deg, #00b894, #00cec9);--found-scale: 1.1;--found-shadow: 0 0 30px rgb(0 184 148 / .6)}[data-theme=mysticshadows]{--theme-name: "Mystic";--theme-category: "basic";--font-toolbar-family: "Orbitron", sans-serif;--font-title-family: "Cinzel", serif;--font-cell-family: "Space Grotesk", sans-serif;--color-bg: linear-gradient(135deg, #4b0082, #2f4f4f);--color-cell: #2f4f4f;--color-modal: rgb(47 79 79 / .95);--color-button: linear-gradient(145deg, #4b0082, #8a2be2);--color-letters: #0ff;--color-title: #0ff;--color-selected: #ff1493;--color-hover: rgb(255 20 147 / .8);--color-line: #8a2be2;--color-ui: #ff1493;--color-words: #fff;--color-menu: #0ff;--cell-radius: 12px;--cell-border: 1px solid rgb(0 255 255 / .2);--effect-color-1: rgb(75 0 130 / .2);--effect-color-2: rgb(138 43 226 / .2);--glow-radius: 30px;--glow-color: rgb(0 255 255 / .25);--found-bg: linear-gradient(45deg, #8a2be2, #ff1493);--found-scale: 1.1;--found-shadow: 0 0 40px rgb(0 255 255 / .5);--unused-scale: .9;--unused-opacity: .15;--confetti-colors: #4b0082, #8a2be2, #0ff, #ff1493}[data-theme=mysticshadows] .cell{border:1px solid rgb(0 255 255 / .2);box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=mysticshadows] .title{color:transparent;text-shadow:0 0 20px rgb(138 43 226 / .5);background:linear-gradient(to right,#0ff,#ff1493);-webkit-background-clip:text;background-clip:text}[data-theme=mysticshadows] .toolbar{filter:drop-shadow(0 0 10px rgba(0 255 255 / .5))}@keyframes mystic-found{0%{filter:hue-rotate(0deg);transform:scale(1)}50%{box-shadow:0 0 40px indigo,0 0 80px #8a2be2;filter:hue-rotate(180deg);transform:scale(1.1)}to{filter:hue-rotate(360deg);transform:scale(1)}}[data-theme=mysticshadows] .found-temp{animation-name:mystic-found!important}[data-theme=mysticshadows] .mark.selected{animation:shadow-wave 3s ease infinite}@keyframes shadow-wave{0%,to{box-shadow:0 0 20px indigo,0 0 40px #8a2be2}50%{box-shadow:0 0 30px #0ff,0 0 60px #ff1493}}[data-theme=neon]{--theme-name: "Neon";--theme-category: "basic";--cell-radius: min(8px, 1.5vw);--font-toolbar-family: "Orbitron", sans-serif;--font-title-family: "Orbitron", sans-serif;--font-cell-family: "Rajdhani", sans-serif;--font-cell-weight: 700;--color-bg: #000;--color-cell: #1a1a1a;--color-modal: rgb(0 0 0 / .95);--color-button: linear-gradient(145deg, #1a1a1a, #000);--color-letters: #0f0;--color-title: #f0f;--color-words: #fff;--color-menu: #0ff;--color-ui: #0ff;--color-selected: #f0f;--color-hover: rgb(255 0 255 / .8);--color-line: #0f0;--effect-color-1: rgb(0 255 255 / .1);--effect-color-2: rgb(255 0 255 / .1);--glow-radius: 30px;--glow-color: rgb(0 255 255 / .3);--cell-border: 1px solid rgb(0 255 255 / .2);--found-bg: linear-gradient(45deg, #0ff, #f0f);--found-scale: 1.2;--found-shadow: 0 0 30px rgb(0 255 255 / .8)}[data-theme=neonnostalgia]{--theme-name: "Nostalgia";--theme-category: "basic";--font-toolbar-family: "Monoton", cursive;--font-title-family: "Monoton", cursive;--font-cell-family: "Chakra Petch", sans-serif;--color-bg: #360000;--color-cell: rgb(0 163 224 / .15);--color-modal: rgb(0 0 0 / .95);--color-button: #360000;--color-letters: #fbb03b;--color-title: #fbb03b;--color-selected: #f15a29;--color-hover: #00a3e0;--color-line: #d5006d;--color-ui: #f15a29;--color-words: #fff;--color-menu: #fbb03b;--cell-border: 2px solid rgb(251 176 59 / .3);--effect-color-1: rgb(57 181 74 / .1);--effect-color-2: rgb(0 163 224 / .1);--glow-radius: 30px;--glow-color: rgb(213 0 109 / .4);--found-bg: linear-gradient(45deg, #39b54a, #00a3e0);--found-scale: 1.2;--found-shadow: 0 0 20px rgb(213 0 109 / .6), 0 0 40px rgb(251 176 59 / .4);--unused-scale: .85;--unused-opacity: .2;--confetti-colors: #39b54a, #00a3e0, #f15a29, #fbb03b, #d5006d;--cell-radius: 8px}[data-theme=neonnostalgia] .board{background:transparent;border:3px solid rgb(213 0 109 / .3);box-shadow:0 0 50px #00a3e033}[data-theme=neonnostalgia] .cell{background:linear-gradient(135deg,#2a2a2a,#2a2a2acc);border:2px solid rgb(251 176 59 / .2);box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=neonnostalgia] .title{text-shadow:0 0 5px rgb(251 176 59 / .8),0 0 10px rgb(241 90 41 / .6),0 0 20px rgb(213 0 109 / .4)}@keyframes neon-found{0%{filter:brightness(1);transform:scale(1)}50%{box-shadow:0 0 30px #39b54a99,0 0 60px #00a3e066;filter:brightness(1.5);transform:scale(var(--found-scale))}to{filter:brightness(1);transform:scale(1)}}[data-theme=neonnostalgia] .found-temp{animation:neon-found .8s ease-in-out}[data-theme=neonnostalgia] .mark.selected{animation:neon-pulse 2s infinite}@keyframes neon-pulse{0%,to{background:#00a3e0;box-shadow:0 0 20px #00a3e099}50%{background:#f15a29;box-shadow:0 0 30px #f15a2999}}[data-theme=odyssey]{--theme-name: "Odyssey";--theme-category: "basic";--font-toolbar-family: "Audiowide", cursive;--font-title-family: "Exo 2", sans-serif;--font-cell-family: "Tomorrow", sans-serif;--color-bg: linear-gradient(135deg, #1e1e1e, #8a2be2 200%);--color-cell: linear-gradient(145deg, #1e1e1e, #2a2a2a);--color-modal: linear-gradient( 180deg, rgb(30 30 30 / .95), rgb(138 43 226 / .1) );--color-button: linear-gradient(145deg, #2a2a2a, #ff4500);--color-letters: #00bfff;--color-title: #00bfff;--color-selected: #ff4500;--color-hover: rgb(255 215 0 / .8);--color-line: #ff4500;--color-ui: #ff4500;--color-words: #fff;--color-menu: #00bfff;--cell-radius: 5px;--cell-border: 1px solid rgb(0 191 255 / .2);--effect-color-1: rgb(0 191 255 / .15);--effect-color-2: rgb(255 69 0 / .15);--glow-radius: 22px;--glow-color: rgb(138 43 226 / .3);--found-bg: linear-gradient(45deg, #8a2be2, #ff4500);--found-scale: 1.12;--found-shadow: 0 0 30px rgb(138 43 226 / .5);--unused-scale: .88;--unused-opacity: .25;--confetti-colors: #00bfff, #ff4500, #ffd700, #8a2be2}[data-theme=odyssey] .board{background:linear-gradient(#1e1e1ed9,#2a2a2ad9)}[data-theme=odyssey] .cell{background:linear-gradient(135deg,#1e1e1e,#2a2a2a);border:1px solid rgb(0 191 255 / .2);box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=odyssey] .title{color:transparent;text-shadow:0 0 15px rgb(0 191 255 / .5),0 0 30px rgb(138 43 226 / .3);background:linear-gradient(to right,#00bfff,#8a2be2);-webkit-background-clip:text;background-clip:text}[data-theme=odyssey] .toolbar{filter:drop-shadow(0 0 10px rgb(255 69 0 / .5))}@keyframes odyssey-found{0%{filter:hue-rotate(0deg);transform:scale(1) rotate(0)}50%{box-shadow:0 0 35px #8a2be299,0 0 55px #ff450066;filter:hue-rotate(180deg);transform:scale(1.12) rotate(3deg)}to{filter:hue-rotate(360deg);transform:scale(1) rotate(0)}}[data-theme=odyssey] .found-temp{animation-name:odyssey-found!important}[data-theme=odyssey] .mark.selected{box-shadow:0 0 20px #8a2be2,0 0 40px #ff4500;animation:odyssey-glow 2.5s ease infinite}@keyframes odyssey-glow{0%,to{box-shadow:0 0 20px gold,0 0 40px #ff4500;filter:brightness(1)}50%{box-shadow:0 0 30px #00bfff,0 0 60px #8a2be2;filter:brightness(1.3)}}[data-theme=pixel]{--theme-name: "Pixel";--theme-category: "basic";--font-toolbar-family: "Silkscreen", cursive;--font-title-family: "Press Start 2P", cursive;--font-cell-family: "DotGothic16", sans-serif;--color-bg: linear-gradient(135deg, #1a1a1a, #8a2be2 200%);--color-cell: #2a2a2a;--color-modal: rgb(26 26 26 / .95);--color-button: linear-gradient(145deg, #2a2a2a, #8a2be2);--color-letters: #0ff;--color-title: #0ff;--color-selected: #ff69b4;--color-hover: rgb(255 105 180 / .8);--color-line: #ffd700;--color-ui: #ff69b4;--color-words: #0ff;--color-menu: #0ff;--cell-radius: 0;--cell-border: 2px solid rgb(0 255 255 / .3);--effect-color-1: rgb(255 105 180 / .1);--effect-color-2: rgb(138 43 226 / .1);--glow-radius: 15px;--glow-color: rgb(0 255 255 / .25);--found-bg: linear-gradient(45deg, #ff69b4, #8a2be2);--found-scale: 1.15;--found-shadow: 0 0 25px rgb(255 105 180 / .5);--unused-scale: .85;--unused-opacity: .3;--confetti-colors: #ff69b4, #0ff, #ffd700, #ff6347}[data-theme=pixel] .board{image-rendering:pixelated;background-color:#1a1a1a;background-image:linear-gradient(45deg,transparent 25%,rgb(255 99 71 / .1) 25%),linear-gradient(-45deg,transparent 25%,rgb(255 99 71 / .1) 25%),linear-gradient(45deg,rgb(255 99 71 / .1) 75%,transparent 75%),linear-gradient(-45deg,rgb(255 99 71 / .1) 75%,transparent 75%);background-size:20px 20px}[data-theme=pixel] .cell{align-items:baseline;image-rendering:pixelated;border:2px solid rgb(0 255 255 / .3);box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=pixel] .title{line-height:1.5;text-shadow:2px 2px 0 #ff69b4,4px 4px 0 #8a2be2}[data-theme=pixel] .toolbar{filter:drop-shadow(2px 2px 0 #ffd700)}@keyframes pixel-found{0%{clip-path:inset(0 0 0 0);transform:scale(1)}50%{clip-path:inset(10% 10% 10% 10%);transform:scale(1.15)}to{clip-path:inset(0 0 0 0);transform:scale(1)}}[data-theme=pixel] .found-temp{animation-name:pixel-found!important}[data-theme=pixel] .mark.selected{border:2px dashed #ff69b4;animation:pixel-rainbow 2s steps(6) infinite}@keyframes pixel-rainbow{0%{border-color:#ff69b4}20%{border-color:#0ff}40%{border-color:gold}60%{border-color:tomato}80%{border-color:#8a2be2}to{border-color:#ff69b4}}[data-theme=pixelparadise]{--theme-name: "Paradise";--theme-category: "basic";--font-toolbar-family: "Press Start 2P", cursive;--font-title-family: "Press Start 2P", cursive;--font-cell-family: "VT323", monospace;--color-bg: #6b5b95;--color-cell: #92a8d1;--color-modal: rgb(107 91 149 / .95);--color-button: #ff6f61;--color-letters: #f7cac9;--color-title: #f7cac9;--color-selected: #88b04b;--color-hover: #ff6f61;--color-line: #f7cac9;--color-ui: #f7cac9;--color-words: #f7cac9;--color-menu: #fff;--cell-border: 2px solid #f7cac9;--cell-radius: 2px;--effect-color-1: rgb(255 111 97 / .2);--effect-color-2: rgb(136 176 75 / .1);--glow-radius: 15px;--glow-color: rgb(247 202 201 / .3);--found-bg: linear-gradient(45deg, #ff6f61, #88b04b);--found-scale: 1.2;--found-shadow: 0 0 20px rgb(247 202 201 / .6);--unused-scale: .85;--unused-opacity: .2;--confetti-colors: #ff6f61, #88b04b, #92a8d1, #f7cac9}[data-theme=pixelparadise] .board{image-rendering:pixelated;background:linear-gradient(45deg,#6b5b95cc,#92a8d166)}[data-theme=pixelparadise] .title{text-shadow:2px 2px 0 #ff6f61;image-rendering:pixelated}[data-theme=pixelparadise] .found-temp{animation:pixel-found .5s steps(5)}@keyframes pixel-found{0%{transform:scale(1)}50%{background:var(--found-bg);transform:scale(var(--found-scale))}to{transform:scale(1)}}[data-theme=pixelparadise] .mark.selected{animation:pixel-selected 1s steps(4) infinite}@keyframes pixel-selected{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}[data-theme=retroarcade]{--theme-name: "Retro";--theme-category: "basic";--font-toolbar-family: "Press Start 2P", cursive;--font-title-family: "Press Start 2P", cursive;--font-cell-family: "VT323", monospace;--color-bg: #121212;--color-cell: #1e1e1e;--color-modal: rgb(30 30 30 / .95);--color-button: #ff3d00;--color-letters: #ffd600;--color-title: #ffd600;--color-selected: #00b0ff;--color-hover: #00e676;--color-line: #00b0ff;--color-ui: #00e676;--color-words: #fff;--color-menu: #fff;--cell-border: 2px solid rgb(0 176 255 / .3);--cell-radius: 4px;--effect-color-1: rgb(255 61 0 / .1);--effect-color-2: rgb(0 176 255 / .1);--glow-radius: 20px;--glow-color: rgb(0 230 118 / .3);--found-bg: linear-gradient(45deg, #ff3d00, #00b0ff);--found-scale: 1.15;--found-shadow: 0 0 30px rgb(255 214 0 / .5);--unused-scale: .9;--unused-opacity: .15;--confetti-colors: #ff3d00, #00b0ff, #ffd600, #00e676}[data-theme=retroarcade] .board{background:repeating-linear-gradient(45deg,#121212,#121212 10px,#1a1a1a 10px,#1a1a1a 20px);box-shadow:inset 0 0 20px #00b0ff33,0 0 30px #ff3d004d}[data-theme=retroarcade] .cell{image-rendering:pixelated;border:2px solid rgb(0 176 255 / .3);box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=retroarcade] .title{text-shadow:3px 3px 0 #ff3d00,-3px -3px 0 #00b0ff}@keyframes arcade-found{0%{filter:brightness(1);transform:scale(1)}50%{filter:brightness(1.5) hue-rotate(45deg);transform:scale(var(--found-scale))}to{filter:brightness(1);transform:scale(1)}}[data-theme=retroarcade] .found-temp{animation:arcade-found .6s steps(4)}[data-theme=retroarcade] .mark.selected{animation:arcade-selected 1s steps(2) infinite}@keyframes arcade-selected{0%,to{background:#00b0ff;transform:translateY(0)}50%{background:#00e676;transform:translateY(-2px)}}[data-theme=retrorainbow]{--theme-name: "Rainbow";--theme-category: "basic";--font-toolbar-family: "Righteous", cursive;--font-title-family: "Righteous", cursive;--font-cell-family: "Quicksand", sans-serif;--color-bg: linear-gradient( 135deg, rgb(70 130 180 / .9), rgb(138 43 226 / .9) );--color-cell: rgb(255 99 71 / .15);--color-modal: rgb(0 0 0 / .9);--color-button: #ff6347;--color-letters: #ffd700;--color-title: #ffd700;--color-selected: #32cd32;--color-hover: #4682b4;--color-line: #8a2be2;--color-ui: #ffd700;--color-words: #fff;--color-menu: #fff;--cell-radius: 8px;--cell-border: 2px solid rgb(255 215 0 / .3);--effect-color-1: rgb(255 99 71 / .1);--effect-color-2: rgb(50 205 50 / .1);--glow-radius: 25px;--glow-color: rgb(138 43 226 / .3);--found-bg: linear-gradient(45deg, #ff6347, #8a2be2);--found-scale: 1.12;--found-shadow: 0 0 25px rgb(255 215 0 / .5), 0 0 50px rgb(50 205 50 / .3);--unused-scale: .88;--unused-opacity: .2;--confetti-colors: #ff6347, #4682b4, #ffd700, #32cd32, #8a2be2}[data-theme=retrorainbow] .board{box-shadow:0 0 40px #8a2be233,inset 0 0 25px #ffd7001a}[data-theme=retrorainbow] .cell{position:relative;background:linear-gradient(145deg,#3d3d3d,#3d3d3dcc);box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=retrorainbow] .cell:before{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:"";background:linear-gradient(135deg,transparent 0%,rgb(138 43 226 / .05) 100%)}[data-theme=retrorainbow] .title{text-shadow:2px 2px 0 #ff6347,-2px -2px 0 #4682b4}@keyframes rainbow-found{0%{filter:hue-rotate(0deg);transform:scale(1)}50%{filter:hue-rotate(180deg) brightness(1.3);transform:scale(var(--found-scale))}to{filter:hue-rotate(360deg);transform:scale(1)}}[data-theme=retrorainbow] .found-temp{animation:rainbow-found 1s ease-in-out}[data-theme=retrorainbow] .mark.selected{animation:rainbow-cycle 2s infinite}@keyframes rainbow-cycle{0%{background:tomato}25%{background:#4682b4}50%{background:#04d0ca}75%{background:#32cd32}to{background:#8a2be2}}[data-theme=solarized]{--theme-name: "Solarized";--theme-category: "basic";--font-toolbar-family: "Source Code Pro", monospace;--font-title-family: "Fira Code", monospace;--font-cell-family: "IBM Plex Mono", monospace;--color-bg: #002b36;--color-cell: #073642;--color-modal: rgb(0 43 54 / .95);--color-button: #073642;--color-letters: #b9c3c3;--color-title: #b9c3c3;--color-selected: #859900;--color-hover: #687800;--color-line: #cb4b16;--color-ui: #2aa198;--color-words: #b9c3c3;--color-menu: #b9c3c3;--cell-border: 1px solid #094754;--cell-radius: 6px;--effect-color-1: rgb(133 153 0 / .1);--effect-color-2: rgb(203 75 22 / .1);--glow-radius: 15px;--glow-color: rgb(133 153 0 / .2);--found-bg: linear-gradient(45deg, #859900, #2aa198);--found-scale: 1.05;--unused-scale: .95;--unused-opacity: .25;--confetti-colors: #859900, #2aa198, #268bd2, #6c71c4}[data-theme=solarized] .board{background:#001f27;box-shadow:inset 0 0 20px #0000004d,inset 0 0 60px #07364280}[data-theme=solarized] .cell{background:linear-gradient(135deg,#073642,#002b36);border:1px solid #094754;box-shadow:inset 0 0 10px #0003,0 0 2px #85990033}[data-theme=solarized] .title{text-shadow:0 0 10px rgb(147 161 161 / .3)}[data-theme=solarized] .toolbar{filter:drop-shadow(0 0 8px rgb(42 161 152 / .4))}@keyframes solarized-found{0%,to{filter:brightness(1);transform:scale(1)}50%{box-shadow:0 0 20px #85990066,0 0 40px #2aa1984d;filter:brightness(1.2);transform:scale(1.05)}}[data-theme=solarized] .found-temp{animation-name:solarized-found!important}[data-theme=solarized] .mark.selected{animation:solarized-cursor 2s ease infinite}@keyframes solarized-cursor{0%,to{box-shadow:0 0 15px #859900}50%{box-shadow:0 0 25px #cb4b16}}[data-theme=stealth]{--theme-name: "Stealth";--theme-category: "basic";--font-toolbar-family: "Roboto Mono", monospace;--font-title-family: "Space Grotesk", sans-serif;--font-cell-family: "Inter", sans-serif;--color-bg: linear-gradient(135deg, #000, #696969);--color-cell: linear-gradient(145deg, #696969, #000);--color-modal: linear-gradient( 180deg, rgb(0 0 0 / .95), rgb(169 169 169 / .95) );--color-button: linear-gradient(145deg, #696969, #a9a9a9);--color-letters: #fff;--color-title: #fff;--color-selected: #898989;--color-hover: #646464;--color-line: #a9a9a9;--color-ui: #c0c0c0;--color-words: #fff;--color-menu: #fff;--cell-radius: 4px;--cell-border: 1px solid rgb(255 255 255 / .1);--effect-color-1: rgb(169 169 169 / .1);--effect-color-2: rgb(192 192 192 / .1);--glow-radius: 16px;--glow-color: rgb(255 255 255 / .15);--found-bg: linear-gradient(45deg, #646464, #898989);--found-scale: 1.08;--found-shadow: 0 0 20px rgb(255 255 255 / .3);--unused-scale: .92;--unused-opacity: .2;--confetti-colors: #fff, #c0c0c0, #a9a9a9, #696969}[data-theme=stealth] .board{background:linear-gradient(#000000e6,#1a1a1ae6)}[data-theme=stealth] .cell{background:linear-gradient(135deg,#696969,#000);border:1px solid rgb(255 255 255 / .1);box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=stealth] .title{text-shadow:0 0 15px rgb(255 255 255 / .3)}[data-theme=stealth] .toolbar{filter:drop-shadow(0 0 10px rgb(192 192 192 / .4))}@keyframes stealth-found{0%{filter:contrast(1);transform:scale(1)}50%{box-shadow:0 0 25px #c0c0c066,0 0 40px #a9a9a94d;filter:contrast(1.3);transform:scale(1.08)}to{filter:contrast(1);transform:scale(1)}}[data-theme=stealth] .found-temp{animation-name:stealth-found!important}[data-theme=stealth] .mark.selected{box-shadow:0 0 20px #c0c0c04d;animation:stealth-fade 2s ease-in-out infinite}@keyframes stealth-fade{0%,to{background:#646464;box-shadow:0 0 20px #a9a9a94d}50%{background:#898989;box-shadow:0 0 30px #c0c0c066}}[data-theme=synthwave]{--theme-name: "Synthwave";--theme-category: "basic";--font-toolbar-family: "Space Mono", monospace;--font-title-family: "Space Grotesk", sans-serif;--font-cell-family: "Space Mono", monospace;--color-bg: linear-gradient(180deg, #1a0f2e 0%, #2d1f3d 100%);--color-cell: linear-gradient(135deg, #2d1f3d 0%, #1a0f2e 100%);--color-modal: rgb(26 15 46 / .95);--color-button: linear-gradient(145deg, #2d1f3d, #241831);--color-letters: #ff65d4;--color-title: #ff65d4;--color-selected: #f700ff;--color-hover: rgb(247 0 255 / .8);--color-line: #00fff9;--color-ui: #00fff9;--color-words: #fff;--color-menu: #fff;--cell-radius: 12px;--cell-border: 1px solid rgb(255 101 212 / .2);--found-bg: linear-gradient(45deg, #f700ff, #00fff9);--found-scale: 1.15;--found-shadow: 0 0 20px rgb(247 0 255 / .4), 0 0 40px rgb(0 255 249 / .2);--unused-scale: .85;--unused-opacity: .2;--confetti-colors: #fb36ff, #ffdf36, #f667ff, #ff6565}[data-theme=synthwave] .board{background:linear-gradient(#1a0f2eb3,#2d1f3db3)}[data-theme=synthwave] .cell{border:1px solid rgb(247 0 255 / .2);box-shadow:inset 0 0 20px #f700ff1a,0 0 15px #00fff933}[data-theme=synthwave] .title{color:transparent;text-shadow:0 0 10px rgb(247 0 255 / .5),0 0 20px rgb(0 255 249 / .3);background:linear-gradient(to right,#f700ff,#00fff9);-webkit-background-clip:text;background-clip:text}[data-theme=synthwave] .toolbar{filter:drop-shadow(0 0 10px rgb(0 255 249 / .7))}@keyframes synthwave-found{0%{filter:hue-rotate(0deg) brightness(1);transform:scale(1)}50%{box-shadow:0 0 30px #f700ff99,0 0 60px #00fff966;filter:hue-rotate(180deg) brightness(1.8);transform:scale(1.15)}to{filter:hue-rotate(360deg) brightness(1);transform:scale(1)}}[data-theme=synthwave] .found-temp{animation-name:synthwave-found!important}[data-theme=synthwave] .mark.selected{animation:synthwave-glow 2s infinite}@keyframes synthwave-glow{0%,to{box-shadow:0 0 20px #f700ff,0 0 40px #00fff9}50%{box-shadow:0 0 40px #f700ff,0 0 80px #00fff9}}[data-theme=technovibes]{--theme-name: "Techno";--theme-category: "basic";--font-toolbar-family: "Syncopate", sans-serif;--font-title-family: "Orbitron", sans-serif;--font-cell-family: "Chakra Petch", sans-serif;--color-bg: #2d0036;--color-cell: #1a1a1a;--color-modal: rgb(26 26 26 / .95);--color-button: linear-gradient(145deg, #f0f, #1e90ff);--color-letters: #ffd700;--color-title: #0f0;--color-selected: #f0f;--color-hover: rgb(255 0 255 / .7);--color-line: #0f0;--color-ui: #1e90ff;--color-words: #fff;--color-menu: #fff;--cell-border: 1px solid rgb(0 255 0 / .3);--cell-radius: 6px;--effect-color-1: rgb(30 144 255 / .15);--effect-color-2: rgb(255 99 71 / .15);--glow-radius: 20px;--glow-color: rgb(0 255 0 / .2);--found-bg: linear-gradient(45deg, #f0f, #1e90ff);--found-scale: 1.1;--found-shadow: 0 0 35px rgb(0 255 0 / .5);--unused-scale: .9;--unused-opacity: .2;--confetti-colors: #0f0, #f0f, #1e90ff, #ffd700}[data-theme=technovibes] .cell{background:linear-gradient(135deg,#1a1a1ae6,#1a1a1ab3);border:1px solid rgb(0 255 0 / .3);box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=technovibes] .title{text-shadow:0 0 10px rgb(0 255 0 / .7),0 0 20px rgb(30 144 255 / .5)}@keyframes techno-found{0%{filter:hue-rotate(0deg);transform:scale(1)}50%{border-color:#f0f;filter:hue-rotate(180deg);transform:scale(1.1)}to{filter:hue-rotate(360deg);transform:scale(1)}}[data-theme=technovibes] .found-temp{animation:techno-found .6s cubic-bezier(.4,0,.2,1)}[data-theme=technovibes] .mark.selected{animation:techno-pulse 2s infinite}@keyframes techno-pulse{0%,to{box-shadow:0 0 15px #0f0,0 0 30px #1e90ff}50%{box-shadow:0 0 25px #f0f,0 0 50px gold}}[data-theme=vintagevibes]{--theme-name: "Vintage";--theme-category: "basic";--font-toolbar-family: "Playfair Display", serif;--font-title-family: "Playfair Display", serif;--font-cell-family: "Old Standard TT", serif;--color-bg: #7d7d7d;--color-cell: #c0c0c0;--color-modal: rgb(125 125 125 / .95);--color-button: #c5793a;--color-letters: #c5793a;--color-title: #f5deb3;--color-selected: #854212;--color-hover: #a0522d;--color-line: #d2691e;--color-ui: #f5deb3;--color-words: #bb955c;--color-menu: #f5deb3;--cell-radius: 8px;--cell-border: 1px solid rgb(245 222 179 / .3);--effect-color-1: rgb(160 82 45 / .1);--effect-color-2: rgb(210 105 30 / .1);--glow-radius: 20px;--glow-color: rgb(245 222 179 / .2);--found-bg: linear-gradient(45deg, #60301a, #43220b);--found-scale: 1.08;--found-shadow: 0 0 25px rgb(245 222 179 / .4);--unused-scale: .92;--unused-opacity: .25;--confetti-colors: #c0c0c0, #a0522d, #d2691e, #f5deb3}[data-theme=vintagevibes] .board{background:transparent;border:3px solid rgb(245 222 179 / .3);box-shadow:inset 0 0 30px #a0522d33}[data-theme=vintagevibes] .cell{align-items:end;box-shadow:var(--shadow-sm),var(--shadow-md)}[data-theme=vintagevibes] .title{font-style:italic;text-shadow:2px 2px 4px rgb(160 82 45 / .4)}[data-theme=vintagevibes] .toolbar{filter:drop-shadow(1px 1px 2px rgb(160 82 45 / .3))}@keyframes vintage-found{0%{filter:sepia(0);transform:scale(1)}50%{box-shadow:0 0 20px #d2691e99,0 0 40px #f5deb366;filter:sepia(.5) brightness(1.2);transform:scale(var(--found-scale))}to{filter:sepia(0);transform:scale(1)}}[data-theme=vintagevibes] .found-temp{animation:vintage-found .8s var(--animation-timing)}[data-theme=vintagevibes] .mark.selected{animation:vintage-selected 2s infinite}@keyframes vintage-selected{0%,to{background:#854212;transform:scale(1)}50%{background:#442111;transform:scale(1.05)}}[data-theme=vintagevibes] .word{font-family:var(--font-cell-family);font-style:italic}[data-theme=vintagevibes] .word.found{color:wheat;text-shadow:1px 1px 2px rgb(160 82 45 / .4);background:var(--found-bg)}[data-theme=bloodborne]{--theme-name: "Bloodborne";--theme-category: "modern-games";--font-toolbar-family: "Cinzel", serif;--font-title-family: "Cinzel", serif;--font-cell-family: "Marcellus", serif;--color-bg: linear-gradient(135deg, #050203 0%, #1e0a0a 100%);--color-cell: #2b0b0b;--color-modal: #0d0404;--color-button: #900;--color-letters: #d4c1c1;--color-title: #d4c1c1;--color-selected: #c00;--color-hover: #c70000;--color-line: #8b0000;--color-ui: #900;--color-words: #d4c1c1;--color-menu: #d4c1c1;--cell-radius: min(10px, 2vw);--cell-border: 1px solid rgb(139 0 0 / .3);--found-bg: radial-gradient(circle, #c00 0%, #800000 100%);--found-scale: 1.12;--found-shadow: 0 0 40px rgb(204 0 0 / .7), 0 0 70px rgb(139 0 0 / .5);--unused-scale: .88;--unused-opacity: .12;--animation-duration-found: .75s;--animation-timing: cubic-bezier(.3, 0, .7, 1);--confetti-colors: #940004, #3c3c3c, #f00, #700000}@keyframes bloodborne-found{0%{filter:brightness(1) blur(0);transform:scale(1) rotate(0)}25%{box-shadow:0 0 40px #c00,0 0 80px maroon;filter:brightness(1.8) blur(2px);transform:scale(1.15) rotate(2deg)}50%{filter:brightness(.7) blur(0);transform:scale(.9) rotate(-2deg)}75%{filter:brightness(1.4) blur(1px);transform:scale(1.1) rotate(1deg)}to{filter:brightness(1) blur(0);transform:scale(1) rotate(0)}}[data-theme=bloodborne] .found-temp{animation-name:bloodborne-found!important}[data-theme=darksouls]{--theme-name: "Dark Souls";--theme-category: "modern-games";--font-toolbar-family: "Cinzel", serif;--font-title-family: "Cinzel", serif;--font-cell-family: "Marcellus", serif;--color-bg: linear-gradient(135deg, #0c0c0c 0%, #221e1b 100%);--color-cell: linear-gradient(135deg, #2b261f, #0f0b09);--color-modal: rgb(13 13 13 / .95);--color-button: #bb6f10;--color-letters: #e4d6a7;--color-title: #e4d6a7;--color-selected: #e19038;--color-hover: #ffa533;--color-line: #ff4500;--color-ui: #bb6f10;--color-words: #e4d6a7;--color-menu: #e4d6a7;--cell-radius: min(8px, 2vw);--cell-border: 1px solid rgb(255 140 0 / .3);--found-bg: radial-gradient(circle, #ff8c00 0%, #b35a00 100%);--found-scale: 1.1;--found-shadow: 0 0 30px rgb(255 140 0 / .6), 0 0 60px rgb(255 69 0 / .4);--found-brightness: 2.2;--found-blur: 4px;--unused-scale: .9;--unused-opacity: .15;--animation-duration-found: .7s;--animation-timing: cubic-bezier(.4, 0, .2, 1);--confetti-colors: #4f4f4f, #dbb82c, #9c9c9c, #000}@keyframes darksouls-found{0%{filter:brightness(1) blur(0);transform:scale(1)}40%{box-shadow:0 0 50px #ff8c00cc,0 0 100px #ff450099;filter:brightness(2.2) blur(4px);transform:scale(1.2)}70%{filter:brightness(.8) blur(0);transform:scale(.9)}to{filter:brightness(1) blur(0);transform:scale(1)}}[data-theme=darksouls] .found-temp{animation-name:darksouls-found!important}[data-theme=eldenring]{--theme-name: "Elden Ring";--theme-category: "modern-games";--font-toolbar-family: "Cinzel", serif;--font-title-family: "Cinzel", serif;--font-cell-family: "Cormorant", serif;--color-bg: linear-gradient(135deg, #0f0e0a 0%, #2b2615 100%);--color-cell: #2a2a2a;--color-modal: #1f1f1f;--color-button: #a58c00;--color-letters: #ffebc2;--color-title: #ffebc2;--color-selected: #a58c00;--color-hover: #634700;--color-line: #ffc125;--color-ui: #dac083;--color-words: #ffebc2;--color-menu: #ffebc2;--cell-radius: 15%;--cell-border: 2px solid rgb(255 215 0 / .3);--found-bg: radial-gradient(circle, #ffd700 0%, #daa520 100%);--found-scale: 1.12;--found-shadow: 0 0 45px rgb(255 215 0 / .6), 0 0 80px rgb(218 165 32 / .5);--unused-scale: .9;--unused-opacity: .25;--animation-duration-found: .9s;--animation-timing: cubic-bezier(.4, 0, .2, 1);--confetti-colors: #c3b38e, #6e6e6e, #2f2f2f, #e1e1c4}@keyframes eldenring-found{0%{filter:brightness(1);transform:scale(1)}20%{box-shadow:0 0 50px gold,0 0 100px #daa520;filter:brightness(2.5);transform:scale(1.2)}40%{filter:brightness(.8);transform:scale(.95) rotate(1deg)}60%{filter:brightness(1.6);transform:scale(1.1) rotate(-1deg)}to{filter:brightness(1);transform:scale(1) rotate(0)}}[data-theme=eldenring] .found-temp{animation-name:eldenring-found!important}[data-theme=portal]{--theme-name: "Portal";--theme-category: "modern-games";--font-toolbar-family: "Oswald", sans-serif;--font-title-family: "Oswald", sans-serif;--font-cell-family: "Oswald", sans-serif;--font-cell-weight: 600;--portal-blue: #27a7d8;--portal-orange: #ff9a00;--color-bg: linear-gradient(135deg, #e6e6e6 0%, #d1d1d1 100%);--color-cell: radial-gradient( circle at center, #fff 30%, #f2f2f2 50%, #e6e6e6 70%, #d1d1d1 100% );--color-modal: rgb(220 220 220 / .9);--color-button: #1a1a1a;--color-letters: #1a1a1a;--color-title: #1a1a1a;--color-selected: var(--portal-blue);--color-hover: var(--portal-orange);--color-line: var(--portal-orange);--color-ui: var(--portal-blue);--color-words: #fff;--color-menu: #000;--mark-size-override: calc(var(--mark-size) * 1.1);--cell-border: 1px solid rgb(0 0 0);--shadow-opacity: .15;--found-bg: var(--portal-orange);--found-scale: 1.05;--found-shadow: 0 0 0 1px rgb(0 0 0 / .2), 0 0 30px rgb(0 168 214 / .4), 0 0 60px rgb(255 68 0 / .3);--unused-scale: .85;--unused-opacity: .2;--animation-duration-found: .8s;--animation-timing: cubic-bezier(.4, 0, .2, 1);--confetti-colors: var(--portal-blue), var(--portal-orange), #ffc0cb, #fff;--cell-radius: 2px}[data-theme=portal] .cell{box-shadow:inset 0 0 0 1px #ffffffe6,inset 0 2px #ffffff80,0 0 0 1px #000c}[data-theme=portal] .title{text-transform:uppercase}[data-theme=portal] .text{padding-bottom:.1em}[data-theme=portal] .mark{top:calc(50% - var(--mark-size-override) / 2);height:var(--mark-size-override)}[data-theme=portal] .mark.selected{box-shadow:inset 0 0 0 1px #fff3,0 0 20px #00a8d666}[data-theme=portal] .hitbox:hover+.mark:not(.selected){box-shadow:inset 0 0 0 1px #fff3,0 0 20px #f406}[data-theme=portal] .found-temp{animation:portal-found .8s var(--animation-timing)}[data-theme=portal] .menu-options{color:#fff}@keyframes logo-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}[data-theme=portal] .board{isolation:isolate}[data-theme=portal] .board:before{position:absolute;top:50%;left:50%;z-index:1;width:min(110%,150vh);aspect-ratio:1;pointer-events:none;content:"";background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 532 532"><g id="c"><g id="b"><path id="a" fill="rgba(0,0,0,0.08)" d="M165 32C108 56 60 101 34 159l248-46"/><use xlink:href="%23a" transform="rotate(45 266 266)"/></g><use xlink:href="%23b" transform="rotate(90 266 266)"/></g><use xlink:href="%23c" transform="rotate(180 266 266)"/></svg>') center / 100% no-repeat;mix-blend-mode:color;transform:translate(-50%,-50%);animation:logo-spin 60s linear infinite;will-change:transform}@keyframes portal-found{0%{background:var(--portal-orange);transform:scale(1)}50%{background:var(--portal-orange);transform:scale(1.1)}75%{background:var(--portal-blue);transform:scale(1.1)}to{background:var(--portal-blue);transform:scale(1)}}[data-theme=sekiro]{--theme-name: "Sekiro";--theme-category: "modern-games";--font-toolbar-family: "Cinzel", serif;--font-title-family: "Noto Serif JP", serif;--font-cell-family: "Noto Sans JP", sans-serif;--color-bg: linear-gradient(135deg, #1e1a17 0%, #39342d 100%);--color-cell: #2b2823;--color-modal: #1c1c1c;--color-button: #b32d0f;--color-letters: #f1efe9;--color-title: #f76b6b;--color-selected: #d0491e;--color-hover: #f76b6b;--color-line: #991b1b;--color-ui: #f1efe9;--color-words: #f1efe9;--color-menu: #f1efe9;--cell-radius: 8px;--cell-border: 1px solid rgb(185 28 28 / .3);--found-bg: radial-gradient(circle, #dc2626 0%, #991b1b 100%);--found-scale: 1.2;--found-shadow: 0 0 30px rgb(220 38 38 / .6), 0 0 60px rgb(153 27 27 / .4);--unused-scale: .88;--unused-opacity: .2;--animation-duration-found: .6s;--animation-timing: cubic-bezier(.22, 1, .36, 1);--confetti-colors: #be5f46, #e3e2de, #6d6e71, #acbda9}@keyframes sekiro-found{0%{filter:brightness(1) blur(0);transform:scale(1) translate(0)}10%{filter:brightness(2) blur(2px);transform:scale(1.25) translate(-5%)}20%{filter:brightness(.8) blur(0);transform:scale(.9) translate(5%)}30%{filter:brightness(1.5) blur(1px);transform:scale(1.15) translate(0)}to{filter:brightness(1) blur(0);transform:scale(1) translate(0)}}[data-theme=sekiro] .found-temp{animation-name:sekiro-found!important}[data-theme=zelda-botw]{--theme-name: "Zelda BOTW";--theme-category: "modern-games";--font-toolbar-family: "Cardo", serif;--font-title-family: "Cardo", serif;--font-cell-family: "Noto Sans", sans-serif;--color-bg: linear-gradient(135deg, #0f1922 0%, #1a2f3d 50%, #243b4d 100%);--color-cell: linear-gradient(145deg, rgb(38 67 87), rgb(29 53 67));--color-modal: linear-gradient( 180deg, rgb(22 40 52 / .98) 0%, rgb(15 25 34 / .95) 100% );--color-button: linear-gradient(to bottom right, #5ccce0, #45b7ce);--color-letters: #e8f1ff;--color-title: #e8f1ff;--color-selected: #25a5bc;--color-hover: rgb(85 145 159 / .8);--color-line: cyan;--color-ui: #7cd3e6;--color-words: #e8f1ff;--color-menu: #e8f1ff;--cell-radius: 3px;--cell-border: 1px solid rgb(92 204 224 / .2);--shadow-opacity: .6;--glow-effect: 0 0 20px rgb(69 183 206 / .2);--found-bg: radial-gradient( circle, rgb(92 204 224 / 1) 0%, rgb(69 183 206 / .9) 50%, rgb(44 149 171 / .8) 100% );--found-scale: 1.15;--found-shadow: 0 0 25px rgb(92 204 224 / .7), 0 0 45px rgb(69 183 206 / .5), inset 0 0 20px rgb(124 211 230 / .4);--unused-scale: .92;--unused-opacity: .15;--animation-duration-found: .8s;--animation-timing: cubic-bezier(.4, 0, .2, 1);--confetti-colors: #45b7ce, #e2e9f3, #2c95ab, #7cd3e6}[data-theme=zelda-botw] .mark{transition:all .2s ease}[data-theme=zelda-botw] .cell{box-shadow:var(--glow-effect),inset 0 1px 1px #ffffff1a,inset 0 -1px 1px #0000001a}@keyframes zelda-found{0%{filter:brightness(1) blur(0);transform:scale(1)}30%{box-shadow:0 0 35px #5ccce0cc,0 0 65px #45b7ce99,inset 0 0 20px #7cd3e666;filter:brightness(2.5) blur(2px);transform:scale(1.15) rotate(1deg)}60%{filter:brightness(.95) blur(0);transform:scale(.95) rotate(-1deg)}to{filter:brightness(1) blur(0);transform:scale(1) rotate(0)}}[data-theme=zelda-botw] .found-temp{background:var(--found-bg);border-color:#7cd3e666;animation-name:zelda-found!important}[data-theme=amongus]{--theme-name: "Among Us";--theme-category: "retro-games";--font-toolbar-family: "VT323", monospace;--font-title-family: "Goldman", sans-serif;--font-cell-family: "Share Tech Mono", monospace;--font-cell-weight: 600;--color-bg: linear-gradient(180deg, #0b1015 0%, #1b2a32 100%);--color-cell: linear-gradient(to bottom, #1b2a32 60%, #132329 100%);--color-modal: #15292f;--color-button: #ff1c1c;--color-letters: #fff;--color-title: #fff;--color-selected: #ff1c1c;--color-hover: #2e5bff;--color-line: #98ff4a;--color-ui: #98ff4a;--color-words: #fff;--color-menu: #fff;--cell-radius: min(20px, 4vw);--cell-border: none;--found-bg: linear-gradient(45deg, #ff1c1c, #ff4d4d);--found-scale: 1.12;--found-shadow: 0 6px 0 rgb(0 0 0 / .3);--unused-scale: .88;--unused-opacity: .15;--animation-duration-found: .7s;--animation-timing: cubic-bezier(.2, 0, .4, 1);--confetti-colors: #f00, #00f, #0f0, #ff0}[data-theme=amongus] .board{background:linear-gradient(#0b1015b3,#1b2a32b3)}[data-theme=amongus] .cell{background:linear-gradient(180deg,#1b2a32 60%,#132329);border-radius:var(--cell-radius) var(--cell-radius) calc(var(--cell-radius) * 1.8) calc(var(--cell-radius) * 1.8);box-shadow:inset 0 -4px #132329,0 4px 8px #0003}[data-theme=amongus] .hitbox:hover+.mark:not(.selected){border-radius:inherit}[data-theme=amongus] .mark.selected{border-radius:inherit;animation:sus-move 1s infinite}[data-theme=amongus] .title{text-shadow:0 0 3px red}@keyframes sus-move{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes amongus-found{0%{filter:brightness(1);transform:scale(1) translateY(0) rotate(0)}40%{filter:brightness(1.4);transform:scale(1.15) translateY(-10px) rotate(-3deg)}70%{filter:brightness(.9);transform:scale(.95) translateY(5px) rotate(3deg)}to{filter:brightness(1);transform:scale(1) translateY(0) rotate(0)}}[data-theme=amongus] .found-temp{animation-name:amongus-found!important}[data-theme=amongus] .board svg line{filter:drop-shadow(0 0 8px rgb(152 255 74 / .4))}[data-theme=minecraft]{--theme-name: "Minecraft";--theme-category: "retro-games";--font-toolbar-family: "VT323", monospace;--font-title-family: "Press Start 2P", monospace;--font-cell-family: "VT323", monospace;--color-bg: #45523e;--color-cell: #747474;--color-modal: #1a1a1a;--color-button: #5794df;--color-letters: #fff;--color-title: #fff;--color-selected: #5794df;--color-hover: #549551;--color-line: #ffd83d;--color-ui: #66bb6a;--color-words: #fff;--color-menu: #fff;--cell-border: 2px solid #000;--found-bg: linear-gradient(45deg, #5794df, #66bb6a);--found-scale: 1.15;--found-shadow: 3px 3px 0 #000;--unused-scale: .85;--unused-opacity: .2;--confetti-colors: #5794df, #66bb6a, #ffd83d, #c6c6c6;--cell-radius: 0px}[data-theme=minecraft] body{background:var(--color-bg)}[data-theme=minecraft] .board{background:repeating-conic-gradient(from 0deg at 0% 0%,#45523e,#45523e 25%,#3b4734 25%,#3b4734 50%,#45523e 50%,#45523e 75%,#3b4734 75%);background-size:32px 32px}[data-theme=minecraft] .cell{image-rendering:pixelated;background:repeating-conic-gradient(from 0deg at 0% 0%,#747474,#747474 25%,#656565 25%,#656565 50%,#747474 50%,#747474 75%,#656565 75%);background-size:16px 16px;border:2px solid #000;box-shadow:inset -2px -2px #404040,inset 2px 2px #8b8b8b}[data-theme=minecraft] .text{text-shadow:2px 2px #000;transform:translateY(-1px)}@keyframes minecraft-found{0%{transform:translateY(0)}25%{transform:translateY(-8px)}50%{transform:translateY(-6px)}75%{transform:translateY(-8px)}to{transform:translateY(0)}}[data-theme=minecraft] .found-temp{background:linear-gradient(45deg,#5794df,#66bb6a);box-shadow:3px 3px #000;animation:minecraft-found .6s}[data-theme=pacman]{--theme-name: "Pac-Man";--theme-category: "retro-games";--font-toolbar-family: "Press Start 2P", monospace;--font-title-family: "Press Start 2P", monospace;--font-cell-family: "VT323", monospace;--color-bg: #000;--color-cell: #2121de;--color-modal: rgb(0 0 64 / .95);--color-button: #2121de;--color-letters: #ffd800;--color-title: #ffd800;--color-selected: #f00;--color-hover: rgb(145 0 0);--color-line: #0ff;--color-ui: #ffb897;--color-words: #ffd800;--color-menu: #0ff;--cell-radius: 50%;--cell-border: 1px solid #2121ff;--line-cap: round;--line-dash: 1 15;--line-animation: pacman-dots .5s linear infinite;--found-bg: linear-gradient(45deg, #ffd700, #ff7f00);--found-scale: 1.15;--found-shadow: 0 0 20px rgb(255 215 0 / .6);--unused-scale: .85;--unused-opacity: .3;--animation-duration-found: .5s;--animation-timing: cubic-bezier(.36, 0, .66, 1);--confetti-colors: #ffda00, #00008b, #f00, #fff}[data-theme=pacman] .cell{border:1px solid #2121ff;box-shadow:0 0 10px #2121ff4d}@keyframes pacman-dots{to{stroke-dashoffset:-16}}@keyframes pacman-found{0%{transform:scale(1)}25%{transform:scale(1.2) rotate(-15deg)}50%{transform:scale(.8) rotate(15deg)}75%{transform:scale(1.1)}to{transform:scale(1)}}[data-theme=pacman] .found-temp{background:linear-gradient(45deg,gold,#ff7f00);box-shadow:0 0 20px #ffd70099;animation:pacman-found var(--animation-duration-found) var(--animation-timing)}[data-theme=spaceinvaders]{--theme-name: "Space Invaders";--theme-category: "retro-games";--font-toolbar-family: "Press Start 2P", monospace;--font-title-family: "Press Start 2P", monospace;--font-cell-family: "VT323", monospace;--color-bg: #000;--color-cell: #111;--color-modal: rgb(0 0 0 / .9);--color-button: #f00;--color-letters: #fff;--color-title: #fff;--color-selected: #f00;--color-hover: #0f0;--color-line: #0f0;--color-ui: #0f0;--color-words: #fff;--color-menu: #fff;--cell-border: 1px solid #0f0;--cell-radius: 0px;--found-bg: linear-gradient(45deg, #f00, #ff0);--found-scale: 1.2;--found-shadow: 0 0 20px rgb(255 0 0 / .7);--unused-scale: .8;--unused-opacity: .15;--animation-duration-found: .6s;--confetti-colors: #0f0, #f00, #ff0, #fff}[data-theme=spaceinvaders] body:before{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;content:"";background:radial-gradient(2px 2px at 20px 30px,#fff,transparent 70%),radial-gradient(2px 2px at 40px 70px,#fff,transparent 70%),radial-gradient(3px 3px at 50px 160px,#fff,transparent 70%),radial-gradient(2px 2px at 80px 120px,#fff,transparent 70%);background-repeat:repeat;background-size:150px 150px;opacity:.8;animation:space-stars 12s linear infinite}[data-theme=spaceinvaders] .toolbar{filter:drop-shadow(0 0 10px rgb(0 255 0 / 1))}[data-theme=spaceinvaders] .cell,[data-theme=spaceinvaders] .word{box-shadow:inset 0 0 10px #0f09}@keyframes space-stars{0%{background-position:0 0}to{background-position:200px 200px}}@keyframes invader-found{0%{transform:translateY(0) scale(1)}25%{transform:translateY(-15px) scale(1.2)}50%{transform:translateY(5px) scale(.8)}75%{transform:translateY(-5px) scale(1.1)}to{transform:translateY(0) scale(1)}}[data-theme=spaceinvaders] .found-temp{background:linear-gradient(45deg,red,#ff0);box-shadow:0 0 20px #ff0000b3;animation:invader-found var(--animation-duration-found) steps(4)}[data-theme=spaceinvaders] .mark.selected{animation:invader-selected 1s steps(2) infinite}@keyframes invader-selected{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}[data-theme=tetris]{--theme-name: "Tetris";--theme-category: "retro-games";--font-toolbar-family: "Press Start 2P", monospace;--font-title-family: "VT323", monospace;--font-cell-family: "Press Start 2P", monospace;--color-bg: #000;--color-cell: #0341ae;--color-modal: #000;--color-button: #0341ae;--color-letters: #fff;--color-title: #fff;--color-selected: #0f0;--color-hover: #40c2ff;--color-line: #ffa500;--color-ui: #17b2ff;--color-words: #fff;--color-menu: #fff;--cell-border: 2px solid #17b2ff;--cell-radius: 4px;--found-bg: linear-gradient(45deg, #f00, #ff8e00);--found-scale: 1.2;--found-shadow: 0 0 20px #17b2ff;--unused-scale: .8;--unused-opacity: .25;--animation-duration-found: .8s;--confetti-colors: #f00, #0f0, #00f, #ff0}[data-theme=tetris] .board{background:repeating-linear-gradient(0deg,#000,#000 1px,#111 1px,#111 2px)}[data-theme=tetris] .text{margin-top:calc(var(--cell-size) * .1);margin-left:calc(var(--cell-size) * .07)}@keyframes tetris-found{0%{filter:brightness(1);transform:rotate(0) scale(1)}50%{filter:brightness(1.5);transform:rotate(180deg) scale(.8)}to{filter:brightness(1);transform:rotate(360deg) scale(1)}}[data-theme=tetris] .found-temp{background:linear-gradient(45deg,red,#ff8e00);box-shadow:0 0 20px #17b2ff;animation:tetris-found var(--animation-duration-found) var(--animation-timing)}
