@font-face {
    font-family: SpaceGroteskBold;
    src: url(/_next/static/media/SpaceGrotesk-Bold.6fba9c4c.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

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

body {
    font-family: SpaceGroteskBold, Arial, sans-serif;
    background-color: #1e2026;
    color: #fff;
    transition: background-color .5s ease, color .5s ease
}

.app,
body {
    margin: 0;
    overflow-x: hidden
}

.app {
    width: 100%;
    max-width: 100vw;
    padding: 0
}

.notification-bar {
    top: 0;
    background-color: #ffb84d;
    text-align: center;
    padding: 10px;
    font-size: .68rem;
    color: #000;
    z-index: 1000;
    transition: transform .3s ease
}

.app-header,
.notification-bar {
    position: fixed;
    width: 100%;
    box-sizing: border-box
}

.app-header {
    top: 55px;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #121212;
    transition: top .3s ease;
    z-index: 900
}

.logo {
    height: 26px;
    width: auto;
    margin: 0;
    padding: 0;
    align-self: flex-start
}

body.scrolled .notification-bar {
    transform: translateY(-100%)
}

body.scrolled .app-header {
    top: 0
}

.desktop-nav {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-left: auto
}

.desktop-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 700
}

.desktop-nav a:hover {
    color: #f0c300;
    transition: color .3s ease
}

@media (max-width:768px) {
    .desktop-nav {
        display: none
    }
}

.hamburger {
    font-size: 1.8rem;
    cursor: pointer;
    color: #fff;
    background: none;
    border: none;
    display: none
}

@media (max-width:768px) {
    .hamburger {
        display: block
    }
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 1000
}

.menu.open {
    flex-direction: column;
    background-color: #121212;
    width: 100vw;
    height: 100vh;
    padding-top: 26px;
    overflow-y: auto
}

.menu-header,
.menu.open {
    display: flex;
    align-items: center
}

.menu-header {
    width: 100%;
    background-color: #000;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative
}

.menu-logo {
    height: 40px;
    margin-left: 0
}

.menu.open .menu-logo {
    align-self: flex-start;
    margin-left: 20px;
    margin-top: 0;
    width: auto;
    height: 28px
}

.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer
}

@media only screen and (min-device-width:320px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:2) {
    .close-menu {
        top: 20px;
        right: 0;
        font-size: 2rem
    }
    .close-menu,
    .hamburger {
        position: absolute;
        color: #fff;
        background: none;
        border: none;
        cursor: pointer
    }
    .hamburger {
        font-size: 1.8rem;
        top: 10px;
        right: 20px;
        padding: 0;
        margin: 0;
        z-index: 1001
    }
}

.menu-item {
    margin-top: 33px;
    color: #fff;
    font-size: 1.5rem;
    padding-bottom: 10px;
    width: 100%;
    max-width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative
}

.menu-item:after {
    content: "⇨";
    position: absolute;
    right: 10px;
    font-size: 1.2rem;
    color: #fff;
    transition: color .3s ease
}

.menu-item:hover:after {
    color: #f0c300
}

.menu-arrow {
    text-decoration: ""none"";
    font-size: 1.2rem;
    color: #fff
}

.menu-logo {
    height: 28px;
    width: auto;
    margin-bottom: 20px
}

.button-group {
    display: flex;
    gap: 10px;
    margin-left: 20px
}

.contact-button,
.support-button {
    padding: 10px 30px;
    font-size: .9rem;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none
}

.support-button {
    background-color: #fff;
    color: #1e2026;
    border: none
}

.contact-button {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff
}

.support-button:hover {
    background-color: #f0c300;
    color: #1e2026
}

.contact-button:hover {
    background-color: #fff;
    color: #1e2026
}

@media (min-width:769px) {
    .button-group {
        display: flex
    }
    .hamburger {
        display: none
    }
}

@media (max-width:768px) {
    .button-group {
        display: none
    }
    .menu .button-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 20px;
        margin-top: 45px
    }
    .contact-button,
    .support-button {
        width: 80%;
        max-width: 400px;
        padding: 12px;
        font-size: 1.19rem;
        text-align: center
    }
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    color: #fff;
    text-align: center
}

.spinner-loader {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top-color: #fc0
}

@keyframes float {
    0%,
    to {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-5px)
    }
}

.spinner-loader {
    border: 4px solid hsla(0, 0%, 100%, .3);
    border-top-color: #f0c300;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 0 auto 15px;
    animation: spin 1s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.loader-info {
    font-size: 1rem;
    color: #fff;
    font-weight: 300;
    margin-top: 10px
}

.main-content {
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
    gap: 0
}

.verification-message {
    font-size: 1.2rem;
    color: #fc0;
    background: #121212;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    max-width: 300px
}

.notification {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fc0;
    color: #000;
    text-align: center;
    padding: 10px 20px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, .2);
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999
}

.notification .close-button {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    margin-left: 10px
}

.notification p {
    margin: 0;
    flex: 1;
    text-align: left
}

.main-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.5
}

.sub-heading {
    font-size: 1.9rem;
    font-weight: 700;
    margin-top: 10px;
    color: #fff;
    text-align: center
}

.highlight {
    color: #f0c300
}

.description {
    font-size: 1.1rem;
    color: #fff;
    margin-top: 20px;
    max-width: 90%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

.primary-button,
.secondary-button {
    text-decoration: none;
    padding: 20px 0;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
    width: 100%;
    max-width: 400px;
    text-align: center;
    box-sizing: border-box
}

.primary-button {
    background-color: #fff;
    color: #1e2026;
    border: none;
    margin-bottom: 10px
}

.secondary-button {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff
}

.main-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%
}

@media (max-width:768px) {
    .main-content {
        padding: 40px 20px;
        width: 100%
    }
}

.main-content h2 {
    max-width: 90%;
    font-size: 3rem
}

.main-content .sub-heading {
    max-width: 100;
    font-size: 2
}

.main-content .description {
    max-width: 80%;
    text-align: center;
    word-wrap: break-word
}

@media (max-width:768px) {
    .main-content h2 {
        font-size: 3rem;
        line-height: 1.2
    }
    .sub-heading {
        font-size: 1.4rem
    }
    .description {
        font-size: 1rem
    }
    .primary-button,
    .secondary-button {
        padding: 20px 0;
        font-size: .9rem
    }
}

.white-section {
    background-color: #fff;
    color: #1e2026;
    padding: 60px 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    border-radius: 8px
}

.white-section h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #1e2026;
    margin-bottom: 20px
}

.white-section .highlight {
    color: #f0c300
}

.white-section .ecosystem-description {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto 30px
}

@media (max-width:768px) {
    .white-section {
        padding: 40px 15px
    }
    .white-section h3 {
        font-size: 1.6rem
    }
    .white-section .ecosystem-description {
        font-size: 1rem
    }
}

.card {
    justify-content: space-between;
    height: 100%
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2)
}

.card h4 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #121212;
    text-transform: uppercase
}

.card p {
    font-size: 1rem;
    margin-bottom: 25px;
    color: #555;
    font-weight: 300
}

.card-button {
    text-decoration: none;
    padding: 12px 30px;
    font-size: 1rem;
    background: linear-gradient(90deg, #1e2026, #1e2026);
    color: #000
}

.card img {
    max-width: 80%;
    height: auto;
    margin-bottom: 20px;
    transition: transform .3s ease
}

.card img:hover {
    transform: scale(1.05)
}

.card-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    padding: 40px;
    flex-wrap: wrap
}

.card {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out
}

.card-button {
    width: 100%;
    max-width: 300px;
    padding: 12px 0;
    margin-bottom: 10px;
    border-radius: 8px;
    background: linear-gradient(90deg, #f0c300, #ff8000);
    color: #fff;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: transform .2s ease
}

.card-button:hover {
    transform: scale(1.05);
    background: linear-gradient(90deg, #ff8000, #f0c300)
}

@media (max-width:768px) {
    .card {
        padding: 20px;
        min-height: 0;
        width: 90%;
        max-width: 100%
    }
    .card-button {
        width: 100%;
        max-width: none
    }
}

.community-section {
    background-color: #fff;
    color: #1e2026;
    padding: 60px 20px;
    text-align: center;
    text-decoration: none
}

.social-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
    background-color: #fff;
    padding: 20px 0
}

.social-link {
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    color: #1e2026;
    transition: color .3s ease, transform .3s ease;
    display: flex;
    flex-direction: column;
    align-items: center
}

.social-link:hover {
    color: #ffb800;
    transform: translateY(-3px)
}

.social-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 5px
}

.footer {
    background-color: #1e2026;
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    justify-content: flex-start
}

.footer-column {
    flex: 1 1 200px;
    min-width: 150px;
    margin-bottom: 20px;
    text-align: left
}

.footer-column h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #f0c300;
    margin-bottom: 10px
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-column li {
    font-size: .9rem;
    color: #aaa;
    margin-bottom: 8px;
    cursor: pointer;
    transition: color .3s
}

.footer-column li:hover {
    color: #fff
}

.footer-bottom {
    width: 100%;
    text-align: left;
    padding-top: 20px;
    border-top: 1px solid #333;
    font-size: .85rem;
    color: #666;
    margin-top: 20px
}

@media (max-width:768px) {
    .footer-container {
        flex-direction: column;
        align-items: flex-start
    }
    .footer-column {
        text-align: left
    }
}