@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@300;400;500;600;700&family=Fira+Code:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Space Grotesk', sans-serif;
    background: #345166;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    transition: background 0.5s ease;
}

/* During video playing - hide all other pages */
body.video-playing {
    overflow: hidden !important;
    height: 100vh;
}

body.video-playing .page-2,
body.video-playing .page-3,
body.video-playing .page-4,
body.video-playing .page-5 {
    display: none !important;
}

/* Hide scrollbar during video playing */
body.video-playing::-webkit-scrollbar {
    display: none;
}

body.video-playing {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Smooth scrolling for page navigation */
html {
    scroll-behavior: smooth;
}

/* Main container for all pages */
.main-wrapper {
    width: 100%;
    min-height: 100vh;
}

/* Page system */
.page {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Page 1 - Video page */
.page-1 {
    background: #000;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

/* Page 2 - Story page */
.page-2 {
    background: linear-gradient(135deg, #ff6b35, #ff8c42, #ffad33);
    background-size: 400% 400%;
    animation: gradientShift 8s ease infinite;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* Giant G letter */
.giant-g {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 25vw;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 0.8;
    margin: 0;
    padding: 0;
    user-select: none;
    pointer-events: none;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
    max-height: 60vh;
    overflow: hidden;
}

/* Page 3 - Legend video page */
.page-3 {
    background: #000;
}

/* Page 4 - Tokenomics page */
.page-4 {
    background: linear-gradient(135deg, #ff6b35, #ff8c42, #ffad33);
    background-size: 400% 400%;
    animation: gradientShift 8s ease infinite;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Tokenomics text styling */
.tokenomics-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #ffffff;
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.tokenomics-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    color: #ffffff;
}

/* Page 5 - AI Agent page */
.page-5 {
    background: linear-gradient(135deg, #ff6b35, #ff8c42, #ffad33), url('aiagent.jpg');
    background-size: 400% 400%, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-blend-mode: overlay;
    animation: gradientShift 150s ease infinite;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

/* AI Agent text styling */
.ai-agent-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #ffffff;
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    flex: 1;
}

.ai-agent-text a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
    word-break: break-all;
}

.ai-agent-text a:hover {
    color: #ffffff;
    opacity: 0.8;
}

.tokenomics-text p {
    margin-bottom: 1.5rem;
}

.tokenomics-text strong {
    color: #ffffff;
}

.tokenomics-text a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
    word-break: break-all;
}

.tokenomics-text a:hover {
    color: #ffffff;
    opacity: 0.8;
}

.tokenomics-text a[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background-image: url('data:image/svg+xml,<svg fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M18.502 12.499V17.5C18.502 19.1569 17.1589 20.5 15.502 20.5H6.5C4.8431 20.5 3.5 19.1569 3.5 17.5V8.498C3.5 6.8411 4.8431 5.498 6.5 5.498H11.501" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><path d="M14.4991 3.5H20.4999V9.5008" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/><path d="M11.5061 12.4939L20.5 3.5" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.container.content-mode {
    height: auto;
    min-height: 100vh;
    padding: 2rem 0;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    transition: opacity 0.8s ease;
}

.video-container.faded {
    opacity: 0.3;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Legend video container - contain with black bars for full screen */
.legend-video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.legend-video-container video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.legend-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.legend-play-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.legend-play-btn {
    background: linear-gradient(45deg, #ff6b35, #ff8c42, #ffad33);
    color: white;
    border: none;
    padding: 50px 60px;
    font-size: 3.5rem;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
            0 15px 45px rgba(255, 107, 53, 0.4),
            0 8px 25px rgba(255, 140, 66, 0.3);
}

.legend-play-btn:hover {
    transform: scale(1.1);
    box-shadow:
            0 25px 60px rgba(255, 107, 53, 0.5),
            0 15px 45px rgba(255, 140, 66, 0.4);
}

.legend-play-btn::before {
    content: '▶';
    margin-left: 4px;
}

/* Sharing overlay */
.sharing-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 8vh;
    gap: 3rem;
    z-index: 60;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.sharing-overlay.show {
    opacity: 1;
    visibility: visible;
}

.sharing-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    animation: slideInDown 0.8s ease;
}

.sharing-buttons {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.share-btn {
    background: linear-gradient(45deg, #4a90e2, #357abd, #2c5aa0);
    border: none;
    padding: 1.5rem;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    min-width: 120px;
    min-height: 120px;
    position: relative;
    overflow: hidden;
    box-shadow:
            0 10px 30px rgba(74, 144, 226, 0.3),
            0 4px 15px rgba(53, 122, 189, 0.2);
    opacity: 0;
    transform: scale(0.5) translateY(50px);
    animation: popIn 0.6s ease forwards;
}

.share-btn:nth-child(1) { animation-delay: 0.2s; }
.share-btn:nth-child(2) { animation-delay: 0.4s; }
.share-btn:nth-child(3) { animation-delay: 0.6s; }

.share-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.6s;
    opacity: 0;
}

.share-btn:hover::before {
    animation: shimmer 0.8s ease-in-out;
}

.share-btn:hover {
    transform: translateY(-8px) scale(1.1);
    box-shadow:
            0 20px 40px rgba(74, 144, 226, 0.4),
            0 8px 25px rgba(53, 122, 189, 0.3);
}

.share-btn:active {
    transform: translateY(-4px) scale(1.05);
}

.share-btn svg {
    width: 32px;
    height: 32px;
    color: white;
    transition: all 0.3s ease;
}

.share-btn span {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Platform-specific colors on hover */
.share-btn.twitter:hover {
    background: linear-gradient(45deg, #1da1f2, #0d8bd9);
}

.share-btn.tiktok:hover {
    background: linear-gradient(45deg, #ff0050, #000000);
}

.share-btn.instagram:hover {
    background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
}

@keyframes popIn {
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shimmer {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); opacity: 0; }
}

/* Прозрачная кнопка Play на весь экран */
.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
    opacity: 1;
}

.play-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.play-overlay:hover {
    background: rgba(255, 255, 255, 0.08);
}

/* Кнопка Continue */
.continue-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 60;
    display: none;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.continue-overlay.show {
    display: flex;
}

.continue-btn {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    border: none;
    padding: 15px 30px;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Space Grotesk', sans-serif;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.continue-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.05);
}

.content {
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
    z-index: 10;
    position: relative;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.content.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.token-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 4.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 6px;
    background: linear-gradient(45deg, #ff6b35, #ff8c42, #ffad33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
    transform: skew(-5deg) translateX(2px);
    margin-bottom: 2rem;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

/* Story text styling */
.story-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #ffffff;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    flex-shrink: 0;
}

.ca-container {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(20px);
    padding: 1.5rem 2.5rem;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 3rem;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    position: relative;
    min-width: 400px;
}

.ca-container:hover {
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid rgba(255, 140, 66, 0.8);
    transform: translateY(-3px);
    box-shadow:
            0 15px 40px rgba(0, 0, 0, 0.4),
            0 0 20px rgba(255, 107, 53, 0.3);
}

.ca-label {
    font-family: 'Fira Code', monospace;
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ca-label::before {
    content: "📋";
    font-size: 1.2rem;
}

.ca-address {
    font-family: 'Fira Code', monospace;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    word-break: break-all;
    line-height: 1.5;
}

.copy-feedback {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #ff6b35, #ff8c42);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
}

.copy-feedback.show {
    opacity: 1;
}

.try-again-btn {
    background: linear-gradient(45deg, #ff6b35, #ff8c42, #ffad33);
    color: white;
    border: none;
    padding: 30px 75px;
    font-size: 2.1rem;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif;
    border-radius: 90px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow:
            0 8px 25px rgba(255, 107, 53, 0.4),
            0 4px 15px rgba(255, 140, 66, 0.3),
            inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.try-again-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s;
}

.try-again-btn:hover::before {
    left: 100%;
}

.try-again-btn:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow:
            0 15px 35px rgba(255, 107, 53, 0.5),
            0 8px 25px rgba(255, 140, 66, 0.4),
            inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background: linear-gradient(45deg, #ff7942, #ff9649, #ffb840);
}

.try-again-btn:active {
    transform: translateY(-2px) scale(1.02);
    box-shadow:
            0 8px 20px rgba(255, 107, 53, 0.6),
            0 4px 15px rgba(255, 140, 66, 0.5);
}

/* Button section with side arrows */
.button-section {
    display: flex;
    align-items: center;
    gap: 4rem;
    justify-content: center;
    width: 100%;
}

.button-section a {
    text-decoration: none;
    color: inherit;
}

/* Scroll indicators */
.scroll-indicator {
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: 100;
    align-items: center;
}

.content.show .scroll-indicator {
    opacity: 1;
}

.scroll-arrow {
    width: 120px;
    height: 120px;
    filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.3));
    user-select: none;
    pointer-events: none;
    animation: smoothFloat 3s ease-in-out infinite;
}

@keyframes smoothFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

/* Hide scroll indicators during video */
body.video-playing .scroll-indicator {
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Navigation arrows */
.nav-arrow {
    position: fixed;
    right: 30px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
}

.nav-arrow.show {
    display: flex;
    opacity: 1;
    visibility: visible;
}

/* Hide navigation during video */
body.video-playing .nav-arrow {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.nav-arrow:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.nav-arrow.down {
    bottom: 30px;
}

.nav-arrow.up {
    top: 30px;
}

@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Mobile responsiveness for sharing */
@media (max-width: 768px) {
    .sharing-overlay {
        padding-top: 5vh;
        gap: 2rem;
    }

    .sharing-title {
        font-size: 2rem;
    }

    .sharing-buttons {
        gap: 1.5rem;
    }

    .share-btn {
        min-width: 100px;
        min-height: 100px;
        padding: 1.2rem;
    }

    .share-btn svg {
        width: 28px;
        height: 28px;
    }

    .share-btn span {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .sharing-overlay {
        padding-top: 4vh;
        gap: 1.5rem;
    }

    .sharing-title {
        font-size: 1.6rem;
    }

    .sharing-buttons {
        gap: 1rem;
        flex-direction: column;
    }

    .share-btn {
        min-width: 140px;
        min-height: 80px;
        flex-direction: row;
        gap: 1rem;
    }

    .share-btn svg {
        width: 24px;
        height: 24px;
    }

    .share-btn span {
        font-size: 0.9rem;
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .giant-g {
        font-size: 30vw;
        margin-top: 3vh;
        margin-bottom: 3vh;
        max-height: 50vh;
    }

    .token-name {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }

    .soon-text {
        font-size: 3.5rem;
        letter-spacing: 4px;
    }

    .story-text {
        font-size: 1.1rem;
        padding: 2rem;
    }

    .tokenomics-text {
        font-size: 1.1rem;
        padding: 2rem;
    }

    .tokenomics-text h2 {
        font-size: 2rem;
    }

    .ca-container {
        padding: 1.2rem 2rem;
        margin: 0 1rem 2rem 1rem;
        min-width: auto;
        width: 90%;
    }

    .ca-address {
        font-size: 0.9rem;
    }

    .try-again-btn {
        padding: 15px 35px;
        font-size: 1.1rem;
    }

    .continue-btn {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .legend-play-btn {
        width: 180px;
        height: 180px;
        font-size: 2.8rem;
        padding: 40px 50px;
    }

    .nav-arrow {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        right: 20px;
    }

    .button-section {
        gap: 2.5rem;
    }

    .scroll-arrow {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 480px) {
    .giant-g {
        font-size: 35vw;
        margin-top: 4vh;
        margin-bottom: 4vh;
        max-height: 45vh;
    }

    .token-name {
        font-size: 2rem;
        letter-spacing: 1px;
    }

    .soon-text {
        font-size: 2.8rem;
        letter-spacing: 3px;
    }

    .story-text {
        font-size: 1rem;
        padding: 1.5rem;
    }

    .tokenomics-text {
        font-size: 1rem;
        padding: 1.5rem;
    }

    .tokenomics-text h2 {
        font-size: 1.8rem;
    }

    .ca-address {
        font-size: 0.8rem;
    }

    .try-again-btn {
        padding: 12px 30px;
        font-size: 1rem;
    }

    .continue-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .legend-play-btn {
        width: 150px;
        height: 150px;
        font-size: 2.2rem;
        padding: 35px 45px;
    }

    .button-section {
        gap: 1.5rem;
    }

    .scroll-arrow {
        width: 80px;
        height: 80px;
    }
}

/* Landscape mode adjustments */
@media (max-width: 926px) and (max-height: 428px) and (orientation: landscape) {
    .content {
        gap: 1.5rem;
        margin-top: 0;
        transform: none;
    }

    .soon-text {
        font-size: 4rem;
        letter-spacing: 6px;
        margin-bottom: 1.5rem;
    }

    .token-name {
        font-size: 2.5rem;
        letter-spacing: 2px;
        margin-bottom: 1rem;
    }

    .story-text {
        font-size: 1rem;
        padding: 1.5rem;
    }

    .tokenomics-text {
        font-size: 1rem;
        padding: 1.5rem;
    }

    .tokenomics-text h2 {
        font-size: 2rem;
    }

    .ca-container {
        padding: 1.2rem 2rem;
        margin-bottom: 2rem;
        min-width: 350px;
    }

    .ca-address {
        font-size: 0.9rem;
    }

    .try-again-btn {
        padding: 15px 40px;
        font-size: 1.2rem;
    }

    .continue-btn {
        padding: 10px 20px;
        font-size: 1rem;
    }
}