<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card__img {
  justify-content: center;
}
svg#mySvg {
  width: 69%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tricounting-diagonal-split {
  position: relative;
}

.tricounting-diagonal-split.winner .interactive-container {
  display: none;
}
.count-answer {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  color: var(--main-text-color);
}

/* .count-answer.transparent {
  opacity: 0;
  transition: all 250ms;
} */
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.card__wrap .bookmark-switch-text {
  top: 60%;
}
@media screen and (min-width: 436px) {
  .card__wrap .bookmark-switch-text {
    top: 57%;
  }
}
.tricounting-diagonal-split .card__text {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: start;
  width: 88%;
}

.clickable {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.card__img-wrapper {
  width: 88vw;
  height: 100vw;
  position: relative;
  margin-top: 2vw;
}
@media screen and (min-width: 436px) {
  .card__img-wrapper {
    width: 266px;
    height: 380px;
    margin-top: 15px;
  }
}

.main {
  position: relative;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-bottom: 30px;
  font-size: 18px;
}
#body_pzl-classics .for-float-wrapper .intro__title-letter {
  margin-top: 7px;
}
img.explanation-img.show {
  width: 87%;
  background-color: white;
  z-index: 2;
}
.card__title {
  white-space: nowrap;
}
/* ========================= */
.fig-path {
  fill: transparent;
  cursor: pointer;
  pointer-events: all;
}
.fig-path.selected {
  /* fill: orange; */
  /* fill: #a6aae3; */
  /* fill: #c6d12c; */
  fill: green;
}
.interactive-container {
  width: 88%;
  height: 82px;
  margin: 15px auto 20px;
  display: flex;
  align-items: center;
  user-select: none;
}
@media screen and (min-width: 436px) {
  .interactive-container {
    margin: 15px auto 37px;
  }
}
.interactive-text-container {
  display: flex;
  width: 70%;
  padding-right: 10px;
  transition: all 250ms;
  flex-wrap: wrap;
}
.interactive-text {
  font-size: 21px;
  color: #00ac00;
  display: flex;
  width: 88%;
  margin: 0 auto;
  transition: all 250ms;
  opacity: 1;
  justify-content: center;
  position: absolute;
  top: 101%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 436px) {
  .interactive-text {
    top: 100%;
  }
}
.interactive-text.transparent {
  opacity: 0;
}
.interactive-button {
  position: relative;
  font-size: 27px;
  color: white;
  height: max-content;
  display: flex;
  padding: 10px 21px;
  border-radius: 7px;
  background-color: green;
  /* background-color: #8387c8; */
  /* background-color: #b9c426; */
  cursor: pointer;
  width: 50%;
  justify-content: center;
}

@media screen and (min-width: 436px) {
  .interactive-button {
    padding: 10px 18px;
  }
}
.interactive-button.disabled {
  color: white;
  background-color: silver;
  cursor: default;
}

.main .card__img {
  height: 90vw;
  width: 90vw;
}
@media screen and (min-width: 436px) {
  .main .card__img {
    height: 90%;
    width: 90%;
  }
}

.num {
  color: var(--main-text-color);
  font-size: 28px;
  font-weight: 600;
  position: absolute;
  transform: translate(-50%, -50%);
  user-select: none;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
}
.card__wrap .restart {
  display: flex;
  width: 33px;
  position: absolute;
  top: 58px;
  left: 85%;
  cursor: pointer;
  z-index: 34;
}

.card__wrap-blocked .restart {
  display: none;
}
.card__img .goal-img.show {
  display: flex;
  pointer-events: none;
}

.card__img .goal-img {
  display: none;
}
.interactive-counter {
  width: 50%;
  opacity: 1;
  transition: all 250ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interactive-counter.transparent {
  opacity: 0;
}
.progress-container {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: conic-gradient(rgb(100, 141, 212) 0deg, rgb(211, 211, 211) 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress-content {
  width: 92%;
  height: 92%;
  border-radius: 50%;
  background-color: white; /* Ð¦Ð²ÐµÑ‚ Ð²Ð½ÑƒÑ‚Ñ€ÐµÐ½Ð½ÐµÐ³Ð¾ ÐºÑ€ÑƒÐ³Ð° */
  display: flex;
  align-items: center;
  justify-content: center;
}
.card__wrap-blocked .fig-path {
  pointer-events: none;
}
</pre></body></html>