/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,17): run-time error CSS1039: Token not allowed after unary operator: '-text'
(86,22): run-time error CSS1039: Token not allowed after unary operator: '-grad-main'
(103,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(116,21): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(127,30): run-time error CSS1039: Token not allowed after unary operator: '-grad-main'
(132,25): run-time error CSS1039: Token not allowed after unary operator: '-text'
(155,22): run-time error CSS1039: Token not allowed after unary operator: '-grad-main'
(162,17): run-time error CSS1039: Token not allowed after unary operator: '-accent-soft'
(196,17): run-time error CSS1039: Token not allowed after unary operator: '-accent-soft'
(201,21): run-time error CSS1039: Token not allowed after unary operator: '-accent'
(211,26): run-time error CSS1039: Token not allowed after unary operator: '-grad-main'
(217,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(235,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(241,17): run-time error CSS1039: Token not allowed after unary operator: '-accent-soft'
(250,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-lg'
(252,22): run-time error CSS1039: Token not allowed after unary operator: '-shadow-soft'
(287,21): run-time error CSS1039: Token not allowed after unary operator: '-accent-soft'
(327,21): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(338,22): run-time error CSS1039: Token not allowed after unary operator: '-grad-card'
(339,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-lg'
(341,22): run-time error CSS1039: Token not allowed after unary operator: '-shadow-soft'
(382,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(391,17): run-time error CSS1039: Token not allowed after unary operator: '-accent-soft'
(405,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(422,25): run-time error CSS1039: Token not allowed after unary operator: '-text'
(454,21): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(459,21): run-time error CSS1039: Token not allowed after unary operator: '-accent-soft'
(464,21): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(486,26): run-time error CSS1039: Token not allowed after unary operator: '-grad-main'
(507,17): run-time error CSS1039: Token not allowed after unary operator: '-accent-soft'
(526,17): run-time error CSS1039: Token not allowed after unary operator: '-accent-soft'
(546,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(550,21): run-time error CSS1039: Token not allowed after unary operator: '-accent-soft'
(555,21): run-time error CSS1039: Token not allowed after unary operator: '-accent-soft'
(566,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-lg'
(569,22): run-time error CSS1039: Token not allowed after unary operator: '-shadow-soft'
(597,21): run-time error CSS1039: Token not allowed after unary operator: '-accent-soft'
(606,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(621,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-lg'
(628,21): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(645,17): run-time error CSS1039: Token not allowed after unary operator: '-text'
(653,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(661,17): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(679,21): run-time error CSS1039: Token not allowed after unary operator: '-muted'
(683,25): run-time error CSS1039: Token not allowed after unary operator: '-accent-soft'
(729,25): run-time error CSS1039: Token not allowed after unary operator: '-radius-lg'
(731,22): run-time error CSS1039: Token not allowed after unary operator: '-shadow-soft'
 */
:root {
    --bg: #050713;
    --bg-alt: #0c1024;
    --accent: #f1b02a;
    --accent-soft: #ffdd8b;
    --text: #f5f7ff;
    --muted: #8d99c6;
    --danger: #ff4f6a;
    --success: #31d79a;
    --radius-lg: 24px;
    --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.55);
    --grad-main: linear-gradient(135deg, #f7c857 0%, #f2a62a 45%, #fbe28a 100%);
    --grad-card: radial-gradient(circle at 0% 0%, #322b1d 0, #0b0f1e 55%, #050713 100%);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: radial-gradient(circle at top, #181d35 0, #050713 55%);
    color: var(--text);
    line-height: 1.6;
    scroll-behavior: smooth;
}

/*#about {
    background-image: url("/Pictures/banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/

.nav-logo img {
    width: 50px; /* можна збільшити */
    height: 50px; /* зберігає пропорції */
    /*border-radius: 50%;*/  /* щоб PNG теж був круглим */
    object-fit: cover;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(16px);
    background: linear-gradient(to bottom, rgba(5, 7, 19, 0.96), rgba(5, 7, 19, 0.86));
    border-bottom: 1px solid rgba(241, 176, 42, 0.12);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-logo {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--grad-main);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
    font-weight: 900;
    color: #251b09;
    letter-spacing: 1px;
}

.nav-title {
    font-weight: 700;
    font-size: 18px;
}

.nav-sub {
    font-size: 12px;
    color: var(--muted);
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 14px;
}

    .nav-links a {
        position: relative;
        padding-bottom: 4px;
        color: var(--muted);
    }

        .nav-links a::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
            border-radius: 999px;
            background: var(--grad-main);
            transition: width 0.25s ease;
        }

        .nav-links a:hover {
            color: var(--text);
        }

            .nav-links a:hover::after {
                width: 100%;
            }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    white-space: nowrap;
}

.btn-primary {
    background: var(--grad-main);
    color: #251b09;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

.btn-outline {
    border: 1px solid rgba(241, 176, 42, 0.5);
    color: var(--accent-soft);
    background: rgba(5, 7, 19, 0.7);
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.7);
}

.btn:active {
    transform: translateY(0);
    box-shadow: none;
}

.hero {
    padding: 60px 0 40px;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 36px;
    align-items: center;
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(241, 176, 42, 0.6);
    background: rgba(5, 7, 19, 0.8);
    font-size: 11px;
    color: var(--accent-soft);
    margin-bottom: 10px;
}

    .pill i {
        color: var(--accent);
    }

h1 {
    font-size: clamp(32px, 3.4vw, 40px);
    line-height: 1.1;
    margin-bottom: 14px;
}

    h1 span.highlight {
        background: var(--grad-main);
        -webkit-background-clip: text;
        color: transparent;
    }

.hero-sub {
    color: var(--muted);
    font-size: 14px;
    max-width: 460px;
    margin-bottom: 20px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.hero-data {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 13px;
    color: var(--muted);
}

.hero-data-item strong {
    display: block;
    font-size: 16px;
    color: var(--accent-soft);
}

.hero-right {
    position: relative;
}

/* Banner as background image */
.banner-card {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    position: relative;
    isolation: isolate;
    background-image: url("/Pictures/banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;  /*↑ Збільш банер по висоті*/ 
    width: 100%;  /*розтягнути на всю колонку */
    max-height: 360px;  /*Можеш збільшити до 400-500px */

}


.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(5, 7, 19, 0.9), transparent 55%);
    mix-blend-mode: multiply;
    pointer-events: none;
}
.coin-jump {
    position: absolute;
    bottom: 14px;
    left: 14px;
    background: rgba(5, 7, 19, 0.85);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
}

    .banner-badge span {
        color: var(--accent-soft);
        font-weight: 600;
    }

.glow-orb {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 225, 138, 0.9), transparent 60%);
    filter: blur(3px);
    opacity: 0.7;
    right: -20px;
    top: -30px;
    pointer-events: none;
}

section {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

    section:nth-child(even) {
        background: radial-gradient(circle at top, #0e1428 0, #050713 55%);
    }

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 22px;
    gap: 16px;
}

    .section-header h2 {
        font-size: 22px;
    }

    .section-header p {
        font-size: 13px;
        color: var(--muted);
        max-width: 380px;
    }

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.card {
    background: var(--grad-card);
    border-radius: var(--radius-lg);
    padding: 18px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(241, 176, 42, 0.13);
    position: relative;
    overflow: hidden;
}

    .card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top left, rgba(241, 176, 42, 0.18), transparent 55%);
        opacity: 0.7;
        pointer-events: none;
    }

.card-icon {
    width: 60px;
    height: 60px;
    border: 1px solid #f1b02a;
    border-radius: 50%;
    background: rgba(241, 176, 42, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* ВАЖЛИВО — обрізає GIF */
}

    .card-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Заповнює круг без спотворень */
        border-radius: 50%; /* Гарантує округлення картинки */
    }

.card h3 {
    font-size: 16px;
    margin-bottom: 6px;
}

.card p {
    font-size: 13px;
    color: var(--muted);
}

.tag {
    display: inline-flex;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    border: 1px solid rgba(241, 176, 42, 0.3);
    color: var(--accent-soft);
    margin-top: 8px;
}

.tokenomics-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 24px;
    align-items: center;
}

.tokenomics-list {
    list-style: none;
    font-size: 14px;
    color: var(--muted);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .tokenomics-list li {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        padding: 8px 10px;
        border-radius: 14px;
        background: rgba(11, 15, 35, 0.9);
        border: 1px solid rgba(241, 176, 42, 0.12);
    }

        .tokenomics-list li span:first-child {
            color: var(--text);
        }

.tokenomics-chart {
    position: relative;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background: conic-gradient( #f8d06b 0 26%, #ff9f3d 26% 46%, #ff7662 46% 61%, #31d79a 61% 76%, #9f7bff 76% 88%, #4db3ff 88% 100% );
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tokenomics-center {
    width: 55%;
    height: 55%;
    border-radius: 50%;
    background: radial-gradient(circle at top, #22263d, #090c18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

    .tokenomics-center span {
        font-size: 11px;
        color: var(--muted);
    }

    .tokenomics-center strong {
        font-size: 14px;
        color: var(--accent-soft);
    }

    .tokenomics-center small {
        font-size: 10px;
        color: var(--muted);
    }

.roadmap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.roadmap-item {
    position: relative;
    padding-left: 32px;
}

    .roadmap-item::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 4px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: var(--grad-main);
        box-shadow: 0 0 0 4px rgba(241, 176, 42, 0.2);
    }

    .roadmap-item::after {
        content: "";
        position: absolute;
        left: 14px;
        top: 18px;
        bottom: -18px;
        width: 2px;
        background: radial-gradient(circle, rgba(241, 176, 42, 0.6), transparent);
        opacity: 0.4;
    }

    .roadmap-item:last-child::after {
        display: none;
    }

.stage-badge {
    font-size: 11px;
    color: var(--accent-soft);
    margin-bottom: 3px;
}

.how-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.step-number {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid rgba(241, 176, 42, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--accent-soft);
    margin-bottom: 8px;
}

.stats-bar {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.stat-pill {
    background: rgba(5, 7, 19, 0.8);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 11px;
    border: 1px solid rgba(241, 176, 42, 0.2);
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--muted);
}

    .stat-pill strong {
        color: var(--accent-soft);
    }

    .stat-pill i {
        font-size: 12px;
        color: var(--accent-soft);
    }

.faq-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 22px;
    align-items: flex-start;
}

.accordion {
    border-radius: var(--radius-lg);
    border: 1px solid rgba(241, 176, 42, 0.2);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
}

.accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(3, 5, 14, 0.95);
}

    .accordion-item:last-child {
        border-bottom: none;
    }

.accordion-header {
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

    .accordion-header span {
        flex: 1;
        padding-right: 8px;
    }

    .accordion-header i {
        font-size: 14px;
        color: var(--accent-soft);
        transition: transform 0.2s ease;
    }

.accordion-body {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    font-size: 13px;
    color: var(--muted);
    transition: max-height 0.25s ease, padding 0.25s ease;
}

.accordion-item.active .accordion-body {
    max-height: 400px;
    padding: 0 16px 12px;
}

.accordion-item.active .accordion-header i {
    transform: rotate(180deg);
}

.newsletter {
    background: radial-gradient(circle at top left, rgba(241, 176, 42, 0.35), transparent 60%);
    border-radius: var(--radius-lg);
    padding: 18px;
    border: 1px solid rgba(241, 176, 42, 0.35);
}

    .newsletter p {
        font-size: 13px;
        color: var(--muted);
        margin-bottom: 10px;
    }

.newsletter-form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.newsletter input {
    flex: 1;
    min-width: 180px;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(241, 176, 42, 0.25);
    background: rgba(5, 7, 19, 0.9);
    color: var(--text);
    font-size: 13px;
    outline: none;
}

.newsletter small {
    display: block;
    font-size: 11px;
    color: var(--muted);
    margin-top: 8px;
}

footer {
    padding: 20px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 12px;
    color: var(--muted);
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

    .footer-links a {
        color: var(--muted);
    }

        .footer-links a:hover {
            color: var(--accent-soft);
        }

/* Responsive */
@media (max-width: 900px) {
    .hero-grid,
    .tokenomics-layout,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 30px;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .roadmap {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .nav-links {
        display: none;
    }
}

@media (max-width: 720px) {
    .grid-3,
    .how-grid {
        grid-template-columns: 1fr;
    }
}


/* NFT Styles section: */
.nft-card {
    width: 100%;
    height: 430px; /* РЕКОМЕНДОВАНО, виглядає ідеально */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--radius-lg);
    padding: 18px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(241, 176, 42, 0.3);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
}

    .nft-card h3 {
        margin-bottom: 6px;
    }

    .nft-card p {
        max-width: 90%;
    }

    /* ANIMATION BANNER CART */
/* Контейнер правої частини */
.hero-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Основна картка банера */
.banner-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
    animation: bannerFloat 5s ease-in-out infinite;
}

/* Сам GIF-картинки всередині */
.banner-gif {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: inherit;
    filter: saturate(1.15) contrast(1.1); /* більше “золота” */
}

/* Світловий “шейдер”, який пробігає по банеру */
.banner-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient( 75deg, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.25) 45%, rgba(255, 255, 255, 0.0) 100% );
    mix-blend-mode: screen;
    pointer-events: none;
    animation: shineSweep 4.5s ease-in-out infinite;
}

/* Легка “аура” над банером */
.banner-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 10%, rgba(255, 220, 150, 0.22), transparent 60%);
    mix-blend-mode: soft-light;
    pointer-events: none;
}

/* Світловий ореол справа зверху */
.glow-orb {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 210, 120, 0.45), transparent 70%);
    top: -120px;
    right: -120px;
    filter: blur(35px);
    pointer-events: none;
    animation: orbPulse 7s ease-in-out infinite;
}

/* Бейдж — зробимо трохи виразнішим */
.banner-badge {
    position: absolute;
    bottom: 125px;
    left: 14px;
    background: rgba(5, 7, 19, 0.85);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    opacity: 0.5;
    transform: translateY(-120px); /* ПІДНЯТТЯ БЕЙДЖУ */
}

/* Монетка, що підстрибує */
.coin-jump {
    position: absolute;
    left: 28px;
    bottom: 26px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.7);
}

    .coin-jump img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        animation: coinBounce 2s ease-in-out infinite;
    }

/* ===== Анімації ===== */

/* Плавання всього банера */
@keyframes bannerFloat {
    0% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-6px) scale(1.01);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

/* Блиск, що проходить по карті */
@keyframes shineSweep {
    0% {
        transform: translateX(0);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    60% {
        transform: translateX(220%);
        opacity: 0.9;
    }

    100% {
        transform: translateX(260%);
        opacity: 0;
    }
}

/* Пульсація світлового ореолу */
@keyframes orbPulse {
    0% {
        transform: scale(1);
        opacity: 0.18;
    }

    50% {
        transform: scale(1.15);
        opacity: 0.32;
    }

    100% {
        transform: scale(1);
        opacity: 0.18;
    }
}

/* Підстрибування монети */
@keyframes coinBounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }

    100% {
        transform: translateY(0);
    }
}


/*MODALS WINDOWS:*/
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-content {
    position: relative;
    background: #0f111a;
    padding: 10px;
    border-radius: 14px;
    box-shadow: 0 0 30px rgba(255, 215, 113, 0.4);
    animation: zoomIn 0.25s ease-out;
}

    .modal-content img {
        max-width: 90vw;
        max-height: 80vh;
        border-radius: 10px;
    }

.modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #111;
    border: 1px solid gold;
    color: gold;
    font-size: 18px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}



