/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: url('/cursors/cursor.svg'), auto;
}

body {
    font-family: 'Minecraftia', monospace;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    background: #000000;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Minecraft pointer cursor for interactive elements */
a,
button,
[role="button"],
input[type="submit"],
input[type="button"],
select,
.clickable {
    cursor: url('/cursors/pointer.svg') 4 0, pointer;
}

/* Book elements use default cursor */
.bookCursor,
.bookCursor * {
    cursor: default !important;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Navbar.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.Navbar_navbar__YzqTj {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 16px 24px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.Navbar_container__PbnCX {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Navbar_logo__SuFNh {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.2s;
}

.Navbar_logo__SuFNh:hover {
    transform: scale(1.05);
}

.Navbar_logoImage__Rwhi3 {
    image-rendering: pixelated;
    filter: drop-shadow(0 0 8px rgba(200, 220, 255, 0.4));
    transition: filter 0.2s, transform 0.2s;
}

.Navbar_logo__SuFNh:hover .Navbar_logoImage__Rwhi3 {
    filter: drop-shadow(0 0 16px rgba(200, 220, 255, 0.7));
    transform: rotate(15deg);
}

.Navbar_links__7fcWJ {
    display: flex;
    gap: 8px;
}

.Navbar_link__cO9Db {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.2s;
}

.Navbar_link__cO9Db:hover {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.05);
}

.Navbar_link__cO9Db.Navbar_active__PvAxT {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 640px) {
    .Navbar_links__7fcWJ {
        gap: 4px;
    }

    .Navbar_link__cO9Db {
        padding: 6px 10px;
        font-size: 11px;
    }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/Footer.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__loR6W {
    position: relative;
    z-index: 10;
    padding: 24px 20px;
    background: transparent;
}

.Footer_container__3Lbro {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.Footer_links__zquhF {
    display: flex;
    align-items: center;
    gap: 8px;
}

.Footer_link__jQxNv {
    color: rgba(255, 255, 255, 0.3);
    font-size: 11px;
    text-decoration: none;
    transition: color 0.2s;
}

.Footer_link__jQxNv:hover {
    color: rgba(255, 255, 255, 0.7);
}

.Footer_divider__taSJ3 {
    color: rgba(255, 255, 255, 0.15);
    font-size: 10px;
}

.Footer_copyright__BVMNT {
    color: rgba(255, 255, 255, 0.2);
    font-size: 10px;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/LoadingScreen.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.LoadingScreen_loader__erHq7 {
    position: fixed;
    inset: 0;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.3s ease;
}

.LoadingScreen_fadeOut__g__8P {
    opacity: 0;
    pointer-events: none;
}

.LoadingScreen_content__g81aY {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.LoadingScreen_star__vVMsz {
    image-rendering: pixelated;
    animation: LoadingScreen_pulse__tS0vv 0.8s ease-in-out infinite;
    filter: drop-shadow(0 0 20px rgba(56, 189, 248, 0.6));
}

@keyframes LoadingScreen_pulse__tS0vv {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.1) rotate(10deg);
    }
}

.LoadingScreen_glow__uxT4D {
    position: absolute;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
    animation: LoadingScreen_glowPulse__EbrcX 0.8s ease-in-out infinite;
}

@keyframes LoadingScreen_glowPulse__EbrcX {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.3);
        opacity: 1;
    }
}
