/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/ui/StarryBackground.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.StarryBackground_canvas__2EDh3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/page.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.page_container__aoG4z {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page_hero__SKW6o {
    text-align: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page_title__3jonF {
    color: #fff;
    font-size: 72px;
    font-weight: normal;
    margin-bottom: 16px;
    letter-spacing: 8px;
}

.page_subtitle__iAJUg {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    margin-bottom: 48px;
    letter-spacing: 2px;
}

.page_stats__L5b4y {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 48px;
}

.page_stat__aEnCU {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.page_statValue__FXJDK {
    color: #fff;
    font-size: 28px;
}

.page_statLabel__YuhHa {
    color: rgba(255, 255, 255, 0.35);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page_statDivider__HDMLR {
    width: 1px;
    height: 50px;
    background: linear-gradient(180deg,
            transparent,
            rgba(255, 255, 255, 0.2),
            transparent);
}

.page_buttons__qe66w {
    display: flex;
    gap: 16px;
}

/* Liquid Glass iOS Button */
.page_glassButton__R_Qr6 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    font-family: 'Minecraftia', monospace;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.12) 0%,
            rgba(255, 255, 255, 0.05) 50%,
            rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.page_glassButton__R_Qr6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.15) 0%,
            rgba(255, 255, 255, 0) 100%);
    border-radius: 16px 16px 0 0;
    pointer-events: none;
}

.page_glassButton__R_Qr6:hover {
    transform: translateY(-2px) scale(1.02);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.page_glassButton__R_Qr6:active {
    transform: translateY(0) scale(0.98);
}

.page_glassButton__R_Qr6.page_secondary__lm_PT {
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.06) 0%,
            rgba(255, 255, 255, 0.02) 100%);
    border-color: rgba(255, 255, 255, 0.1);
}

.page_glassButton__R_Qr6.page_secondary__lm_PT:hover {
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.04) 100%);
}

.page_buttonIcon__8bno8 {
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 640px) {
    .page_title__3jonF {
        font-size: 48px;
        letter-spacing: 4px;
    }

    .page_subtitle__iAJUg {
        font-size: 10px;
    }

    .page_stats__L5b4y {
        gap: 28px;
    }

    .page_statValue__FXJDK {
        font-size: 22px;
    }

    .page_statDivider__HDMLR {
        height: 40px;
    }

    .page_buttons__qe66w {
        flex-direction: column;
        gap: 12px;
    }

    .page_glassButton__R_Qr6 {
        padding: 12px 28px;
        font-size: 10px;
    }
}
