
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Geologica", sans-serif;
    background: url("../../assets/img/bg_hero.png");
    background-attachment: fixed;
    background-size: cover;
}

* {
    user-select: none;
    -webkit-user-drag: none;
}

::selection {
    background: #f4cf36;
    color: black;
}

#playersStatus {
    display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 10px;
}

h1,h2,h3,h4,h5,h6{
    margin:0;
    font-weight:bold;
    font-family: "Geologica", sans-serif;
}

.buttons {
    z-index:1;
    margin-top:2rem;
}

.btn {
    padding: 1rem 2rem;
    background-color: #000000;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.btn.discord {
    background:#7289DA;
}

.btn:hover  {
    background: white !important;
    outline: 2px solid black;
    color:black;
}

.first {
    flex-wrap: wrap;
    line-height: 1;
    padding-top:1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10rem;
    height:80vh
}

.second {
    position: relative;
    background: radial-gradient(circle, rgb(51, 41, 0) 0%, rgb(0, 0, 0) 100%);
    text-align: center;
    padding: 5rem;
    overflow: hidden;
}

.second::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../assets/img/bg_hero_black.png") center center / cover no-repeat;
    z-index: 0;
    pointer-events: none;
}

.second h1,.second h2 {
    color:white;
    z-index:1;
    margin:0;
}

.narrow-text {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.second h2 {
    font-size:1.5rem;
    text-transform: uppercase;
    font-weight: 200;
}

.second p {
    color:white;
    font-weight:100;
}

.second h4{
    text-align: center;
    z-index: 0;
    font-size: 15rem;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.3);
    text-shadow: 0 0 100px rgba(244, 207, 54, 0.72);
    position: absolute;
    left: 51%;
    transform: rotate(15deg);
    bottom: 10%;
    animation: sway 5s ease-in-out infinite;
}

.first img{
    width: 30rem;
}

.first p {
    font-size:2rem;
    font-weight: 100;
    margin:0;
    padding:0;
}

.first h3 {
    font-size: 12rem;
    color: transparent;
    -webkit-text-stroke: 2px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-35%);
    z-index: 0;
}

.first h2 {
    font-size: 10rem;
    position: relative;
    z-index: 1;
    user-select: text;
    pointer-events: auto;
}
#ip {
    position: relative;
    display: inline-block;
}

.minecraft-font {
    font-family: 'Press Start 2P', cursive;
}
.navbar-custom {
    padding: 2rem 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
}
.nav-left, .nav-right {
    display: flex;
    gap: 2rem;
    align-items: center;
}
.nav-center img {
    height: 7rem;
    animation: sway 2s ease-in-out infinite;
    transform-origin: center;
    transition: 0.2s ease-in-out;
}

.nav-center img:hover{
    transform: scale(1.2)
}

.nav-center {
    margin:0 2rem;
}
.nav-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: black;
    text-decoration: none;
    transition: 0.1s ease-in-out;
    position: relative;
}

.nav-item:hover::after {
    content: "";
    transform: translateX(-50%);
    display: block;
    width: 30px;
    height: 3px;
    bottom: -5px;
    background-color: #f4cf36;
    position: absolute;
    left: 50%;
}

.nav-item:hover {
    transform: scale(1.05);
}

@keyframes sway {
    0%, 100%{ transform: rotate(-6deg);}
    50%{ transform: rotate(6deg); }
}
.hamburger {
    display: none;
    font-size: 2rem;
    cursor: pointer;
    position: absolute;
    left: 1rem;
    top: 1.5rem;
    z-index: 100;
}

.nav-mobile {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -100%;
    width: 70%;
    height: 100vh;
    background: white;
    padding: 5rem 2rem;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    transition: left 0.3s ease-in-out;
    z-index: 99;
}

.nav-mobile.open {
    left: 0;
}

.nav-mobile .nav-item {
    font-size: 1.2rem;
    margin: 1rem 0;
}


.ping {
    width: 10px;
    height: 10px;
    background: #00ff00;
    border-radius: 50%;
    position: relative;
    animation: pingAnim 1.5s ease-out infinite;
}

@keyframes pingAnim {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(0, 255, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
    }
}

.ping.offline {
    background: red;
    animation: none;
}
.scene {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.bee {
    position: absolute;
    width: 120px;
    height: 120px;
    transition: filter 0.7s ease-in-out;
    transform: scaleX(-1);
    pointer-events: auto;
}

.bee img {
    width: 100%;
    height: 100%;
    display: block;
}

.bee.flipped {
    transform: scaleX(1);
}

.bee.boosted {
    filter: drop-shadow(0 0 55px #f4cf36);

}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, #ffffff, #cccccc);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    overflow: hidden;
}

.preloader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo img {
    width: 8rem;
    animation: pulse 1.5s infinite alternate ease-in-out, rotate 3s linear infinite;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.15); opacity: 0.7; }
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text {
    font-size: 1.2rem;
    color: #111;
    font-family: 'Press Start 2P';
}

.loading-text span {
    animation: blink 1.5s infinite;
    display: inline-block;
}

.loading-text span:nth-child(1)  { animation-delay: 0s; }
.loading-text span:nth-child(2)  { animation-delay: 0.1s; }
.loading-text span:nth-child(3)  { animation-delay: 0.2s; }
.loading-text span:nth-child(4)  { animation-delay: 0.3s; }
.loading-text span:nth-child(5)  { animation-delay: 0.4s; }
.loading-text span:nth-child(6)  { animation-delay: 0.5s; }
.loading-text span:nth-child(7)  { animation-delay: 0.6s; }
.loading-text span:nth-child(8)  { animation-delay: 0.7s; }
.loading-text span:nth-child(9)  { animation-delay: 0.8s; }
.loading-text span:nth-child(10) { animation-delay: 0.9s; }
.loading-text span:nth-child(11) { animation-delay: 1.0s; }
.loading-text span:nth-child(12) { animation-delay: 1.1s; }
.loading-text span:nth-child(13) { animation-delay: 1.2s; }
.loading-text span:nth-child(14) { animation-delay: 1.3s; }
.loading-text span:nth-child(15) { animation-delay: 1.4s; }
.loading-text span:nth-child(16) { animation-delay: 1.5s; }
.loading-text span:nth-child(17) { animation-delay: 1.6s; }
.loading-text span:nth-child(18) { animation-delay: 1.7s; }
.loading-text span:nth-child(19) { animation-delay: 1.8s; }


@keyframes blink {
    0%, 100% { opacity: 1; transform: translateY(0); }
    50% { opacity: 0.3; transform: translateY(-5px); }
}

.progress-bar {
    width: 300px;
    height: 6px;
    background: #ddd;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;
    position: relative;
}

.progress-fill {
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, #000, #666, #000);
    animation: slideGlow 1.2s infinite ease-in-out;
    position: absolute;
    left: -30%;
    border-radius: 3px;
    box-shadow: 0 0 15px #111;
}

@keyframes slideGlow {
    0% { left: -30%; }
    50% { left: 50%; }
    100% { left: 100%; }
}

.third {
    text-align: center;
    margin:5rem;
}

.title {

}

.title h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
}

.title h3 {
    text-align: center;
    font-size: 5rem;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
    transform: translateY(-75%);
    text-transform: uppercase;
}



.cards {
    margin-top: 3rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    width: 30rem;
    padding:2rem;
    text-align: left;
    color:white;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.9);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' viewBox='0 0 192 192'%3E%3Cpath fill='%23ffffff' fill-opacity='0.05' d='M192 15v2a11 11 0 0 0-11 11c0 1.94 1.16 4.75 2.53 6.11l2.36 2.36a6.93 6.93 0 0 1 1.22 7.56l-.43.84a8.08 8.08 0 0 1-6.66 4.13H145v35.02a6.1 6.1 0 0 0 3.03 4.87l.84.43c1.58.79 4 .4 5.24-.85l2.36-2.36a12.04 12.04 0 0 1 7.51-3.11 13 13 0 1 1 .02 26 12 12 0 0 1-7.53-3.11l-2.36-2.36a4.93 4.93 0 0 0-5.24-.85l-.84.43a6.1 6.1 0 0 0-3.03 4.87V143h35.02a8.08 8.08 0 0 1 6.66 4.13l.43.84a6.91 6.91 0 0 1-1.22 7.56l-2.36 2.36A10.06 10.06 0 0 0 181 164a11 11 0 0 0 11 11v2a13 13 0 0 1-13-13 12 12 0 0 1 3.11-7.53l2.36-2.36a4.93 4.93 0 0 0 .85-5.24l-.43-.84a6.1 6.1 0 0 0-4.87-3.03H145v35.02a8.08 8.08 0 0 1-4.13 6.66l-.84.43a6.91 6.91 0 0 1-7.56-1.22l-2.36-2.36A10.06 10.06 0 0 0 124 181a11 11 0 0 0-11 11h-2a13 13 0 0 1 13-13c2.47 0 5.79 1.37 7.53 3.11l2.36 2.36a4.94 4.94 0 0 0 5.24.85l.84-.43a6.1 6.1 0 0 0 3.03-4.87V145h-35.02a8.08 8.08 0 0 1-6.66-4.13l-.43-.84a6.91 6.91 0 0 1 1.22-7.56l2.36-2.36A10.06 10.06 0 0 0 107 124a11 11 0 0 0-22 0c0 1.94 1.16 4.75 2.53 6.11l2.36 2.36a6.93 6.93 0 0 1 1.22 7.56l-.43.84a8.08 8.08 0 0 1-6.66 4.13H49v35.02a6.1 6.1 0 0 0 3.03 4.87l.84.43c1.58.79 4 .4 5.24-.85l2.36-2.36a12.04 12.04 0 0 1 7.51-3.11A13 13 0 0 1 81 192h-2a11 11 0 0 0-11-11c-1.94 0-4.75 1.16-6.11 2.53l-2.36 2.36a6.93 6.93 0 0 1-7.56 1.22l-.84-.43a8.08 8.08 0 0 1-4.13-6.66V145H11.98a6.1 6.1 0 0 0-4.87 3.03l-.43.84c-.79 1.58-.4 4 .85 5.24l2.36 2.36a12.04 12.04 0 0 1 3.11 7.51A13 13 0 0 1 0 177v-2a11 11 0 0 0 11-11c0-1.94-1.16-4.75-2.53-6.11l-2.36-2.36a6.93 6.93 0 0 1-1.22-7.56l.43-.84a8.08 8.08 0 0 1 6.66-4.13H47v-35.02a6.1 6.1 0 0 0-3.03-4.87l-.84-.43c-1.59-.8-4-.4-5.24.85l-2.36 2.36A12 12 0 0 1 28 109a13 13 0 1 1 0-26c2.47 0 5.79 1.37 7.53 3.11l2.36 2.36a4.94 4.94 0 0 0 5.24.85l.84-.43A6.1 6.1 0 0 0 47 84.02V49H11.98a8.08 8.08 0 0 1-6.66-4.13l-.43-.84a6.91 6.91 0 0 1 1.22-7.56l2.36-2.36A10.06 10.06 0 0 0 11 28 11 11 0 0 0 0 17v-2a13 13 0 0 1 13 13c0 2.47-1.37 5.79-3.11 7.53l-2.36 2.36a4.94 4.94 0 0 0-.85 5.24l.43.84A6.1 6.1 0 0 0 11.98 47H47V11.98a8.08 8.08 0 0 1 4.13-6.66l.84-.43a6.91 6.91 0 0 1 7.56 1.22l2.36 2.36A10.06 10.06 0 0 0 68 11 11 11 0 0 0 79 0h2a13 13 0 0 1-13 13 12 12 0 0 1-7.53-3.11l-2.36-2.36a4.93 4.93 0 0 0-5.24-.85l-.84.43A6.1 6.1 0 0 0 49 11.98V47h35.02a8.08 8.08 0 0 1 6.66 4.13l.43.84a6.91 6.91 0 0 1-1.22 7.56l-2.36 2.36A10.06 10.06 0 0 0 85 68a11 11 0 0 0 22 0c0-1.94-1.16-4.75-2.53-6.11l-2.36-2.36a6.93 6.93 0 0 1-1.22-7.56l.43-.84a8.08 8.08 0 0 1 6.66-4.13H143V11.98a6.1 6.1 0 0 0-3.03-4.87l-.84-.43c-1.59-.8-4-.4-5.24.85l-2.36 2.36A12 12 0 0 1 124 13a13 13 0 0 1-13-13h2a11 11 0 0 0 11 11c1.94 0 4.75-1.16 6.11-2.53l2.36-2.36a6.93 6.93 0 0 1 7.56-1.22l.84.43a8.08 8.08 0 0 1 4.13 6.66V47h35.02a6.1 6.1 0 0 0 4.87-3.03l.43-.84c.8-1.59.4-4-.85-5.24l-2.36-2.36A12 12 0 0 1 179 28a13 13 0 0 1 13-13zM84.02 143a6.1 6.1 0 0 0 4.87-3.03l.43-.84c.8-1.59.4-4-.85-5.24l-2.36-2.36A12 12 0 0 1 83 124a13 13 0 1 1 26 0c0 2.47-1.37 5.79-3.11 7.53l-2.36 2.36a4.94 4.94 0 0 0-.85 5.24l.43.84a6.1 6.1 0 0 0 4.87 3.03H143v-35.02a8.08 8.08 0 0 1 4.13-6.66l.84-.43a6.91 6.91 0 0 1 7.56 1.22l2.36 2.36A10.06 10.06 0 0 0 164 107a11 11 0 0 0 0-22c-1.94 0-4.75 1.16-6.11 2.53l-2.36 2.36a6.93 6.93 0 0 1-7.56 1.22l-.84-.43a8.08 8.08 0 0 1-4.13-6.66V49h-35.02a6.1 6.1 0 0 0-4.87 3.03l-.43.84c-.79 1.58-.4 4 .85 5.24l2.36 2.36a12.04 12.04 0 0 1 3.11 7.51A13 13 0 1 1 83 68a12 12 0 0 1 3.11-7.53l2.36-2.36a4.93 4.93 0 0 0 .85-5.24l-.43-.84A6.1 6.1 0 0 0 84.02 49H49v35.02a8.08 8.08 0 0 1-4.13 6.66l-.84.43a6.91 6.91 0 0 1-7.56-1.22l-2.36-2.36A10.06 10.06 0 0 0 28 85a11 11 0 0 0 0 22c1.94 0 4.75-1.16 6.11-2.53l2.36-2.36a6.93 6.93 0 0 1 7.56-1.22l.84.43a8.08 8.08 0 0 1 4.13 6.66V143h35.02z'%3E%3C/path%3E%3C/svg%3E");
}

.card h3 {
    font-family: 'Press Start 2P', cursive;
}
:root {
    --text-secondary: #555;
    --accent-secondary: #ffcc00;
}

footer {
    background: white;
    color: black;
    padding: 40px 20px 15px;
    border-top: 1px solid #eee;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05);
    margin-top: 5rem;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto;
    max-width: 90rem;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
}

.footer-section h3 {
    font-family: 'Press Start 2P', cursive;
    font-size: 1.1em;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    transition: color 0.3s ease;
    padding: 0 5px;
}

.footer-section ul li a::after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: var(--accent-secondary);
    transition: width 0.3s ease;
}

.footer-section ul li a:hover::after {
    width: calc(100% - 10px);
}

.footer-section ul li a:hover {
    color: var(--accent-secondary);
}

.footer-logo {
    max-width: 10rem;
    height: auto;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 0.85em;
    color: #777;
}

.footer-bottom p {
    margin: 0.2rem;
}

.first, .btn, .first h2, .first h3, .first img, .first p {
    transition: all 0.3s ease-in-out;
}

.first img {
    object-fit: contain;
}

.colored-text {
    color: #f4cf36;
}

.footer-bottom i.fa-heart {
    color: #e74c3c;
}




@media (max-width: 900px) {
    .narrow-text {
        width: 90%;
    }
    .title h3 {
        font-size: 3.5rem;
        transform: translateY(-85%);
    }
    .hamburger {
        display: block;
    }

    .desktop-only {
        display: none !important;
    }

    .navbar-custom {
        display: block;
        padding: 1.5rem 2rem;
    }

    .nav-center img {
        height: 5rem;
    }

    .first h2 {
        font-size: 3.5rem;
    }

    .first h3 {
        font-size: 4rem;
    }

    .first img {
        width: 16rem;
    }

    .first p {
        font-size: 1.2rem;
    }

    .btn {
        font-size: 14px;
        padding: 0.8rem 1.5rem;
        transition: all 0.3s ease;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-section {
        min-width: unset;
        width: 100%;
    }

    footer {
        background-position: left bottom, right bottom, center top;
        background-size: 3rem, 6rem, 8rem;
    }
}


@media (max-width: 1520px) {
    .first {
        text-align: center;
        gap: 6rem;
        transition: gap 0.3s ease;
    }

    .first h2 {
        font-size: 7rem;
        transition: font-size 0.3s ease;
    }

    .first h3 {
        left:0;
        font-size: 8rem;
        transform: translate(-5%, 10%);
        transition: font-size 0.3s ease, transform 0.3s ease;
    }

    .first img {
        width: 24rem;
        transition: width 0.3s ease;
    }

    .first p {
        font-size: 1.6rem;
        transition: font-size 0.3s ease;
    }
}

@media (max-width: 768px) {
    .first h2 {
        font-size:5rem;
    }
    .first h3 {
        font-size: 5.5rem;
    }
    .first img {
        width: 15rem;
        transition: width 0.3s ease;
    }
}

@media (max-width: 500px) {
    .first h2 {
        font-size:3rem;
    }
    .first h3 {
        font-size: 3.5rem;
    }
    .first img {
        width: 10rem;
        transition: width 0.3s ease;
    }
    .title h3 {
        font-size: 2.8rem;
        transform: translate(-7%, -85%);
    }
}