body {
    margin: 0;
    position: relative;
    overflow-x: hidden;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 1.25;
    background: #f5f5f4;
}
ul,
ol,
li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    line-height: 1.25;
}
p {
    margin: 0;
}
b,
strong {
    font-weight: 500;
}
a {
    display: inline-block;
    color: #2b2d32;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #2b2d32;
}
a:active {
    color: #2b2d32;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
picture {
    display: block;
}
img {
    max-width: 100%;
}
svg {
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1010px;
    width: 100%;
}
.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.breadcrumb__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb__item:last-child .breadcrumb__link {
    color: #858fa0;
}
.breadcrumb__item:last-child .breadcrumb__link:hover {
    color: #858fa0;
}
.breadcrumb__item + .breadcrumb__item::before {
    content: ">";
    display: block;
    margin: 0 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
}
.breadcrumb__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
}
@media screen and (hover: hover) {
    .breadcrumb__link:hover {
        color: #54c80b;
    }
}
.header {
    position: relative;
    z-index: 1;
    background: var(--bg2);
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 0;
}
.header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    color: #252a34;
    background: #ebedf3;
    border-radius: 10px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.header__btn > svg {
    min-width: 24px;
    width: 24px;
    height: 24px;
    color: #252a34;
}
.header__btn > * + * {
    margin-left: 6px;
}
.header__btn.active, .header__btn:hover {
    background: #e6f3e6;
    color: #65bc2e;
}
.header__btn.active svg, .header__btn:hover svg{
    color: #65bc2e;
}
.header__btn + .header__btn {
    margin-left: 8px;
}
.footer {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    background: #fff;
}
html.dark .header__btn, html.dark .header__btn svg {
    color: #dfe1f3;
    background: #40445c;
}
html.dark .header__btn.active, html.dark .header__btn:hover {
    color: #7bd27b;
    background: #2a402f;
}
html.dark .header__btn.active svg, html.dark .header__btn:hover svg{
    color: #7bd27b;
}
@media screen and (max-width: 767px) {
    .footer {
        margin-top: 40px;
    }
}
.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 26px 0;
}
@media screen and (max-width: 1023px) {
    .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width: 767px) {
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}
.footer__logotype {
    display: block;
    overflow: hidden;
    min-width: 32px;
    width: 32px;
    height: 32px;
}
.footer__logotype img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius:6px
}
@media screen and (max-width: 767px) {
    .footer__logotype {
        margin: 0 auto;
    }
}
@media screen and (min-width: 768px) {
    .footer__logotype + .footer__copyright,
    .footer__copyright + .footer__logotype {
        margin-left: 12px;
    }
}
@media screen and (max-width: 767px) {
    .footer__logotype + .footer__copyright,
    .footer__copyright + .footer__logotype {
        margin-top: 12px;
    }
}
.footer__copyright {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
}
.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width: 1023px) {
    .footer__list {
        margin: 20px auto 0;
    }
}
@media screen and (max-width: 767px) {
    .footer__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (min-width: 768px) {
    .footer__item + .footer__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 12px;
    }
    .footer__item + .footer__item::before {
        content: "|";
        margin-right: 12px;
        font-size: 14px;
        font-weight: normal;
        color: #c8d0dc;
    }
}
@media screen and (max-width: 767px) {
    .footer__item + .footer__item {
        margin-top: 12px;
    }
}
.footer__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
}
@media screen and (hover: hover) {
    .footer__link:hover {
        color: #54c80b;
    }
}
@media screen and (max-width: 767px) {
    .footer__link {
        text-align: center;
    }
}
.scroll-disabled {
    overflow: hidden;
}
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.wrapper__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.section-indent {
    padding-top: 30px;
}
@media screen and (max-width: 767px) {
    .section-indent {
        margin-top: 25px;
        padding-top: 25px;
    }
}
.section-indent-sm {
    margin-top: 15px;
    padding-top: 15px;
}
.section-heading {
    position: relative;
    z-index: 1;
    margin: 0 auto 40px;
    padding: 0 32px 6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    -webkit-clip-path: polygon(
       89% 100%, 54% 100%, 50% 68%, 46% 100%, 11% 100%, 0% 39%, 0% 0%, 26% 0%, 31% 26%, 35% 0%, 65% 0%, 69% 26%, 73% 0%, 100% 0%, 100% 39%);;
}
.section-heading__title {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 30px;
    font-weight: bold;
    color: #252a34;
}
@media screen and (max-width: 767px) {
    .section-heading__title {
        font-size: 28px;
    }
}

.section-heading__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    color: #ebe7e0;
}
.section-inner__breadcrumb {
    margin: 0 auto;
    padding: 30px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.section-inner__head {
    margin-bottom: 30px;
}

.content {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    color: #2b2d32;
}
.content > * {
    margin-bottom: 26px;
}
.content > *:last-child {
    margin-bottom: 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-bottom: 6px;
    font-weight: bold;
}
.content h1:not(:first-child),
.content h2:not(:first-child),
.content h3:not(:first-child),
.content h4:not(:first-child),
.content h5:not(:first-child),
.content h6:not(:first-child) {
    margin-top: 6px;
}
.content h1 {
    font-size: 36px;
}
.content h2 {
    font-size: 24px;
}
.content h3 {
    font-size: 22px;
}
.content h4,
.content h5,
.content h6 {
    font-size: 18px;
}
.content i {
    color: #6e7786;
}
.content a:not([class]) {
    display: inline;
    text-decoration: underline;
    color: #54c80b;
}
.content a:not([class]):hover {
    text-decoration: none;
    color: #54c80b;
}
.content ul:not([class]) > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.content ul:not([class]) > li::before {
    content: "";
    display: block;
    margin-top: 6px;
    margin-right: 12px;
    min-width: 8px;
    width: 8px;
    height: 8px;
    background: #2b2d32;
    border-radius: 50%;
}
.content ul:not([class]) > li:not([class]) + li:not([class]) {
    margin-top: 8px;
}
.game {
    position: relative;
    z-index: 1;
    min-height: 620px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background: var(--bg2);
}
.game__preview {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 402px;
    width: 100%;
    padding: 35px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 30px;
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 575px) {
    .game__preview {
        max-width: 85%;
    }
}
.game__title {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #000;
}
@media screen and (max-width: 575px) {
    .game__title {
        font-size: 34px;
    }
}
.game__btn {
    display: block;
    margin: 20px auto 0;
    padding: 12px;
    min-width: 134px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #63af4e;
    border: none;
    border-radius: 20px;
    -webkit-filter: drop-shadow(0px 5px 0px #59a828);
    filter: drop-shadow(0px 5px 0px #59a828);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-animation: crunch 700ms infinite ease;
    animation: crunch 700ms infinite ease;
}
.game__btn:focus {
    outline: none;
}
.game__desc {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    color: #4f5766;
}
.game__help {
    display: block;
    margin-top: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #708e67;
}
@media screen and (max-width: 575px) {
    .game__help {
        font-size: 14px;
    }
}
.description__wrapper {
    padding: 32px 40px 24px 50px;
    background: #fff;
    border-radius: 32px;
    margin-top: 20px;
}
@media screen and (min-width: 1024px) {
    .description__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (max-width: 1023px) {
    .description__wrapper {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .description__wrapper {
        padding: 24px;
    }
}
.description__img {
    display: block;
    overflow: hidden;
    min-width: 200px;
    width: 200px;
    height: 200px;
}
.description__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 10px;
}
@media screen and (max-width: 1023px) {
    .description__img {
        float: left;
        margin-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .description__img {
        display: none;
    }
}
.description__img + .description__body {
    margin-left: 42px;
    max-width: calc(100% - 160px - 42px);
}
@media screen and (max-width: 1023px) {
    .description__img + .description__body {
        margin-left: 0;
        max-width: none;
    }
}
.description__body {
    width: 100%;
}
.description__title {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #252a34;
}
@media screen and (max-width: 767px) {
    .description__title {
        font-size: 26px;
    }
}
.description__description {
    display: block;
    margin-top: 6px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    color: #435168;
}
@media screen and (max-width: 767px) {
    .description__description {
        margin-top: 14px;
        font-size: 16px;
    }
}
.description__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: -6px;
}
@media screen and (max-width: 767px) {
    .description__list {
        margin-top: 14px;
    }
}
.description__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
}
.description__list-item:not(:last-child)::after {
    content: "|";
    display: block;
    margin: 0 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    color: #b3bed0;
}
@media screen and (max-width: 767px) {
    .description__list-item:not(:last-child)::after {
        font-size: 14px;
    }
}
.description__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.description__link:hover {
    color: #000;
}
@media screen and (hover: hover) {
    .description__link:hover {
        color: #54c80b;
    }
}
@media screen and (max-width: 767px) {
    .description__link {
        font-size: 18px;
    }
}

.how-to__wrapper {
    counter-reset: how-to-counter;
}
.how-to__item {
    position: relative;
    z-index: 1;
    width: 50%;
}
.faq__item + .faq__item {
    margin-top: 24px;
}
.accordeon {
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.accordeon.is--open .accordeon__trigger::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}
.accordeon__trigger {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    width: 100%;
    padding: 24px 64px 24px 24px;
    font-size: 22px;
    font-weight: bold;
    color: #252a34;
    background: rgba(0, 0, 0, 0);
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.accordeon__trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    min-width: 27px;
    width: 27px;
    height: 19px;
    background-image: url(../img/sprite.svg#icon-caret);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
}
.accordeon__wrapper {
    display: none;
    padding: 0 24px 24px;
}
.accordeon__content {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    color: #435168;
}
.other-games__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.other-games__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: 122px;
    background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media screen and (hover: hover) {
    .other-games__item:hover .other-games__img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .other-games__item:hover {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }
}
@media screen and (min-width: 1024px) {
    .other-games__item {
        width: calc(33.333333333% - 12px);
    }
    .other-games__item:nth-child(3n),
    .other-games__item:nth-child(3n-1) {
        margin-left: 18px;
    }
    .other-games__item:nth-child(n + 4) {
        margin-top: 18px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .other-games__item {
        width: calc(50% - 9px);
    }
    .other-games__item:nth-child(2n) {
        margin-left: 18px;
    }
    .other-games__item:nth-child(n + 3) {
        margin-top: 18px;
    }
}
@media screen and (max-width: 767px) {
    .other-games__item {
        width: 100%;
    }
    .other-games__item:nth-child(n + 2) {
        margin-top: 18px;
    }
}
.other-games__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    min-width: 120px;
    width: 120px;
    height: 100%;
}
.other-games__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.other-games__img + .other-games__body {
    max-width: calc(100% - 120px);
}
.other-games__body {
    padding: 16px 6px;
    width: 100%;
}
.other-games__title {
    display: block;
    overflow: hidden;
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #252a34;
}
.other-games__description {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #2b2d32;
}

/* Ensure the header and game area remain cleanly white-backed */
header,
.header,
.home-white-wrapper,
.game {
    background-color: #ffffff !important;
}

.game__canvas-container {
    background-color: #ffffff !important;
    padding: 10px 0;
}

.not-found__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0;
    min-height: calc(100dvh - 84px - 70px);
    text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .not-found__wrap {
        min-height: calc(100dvh - 124px - 70px);
    }
}
@media screen and (max-width: 767px) {
    .not-found__wrap {
        min-height: calc(100dvh - 252px - 40px);
    }
}
.not-found__heading {
    margin-bottom: 12px;
    font-size: 300px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    -webkit-filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.07));
    filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.07));
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .not-found__heading {
        font-size: 280px;
    }
}
@media screen and (min-width: 375px) and (max-width: 767px) {
    .not-found__heading {
        font-size: 150px;
    }
}
@media screen and (max-width: 374px) {
    .not-found__heading {
        font-size: 130px;
    }
}
.not-found__head {
    margin-bottom: 22px;
}
.not-found__btn {
    display: block;
    margin: 22px auto 0;
    padding: 17px 22px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background: #63af4e;
    border: none;
    border-radius: 20px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.not-found__btn:focus {
    outline: none;
}
.not-found__btn:hover {
    color:#fff;
    background: #7cd148;
    border-bottom:4px solid #67ba33;
}
@media screen and (max-width: 767px) {
    .not-found__btn {
        padding: 15px 22px;
        font-size: 16px;
    }
}

@keyframes crunch {
    0% {
        -webkit-transform: rotate(-2deg) scale(0.98);
        transform: rotate(-2deg) scale(0.98);
    }
    50% {
        -webkit-transform: rotate(2deg) scale(1.02);
        transform: rotate(2deg) scale(1.02);
    }
    100% {
        -webkit-transform: rotate(-2deg) scale(1);
        transform: rotate(-2deg) scale(1);
    }
}

/* Svelte #app WordPress */
#app main.svelte-zu82m8 {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    position: relative !important;
}

/* board shrink */
#app .board.svelte-1a3c44u {
    flex-grow: 1 !important;
    max-height: 420px !important;
}

/* ==========================================================================
   Wordle Custom Answer Grid Styles
   ========================================================================== */

/* Main wrapper to center everything */
.wordle-answer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px 20px;
    background: #ffffff; /* Matches your .home-white-wrapper */
    border-radius: 30px; /* Adapting from .game__preview styling */
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    margin: 40px auto;
    max-width: 600px;
}

/* Typography matching the theme */
.wordle-answer-title {
    font-size: 32px;
    font-weight: bold;
    color: #252a34; /* Theme's dark color */
    margin-bottom: 30px;
    line-height: 1.2;
}

/* The Grid Container - Centered */
.wordle-grid {
    display: flex;
    gap: 10px; /* Space between boxes */
    justify-content: center; /* Centers the boxes horizontally */
    margin: 20px 0;
    cursor: pointer;
}

/* The Flip Container */
.wordle-flip-container {
    width: 64px;
    height: 64px;
    perspective: 1000px;
}

/* The inner wrapper that handles rotation */
.wordle-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}

/* Trigger flip animation */
.wordle-flip-container.flipped .wordle-box-inner {
    transform: rotateX(180deg);
}

/* Front & Back Faces Common Setup */
.wordle-box-front, .wordle-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Clear Sans', 'Helvetica Neue', Arial, sans-serif;
    border-radius: 6px;
    user-select: none; /* Prevents text highlighting on double click */
}

/* Front Face: Closed state (Gray) */
.wordle-box-front {
    background-color: #787c7e;
    border: 2px solid #787c7e;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15); /* Slight depth */
}

/* Back Face: Revealed state (Green) */
.wordle-box-back {
    background-color: #538d4e;
    color: #ffffff;
    transform: rotateX(180deg);
    border: 2px solid #538d4e;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15); /* Slight depth */
}

/* Instruction Text */
.wordle-instruction {
    margin-top: 25px;
    font-size: 16px;
    color: #858fa0; /* Theme's muted text color */
}

/* Responsive design for mobile devices */
@media screen and (max-width: 480px) {
    .wordle-answer-title {
        font-size: 26px;
    }
    .wordle-flip-container {
        width: 52px;
        height: 52px;
    }
    .wordle-box-front, .wordle-box-back {
        font-size: 28px;
    }
}

/* ==========================================================================
   Wordle Hint Styles
   ========================================================================== */
.wordle-hints-wrapper {
    width: 100%;
    margin: 10px 0 30px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Button to reveal the hint */
.wordle-hint-btn {
    background: #ebedf3;
    color: #252a34;
    border: none;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    transition: all 0.15s ease-in-out;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wordle-hint-btn:hover {
    background: #e6f3e6;
    color: #65bc2e;
}

/* The actual hint text (Hidden by default) */
.wordle-hint-text {
    display: none; /* Hidden initially */
    background-color: #ffffff;
    border: 2px dashed #c8d0dc;
    color: #435168;
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.5;
    animation: fadeInHint 0.3s ease-in-out;
}

@keyframes fadeInHint {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Button Hover */
.btn-how-to:hover { background-color: #538d4e !important; }

/* Modal Base Styling */
.seo-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99999; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.3s ease, visibility 0.3s ease; }
.seo-modal.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.seo-modal-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(2px); }
.seo-modal-content { background: #ffffff; width: 90%; max-width: 480px; padding: 30px; border-radius: 12px; position: relative; z-index: 1; box-shadow: 0 10px 30px rgba(0,0,0,0.2); transform: translateY(-20px); transition: transform 0.3s ease; }
.seo-modal.is-open .seo-modal-content { transform: translateY(0); }
.seo-modal-close { position: absolute; top: 15px; right: 20px; background: transparent; border: none; font-size: 28px; line-height: 1; cursor: pointer; color: #999; transition: color 0.2s; }
.seo-modal-close:hover { color: #333; }

.show-more-text {
    position: relative;
    max-height: 110px; /* Sesuaikan tinggi awal (sekitar 3-4 baris) */
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

.show-more-text.is-collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: linear-gradient(transparent, #ffffff);
    pointer-events: none;
}

.show-more-text.is-expanded {
    max-height: 1000px;
}

.show-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 220px;
    margin: 18px auto 0 auto; /* Otomatis rata tengah */
    background-color: #f8f9fa;
    border: 1px solid #dadce0;
    color: #202124;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 24px; /* Bentuk kapsul */
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.show-more-btn:hover {
    background-color: #f1f3f4;
    border-color: #bdc1c6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.show-more-btn[aria-expanded="true"] .UaVNfd {
    transform: rotate(180deg);
}

/* =================================ع
   WordPress Comments Styling
==================================== */
.comments-area {
    margin-top: 30px;
    background: var(--card-bg, #ffffff);
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: 8px;
    padding: 25px;
}

.comments-title {
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color, #e2e8f0);
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list .comment {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #edf2f7;
}

.comment-list .comment:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.comment-body {
    position: relative;
}

.comment-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.comment-author .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-author .fn {
    font-weight: 600;
    font-size: 1.4rem;
    color: var(--text-color, #333);
    font-style: normal;
}

.comment-metadata {
    font-size: 1.2rem;
    color: #718096;
}

.comment-metadata a {
    color: inherit;
    text-decoration: none;
}

.comment-metadata a:hover {
    text-decoration: underline;
}

.comment-content {
    font-size: 1.4rem;
    line-height: 1.6;
    color: var(--text-color, #333);
}

.comment-content p {
    margin-bottom: 10px;
}

/* Tombol Reply */
.reply {
    margin-top: 10px;
    font-size: 1.3rem;
}

.comment-reply-link {
    color: var(--link-color, #0066cc);
    text-decoration: none;
    font-weight: 500;
}

.comment-reply-link:hover {
    text-decoration: underline;
}

/* Komentar Balasan (Nested) */
.comment-list .children {
    list-style: none;
    padding-left: 30px;
    margin-top: 15px;
    border-left: 2px solid #edf2f7;
}

/* Form Komentar (Respond) */
.comment-respond {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid var(--border-color, #e2e8f0);
}

.comment-reply-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.comment-form p {
    margin-bottom: 15px;
}

.comment-form label {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 5px;
    font-weight: 500;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--border-color, #cbd5e0);
    border-radius: 6px;
    font-size: 1.4rem;
    font-family: inherit;
    background: #f8fafc;
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: var(--link-color, #0066cc);
    background: #fff;
}

.comment-form textarea {
    resize: vertical;
    min-height: 120px;
}

.comment-form .submit {
    background: var(--link-color, #0066cc);
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.comment-form .submit:hover {
    opacity: 0.9;
}