@font-face {
    font-family: "BBH Sans Bartle";
    src: url("assets/fonts/BBH Sans Bartle.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Orbitron";
    src: url(assets/fonts/Orbitron.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Beleren";
    src: url(assets/fonts/Beleren2016-Bold.woff) format("woff")
}

:root {
    --background-color: hsla(230, 55%, 4%, 1);
    --background-color-section2: #fff;
    --line-color: hsla(230, 25%, 15%, 0.75);
    --dot-color: hsla(230, 25%, 90%, 1);
    --text-color-top: hsla(240, 60%, 90%, 1);
    --text-color-bottom: hsla(240, 60%, 95%, 1);
    --text-color-circle: hsla(240, 60%, 95%, 1);
    --text-shadow-color: #ffffff66;
    --svg-color: #000;
    font-family: "Instrument Sans", sans-serif;
    --pharaoh-color-main: #d03a2c;
    --pharaoh-color-light: #ff9999;
    --ramses-color-main: #9efcfd;
    --ramses-color-light: #d4fbfc;
    --spookyswap-color-main: #d59efd;
    --spookyswap-color-light: #e9d4fc;
    --nile-color-main: #c8ff00;
    --nile-color-light: #e6ff66;
    --abacus-color-main: #9efcfd;
    --abacus-color-light: #d4fbfc;
    --mclb-color-main: #aaccff;
    --mclb-color-light: #bfc9ff;
    --x: 50%;
    --y: 50%;
    --sprite-image-1: url("assets/sprit-01.avif");
    --sprite-image-2: url("assets/sprit-02.avif");
    --sprite-image-3: url("assets/sprit-03.avif");
    --spring-easing: linear(0, 0.024, 0.068 1%, 0.22 2.2%, 0.968 6.1%, 1.221 7.7%, 1.314, 1.383, 1.426 10%, 1.438, 1.445, 1.447, 1.445 11.4%, 1.432, 1.405, 1.365 13.4%, 1.272 14.6%, 1.004 17.7%, 0.892 19.3%, 0.855, 0.828, 0.811, 0.802, 0.802, 0.808, 0.819, 0.837 24.8%, 0.879 26.1%, 0.998 29.1%, 1.048 30.8%, 1.076 32.2%, 1.084, 1.088 33.6%, 1.086, 1.077, 1.059 37.2%, 1.006 40.3%, 0.984 41.7%, 0.968 43.4%, 0.963, 0.961 45%, 0.962, 0.966 47.3%, 1.007 53.2%, 1.014, 1.017 56.4%, 1.015 58.8%, 0.997 64.6%, 0.992 67.8%, 0.993 70.2%, 1.001 75.9%, 1.003 78.9%, 0.999 90.2%, 1);

}

body {
    font-family: "Instrument Sans", sans-serif;
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: var(--background-color);
    max-width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0
}

.bbh-sans-bartle-regular {
    font-family: "BBH Sans Bartle", sans-serif;
    font-weight: 400;
    font-style: normal
}

.orbitron {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal
}

.name {
    margin-top: 0;
    font-size: 48px;
    font-family: "BBH Sans Bartle", sans-serif;
    text-align: start;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;

    @media screen and (max-width:800px) {
        font-size: 36px
    }

    @media screen and (max-width:480px) {
        font-size: 22px
    }
}

.name .letter {
    display: inline-block;
    background: linear-gradient(180deg, var(--text-color-top), var(--text-color-bottom));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    will-change: transform, opacity
}

.profession {
    margin-bottom: 0;
    font-size: 40px;
    font-family: "Orbitron";
    text-align: end;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: flex-end;

    @media screen and (max-width:480px) {
        font-size: 22px
    }
}

.profession .letter {
    display: inline-block;
    background: linear-gradient(180deg, var(--text-color-top), var(--text-color-bottom));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    will-change: transform, opacity
}

.avatar-container {
    position: relative;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center
}

.outer-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: .3
}

.inner-circle {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #fff;
    overflow: hidden;
    background: var(--background-color);
    z-index: 2
}

.avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.text-path-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    animation: rotate 10s linear infinite
}

.section01-container {
    min-height: 100dvh;
    width: 100%;
    overflow: hidden;
    position: relative
}

#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.4;
}

.random-letter {
    position: absolute;
    font-size: 36px;
    font-weight: 700;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(180deg, var(--text-color-top), var(--text-color-bottom));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    will-change: transform, opacity;
    opacity: 0;

    @media screen and (max-width:480px) {
        font-size: 28px
    }
}

.section02-container {
    min-height: 100dvh;
    background-color: #fff
}

.circular-text {
    fill: var(--text-color-circle);
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.header {
    margin-top: 20vh;
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 1;

    @media screen and (max-height:700px) {
        margin-top: 10vh
    }
}

.connect-actions {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
    color: var(--text-color-bottom);
    position: relative;
    z-index: 1;
}

.connect-actions>p {
    color: #fff
}

.description {
    font-size: 1.2em;
    margin: 10px 0
}

.links a {
    margin: 0 10px;
    text-decoration: none;
    color: var(--text-color-bottom);
    font-weight: 500
}

.links a:hover {
    text-decoration: underline
}

.call-to-action {
    display: grid;
    max-width: fit-content;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 20px 0
}

.button-wrapper {
    position: relative;
    display: inline-block
}

.call-to-action button {
    min-width: 160px;
    padding: 12px 32px;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: .5px;
    border: 1.5px solid #fff;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;

    @media screen and (max-width:480px) {
        min-width: 140px;
        padding: 10px 24px;
        font-size: .9em
    }
}

.call-to-action button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: left 0.3s cubic-bezier(.4, 0, .2, 1);
    z-index: 1
}

.call-to-action button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(255 255 255 / .15)
}

.call-to-action button:hover::before {
    left: 0
}

.call-to-action button:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgb(255 255 255 / .1)
}

.call-to-action button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(255 255 255 / .1)
}

.button-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 1;
    transition: all 0.4s cubic-bezier(.68, -.55, .265, 1.55);
    pointer-events: none;
    color: var(--svg-color);
    fill: currentColor
}

.button-wrapper:hover .button-icon {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.button-wrapper #linkedin-icon {
    position: absolute;
    width: 40px;
    height: 40px
}

.web3-card {
    width: calc(100% - 15px);
    max-width: 450px;
    height: 700px;
    border-radius: 20px;
    z-index: 1;
    background-color: #000 !important;
    box-shadow: 0 0 0 14px #000, var(--shadow-x, 0) var(--shadow-y, 0) var(--shadow-blur, 20px) calc(var(--shadow-spread, 5px) + 14px) rgb(0 0 0 / .3);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    view-timeline-name: --reveal;
    animation-name: show;
    animation-fill-mode: both;
    animation-timeline: --reveal;
    animation-range: entry 10% cover 10%
}

.web3-card-title-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgb(139 90 43 / .2);

    h3 {
        margin: 0;
        font-size: 1.5em;
        color: var(--text-color-bottom);
        text-shadow: 0 1px 2px rgb(0 0 0 / .3);
        font-weight: 700
    }

    h4 {
        margin: 0;
        font-size: 1em;
        color: var(--text-color-bottom);
        font-weight: 400;
        text-shadow: 0 1px 1px rgb(0 0 0 / .2)
    }
}

.position {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.duration {
    font-size: 0.85em !important;
    color: rgb(42 36 25 / .7) !important;
    font-style: italic;
    font-weight: 500 !important
}

.web3-card-title {
    font-family: "Beleren", serif;
    letter-spacing: .5px
}

.pastWorks-title {
    display: flex;
    align-items: end;
    gap: 10px;
    color: var(--text-color-top);
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 0;
    text-transform: uppercase
}

.slideshow {
    width: 100vw;
    height: 300px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color-bottom);
    overflow: hidden
}

.title-section {
    position: absolute;
    width: 100%;
    bottom: 0
}

.github {
    padding: 8px 32px;
    width: 100%
}

.github-anchor {
    text-decoration: none;
    color: var(--text-color-bottom);
    font-weight: 500;
    position: relative;
    display: inline-block;
    width: 100%
}

.github-anchor:hover {
    color: #7ed0ec
}

button.github #github-icon {
    position: absolute;
    width: 180px;
    height: 180px;
    left: 50%;
    top: -80px;
    transform: translateX(-50%) translateY(0) rotate(180deg);
    opacity: 0;
    transition: all 0.5s cubic-bezier(.68, -.55, .265, 1.55);
    pointer-events: none;
    z-index: 10
}

button.github:hover #github-icon {
    transform: translateX(-50%) translateY(47px) rotate(180deg);
    opacity: 1
}

button.github:hover {
    overflow: visible
}

button.github::before {
    left: 0;
    visibility: hidden;
    background-color: #7ed0ec
}

button.github:hover::before {
    visibility: inherit;
    left: 0;
    background-color: #7ed0ec
}

.github-wrapper {
    grid-column-start: 1;
    grid-column-end: 3;
    max-width: 500px;
    width: 100%
}

@keyframes bg-scrolling-reverse {
    100% {
        background-position: 50px 50px
    }
}

.sticky-panties {
    width: 100%;
    min-height: 100vh;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABnSURBVHja7M5RDYAwDEXRDgmvEocnlrQS2SwUFST9uEfBGWs9c97nbGtDcquqiKhOImLs/UpuzVzWEi1atGjRokWLFi1atGjRokWLFi1atGjRokWLFi1af7Ukz8xWp8z8AAAA//8DAJ4LoEAAlL1nAAAAAElFTkSuQmCC) repeat 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 200px;
    animation: bg-scrolling-reverse 0.92s infinite linear
}

.project-logo-container {
    width: calc(100% - 10px);
    max-height: 330px;
    object-fit: fill;
    box-shadow: -4px 0 2px rgb(3 3 3 / .79), inset 5px 5px 1px #030303, inset -5px -5px 1px #030303;
    border: 3.69px solid var(--pharaoh-color-main);
    overflow: hidden;
    padding: 1.99px;
    margin-top: -3px
}

.project-logo-container img {
    width: 100%;
    height: 100%;
    object-fit: fill
}

#card-type {
    margin-top: -6px
}

.web3-card-header {
    width: calc(100% + 15px);
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    padding: 0 15px;
    box-sizing: border-box;
    color: #000000d4;
    font-family: "Beleren";
    box-shadow: -3px 0 3px rgb(3 3 3 / .69), inset 0 0 1.5px 1.5px black, inset 0 1px 0 0 black, inset 2.5px 0 0 0 grey, inset 4px 0 0 0 rgb(0 0 0 / .42), inset 0 -4px 0 0 rgb(0 0 0 / .42);
    border-radius: 10.69px;
    z-index: 4;
    position: relative;
    overflow: hidden;
    background-color: #e0cdadde
}

.web3-card-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: repeating-linear-gradient(0deg, transparent, transparent 1.69px, rgb(0 0 0 / .08) 1px, rgb(236 0 0 / .04) 2px), repeating-linear-gradient(90deg, transparent, transparent 2px, rgb(255 0 0 / .04) 8px, rgb(0 0 0 / .08) 2px);
    z-index: 1
}

.web3-card-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='4' seed='2'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='discrete' tableValues='0 0 0 1 1 1'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.5'/%3E%3C/svg%3E");
    opacity: .35;
    mix-blend-mode: darken;
    z-index: 1;
    background-size: 150px 150px
}

.web3-card-header-title {
    width: 100%;
    height: 29.12px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
    z-index: 2;
    opacity: .89
}

.semicircle-left,
.semicircle-right {
    width: 20px;
    height: 40px;
    position: relative;
    z-index: 2
}

.semicircle-left::before,
.semicircle-right::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgb(0 0 0 / .3);
    top: 50%;
    transform: translateY(-50%)
}

.semicircle-left::before {
    right: 0;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%)
}

.semicircle-right::before {
    left: 0;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%)
}

.stats-tvl {
    display: flex;
    align-items: center;
    font-size: .9em;
    gap: 5px;
    position: relative;
    z-index: 2
}

.web3-card-header>* {
    position: relative;
    z-index: 2
}

.led {
    width: 10px;
    height: 10px;
    background-color: var(--dot-color);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--dot-color)
}

.web3-card-body {
    width: 100%;
    height: 250px;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(135deg, #f5f0e8 0%, #e8dcc8 100%);
    border: 4.69px solid red;
    box-shadow: -3px 0 3px rgb(3 3 3 / .69), inset 0 0 40px rgb(0 0 0 / .08), inset 0 2px 1px rgb(255 255 255 / .5);
    margin-top: -2px;
    z-index: 3;
    position: relative
}

.web3-card-body::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1.5px solid rgb(139 90 43 / .3);
    border-radius: 8px;
    pointer-events: none;
    background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgb(139 90 43 / .03) 2px, rgb(139 90 43 / .03) 4px)
}

.web3-card-body::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='paper'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' seed='1'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23paper)' opacity='0.15'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    opacity: .3;
    mix-blend-mode: multiply
}

.card-inner {
    position: relative;
    height: calc(100% - 50px);
    margin: 16px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3
}

.card-footer {
    position: absolute;
    background-color: #000;
    height: 200px;
    width: 101%;
    margin-bottom: 16px;
    bottom: -10px;
    z-index: 1;
    clip-path: url(#footer-clip);
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.verify-stats {
    font-family: "Orbitron", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    background: linear-gradient(90deg, #8a8a8a 0%, #d4d4d4 20%, #f0f0f0 40%, #ffffff 50%, #f0f0f0 60%, #d4d4d4 80%, #8a8a8a 100%);
    background-size: 100% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    filter: drop-shadow(0 0 2px rgb(255 255 255 / .5));
    transition: all 0.3s ease;
    position: relative;
    z-index: 2
}

#pharaoh {
    position: sticky;
    top: 40px;
    z-index: 10;
    margin-left: auto;
    filter: drop-shadow(0 5px 6px var(--pharaoh-color-main));
    margin-right: auto;
    background-size: cover;
    background-position: center;

    @media screen and (max-height:700px) {
        top: 20px
    }

    &:hover {
        filter: drop-shadow(0 10px 10px var(--pharaoh-color-main));

        .led {
            background-color: var(--pharaoh-color-main);
            box-shadow: 0 0 12px var(--pharaoh-color-main)
        }

        .web3-card-link {
            color: var(--pharaoh-color-main);
            font-weight: bolder
        }
    }

    .web3-card-title {
        color: var(--pharaoh-color-main);
        filter: brightness(.85)
    }

    .web3-card-link {
        color: var(--pharaoh-color-main)
    }

    .web3-card-header,
    .project-logo-container,
    .web3-card-body {
        border: 4.69px solid var(--pharaoh-color-main)
    }
}

.web3-card-description {
    margin-top: 0;
    margin-bottom: 0;
    font-size: .95em;
    line-height: 1.5;
    color: #2a2419;
    font-style: italic;
    position: relative;
    z-index: 1;
    text-shadow: 0 1px 1px rgb(255 255 255 / .5);
    font-weight: 500
}

.web3-card-link {
    font-family: "Beleren", serif;
    font-size: .95em;
    font-weight: 700;
    text-decoration: none;
    color: inherit;
    padding: 6px 12px;
    border: 2px solid currentColor;
    border-radius: 4px;
    background: rgb(255 255 255 / .4);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: .5px;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 4px rgb(0 0 0 / .15)
}

.web3-card-link:hover {
    background: rgb(255 255 255 / .7);
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgb(0 0 0 / .2)
}

#ramses {
    position: sticky;
    top: 50px;
    background-size: cover;
    background-position: center;
    z-index: 20;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--background-color);
    filter: drop-shadow(0 5px 6px var(--ramses-color-main));

    @media screen and (max-height:700px) {
        top: 20px
    }

    &:hover {
        filter: drop-shadow(0 10px 10px var(--ramses-color-main));

        .led {
            background-color: var(--ramses-color-main);
            box-shadow: 0 0 12px var(--ramses-color-main)
        }

        .web3-card-link {
            color: var(--ramses-color-main);
            font-weight: bolder
        }
    }

    .web3-card-title {
        color: var(--ramses-color-main);
        filter: brightness(.7)
    }

    .web3-card-link {
        color: var(--ramses-color-main);
        filter: brightness(.7)
    }

    .web3-card-header,
    .project-logo-container,
    .web3-card-body {
        border: 4.69px solid var(--ramses-color-main)
    }
}

#spookyswap {
    position: sticky;
    top: 55px;
    background-size: cover;
    background-position: center;
    z-index: 30;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--background-color);
    filter: drop-shadow(0 5px 6px var(--spookyswap-color-main));

    @media screen and (max-height:700px) {
        top: 20px
    }

    &:hover {
        filter: drop-shadow(0 10px 10px var(--spookyswap-color-main));

        .led {
            background-color: var(--spookyswap-color-main);
            box-shadow: 0 0 12px var(--spookyswap-color-main)
        }

        .web3-card-link {
            color: var(--spookyswap-color-main);
            font-weight: bolder
        }
    }

    .web3-card-title {
        color: var(--spookyswap-color-main);
        filter: brightness(.7)
    }

    .web3-card-link {
        color: var(--spookyswap-color-main);
        filter: brightness(.7)
    }

    .web3-card-header,
    .project-logo-container,
    .web3-card-body {
        border: 4.69px solid var(--spookyswap-color-main)
    }
}

#nile {
    position: sticky;
    top: 60px;
    background-color: var(--background-color);
    z-index: 40;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(0 5px 6px var(--nile-color-main));

    @media screen and (max-height:700px) {
        top: 20px
    }

    &:hover {
        filter: drop-shadow(0 10px 10px var(--nile-color-main));

        .led {
            background-color: var(--nile-color-main);
            box-shadow: 0 0 12px var(--nile-color-main)
        }

        .web3-card-link {
            color: var(--nile-color-main);
            font-weight: bolder
        }
    }

    .web3-card-title {
        color: var(--nile-color-main);
        filter: brightness(.6)
    }

    .web3-card-link {
        color: var(--nile-color-main);
        filter: brightness(.6)
    }

    .web3-card-header,
    .project-logo-container,
    .web3-card-body {
        border: 4.69px solid var(--nile-color-main)
    }
}

#abacus {
    position: sticky;
    top: 65px;
    background-size: cover;
    background-position: center;
    z-index: 50;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--background-color);
    filter: drop-shadow(0 5px 6px var(--abacus-color-main));

    @media screen and (max-height:700px) {
        top: 20px
    }

    &:hover {
        filter: drop-shadow(0 10px 10px var(--abacus-color-main));

        .led {
            background-color: var(--abacus-color-main);
            box-shadow: 0 0 12px var(--abacus-color-main)
        }

        .web3-card-link {
            color: var(--abacus-color-main);
            font-weight: bolder
        }
    }

    .web3-card-title {
        color: var(--abacus-color-main);
        filter: brightness(.7)
    }

    .web3-card-link {
        color: var(--abacus-color-main);
        filter: brightness(.7)
    }

    .web3-card-header,
    .project-logo-container,
    .web3-card-body {
        border: 4.69px solid var(--abacus-color-main)
    }
}

#mclb {
    position: sticky;
    top: 90px;
    background-size: cover;
    background-position: center;
    z-index: 60;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--background-color);
    filter: drop-shadow(0 5px 6px var(--mclb-color-main));

    @media screen and (max-height:700px) {
        top: 20px
    }

    &:hover {
        filter: drop-shadow(0 10px 10px var(--mclb-color-main));

        .led {
            background-color: var(--mclb-color-main);
            box-shadow: 0 0 12px var(--mclb-color-main)
        }

        .web3-card-link {
            color: var(--mclb-color-main);
            font-weight: bolder
        }
    }

    .web3-card-title {
        color: var(--mclb-color-main);
        filter: brightness(.8)
    }

    .web3-card-link {
        color: var(--mclb-color-main);
        filter: brightness(.8)
    }

    .web3-card-header,
    .project-logo-container,
    .web3-card-body {
        border: 4.69px solid var(--mclb-color-main)
    }
}

@keyframes freeze-wobble {
    0% {
        transform: rotate(0deg) scale(1)
    }

    30% {
        transform: rotate(var(--freeze-rotation, 0deg)) scale(1.05)
    }

    60% {
        transform: rotate(var(--freeze-rotation, 0deg)) scale(.98)
    }

    100% {
        transform: rotate(var(--freeze-rotation, 0deg)) scale(1)
    }
}

.stake {
    animation: freeze-wobble 0.5s cubic-bezier(.68, -.55, .265, 1.55) forwards;
    will-change: transform;
    transform: rotate(var(--freeze-rotation, 0deg)) scale(1)
}

@keyframes unstack-wobble {
    0% {
        transform: rotate(var(--freeze-rotation, 0deg)) scale(1)
    }

    50% {
        transform: rotate(0deg) scale(1.02)
    }

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

.unstack-animation {
    animation: unstack-wobble 0.4s cubic-bezier(.68, -.55, .265, 1.55) forwards;
    will-change: transform
}

.spacer {
    height: 200px
}

.calendar {
    height: 100dvh;
    width: 100%;
    z-index: 70
}

.card-background {
    position: absolute;
    top: -105px;
    z-index: -1;
    filter: contrast(120%)
}

.card-header-icon {
    top: -2px;
    border-radius: 50%;
    filter: grayscale(40%);
    height: 70%;
    width: auto;
    box-shadow: -1px 2px 0 #00000092
}

.menta-stats {
    background-color: var(--background-color);
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.menta-stats::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 30%, rgba(102, 126, 234, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(118, 75, 162, 0.15) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.stats-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.stat-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.1);
}

.stat-card.stat-02 {
    direction: rtl;
    /* Flip visual order for the second card */
}

.stat-card.stat-02>* {
    direction: ltr;
    /* Reset text direction */
}

.stat-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.stat-highlight {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(40px, 8vw, 80px);
    font-weight: 700;
    line-height: 1.1;
    background: linear-gradient(135deg, #fff 0%, #a5a5a5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.2));
}

.stat-01 .stat-highlight {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.stat-02 .stat-highlight {
    background: linear-gradient(135deg, #42a5f5 0%, #4caf50 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.stat-03 .stat-highlight {
    background: linear-gradient(135deg, #f5d020 0%, #f53844 100%);
    -webkit-background-clip: text;
    background-clip: text;
}


.stat-title {
    font-family: "Instrument Sans", sans-serif;
    font-size: clamp(20px, 4vw, 32px);
    color: var(--text-color-bottom);
    font-weight: 400;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.stat-img {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1/1;
    margin: 0 auto;
    filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.4));
    transition: all 3s ease;

}

.stat-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: 500% 400%;
    background-repeat: no-repeat;
    animation-timeline: scroll(root);
    animation-name: play-sprite;
    animation-fill-mode: both;
    animation-timing-function: step-end;

}

.stat-card:hover .stat-img::before {
    filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.5));
    transition: 1.5s var(--spring-easing);
    transition-delay: 0.06s;
    clip-path: shape(from 86.65% 19.20%, curve to 90.51% 24.72% with 89.24% 21.49%, curve to 93.13% 31.04% with 91.77% 27.96%, curve to 95.67% 37.32% with 94.48% 34.13%, curve to 98.14% 43.84% with 96.86% 40.50%, curve to 99.20% 50.69% with 99.41% 47.17%, curve to 98.08% 57.59% with 98.99% 54.21%, curve to 95.78% 64.13% with 97.17% 60.97%, curve to 93.61% 70.73% with 94.40% 67.29%, curve to 90.96% 77.17% with 92.82% 74.18%, curve to 86.77% 82.79% with 89.11% 80.16%, curve to 81.11% 86.84% with 84.43% 85.42%, curve to 75.19% 90.54% with 77.79% 88.25%, curve to 69.53% 94.47% with 72.60% 92.82%, curve to 63.13% 97.25% with 66.46% 96.12%, curve to 56.29% 98.41% with 59.80% 98.38%, curve to 49.36% 97.82% with 52.77% 98.43%, curve to 42.45% 97.35% with 45.95% 97.20%, curve to 35.46% 96.91% with 38.95% 97.50%, curve to 29.28% 93.89% with 31.97% 96.32%, curve to 23.48% 89.94% with 26.58% 91.46%, curve to 18.34% 85.59% with 20.38% 88.41%, curve to 14.04% 80.26% with 16.29% 82.76%, curve to 9.02% 75.42% with 11.79% 77.76%, curve to 5.31% 69.68% with 6.26% 73.08%, curve to 2.77% 63.09% with 4.36% 66.28%, curve to 1.83% 56.30% with 1.18% 59.89%, curve to 2.51% 49.32% with 2.48% 52.72%, curve to 3.18% 42.59% with 2.53% 45.92%, curve to 4.53% 35.92% with 3.84% 39.26%, curve to 5.96% 29.06% with 5.23% 32.57%, curve to 8.65% 22.58% with 6.69% 25.54%, curve to 13.14% 17.15% with 10.60% 19.62%, curve to 18.84% 13.07% with 15.68% 14.69%, curve to 24.77% 9.46% with 21.99% 11.45%, curve to 30.64% 5.93% with 27.56% 7.46%, curve to 37.00% 3.21% with 33.73% 4.40%, curve to 43.71% 1.06% with 40.28% 2.01%, curve to 50.65% 0.82% with 47.15% 0.10%, curve to 57.69% 1.63% with 54.16% 1.53%, curve to 64.38% 3.35% with 61.23% 1.73%, curve to 70.59% 6.54% with 67.53% 4.97%, curve to 76.84% 9.58% with 73.65% 8.11%, curve to 82.04% 13.98% with 80.03% 11.05%, curve to 86.65% 19.20% with 84.06% 16.90%);
}



.stat-01-img {
    filter: drop-shadow(0 15px 15px rgba(75, 100, 150, 0.574));
}

.stat-01-img::before {
    background-image: var(--sprite-image-2);
    animation-range: entry 0% cover 20%;
    clip-path: shape(from 20% 0%, curve to 100% 0% with 20% 0%, curve to 100% 80% with 100% 0%, curve to 80% 100% with 100% 80%, curve to 0% 100% with 80% 100%, curve to 0% 20% with 0% 100%, curve to 20% 0% with 0% 20%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%);

}

.stat-card:hover .stat-02-img::before {
    clip-path: shape(from 20% 0%, curve to 100% 0% with 20% 0%, curve to 100% 80% with 100% 0%, curve to 80% 100% with 100% 80%, curve to 0% 100% with 80% 100%, curve to 0% 20% with 0% 100%, curve to 20% 0% with 0% 20%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%);

}

.stat-02-img::before {
    background-image: var(--sprite-image-1);
    animation-range: entry 0% cover 18%;
    clip-path: shape(from 83.48% 19.19%, curve to 90.66% 27.28% with 90.04% 20.91%, curve to 93.91% 38.89% with 91.29% 33.65%, curve to 90.24% 49.21% with 96.52% 44.12%, curve to 86.25% 59.78% with 83.96% 54.29%, curve to 87.36% 70.77% with 88.55% 65.26%, curve to 80.91% 78.64% with 86.17% 76.28%, curve to 70.73% 82.29% with 75.65% 81.01%, curve to 61.27% 84.44% with 65.80% 83.58%, curve to 52.27% 85.14% with 56.73% 85.30%, curve to 43.52% 84.06% with 47.80% 84.98%, curve to 31.22% 87.67% with 39.23% 83.13%, curve to 23.20% 83.70% with 23.21% 92.21%, curve to 15.46% 74.21% with 23.18% 75.19%, curve to 8.86% 66.75% with 7.74% 73.23%, curve to 12.78% 55.14% with 9.97% 60.28%, curve to 11.58% 44.55% with 15.59% 50.00%, curve to 12.88% 35.81% with 7.56% 39.10%, curve to 21.34% 29.27% with 18.20% 32.52%, curve to 27.74% 23.05% with 24.47% 26.03%, curve to 34.68% 17.11% with 31.00% 20.06%, curve to 42.97% 12.96% with 38.35% 14.15%, curve to 53.14% 8.14% with 47.59% 11.77%, curve to 63.15% 8.53% with 58.68% 4.50%, curve to 72.27% 15.01% with 67.62% 12.56%, curve to 83.48% 19.19% with 76.91% 17.47%, curve to 83.48% 19.19% with 83.48% 19.19%, curve to 83.48% 19.19% with 83.48% 19.19%, curve to 83.48% 19.19% with 83.48% 19.19%, curve to 83.48% 19.19% with 83.48% 19.19%, curve to 83.48% 19.19% with 83.48% 19.19%, curve to 83.48% 19.19% with 83.48% 19.19%, curve to 83.48% 19.19% with 83.48% 19.19%, curve to 83.48% 19.19% with 83.48% 19.19%, curve to 83.48% 19.19% with 83.48% 19.19%, curve to 83.48% 19.19% with 83.48% 19.19%, curve to 83.48% 19.19% with 83.48% 19.19%, curve to 83.48% 19.19% with 83.48% 19.19%, curve to 83.48% 19.19% with 83.48% 19.19%, curve to 83.48% 19.19% with 83.48% 19.19%, curve to 83.48% 19.19% with 83.48% 19.19%, curve to 83.48% 19.19% with 83.48% 19.19%, curve to 83.48% 19.19% with 83.48% 19.19%, curve to 83.48% 19.19% with 83.48% 19.19%, curve to 83.48% 19.19% with 83.48% 19.19%);
}






.stat-03-img::before {
    background-image: var(--sprite-image-3);
    animation-range: entry 0% cover 50%;
    clip-path: shape(from 20% 0%, curve to 100% 0% with 20% 0%, curve to 100% 80% with 100% 0%, curve to 80% 100% with 100% 80%, curve to 0% 100% with 80% 100%, curve to 0% 20% with 0% 100%, curve to 20% 0% with 0% 20%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%, curve to 20% 0% with 20% 0%);
}

@media screen and (max-width: 900px) {
    .stat-card {
        grid-template-columns: 1fr;
        padding: 30px;
        gap: 30px;
        text-align: center;
    }

    .stat-card.stat-02 {
        direction: ltr;
        /* Reset direction on mobile */
    }

    .stat-card.stat-02 .stat-text {
        order: 1;
        /* Put text first on mobile too if desired, or let it flow natural */
    }

    /* If we want text always on top in mobile */
    .stat-img {
        order: 2;
    }

    .stat-text {
        order: 1;
    }
}

@keyframes play-sprite {
    0% {
        background-position: 0% 0%
    }

    5% {
        background-position: 25% 0%
    }

    10% {
        background-position: 50% 0%
    }

    15% {
        background-position: 75% 0%
    }

    20% {
        background-position: 100% 0%
    }

    25% {
        background-position: 0% 33.333%
    }

    30% {
        background-position: 25% 33.333%
    }

    35% {
        background-position: 50% 33.333%
    }

    40% {
        background-position: 75% 33.333%
    }

    45% {
        background-position: 100% 33.333%
    }

    50% {
        background-position: 0% 66.666%
    }

    55% {
        background-position: 25% 66.666%
    }

    60% {
        background-position: 50% 66.666%
    }

    65% {
        background-position: 75% 66.666%
    }

    70% {
        background-position: 100% 66.666%
    }

    75% {
        background-position: 0% 100%
    }

    80% {
        background-position: 25% 100%
    }

    85% {
        background-position: 50% 100%
    }

    90% {
        background-position: 75% 100%
    }

    95% {
        background-position: 100% 100%
    }

    100% {
        background-position: 100% 100%
    }
}

.delayed-link {
    text-decoration: none
}