@font-face {
    font-family: 'Pokemon';
    src: url('font/Pokemon Solid.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

html {
    overflow-x: hidden;
    width: 100%;
    background: linear-gradient(135deg, #ee260d 0%, #c01e0a 100%);
    min-height: 100vh;
    scrollbar-width: thin;
    scrollbar-color: #f5e708 #ee260d;
}

/* Custom Scrollbar for main page - Webkit browsers */
html::-webkit-scrollbar {
    width: 12px;
}

html::-webkit-scrollbar-track {
    background: #ee260d;
}

html::-webkit-scrollbar-thumb {
    background: #f5e708;
    border-radius: 6px;
    border: 2px solid #ee260d;
}

html::-webkit-scrollbar-thumb:hover {
    background: #f5d708;
}

body {
    font-family: 'Pokemon', 'Bebas Neue', 'Righteous', 'Oswald', sans-serif;
    background: linear-gradient(135deg, #ee260d 0%, #c01e0a 100%);
    min-height: 100vh;
    min-height: -webkit-fill-available;
    color: #fff;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    font-weight: normal;
    letter-spacing: 0.05em;
    scrollbar-width: thin;
    scrollbar-color: #f5e708 #ee260d;
}

/* Custom Scrollbar for body - Webkit browsers */
body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-track {
    background: #ee260d;
}

body::-webkit-scrollbar-thumb {
    background: #f5e708;
    border-radius: 6px;
    border: 2px solid #ee260d;
}

body::-webkit-scrollbar-thumb:hover {
    background: #f5d708;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(245, 231, 8, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(245, 231, 8, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

/* Audio Toggle */
.audio-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    background: rgba(245, 231, 8, 0.9);
    backdrop-filter: blur(10px);
    border: 2px solid #f5e708;
    border-radius: 50%;
    color: #ee260d;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(245, 231, 8, 0.3);
    padding: 0;
    margin: 0;
}

.audio-toggle:hover {
    background: #f5e708;
    transform: scale(1.1);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.4),
        0 0 30px rgba(245, 231, 8, 0.5);
}

.audio-toggle:active {
    transform: scale(0.95);
}

.audio-toggle.muted {
    background: rgba(245, 231, 8, 0.5);
    opacity: 0.7;
}

.audio-icon {
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease;
}

.audio-toggle:hover .audio-icon {
    transform: scale(1.1);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 40px 20px;
    position: relative;
    z-index: 1;
}

/* Hero Section with Background */
.hero-section {
    position: relative;
    z-index: 2;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    height: 100%;
    z-index: -1;
    opacity: 0.6;
    pointer-events: none;
    overflow: hidden;
    filter: saturate(1.3) brightness(1.1);
}

.hero-bg-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    max-height: 500px;
}

/* Logo */
.logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    margin-top: -10px;
    animation: fadeInDown 0.8s ease-out;
    position: relative;
    z-index: 1;
}

.logo {
    max-width: 300px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.05) rotate(2deg);
}

/* Hero Main Title */
.hero-main-title {
    font-family: 'Pokemon', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: normal;
    text-align: center;
    color: #f5e708;
    margin-bottom: 30px;
    padding: 0 20px;
    text-shadow: 
        5px 5px 0px rgba(0, 0, 0, 0.8),
        0 0 30px rgba(245, 231, 8, 0.7),
        0 6px 20px rgba(0, 0, 0, 0.6);
    letter-spacing: 0.15em;
    animation: fadeInUp 0.8s ease-out 0.1s both;
    line-height: 1.1;
    text-transform: uppercase;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

/* Main Heading (Sub heading) */
.main-heading {
    font-family: 'Pokemon', sans-serif;
    font-size: clamp(1rem, 2.5vw, 1.6rem);
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 45px;
    margin-top: -5px;
    padding: 0 20px;
    text-shadow: 
        2px 2px 0px rgba(0, 0, 0, 0.7),
        0 0 15px rgba(255, 255, 255, 0.3);
    letter-spacing: 0.08em;
    animation: fadeInUp 0.8s ease-out 0.3s both;
    line-height: 1.4;
    text-transform: none;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    opacity: 0.95;
}

@media (min-width: 769px) {
    .hero-main-title {
        font-size: clamp(3rem, 6vw, 4.5rem);
        padding: 0 40px;
    }

    .main-heading {
        font-size: clamp(1.5rem, 3vw, 2rem);
        padding: 0 40px;
    }
}

/* Action Section */
.action-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease-out 0.4s both;
    position: relative;
    z-index: 1;
}

/* Community Section */
.community-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    animation: fadeInUp 0.8s ease-out 0.5s both;
    position: relative;
    z-index: 1;
}

.community-link {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(245, 231, 8, 0.3);
    color: #f5e708;
    padding: 16px 28px;
    font-size: 1.1rem;
    font-weight: normal;
    font-family: 'Pokemon', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: 
        2px 2px 0px rgba(0, 0, 0, 0.6),
        0 0 10px rgba(245, 231, 8, 0.3);
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.community-link:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #f5e708;
    transform: translateY(-2px);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(245, 231, 8, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.community-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.community-text {
    font-weight: 600;
}

.ca-button {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(245, 231, 8, 0.3);
    color: #f5e708;
    padding: 18px 32px;
    font-size: 1.1rem;
    font-weight: normal;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Pokemon', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: 
        2px 2px 0px rgba(0, 0, 0, 0.6),
        0 0 10px rgba(245, 231, 8, 0.3);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    max-width: 100%;
    box-sizing: border-box;
    word-break: break-word;
}

.ca-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(245, 231, 8, 0.2), transparent);
    transition: left 0.5s;
}

.ca-button:hover::before {
    left: 100%;
}

.ca-button:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #f5e708;
    transform: translateY(-2px);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(245, 231, 8, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.ca-button:active {
    transform: translateY(0);
}

.x-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(245, 231, 8, 0.3);
    border-radius: 16px;
    color: #f5e708;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.x-icon-link:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #f5e708;
    transform: translateY(-2px) rotate(5deg);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(245, 231, 8, 0.3);
}

.x-icon {
    width: 28px;
    height: 28px;
}

/* Slider Container */
.slider-container {
    position: relative;
    margin: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    animation: fadeInUp 0.8s ease-out;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 80px;
    box-sizing: border-box;
}

.slider-wrapper {
    flex: 1;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    align-items: center;
    width: 100%;
}

.slider-slide {
    width: 85%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease, scale 0.6s ease;
    opacity: 0.5;
    transform: scale(0.85);
    filter: blur(2px);
    box-sizing: border-box;
}

.slider-slide.active {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
    z-index: 2;
}

.slider-slide.prev,
.slider-slide.next {
    opacity: 0.7;
    transform: scale(0.9);
    filter: blur(1px);
}

.slider-clone {
    pointer-events: none;
}

.slider-slide .image-wrapper {
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none !important;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.slider-slide.active .image-wrapper {
    box-shadow: none !important;
}

.slider-slide .image-wrapper:hover {
    box-shadow: none !important;
    transform: none;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(245, 231, 8, 0.9);
    backdrop-filter: blur(10px);
    border: 2px solid #f5e708;
    border-radius: 50%;
    color: #ee260d;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.slider-btn:hover {
    background: #f5e708;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 12px 40px rgba(245, 231, 8, 0.4);
}

.slider-btn:active {
    transform: translateY(-50%) scale(0.95);
}

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

.slider-btn-prev {
    left: 0;
}

.slider-btn-next {
    right: 0;
}

/* Chart Section */
.chart-section {
    margin: 60px 0 80px;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    box-sizing: border-box;
    animation: fadeIn 1s ease-out;
}

.chart-heading {
    font-family: 'Pokemon', sans-serif;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f5e708;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 
        3px 3px 0px rgba(0, 0, 0, 0.8),
        0 0 20px rgba(245, 231, 8, 0.5),
        0 4px 10px rgba(0, 0, 0, 0.5);
    font-weight: normal;
}

/* DexScreener Chart Container */
.chart-container {
    margin: 0;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeIn 1s ease-out;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}

.chart-wrapper {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}

.dex-chart {
    width: 100%;
    height: 600px;
    min-height: 600px;
    border: none;
    background: transparent;
    display: block;
    margin: 0;
    padding: 0;
}

/* Updates / Tweets */
.updates-section {
    margin: 60px 0 80px;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    box-sizing: border-box;
    animation: fadeIn 1s ease-out;
}

.updates-heading {
    font-family: 'Pokemon', sans-serif;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f5e708;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 
        3px 3px 0px rgba(0, 0, 0, 0.8),
        0 0 20px rgba(245, 231, 8, 0.5),
        0 4px 10px rgba(0, 0, 0, 0.5);
    font-weight: normal;
}

/* Tweets Layout with Dates */
.tweets-layout {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.tweet-date-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    width: 100%;
}

.tweet-date-pair-reverse {
    grid-template-columns: 1fr 1fr;
}

.tweet-date-pair-reverse .tweet-wrapper {
    order: 1;
}

.tweet-date-pair-reverse .tweet-date {
    order: 2;
    text-align: right;
}

.tweet-date {
    font-family: 'Pokemon', sans-serif;
    font-size: 2rem;
    color: #f5e708;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-shadow: 
        3px 3px 0px rgba(0, 0, 0, 0.8),
        0 0 15px rgba(245, 231, 8, 0.4),
        0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: normal;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.tweet-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.tweet-container {
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}

/* LORE Section */
.lore-section {
    margin: 60px 0 80px;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    box-sizing: border-box;
    animation: fadeIn 1s ease-out;
}

.lore-heading {
    font-family: 'Pokemon', sans-serif;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f5e708;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 
        3px 3px 0px rgba(0, 0, 0, 0.8),
        0 0 20px rgba(245, 231, 8, 0.5),
        0 4px 10px rgba(0, 0, 0, 0.5);
    font-weight: normal;
}

.sets-section {
    margin: 80px 0 40px 0;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    box-sizing: border-box;
    animation: fadeIn 1s ease-out;
}

.sets-heading {
    font-family: 'Pokemon', sans-serif;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f5e708;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 
        3px 3px 0px rgba(0, 0, 0, 0.8),
        0 0 20px rgba(245, 231, 8, 0.5),
        0 4px 10px rgba(0, 0, 0, 0.5);
    font-weight: normal;
}

/* Article Preview Container */
.article-preview-container {
    margin: 0;
    display: flex;
    justify-content: center;
    animation: fadeIn 1s ease-out;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.article-preview-link {
    text-decoration: none;
    display: block;
    width: 100%;
}

.article-preview {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(245, 231, 8, 0.2);
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}

.article-preview:hover {
    background: rgba(0, 0, 0, 0.5);
    border-color: rgba(245, 231, 8, 0.4);
    transform: translateY(-4px);
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(245, 231, 8, 0.2);
}

.article-preview-content {
    width: 100%;
}

.article-preview-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.article-icon {
    width: 20px;
    height: 20px;
    color: #f5e708;
}

.article-source {
    color: #f5e708;
    font-size: 0.875rem;
    font-weight: normal;
    font-family: 'Pokemon', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-shadow: 
        2px 2px 0px rgba(0, 0, 0, 0.6),
        0 0 10px rgba(245, 231, 8, 0.3);
}

.article-title {
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    font-family: 'Pokemon', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: 
        2px 2px 0px rgba(0, 0, 0, 0.7),
        0 0 15px rgba(255, 255, 255, 0.2);
    line-height: 1.3;
    margin-bottom: 12px;
    margin-top: 0;
}

.article-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-family: 'Pokemon', sans-serif;
    letter-spacing: 0.03em;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    line-height: 1.5;
    margin-bottom: 16px;
    margin-top: 0;
}

.article-footer {
    display: flex;
    align-items: center;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.article-read-more {
    color: #f5e708;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Pokemon', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: 
        2px 2px 0px rgba(0, 0, 0, 0.6),
        0 0 10px rgba(245, 231, 8, 0.3);
    transition: transform 0.3s ease;
}

.article-preview:hover .article-read-more {
    transform: translateX(4px);
}

.tweet-iframe {
    width: 100% !important;
    min-width: 0;
    max-width: 100%;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    overflow: visible !important;
    border: none !important;
    display: block;
    box-sizing: border-box;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
}

/* Force remove any Twitter embed wrapper styles */
.tweet-container iframe[class*="twitter"],
.tweet-container iframe[id*="twitter"] {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tweet-iframe-1 {
    min-height: 835px !important;
    height: 835px !important;
}

.tweet-iframe-2 {
    min-height: 569px !important;
    height: 569px !important;
}

.tweet-iframe-3 {
    min-height: 800px !important;
    height: 800px !important;
}

/* Single Image Container */
.single-image-container {
    margin: 60px 0;
    display: flex;
    justify-content: center;
    animation: fadeInUp 0.8s ease-out;
}

.single-image-container {
    margin: 60px 0;
    display: flex;
    justify-content: center;
    animation: fadeInUp 0.8s ease-out;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.single-image-container .image-wrapper {
    max-width: 425px;
    width: 100%;
    box-sizing: border-box;
}

/* Images Section */
.images-section {
    margin: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.image-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    animation: fadeInUp 0.8s ease-out both;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.image-pair:nth-child(1) {
    animation-delay: 0.1s;
}

.image-pair:nth-child(2) {
    animation-delay: 0.3s;
}

.image-pair:nth-child(3) {
    animation-delay: 0.5s;
}

.image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(245, 231, 8, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
    pointer-events: none;
}

.image-wrapper:hover::before {
    opacity: 1;
}

.image-wrapper:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(245, 231, 8, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.gallery-image {
    width: 100%;
    height: auto;
    max-width: 425px;
    max-height: 425px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.image-wrapper:hover .gallery-image {
    transform: scale(1.05);
}

/* Toast Notification */
.toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    color: #f5e708;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: normal;
    font-family: 'Pokemon', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: 
        2px 2px 0px rgba(0, 0, 0, 0.6),
        0 0 10px rgba(245, 231, 8, 0.3);
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(245, 231, 8, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    border: 1px solid rgba(245, 231, 8, 0.3);
}

.toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .container {
        padding: 20px 15px;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .logo {
        max-width: 200px;
        width: 100%;
    }

    .hero-main-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
        padding: 0 10px;
        word-wrap: break-word;
        line-height: 1.2;
    }

    .main-heading {
        font-size: 1rem;
        margin-bottom: 30px;
        padding: 0 10px;
        word-wrap: break-word;
        line-height: 1.6;
    }

    .action-section {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .ca-button {
        width: 100%;
        padding: 14px 16px;
        font-size: 0.65rem;
        word-break: break-all;
        white-space: normal;
        box-sizing: border-box;
        max-width: 100%;
    }

    .community-section {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        margin-bottom: 40px;
    }

    .community-link {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
        font-size: 0.75rem;
    }

    .slider-container {
        margin: 50px 0;
        padding: 0 50px;
        max-width: 100%;
    }

    .slider-slide {
        width: 90%;
    }

    .slider-slide.prev,
    .slider-slide.next {
        opacity: 0.6;
        transform: scale(0.88);
    }

    .slider-btn {
        width: 40px;
        height: 40px;
    }

    .slider-btn svg {
        width: 20px;
        height: 20px;
    }

    /* Updates section mobile */
    .updates-section {
        padding: 0 10px;
    }

    .updates-heading {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .tweets-layout {
        gap: 5px;
    }

    .tweet-date-pair {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .tweet-date-pair-reverse {
        grid-template-columns: 1fr;
    }

    .tweet-date-pair-reverse .tweet-wrapper {
        order: 2;
    }

    .tweet-date-pair-reverse .tweet-date {
        order: 1;
        text-align: left;
    }

    .tweet-date {
        font-size: 1.5rem;
        padding: 10px 0;
    }

    .tweets-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin: 50px 0;
        padding: 0 10px;
    }

    .tweet-container-desktop {
        display: none !important;
    }

    .tweet-container-mobile {
        display: flex !important;
        margin: 30px 0;
        padding: 0 10px;
        justify-content: center;
        animation: fadeIn 1s ease-out;
    }

    .image-wrapper {
        width: 100%;
        max-width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .gallery-image {
        max-width: 100%;
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

    .audio-toggle {
        top: 15px;
        right: 15px;
        width: 48px;
        height: 48px;
    }

    .audio-icon {
        width: 24px;
        height: 24px;
    }

    .chart-container {
        margin: 40px 0;
        padding: 0 10px;
    }

    .chart-wrapper {
        overflow: visible;
        height: auto;
        min-height: 550px;
        position: relative;
    }

    .dex-chart {
        height: 550px;
        min-height: 550px;
        width: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tweet-container {
        margin: 40px 0;
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .lore-section {
        padding: 0 10px;
        margin: 40px 0;
    }

    .lore-heading {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .article-preview-container {
        margin: 0;
        padding: 0 10px;
    }

    .chart-section {
        padding: 0 10px;
        margin: 40px 0;
    }

    .chart-heading {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .article-preview {
        padding: 20px;
    }

    .article-title {
        font-size: 1.2rem;
    }

    .article-description {
        font-size: 0.95rem;
    }

    .updates-heading {
        font-size: 1.5rem;
    }

    .tweet-date {
        font-size: 1.3rem;
    }

    .tweet-iframe {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        border-radius: 0 !important;
        box-shadow: none !important;
        border: none !important;
        background: transparent !important;
    }

    .tweet-container {
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        box-shadow: none !important;
        border: none !important;
    }

    .tweet-iframe-1 {
        height: 600px !important;
        min-height: 600px !important;
    }

    .tweet-iframe-2 {
        height: 450px !important;
        min-height: 450px !important;
    }

    .tweet-iframe-3 {
        height: 500px !important;
        min-height: 500px !important;
    }

    .single-image-container {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        margin: 40px 0;
    }

    .single-image-container .image-wrapper {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 15px 10px;
    }

    .logo {
        max-width: 150px;
    }

    .main-heading {
        font-size: 0.75rem;
        padding: 0 5px;
        line-height: 1.8;
        letter-spacing: 0.05em;
    }

    .action-section {
        padding: 0 5px;
    }

    .ca-button {
        font-size: 0.6rem;
        padding: 12px 12px;
        line-height: 1.4;
    }

    .community-section {
        padding: 0 5px;
    }

    .community-link {
        padding: 12px 16px;
        font-size: 0.7rem;
    }

    .community-icon {
        width: 20px;
        height: 20px;
    }

    .audio-toggle {
        top: 10px;
        right: 10px;
        width: 44px;
        height: 44px;
    }

    .audio-icon {
        width: 22px;
        height: 22px;
    }

    .slider-container {
        padding: 0 40px;
        margin: 40px 0;
    }

    .slider-slide {
        width: 95%;
    }

    .slider-slide.prev,
    .slider-slide.next {
        opacity: 0.5;
        transform: scale(0.9);
    }

    .slider-btn {
        width: 36px;
        height: 36px;
    }

    .slider-btn svg {
        width: 18px;
        height: 18px;
    }

    .images-section {
        padding: 0 5px;
        gap: 20px;
    }

    .image-wrapper {
        padding: 10px;
    }

    .gallery-image {
        max-width: 100%;
        max-height: 220px;
    }

    .chart-container {
        padding: 0 5px;
        margin: 30px 0;
    }

    .chart-wrapper {
        overflow: visible;
        height: auto;
        min-height: 600px;
        position: relative;
    }

    .dex-chart {
        height: 600px;
        min-height: 600px;
        width: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tweet-container {
        padding: 0 5px;
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
    }

    .tweet-iframe {
        border-radius: 0 !important;
        box-shadow: none !important;
        border: none !important;
        background: transparent !important;
    }

    .lore-section {
        padding: 0 5px;
        margin: 30px 0;
    }

    .lore-heading {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .sets-section {
        padding: 0 5px;
        margin: 30px 0;
    }

    .sets-heading {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .article-preview-container {
        padding: 0 5px;
    }

    .chart-section {
        padding: 0 5px;
        margin: 30px 0;
    }

    .chart-heading {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .article-preview {
        padding: 16px;
    }


    .article-description {
        font-size: 0.9rem;
    }

    .updates-heading {
        font-size: 1.3rem;
    }

    .tweet-date {
        font-size: 1.1rem;
    }

    .hero-main-title {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .main-heading {
        font-size: 0.9rem;
    }

    .tweet-iframe-1 {
        height: 700px !important;
        min-height: 700px !important;
    }

    .tweet-iframe-2 {
        height: 550px !important;
        min-height: 550px !important;
    }

    .tweet-iframe-3 {
        height: 650px !important;
        min-height: 650px !important;
    }

    .single-image-container {
        padding: 0 5px;
    }
}
