@charset "UTF-8";*,:before,:after{box-sizing:border-box}:where(ul,ol):where([class]){padding-left:0}body,:where(blockquote,figure):where([class]){margin:0}:where(h1,h2,h3,h4,h5,h6,p,ul,ol,dl):where([class]){margin-block:0}:where(dd[class]){margin-left:0}:where(fieldset[class]){margin-left:0;padding:0;border:none}:where(ul[class]){list-style:none}:where(address[class]){font-style:normal}p{--paragraphMarginBottom: 24px;margin-block:0}p:where(:not([class]):not(:last-child)){margin-bottom:var(--paragraphMarginBottom)}img,video{display:block;max-width:100%;height:auto}input,textarea,select,button{font:inherit}html{height:100%}html,:has(:target){scroll-behavior:smooth}body{min-height:100%;line-height:1.5}a:where([class]){display:inline-flex}button,label{cursor:pointer}[fill]{fill:currentColor}[stroke]{stroke:currentColor}svg *{transition-property:fill,stroke}@media (prefers-reduced-motion: reduce){*,:before,:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--color-font: #FFFFFF;--color-accent: #c676f4;--color-light: #f3e5e5;--color-playground: #ebb3f4;--background-gradient: linear-gradient(125.574deg, #f3d7ee 0%, #e7a4f4 100%) no-repeat;--shadow: 4px 4px 6.3px 0px rgba(0, 0, 0, .25);--container-width: 69.375rem;--container-padding-x: 0rem;--transition: .2s ease}.container{max-width:calc(var(--container-width) + var(--container-padding-x) * 2);margin-inline:auto;padding-inline:var(--container-padding-x)}body{font-family:Comic Sans MS,sans-serif;line-height:100%;min-width:100%;background:var(--background-gradient) no-repeat;overflow:hidden;color:var(--color-font)}.game{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100dvh}.information{max-width:80%;margin:1.25rem auto .25rem;padding:.5rem 1rem;text-align:center;background-color:var(--color-accent);border-radius:1rem;box-shadow:var(--shadow)}@media (width <= 30.06125rem){.information{margin-top:5.625rem}}.playground{font-family:Arial,sans-serif;font-size:8rem;display:grid;grid-template:1fr 1fr 1fr/1fr 1fr 1fr;grid-gap:1rem;max-width:31.25rem;max-height:31.25rem;width:100%;height:100%;background-color:var(--color-playground);border-radius:1rem}@media (width <= 47.99875rem){.playground{max-width:28.125rem;max-height:28.125rem}}@media (width <= 30.06125rem){.playground{font-size:6rem;grid-gap:.625rem;max-width:20rem;max-height:20rem}}.playground__cell{color:var(--color-accent);background-color:var(--color-light);border-radius:1rem;border:none;padding:0;box-shadow:var(--shadow);-webkit-user-select:none;user-select:none;transition:var(--transition)}.playground__cell:hover{transform:scale(1.05)}.retry-btn{padding:.5rem 1rem;margin:.25rem auto 1.25rem;color:var(--color-font);background-color:var(--color-accent);border:none;border-radius:1rem;box-shadow:var(--shadow);transition:var(--transition)}.retry-btn:hover{transform:scale(1.05)}@media (width <= 30.06125rem){.retry-btn{margin-bottom:5.625rem}}
