body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(90deg, #28353f, #34495e);
    color: #efefef;
    line-height: 1.6;
    overflow-x: hidden;
    font-size: 18px;
    scroll-behavior: smooth;
}


a {
    color: #6ab04c;
    text-decoration: none;
    transition: 0.2s ease;
    font-weight: 600;
}


a:hover {
    color: #82e0aa;
    transform: scale(1.1);
}


header {
    background: linear-gradient(90deg, #2c3e50, #34495e);
    padding: 3rem 0;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: #ecf0f1;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}


header h1 {
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


header p {
    font-size: 1.2rem;
    color: #ddd;
}


nav {
    background-color: rgba(53, 59, 72, 0.9);
    text-align: center;
    padding: 1.5rem 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid #6ab04c;
}


nav a {
    display: inline-block;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 3px;
    font-weight: 500;
    transition: 0.2s ease;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}


nav a:hover {
    background-color: #487eb0;
    transform: scale(1.0);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}


main {
    padding: 3rem 1.5rem;
}


section {
    background: linear-gradient(90deg, rgba(45, 52, 54, 0.8) 60%, #6ab04ccc 120%);
    padding: 2rem;
    margin-bottom: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border: 1px solid #6ab04c;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}


section:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}


section h2 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    color: #fff;
    font-weight: 700;
    border-bottom: 3px solid #6ab04c;
    padding-bottom: 0.75rem;
}


section ul {
    list-style: none;
    padding: 0;
}


section li {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: #d6d6d6;
    transition: 0.1s ease;
}


section li:hover {
    color: #6ab04c;
}


section img {
    width: 50%;
    margin-bottom: 1.5rem;
    transition: all 0.2s ease;
}


section img:hover {
    transform: scale(1.02);
    filter: saturate(1.6);
}


.button {
    background-color: #6ab04c;
    color: #fff;
    padding: 1rem 2rem;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: 0.2s ease;
    display: inline-block;
    margin-top: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}


.button:hover {
    background-color: #2f838b;
    border-radius: 20px;
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
}


#licenses {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}


#licenses div {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#licenses a {
    color: #6ab04c;
    text-decoration: none;
    font-size: 1.2rem;
    margin-top: 1rem;
    transition: all 0.2s ease;
}


#mineserv_graph {
    width: 99.9%;
    height: 400px;
    margin: 2rem 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
}


#mineserv_graph:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
    transition: 0.2s ease;
}


#mineserv_confirm {
    text-align: center;
}


#server-info {
    display: block;
    width: 100%;
    margin: 0 auto 1.5rem auto;
    padding: 1.5rem 2.5rem;
    background: linear-gradient(90deg, rgba(45, 52, 54, 0.8) 60%, #6ab04ccc 120%);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border: 1px solid #6ab04c;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s, transform 0.2s;
    box-sizing: border-box;
}


#server-info span {
    color: #b6ffb0; 
    font-size: 1.1em;
    letter-spacing: 0.5px;
    font-weight: 600;
}


#server-info b {
    color: #6ab04c;
}


#server-info.offline {
    background: linear-gradient(90deg, rgba(58, 35, 35, 0.85) 60%, #e74c3ccc 120%);
    border: 1px solid #e74c3c;
    color: #fff;
    animation: serverInfoGlowOffline 1s infinite alternate;
    box-shadow: 0 8px 32px rgba(231, 76, 60, 0.18), 0 2px 8px rgba(0,0,0,0.10);
}


#server-info.offline span {
    color: #ffb6b0;
}


@keyframes serverInfoGlow {
    0% {
        box-shadow: 0 0 6px 0 rgba(46,204,113,0.45), 0 2px 8px rgba(0,0,0,0.18);
        border-color: #6ab04c;
    }
    100% {
        box-shadow: 0 0 16px 2px #2ecc71cc, 0 2px 8px rgba(0,0,0,0.18);
        border-color: #82e0aa;
    }
}


@keyframes serverInfoGlowOffline {
    0% {
        box-shadow: 0 0 6px 0 rgba(231,76,60,0.55), 0 2px 8px rgba(0,0,0,0.18);
        border-color: #e74c3c;
    }
    100% {
        box-shadow: 0 0 16px 2px #e74c3ccc, 0 2px 8px rgba(0,0,0,0.18);
        border-color: #ffb6b0;
    }
}


@media (max-width: 600px) {
    #server-info {
        min-width: unset;
        max-width: 100vw;
        padding: 1rem 0.5rem;
        font-size: 1rem;
    }
}


@keyframes shake {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-0.5deg); }
    50% { transform: rotate(0.5deg); }
    75% { transform: rotate(-0.5deg); }
    100% { transform: rotate(0deg); }
}


.feature-icon {
    font-size: 20px;
    margin-right: 8px;
    color: #6ab04c;
}


#donate {
    background: linear-gradient(90deg, rgba(45, 52, 54, 0.8) 60%, #6ab04ccc 120%);
    padding: 2rem;
    margin-bottom: 2.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
}


#donate h2 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    border-bottom: 3px solid #6ab04c;
    padding-bottom: 0.75rem;
}


#donate p {
    font-size: 1.2rem;
    color: #ccc;
    margin-bottom: 1rem;
}


#donate h3 {
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}


#donate ul {
    list-style: none;
    padding: 0;
}


#donate li {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    color: #ccc;
}


#donate a {
    color: #6ab04c;
    text-decoration: none;
    transition: color 0.2s ease;
}


#donate a:hover {
    color: #82e0aa;
}


.donate-roles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem;
}


.donate-role {
    background-color: rgba(53, 59, 72, 0.9);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    width: calc(50% - 1rem);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.2s ease;
}


.donate-role:hover {
    background-color: rgba(62, 70, 84, 0.9);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    width: calc(50% - 1rem);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.03);
    transform: translateY(-5px);
}


.donate-role h4 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}


.donate-role p {
    font-size: 1rem;
    color: #ddd;
    margin-bottom: 0.3rem;
}


#gallery {
    text-align: center;
    margin-top: 2rem;
    padding: 2rem;
    background: linear-gradient(90deg, rgba(45, 52, 54, 0.8) 60%, #6ab04ccc 120%);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}


#gallery h2 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    color: #fff;
    font-weight: 700;
    border-bottom: 3px solid #6ab04c;
    padding-bottom: 0.75rem;
}


#gallery img {
    width: 30%;
    border-radius: 10px;
    transition: 0.2s ease;
}


#gallery img:hover {
    transform: scale(1.05);
    filter: brightness(1.2);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}


footer {
    background: linear-gradient(90deg, #2c3e50, #34495e);
    text-align: center;
    padding: 0.5rem 0;
    color: #bdc3c7;
    position: relative;
    z-index: 10;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
}


footer a {
    color: #7ed459;
    transition: color 0.2s ease;
    font-weight: 600;
}


footer a:hover {
    color: #66ff00;
    text-decoration: underline;
}


#backToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(70, 112, 153, 0.7);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    transition: 0.2s ease;
}


#backToTopBtn:hover {
    background-color: #3498db;
}


@media (max-width: 768px) {
    header h1 {
        font-size: 2.8rem;
    }


    nav a {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }


    section h2 {
        font-size: 1.8rem;
    }


    section li {
        font-size: 1.1rem;
    }


    .button {
        font-size: 1rem;
        padding: 0.8rem 1.5rem;
    }


    #server-location img {
        width: 100%;
        margin: 0 auto;
    }


    .donate-roles {
        flex-direction: column;
    }


    .donate-role {
        width: 90%;
        margin: 0 auto 1rem;
    }


    .donate-role:hover {
        transform: scale(1.03);
        width: 90%;
    }


    #gallery img {
        width: 100%;
        margin: 0 0 1rem 0;
    }


    #licenses {
        flex-direction: column;
        gap: 1.5rem;
        align-items: stretch;
    }


    #licenses iframe,
    #licenses > div {
        width: 100% !important;
        max-width: 100%;
        margin: 0 auto;
    }

    
    #licenses img {
        width: 80% !important;
        height: auto !important;
        max-width: 320px;
        min-width: 180px;
        min-height: 60px;
        display: block;
        margin: 0 auto;
    }
}


.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.6);
    animation: modalFadeIn 0.4s;
}


@keyframes modalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


.modal-content {
    background: #34495e;
    margin: 8% auto;
    padding: 2rem 1.2rem 1.5rem 1.2rem;
    border-radius: 18px;
    width: 90%;
    max-width: 420px;
    color: #fff;
    position: relative;
    box-shadow: 0 12px 48px 0 #6ab04c55, 0 2px 8px #000a;
    animation: modalContentPop 0.5s cubic-bezier(.68,-0.55,.27,1.55);
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
}


@keyframes modalContentPop {
    0% { transform: scale(0.85) translateY(40px); opacity: 0; }
    100% { transform: scale(1) translateY(0); opacity: 1; }
}


.modal-content::before {
    display: none;
}


.modal-content label {
    display: block;
    margin-top: 1.2rem;
    margin-bottom: 0.3rem;
    font-weight: 600;
    color: #b6ffb0;
    letter-spacing: 0.5px;
    font-size: 1.08rem;
    position: relative;
    z-index: 2;
    text-align: left;
    width: 100%;
}


.modal-content input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.85rem 1rem;
    border-radius: 7px;
    border: 2px solid #6ab04c;
    margin-bottom: 1.2rem;
    font-size: 1.08rem;
    background: #232b36;
    color: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(106,176,76,0.08);
    outline: none;
    position: relative;
    z-index: 2;
}


.modal-content input:focus {
    border-color: #b6ffb0;
    box-shadow: 0 0 0 2px #b6ffb055;
}


.modal-content h2 {
    text-align: center;
    width: 100%;
}


.modal-content form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}


.modal-content .form-button, .modal-content button, .modal-content input[type="submit"] {
    background: #6ab04c;
    color: #232b36;
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    font-size: 1.15rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
    margin-top: 1.2rem;
    box-shadow: 0 4px 16px rgba(106,176,76,0.18);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}


.modal-content .form-button:hover, .modal-content button:hover, .modal-content input[type="submit"]:hover {
    background: #82e0aa;
    color: #232b36;
    box-shadow: 0 8px 32px rgba(106,176,76,0.28);
    transform: scale(1.04);
}


.modal-content .button {
    align-self: center;
}


.close {
    color: #b6ffb0;
    position: absolute;
    top: 10px; right: 18px;
    font-size: 2.2rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    transition: color 0.2s;
}


close:hover { color: #fff; }


.welcome-panel {
    display: inline-block;
    position: relative;
    background: none;
    border-radius: 32px;
    box-shadow: 0 12px 48px 0 #6ab04c55, 0 2px 8px #000a;
    border: 3px solid #82e0aa;
    padding: 3.5rem 4.5rem 2.5rem 4.5rem;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    transition: box-shadow 0.4s, border-color 0.4s;
}


.welcome-panel-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 32px;
    background: linear-gradient(90deg, rgba(45, 52, 54, 0.8) 60%, #6ab04ccc 120%);
    box-shadow: 0 12px 48px 0 #232b3688;
    pointer-events: none;
    transition: background 0.4s;
}


@keyframes welcomeGlow {
    0% {
        box-shadow: 0 0 24px 0 #6ab04c55, 0 2px 8px #000a;
        border-color: #6ab04c;
    }
    100% {
        box-shadow: 0 0 64px 8px #82e0aa99, 0 2px 8px #000a;
        border-color: #b6ffb0;
    }
}


.welcome-panel h1 {
    font-size: 3.5rem;
    font-weight: 900;
    color: #fff;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    text-shadow:
        0 2px 12px #000c,
        0 0 2px #000,
        0 0 0.5px #000,
        0 0 24px #6ab04c55;
    margin-bottom: 1.1rem;
    letter-spacing: 2.5px;
    line-height: 1.1;
    position: relative;
    z-index: 3;
    text-align: center;
}


.welcome-panel p {
    font-size: 1.7rem;
    color: #b6ffb0;
    font-weight: 700;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    text-shadow:
        0 2px 12px #000c,
        0 0 2px #000,
        0 0 0.5px #000,
        0 0 12px #2ecc7188;
    margin-bottom: 0;
    letter-spacing: 1.5px;
    position: relative;
    z-index: 3;
    text-align: center;
}


.welcome-panel::before,
.welcome-panel::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(32px);
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
}


.welcome-panel::before {
    width: 180px;
    height: 180px;
    left: -60px;
    top: -60px;
    background: radial-gradient(circle, #6ab04c 0%, #232b36 80%);
    animation: welcomeBubble1 6s infinite alternate;
}


.welcome-panel::after {
    width: 140px;
    height: 140px;
    right: -40px;
    bottom: -40px;
    background: radial-gradient(circle, #82e0aa 0%, #232b36 80%);
    animation: welcomeBubble2 7s infinite alternate;
}


@keyframes welcomeBubble1 {
    0% { transform: scale(1) translateY(0); }
    100% { transform: scale(1.2) translateY(20px); }
}


@keyframes welcomeBubble2 {
    0% { transform: scale(1) translateY(0); }
    100% { transform: scale(1.1) translateY(-20px); }
}


.welcome-particles {
    pointer-events: none;
    position: absolute;
    left: 0; top: 0; width: 100%; height: 100%;
    z-index: 1;
    overflow: visible;
    --wind: 0px;
}


.welcome-particle, .welcome-particles .welcome-particle { 
    position: absolute; 
    border-radius: 50%; 
    bottom: 0; 
    animation-fill-mode: backwards;
}


.welcome-particle.p1  { width: 24px; height: 24px; left: 0%;    --drift: -18px; animation: lavaMoveFront3 4.3s linear infinite; animation-delay: -0.8s; filter: blur(0.8px);  opacity: 0.9;  background: linear-gradient(135deg, #b6ffb0 0%, #6ab04c 100%);}
.welcome-particle.p2  { width: 10px; height: 10px; left: 7%;    --drift: 22px;  animation: lavaMoveBack1 9s linear infinite;  animation-delay: -1.8s; filter: blur(2.5px);  opacity: 0.55; background: linear-gradient(135deg, #6ab04c 0%, #2e5c1c 100%);}
.welcome-particle.p3  { width: 19px; height: 19px; left: 14%;   --drift: -12px; animation: lavaMoveMid1 5.1s linear infinite; animation-delay: -2.1s; filter: blur(1.3px);  opacity: 0.78; background: linear-gradient(135deg, #a6e6a0 0%, #5ca03c 100%);}
.welcome-particle.p4  { width: 7px;  height: 7px;  left: 21%;   --drift: 15px;  animation: lavaMoveBack1 12s linear infinite; animation-delay: -1.9s; filter: blur(2.8px);  opacity: 0.48; background: linear-gradient(135deg, #6ab04c 0%, #2e5c1c 100%);}
.welcome-particle.p5  { width: 20px; height: 20px; left: 28%;   --drift: -25px; animation: lavaMoveFront2 4.8s linear infinite; animation-delay: -1.6s; filter: blur(1.2px);  opacity: 0.8;  background: linear-gradient(135deg, #a6e6a0 0%, #5ca03c 100%);}
.welcome-particle.p6  { width: 11px; height: 11px; left: 35%;   --drift: 10px;  animation: lavaMoveBack2 12s linear infinite; animation-delay: -0.6s; filter: blur(2.3px);  opacity: 0.58; background: linear-gradient(135deg, #7fc87a 0%, #3e7a2c 100%);}
.welcome-particle.p7  { width: 28px; height: 28px; left: 42%;   --drift: 30px;  animation: lavaMoveFront1 4s linear infinite;  animation-delay: 0s;   filter: blur(0.5px);  opacity: 0.95; background: linear-gradient(135deg, #b6ffb0 0%, #6ab04c 100%);}
.welcome-particle.p8  { width: 12px; height: 12px; left: 49%;   --drift: -20px; animation: lavaMoveBack2 10s linear infinite; animation-delay: -0.9s; filter: blur(2.2px);  opacity: 0.6;  background: linear-gradient(135deg, #7fc87a 0%, #3e7a2c 100%);}
.welcome-particle.p9  { width: 16px; height: 16px; left: 56%;   --drift: 18px;  animation: lavaMoveMid2 5.7s linear infinite; animation-delay: -2.7s; filter: blur(1.7px);  opacity: 0.7;  background: linear-gradient(135deg, #8fdc8a 0%, #4e8c34 100%);}
.welcome-particle.p10 { width: 14px; height: 14px; left: 63%;   --drift: -8px;  animation: lavaMoveMid1 5.5s linear infinite; animation-delay: -0.7s; filter: blur(2px);    opacity: 0.65; background: linear-gradient(135deg, #7fc87a 0%, #3e7a2c 100%);}
.welcome-particle.p11 { width: 26px; height: 26px; left: 70%;   --drift: 25px;  animation: lavaMoveFront1 4.2s linear infinite; animation-delay: -0.5s; filter: blur(0.7px);  opacity: 0.92; background: linear-gradient(135deg, #b6ffb0 0%, #6ab04c 100%);}
.welcome-particle.p12 { width: 8px;  height: 8px;  left: 77%;   --drift: -15px; animation: lavaMoveBack1 11s linear infinite;animation-delay: -1.3s; filter: blur(2.7px);  opacity: 0.5;  background: linear-gradient(135deg, #6ab04c 0%, #2e5c1c 100%);}
.welcome-particle.p13 { width: 18px; height: 18px; left: 84%;   --drift: 12px;  animation: lavaMoveFront3 5s linear infinite;  animation-delay: -2.2s; filter: blur(1.5px);  opacity: 0.75; background: linear-gradient(135deg, #8fdc8a 0%, #4e8c34 100%);}
.welcome-particle.p14 { width: 22px; height: 22px; left: 91%;   --drift: -28px; animation: lavaMoveFront2 4.5s linear infinite; animation-delay: -1.1s; filter: blur(1px);    opacity: 0.85; background: linear-gradient(135deg, #a6e6a0 0%, #5ca03c 100%);}
.welcome-particle.p15 { width: 15px; height: 15px; left: 98%;   --drift: 20px;  animation: lavaMoveMid2 5.6s linear infinite;animation-delay: -1.5s; filter: blur(1.8px);  opacity: 0.68; background: linear-gradient(135deg, #8fdc8a 0%, #4e8c34 100%);}


@keyframes lavaMoveFront1  {
    0%   { transform: translateY(80px) translateX(0); opacity: 1; }
    100% { transform: translateY(-370px) translateX(calc(var(--wind, 0px) + var(--drift, 0px))); opacity: 0;}
}


@keyframes lavaMoveFront2  {
    0%   { transform: translateY(80px) translateX(0); opacity: 1; }
    100% { transform: translateY(-340px) translateX(calc(var(--wind, 0px) + var(--drift, 0px))); opacity: 0;}
}


@keyframes lavaMoveFront3  {
    0%   { transform: translateY(80px) translateX(0); opacity: 1; }
    100% { transform: translateY(-350px) translateX(calc(var(--wind, 0px) + var(--drift, 0px))); opacity: 0;}
}


@keyframes lavaMoveMid1  {
    0%   { transform: translateY(80px) translateX(0); opacity: 1; }
    100% { transform: translateY(-320px) translateX(calc(var(--wind, 0px) + var(--drift, 0px))); opacity: 0;}
}


@keyframes lavaMoveMid2  {
    0%   { transform: translateY(80px) translateX(0); opacity: 1; }
    100% { transform: translateY(-330px) translateX(calc(var(--wind, 0px) + var(--drift, 0px))); opacity: 0;}
}


@keyframes lavaMoveBack1  {
    0%   { transform: translateY(80px) translateX(0); opacity: 1; }
    100% { transform: translateY(-370px) translateX(calc(var(--wind, 0px) + var(--drift, 0px))); opacity: 0;}
}


@keyframes lavaMoveBack2  {
    0%   { transform: translateY(80px) translateX(0); opacity: 1; }
    100% { transform: translateY(-370px) translateX(calc(var(--wind, 0px) + var(--drift, 0px))); opacity: 0;}
}


@media (max-width: 600px) {
    .welcome-panel {
        padding: 1.2rem 0.5rem 1rem 0.5rem;
        border-radius: 16px;
    }


    .welcome-panel h1 {
        font-size: 2.1rem;
    }


    .welcome-panel p {
        font-size: 1.15rem;
    }


    .welcome-panel-bg {
        border-radius: 16px;
    }
}


