* {
    background: none;
    border: none;
    box-shadow: none !important;
    box-sizing: border-box;
    color: #000;
    filter: none !important;
    font-family: 'Inter', system-ui, sans-serif !important;
    font-size: 18px;
    font-weight: 400 !important;
    margin: 0;
    padding: 0;
    text-shadow: none !important;
    transition: opacity 0.2s ease !important;
}

.btn-download {
    background-color: #000 !important;
    border-radius: 8px !important;
    color: #fff !important;
    display: inline-flex;
    padding: 16px 24px;
    text-decoration: none;
    width: fit-content;
}

.copy {
    font-size: 14px !important;
}

.footer {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    font-size: 14px !important;
    justify-content: space-between;
    margin-top: auto;
    width: 100%;
}

.footer a {
    font-size: 14px !important;
    text-decoration: none;
}

.footer-links,
.footer-social {
    display: flex;
    gap: 48px;
}

.hero-images {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 24px;
    justify-content: flex-end;
    min-height: 0;
}

.hero-left {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 48px;
}

.hero-logo img {
    height: 48px;
    object-fit: contain;
    width: 48px;
}

.hero-logo-tagline {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 16px;
}

.hero-logo {
    align-items: center;
    display: flex;
    height: 48px;
    text-decoration: none;
    width: 48px;
}

.lang-btn {
    background-color: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 8px !important;
    cursor: pointer;
    font-size: 14px !important;
    padding: 6px 12px !important;
}

.lang-menu {
    background-color: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 8px !important;
    bottom: calc(100% + 12px);
    display: none;
    flex-direction: column;
    gap: 12px;
    padding: 16px !important;
    pointer-events: auto;
    position: absolute;
    right: 0;
    z-index: 1000000;
}

.lang-selector {
    pointer-events: auto;
    position: relative;
}

.lang-selector.open .lang-menu {
    display: flex !important;
}

.legal-main {
    align-items: flex-start;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin: 0 !important;
    max-width: 800px;
    padding: 0;
    width: 100%;
}

.legal-main h1 {
    font-size: 18px !important;
    margin-bottom: 8px;
}

.legal-main h2 {
    font-size: 18px !important;
    margin-top: 24px;
}

.legal-main p,
.legal-main li {
    line-height: 1.6;
}

.legal-main ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 24px;
}

.legal-updated {
    margin-top: 24px;
}

.riddle-overlay {
    align-items: center;
    background-color: #000 !important;
    border-radius: 8px !important;
    color: #fff !important;
    display: flex;
    justify-content: center;
    padding: 16px 24px;
    width: max-content;
    z-index: 10;
}

.riddle-section,
.solution-section {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 12px;
}

.riddle-solution {
    display: none;
    line-height: 1.5;
    padding: 8px 0;
}

.riddle-solution-wrapper {
    align-self: flex-start;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    position: relative;
    width: fit-content;
}

.riddle-solution-wrapper.revealed .riddle-overlay {
    display: none;
}

.riddle-solution-wrapper.revealed .riddle-solution {
    display: block;
}

.riddle-text {
    line-height: 1.5;
}

.screenshot {
    border: 1px solid #000 !important;
    border-radius: 8px !important;
    flex-shrink: 1;
    height: auto;
    max-height: 100%;
    max-width: 48%;
    object-fit: contain;
}

@media (max-width: 700px) {
    body {
        align-items: flex-start !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 48px !important;
        padding: 24px !important;
    }

    body.home-page {
        height: auto !important;
        min-height: 100vh !important;
        overflow-x: hidden !important;
        overflow-y: visible !important;
    }

    .footer {
        align-items: flex-start !important;
        gap: 24px !important;
        margin-top: 48px !important;
        flex-direction: column !important;
    }

    .footer-links,
    .footer-social {
        flex-direction: column !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .hero-images {
        flex-direction: row !important;
        gap: 16px !important;
        justify-content: flex-start !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .hero-left {
        gap: 36px !important;
        width: 100% !important;
    }

    .hero-images {
        gap: 16px !important;
    }

    .hero-logo-tagline {
        gap: 16px !important;
        flex-wrap: wrap !important;
        width: 100% !important;
    }

    .hero-title {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }

    html,
    body {
        overflow-x: hidden !important;
        position: relative !important;
        width: 100% !important;
    }

    .lang-menu {
        bottom: calc(100% + 8px) !important;
        left: 0 !important;
        max-width: calc(100vw - 48px) !important;
        right: auto !important;
        width: max-content !important;
    }

    main {
        align-items: flex-start !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 48px !important;
        grid-template-columns: none !important;
        width: 100% !important;
    }

    .screenshot {
        height: auto !important;
        max-height: none !important;
        max-width: none !important;
        width: calc(50% - 8px) !important;
    }

    .riddle-overlay {
        width: 100% !important;
    }

    .riddle-solution-wrapper {
        align-self: stretch !important;
        width: 100% !important;
    }
}

body {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 3vh, 48px);
    min-height: 100vh;
    padding: 48px;
}

body.home-page {
    height: 100vh;
    overflow: hidden;
}

body.home-page main {
    flex-shrink: 0;
    width: 100%;
}

html,
body {
    background-color: #fff !important;
}

main {
    align-items: center;
    display: grid;
    flex: 1;
    flex-shrink: 0;
    gap: 48px;
    grid-template-columns: 1fr 1fr;
    min-height: min-content;
}