main.svelte-11k2xb7 {
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
  font-family: sans-serif; }

html,
body {
  margin: 0;
  padding: 0; }

.btn {
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 1.1rem;
  transition: background-color 0.25s; }
  .btn.big {
    font-size: 1.5rem;
    padding: 20px 60px; }
  .btn.outline {
    background-color: transparent;
    border: solid 1px #333;
    padding: 9px 19px; }
  .btn:hover {
    transition: background-color 0.2s;
    background-color: #daf5ec; }
  .btn.green {
    background-color: #a3db94; }
    .btn.green:hover {
      background-color: #89bb7b; }
  .btn.red {
    background-color: #ee886e; }
    .btn.red:hover {
      background-color: #c47272; }
  .btn.yellow {
    background-color: #f3e674; }
    .btn.yellow:hover {
      background-color: #d3d28d; }

.icon {
  display: block;
  float: left;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  padding-top: 1px; }

@keyframes slideDown {
  from {
    margin-top: -600px; }
  to {
    margin-top: 0; } }

.win {
  position: absolute;
  top: 220px;
  left: calc(50% - 180px);
  z-index: 1;
  animation: slideDown 1.3s; }

.game-window.svelte-ib57jy {
  margin-top: 10px; }

.text.svelte-ib57jy {
  padding-left: 10px;
  padding-right: 10px; }

.header.svelte-1l93dn1.svelte-1l93dn1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #dbfff9;
  padding: 10px; }

.header.svelte-1l93dn1 #lock-code.svelte-1l93dn1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1px;
  align-items: center; }

.header.svelte-1l93dn1 #lock-code div.svelte-1l93dn1 {
  border: 1px solid;
  border-color: #333;
  border-radius: 4px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 25px;
  background-color: #ee886e; }

.header.svelte-1l93dn1 #lock-code div.green.svelte-1l93dn1 {
  background-color: #a3db94; }

.hint.svelte-1l93dn1.svelte-1l93dn1 {
  margin-bottom: 20px; }

.hints-length.svelte-1l93dn1.svelte-1l93dn1 {
  font-weight: bold;
  color: #ee886e;
  margin-left: 4px; }

#background.svelte-1ph3za5 {
  display: var(--display);
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; }

#modal.svelte-1ph3za5 {
  display: var(--display);
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  filter: drop-shadow(0 0 20px #333);
  padding: 10px 20px 30px 20px;
  width: 80%;
  border-radius: 6px; }

select.svelte-ggxrr1 {
  border-color: #333;
  border-radius: 6px;
  background-color: transparent; }

h1.svelte-1oy84vo {
  margin-bottom: 6px; }

.digits.svelte-1oy84vo {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 20px;
  position: relative; }

.trial.svelte-1oy84vo {
  padding: 10px;
  border-top: solid 1px #333; }

h1.svelte-1d5lnxl.svelte-1d5lnxl {
  margin-bottom: 6px; }

#game-three.svelte-1d5lnxl.svelte-1d5lnxl {
  user-select: none; }

.lightswitch.svelte-1d5lnxl.svelte-1d5lnxl {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff00; }

.graph-wrapper.svelte-1d5lnxl.svelte-1d5lnxl {
  width: 360px;
  height: 360px;
  position: relative;
  margin: auto; }

.graph-wrapper.svelte-1d5lnxl #graph-canvas.svelte-1d5lnxl {
  margin-left: -16px; }

h1.svelte-16hikxx.svelte-16hikxx {
  margin-bottom: 6px; }

#game-two.svelte-16hikxx.svelte-16hikxx {
  user-select: none; }

.game-field.svelte-16hikxx.svelte-16hikxx {
  margin: auto;
  display: grid;
  width: calc(11 * 25px);
  height: calc(8 * 25px);
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: repeat(8, 1fr);
  gap: 1px; }

.game-field.svelte-16hikxx .field.svelte-16hikxx {
  color: transparent; }

.game-field.svelte-16hikxx .field.included.svelte-16hikxx {
  background-color: #d4d4d4; }

.game-field.svelte-16hikxx .field.included.svelte-16hikxx:nth-child(2n) {
  background-color: #737272; }

.game-field.svelte-16hikxx .field.covered.svelte-16hikxx {
  background-color: #cff8fd; }

.game-field.svelte-16hikxx .field.covered.svelte-16hikxx:nth-child(2n) {
  background-color: #cff8fd; }

.game-field.svelte-16hikxx .field.hovered.svelte-16hikxx {
  background-color: #f5fda7; }

.game-field.svelte-16hikxx .field.hovered.svelte-16hikxx:nth-child(2n) {
  background-color: #f5fda7; }

.shape-choice.svelte-16hikxx.svelte-16hikxx {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 6px; }

.shape-placeholder.svelte-16hikxx.svelte-16hikxx {
  width: 22%; }

.shape.svelte-16hikxx.svelte-16hikxx {
  width: 75px;
  height: 75px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr); }

.shape-cell.svelte-16hikxx.svelte-16hikxx {
  color: rgba(0, 0, 0, 0);
  min-width: 20px; }

.shape-cell.included.svelte-16hikxx.svelte-16hikxx {
  background-color: #7ee7e7; }

.selected-tile-rotation.svelte-16hikxx.svelte-16hikxx {
  border-bottom: solid 2px #a0ffa0; }

.control.svelte-yski86 {
  font-size: 3rem;
  user-select: none; }

input.svelte-yski86 {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  text-align: center;
  font-size: 4rem;
  width: 70px;
  padding: 20px 10px;
  border: solid 1px black;
  border-radius: 6px;
  margin: 0; }

svg.svelte-c8tyih {
  stroke: currentColor;
  fill: currentColor;
  stroke-width: 0;
  width: 100%;
  height: auto;
  max-height: 100%; }
