:root {
    --primary-bg: #0A0C10;
    --secondary-bg: #161B22;
    --surface-bg: #1C2128;
    --text-primary: #F8FAFC;
    --text-secondary: #CBD5E1;
    --text-muted: #94A3B8 !important;
    --sapphire: #0F52BA;
    --purple: #8B5CF6;
    --emerald: #10B981;
    --gold: #F59E0B;
    --silver: #E2E8F0;
    --energy-gradient: linear-gradient(135deg, #0F52BA 0%, #8B5CF6 50%, #10B981 100%);
    --btn-gradient: linear-gradient(45deg, #0F52BA, #8B5CF6);
}

* {
    box-sizing: border-box;
}

body.mythral-theme {
    background-color: var(--primary-bg);
    color: var(--text-primary);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.cinzel-font {
    font-family: 'Cinzel', serif;
    color: var(--gold);
}

.text-muted {
    color: var(--text-muted);
}

.energy-border {
    border: 1px solid;
    border-image-source: var(--energy-gradient);
    border-image-slice: 1;
}

.glass-panel {
    background: rgba(28, 33, 40, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.mythral-btn-primary {
    background: var(--btn-gradient);
    color: white;
    border: none;
    border-bottom: 2px solid var(--gold);
    padding: 12px 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: brightness 0.3s ease;
}

.mythral-btn-primary:hover {
    filter: brightness(1.2);
    color: white;
}

.section-pyramid-spacing {
    padding-top: 100px;
    padding-bottom: 60px;
}

/* ===== header ===== */
.mythralishoh-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.mythralishoh-header .navbar {
    background-color: #0A0C10 !important;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(139, 92, 246, 0.2);
}

.mythralishoh-header .navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 0;
}

.mythralishoh-header .header-logo {
    max-width: 45px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(15, 82, 186, 0.4));
}

.mythralishoh-header .site-name {
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #F59E0B;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mythralishoh-header .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #F8FAFC !important;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.mythralishoh-header .nav-link:hover,
.mythralishoh-header .nav-link:focus {
    color: #8B5CF6 !important;
}

.mythralishoh-header .dropdown-menu {
    background-color: #1C2128;
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 4px;
    margin-top: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.mythralishoh-header .dropdown-item {
    color: #CBD5E1;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    padding: 0.6rem 1.25rem;
    transition: all 0.2s ease;
}

.mythralishoh-header .dropdown-item:hover {
    background-color: #0F52BA;
    color: #F8FAFC;
}

.mythralishoh-header .btn-header-cta {
    background: linear-gradient(45deg, #0F52BA, #8B5CF6);
    color: #F8FAFC !important;
    padding: 0.6rem 1.5rem !important;
    border-radius: 4px;
    border-bottom: 2px solid #F59E0B;
    margin-left: 10px;
    text-align: center;
}

.mythralishoh-header .btn-header-cta:hover {
    filter: brightness(1.2);
    color: #F8FAFC !important;
}

.mythralishoh-header .navbar-toggler {
    border: none;
    color: #F8FAFC;
    font-size: 1.75rem;
    padding: 0.25rem;
}

.mythralishoh-header .navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .mythralishoh-header .navbar-collapse {
        background-color: #0A0C10;
        padding: 1.5rem 0;
        border-top: 1px solid rgba(139, 92, 246, 0.1);
    }

    .mythralishoh-header .nav-item {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .mythralishoh-header .btn-header-cta {
        margin-left: 0;
        margin-top: 1rem;
        display: block;
    }

    .mythralishoh-header .site-name {
        font-size: 1.2rem;
    }

    .mythralishoh-header .dropdown-menu {
        background-color: #161B22;
        border: none;
        padding-left: 1rem;
        box-shadow: none;
    }
}

/* ===== hero ===== */
.mythralishoh-hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: #0A0C10;
    overflow: hidden;
    padding: 80px 0;
}

.mythralishoh-hero-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mythralishoh-hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
}

.mythralishoh-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(10, 12, 16, 0.95) 0%, rgba(10, 12, 16, 0.6) 100%);
    z-index: 2;
}

.mythralishoh-hero-energy-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #0F52BA 0%, #8B5CF6 50%, #10B981 100%);
    z-index: 3;
}

.mythralishoh-hero-container {
    position: relative;
    z-index: 4;
}

.mythralishoh-hero-content-box {
    background: rgba(22, 27, 34, 0.7);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    border-left: 5px solid #F59E0B;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.mythralishoh-hero-title {
    font-family: 'Cinzel', serif;
    color: #F59E0B !important;
    font-size: clamp(2rem, 6vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.mythralishoh-hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #F8FAFC !important;
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    max-width: 650px;
}

.mythralishoh-btn-primary {
    background: linear-gradient(45deg, #0F52BA, #8B5CF6);
    color: #F8FAFC !important;
    border: none;
    border-bottom: 3px solid #F59E0B;
    padding: 16px 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    transition: filter 0.2s;
}

.mythralishoh-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #F8FAFC !important;
    border: 2px solid #E2E8F0;
    padding: 16px 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    backdrop-filter: blur(5px);
    transition: background 0.2s;
}

.mythralishoh-btn-primary:hover,
.mythralishoh-btn-secondary:hover {
    filter: brightness(1.2);
}

.mythralishoh-hero-featured-img {
    border: 1px solid rgba(245, 158, 11, 0.3);
    transform: perspective(1000px) rotateY(-10deg);
    max-height: 500px;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .mythralishoh-hero {
        padding: 60px 0;
        min-height: auto;
    }

    .mythralishoh-hero-title {
        font-size: 1.8rem;
    }

    .mythralishoh-hero-subtitle {
        font-size: 1rem;
    }

    .mythralishoh-hero-actions .btn {
        width: 100%;
    }
}

/* ===== play-now ===== */
.play-now-block {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.play-now-block .play-now-bg-wrapper {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.play-now-block .play-now-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 12, 16, 0.85);
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.play-now-block .play-now-content-box {
    background: rgba(28, 33, 40, 0.6);
    padding: 40px 20px;
    border-radius: 12px;
    border: 1px solid rgba(245, 158, 11, 0.2);
    backdrop-filter: blur(8px);
}

.play-now-block .play-now-title {
    font-family: 'Cinzel', serif;
    color: #F59E0B;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
}

.play-now-block .play-now-description {
    font-family: 'Montserrat', sans-serif;
    color: #E2E8F0;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.play-now-block .play-now-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 48px;
    background: linear-gradient(45deg, #0F52BA, #8B5CF6);
    color: #F8FAFC;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    border-bottom: 2px solid #F59E0B;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.play-now-block .play-now-btn:hover {
    filter: brightness(1.2);
    color: #F8FAFC;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .play-now-block .play-now-title {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }

    .play-now-block .play-now-description {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }

    .play-now-block .play-now-btn {
        padding: 14px 32px;
        font-size: 1rem;
        width: 100%;
    }

    .play-now-block .play-now-bg-wrapper {
        min-height: 400px;
    }
}

/* ===== world-grid ===== */
.world-grid-block {
    background-color: #0A0C10;
    background-image: linear-gradient(rgba(10, 12, 16, 0.9), rgba(10, 12, 16, 0.9)),
    url('../assets/pictures/media/mage-adventure-world-bg.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #F8FAFC;
    position: relative;
    overflow: hidden;
}

.world-grid-block .section-title {
    font-family: 'Cinzel', serif;
    font-size: 2.5rem;
    color: #F59E0B;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.world-grid-block .section-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #CBD5E1;
    max-width: 700px;
    line-height: 1.6;
}

.world-grid-block .world-card {
    background: rgba(28, 33, 40, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(226, 232, 240, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.world-grid-block .world-card:hover {
    transform: translateY(-10px);
    border-color: #8B5CF6;
    box-shadow: 0 10px 30px rgba(15, 82, 186, 0.3);
}

.world-grid-block .world-card-img-link {
    display: block;
    overflow: hidden;
    height: 200px;
}

.world-grid-block .world-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.world-grid-block .world-card:hover .world-card-img {
    transform: scale(1.1);
}

.world-grid-block .world-card-content {
    padding: 1.5rem;
    flex-grow: 1;
}

.world-grid-block .world-card-title {
    font-family: 'Cinzel', serif;
    font-size: 1.4rem;
    color: #F59E0B;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.world-grid-block .world-card-title-link {
    text-decoration: none;
}

.world-grid-block .world-card-title-link:hover .world-card-title {
    color: #8B5CF6;
}

.world-grid-block .world-card-text {
    font-family: 'Montserrat', sans-serif;
    color: #E2E8F0;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.world-grid-block .world-btn {
    background: linear-gradient(45deg, #0F52BA, #8B5CF6);
    color: #F8FAFC;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.75rem 1.5rem;
    border: none;
    border-bottom: 2px solid #F59E0B;
    border-radius: 4px;
    transition: brightness 0.3s ease, transform 0.2s ease;
}

.world-grid-block .world-btn:hover {
    filter: brightness(1.2);
    color: #FFFFFF;
    transform: scale(1.02);
}

@media (max-width: 768px) {
    .world-grid-block .section-title {
        font-size: 1.8rem;
    }

    .world-grid-block .section-subtitle {
        font-size: 1rem;
    }
}

/* ===== academy-grid ===== */
.academy-grid-block {
    background-color: #0A0C10;
    color: #F8FAFC;
    position: relative;
    overflow: hidden;
}

.academy-grid-block .academy-title {
    font-family: 'Cinzel', serif;
    color: #F59E0B;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.academy-grid-block .academy-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #CBD5E1;
    font-size: 1.1rem;
}

.academy-grid-block .search-wrapper {
    position: relative;
}

.academy-grid-block .search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #94A3B8;
    z-index: 10;
}

.academy-grid-block .js-academy-search {
    background-color: #1C2128;
    border: 1px solid #2D3748;
    color: #F8FAFC;
    padding-left: 45px;
    border-radius: 8px;
    transition: border-color 0.3s ease;
}

.academy-grid-block .js-academy-search:focus {
    background-color: #1C2128;
    border-color: #8B5CF6;
    box-shadow: 0 0 0 0.25rem rgba(139, 92, 246, 0.25);
    color: #F8FAFC;
}

.academy-grid-block .js-academy-search::placeholder {
    color: #64748B;
}

.academy-grid-block .academy-card {
    background: rgba(28, 33, 40, 0.8);
    border: 1px solid transparent;
    border-image: linear-gradient(to bottom right, #F59E0B, transparent, #0F52BA) 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.academy-grid-block .academy-card:hover {
    transform: translateY(-5px);
}

.academy-grid-block .card-img-container {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.academy-grid-block .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.academy-grid-block .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(10, 12, 16, 0.8), transparent);
}

.academy-grid-block .card-body {
    padding: 1.5rem;
    flex-grow: 1;
}

.academy-grid-block .card-meta {
    font-size: 0.85rem;
    color: #94A3B8;
    display: flex;
    gap: 15px;
}

.academy-grid-block .meta-item i {
    color: #10B981;
    margin-right: 4px;
}

.academy-grid-block .card-title-link {
    text-decoration: none;
}

.academy-grid-block .card-title {
    font-family: 'Cinzel', serif;
    color: #F59E0B;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.academy-grid-block .card-title-link:hover .card-title {
    color: #8B5CF6;
}

.academy-grid-block .card-text {
    font-family: 'Montserrat', sans-serif;
    color: #E2E8F0;
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.academy-grid-block .btn-academy {
    background: linear-gradient(45deg, #0F52BA, #8B5CF6);
    color: #F8FAFC;
    border: none;
    border-bottom: 2px solid #F59E0B;
    padding: 0.75rem 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: brightness 0.3s ease;
}

.academy-grid-block .btn-academy:hover {
    filter: brightness(1.2);
    color: #F8FAFC;
}

@media (max-width: 768px) {
    .academy-grid-block .academy-title {
        font-size: 1.75rem;
    }

    .academy-grid-block .academy-subtitle {
        font-size: 0.95rem;
    }
}

/* ===== progression-info ===== */
.progression-info-section {
    background-color: #0A0C10;
    background-image: radial-gradient(circle at top right, rgba(139, 92, 246, 0.15), transparent);
    color: #F8FAFC;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}

.progression-info-section .progression-title {
    font-family: 'Cinzel', serif;
    color: #F59E0B;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.progression-info-section .progression-subtitle {
    color: #CBD5E1;
    max-width: 700px;
    font-size: 1rem;
    line-height: 1.6;
}

.progression-info-section .progression-tabs-nav {
    background: #1C2128;
    padding: 5px;
    border-radius: 50px;
    border: 1px solid rgba(15, 82, 186, 0.3);
}

.progression-info-section .nav-link {
    color: #F8FAFC;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    background: transparent;
}

.progression-info-section .nav-link.active {
    background: linear-gradient(45deg, #0F52BA, #8B5CF6) !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
}

.progression-info-section .progression-card {
    background: rgba(28, 33, 40, 0.8);
    border: 1px solid rgba(15, 82, 186, 0.2);
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, border-color 0.3s ease;
    backdrop-filter: blur(10px);
}

.progression-info-section .progression-card:hover {
    border-color: #8B5CF6;
    transform: translateY(-5px);
}

.progression-info-section .progression-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.progression-info-section .progression-card-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.progression-info-section .progression-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.progression-info-section .progression-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #10B981;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.progression-info-section .seasonal-timer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #F59E0B;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
}

.progression-info-section .progression-card-title {
    font-family: 'Cinzel', serif;
    color: #E2E8F0;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.progression-info-section .progression-card-text {
    color: #94A3B8;
    font-size: 0.9rem;
    line-height: 1.5;
}

.progression-info-section .progression-xp-bar {
    width: 100%;
    height: 6px;
    background: #2D3748;
    border-radius: 3px;
    overflow: hidden;
}

.progression-info-section .progression-xp-fill {
    height: 100%;
    background: linear-gradient(90deg, #10B981, #0F52BA);
    border-radius: 3px;
}

.progression-info-section .progression-btn {
    background: linear-gradient(45deg, #0F52BA, #8B5CF6);
    color: #F8FAFC;
    border: none;
    border-bottom: 2px solid #F59E0B;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    width: fit-content;
}

.progression-info-section .progression-btn:hover {
    filter: brightness(1.2);
    color: #fff;
}

@media (max-width: 768px) {
    .progression-info-section .progression-title {
        font-size: 1.5rem;
    }

    .progression-info-section .nav-link {
        padding: 8px 15px;
        font-size: 0.8rem;
    }
}

/* ===== creations-info ===== */
.creations-info {
    background-color: #0A0C10;
    background-image: radial-gradient(circle at top right, rgba(139, 92, 246, 0.1), transparent 50%);
    position: relative;
    overflow: hidden;
}

.creations-info .creations-title {
    font-family: 'Cinzel', serif;
    color: #F59E0B;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.creations-info .creations-subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #94A3B8;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

.creations-info .creations-card {
    background: #1C2128;
    border: 1px solid rgba(245, 158, 11, 0.1);
    border-radius: 8px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.creations-info .creations-card:hover {
    transform: translateY(-5px);
    border-color: #0F52BA;
}

.creations-info .creations-img-wrapper {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.creations-info .creations-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.creations-info .creations-card:hover .creations-img {
    transform: scale(1.05);
}

.creations-info .creations-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.creations-info .creations-avatar {
    border-radius: 50%;
    border: 2px solid #8B5CF6;
    object-fit: cover;
}

.creations-info .creations-author {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    color: #CBD5E1;
    font-weight: 500;
}

.creations-info .creations-item-title {
    font-family: 'Cinzel', serif;
    color: #F8FAFC;
    font-size: 1.25rem;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.creations-info .creations-link {
    text-decoration: none;
}

.creations-info .creations-link:hover .creations-item-title {
    color: #8B5CF6;
}

.creations-info .creations-desc {
    font-family: 'Montserrat', sans-serif;
    color: #94A3B8;
    font-size: 0.95rem;
    line-height: 1.6;
}

.creations-info .creations-btn {
    background: linear-gradient(45deg, #0F52BA, #8B5CF6);
    color: #F8FAFC;
    padding: 10px 20px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem;
    text-decoration: none;
    border-bottom: 2px solid #F59E0B;
    transition: filter 0.3s ease;
}

.creations-info .creations-btn:hover {
    filter: brightness(1.2);
    color: #F8FAFC;
}

@media (max-width: 768px) {
    .creations-info .creations-title {
        font-size: 1.75rem;
    }

    .creations-info .creations-subtitle {
        font-size: 0.9rem;
    }
}

/* ===== footer ===== */
.mythralishoh-footer {
    background-color: #0A0C10;
    color: #F8FAFC;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    overflow: hidden;
    border-top: 2px solid #1C2128;
}

.mythralishoh-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #0F52BA, #8B5CF6, #10B981, transparent);
}

.mythralishoh-footer .footer-logo {
    max-width: 50px;
    height: auto;
    filter: drop-shadow(0 0 8px rgba(15, 82, 186, 0.4));
}

.mythralishoh-footer .footer-description {
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 320px;
}

.mythralishoh-footer .footer-title {
    font-family: 'Cinzel', serif;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #F59E0B;
}

.mythralishoh-footer .footer-link {
    color: #CBD5E1;
    text-decoration: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    padding: 6px 0;
    transition: all 0.3s ease;
}

.mythralishoh-footer .footer-link i {
    font-size: 1.1rem;
    margin-right: 8px;
    color: #0F52BA;
    transition: transform 0.3s ease;
}

.mythralishoh-footer .footer-link:hover {
    color: #10B981;
    padding-left: 5px;
}

.mythralishoh-footer .footer-link:hover i {
    transform: translateX(3px);
    color: #10B981;
}

.mythralishoh-footer .footer-contact-link {
    color: #CBD5E1;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.mythralishoh-footer .footer-contact-link:hover {
    color: #F59E0B;
}

.mythralishoh-footer .footer-contact-list i {
    font-size: 1.2rem;
}

.mythralishoh-footer .footer-divider {
    height: 1px;
    background: rgba(203, 213, 225, 0.1);
}

.mythralishoh-footer .copyright-text,
.mythralishoh-footer .site-tagline {
    font-size: 0.85rem;
    color: #94A3B8;
}

.mythralishoh-footer .text-gold {
    color: #F59E0B;
}

.mythralishoh-footer .text-emerald {
    color: #10B981;
}

.mythralishoh-footer .text-secondary-light {
    color: #CBD5E1;
}

@media (max-width: 767.98px) {
    .mythralishoh-footer {
        text-align: left;
    }

    .mythralishoh-footer .footer-title {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .mythralishoh-footer .footer-brand-section {
        margin-bottom: 2rem;
    }
}

/* ===== PAGE: privacy ===== */
.policy-document-wrapper .policy-content-container { padding: 40px 20px; color: #CBD5E1; font-family: 'Montserrat', sans-serif; line-height: 1.7; background: #161B22; border-radius: 8px; box-shadow: 0 4px 20px rgba(0,0,0,0.3); max-width: 1000px; margin: 0 auto; } .policy-document-wrapper .policy-last-updated { font-size: 0.9rem; color: #94A3B8; margin-bottom: 30px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #2D3748; padding-bottom: 15px; } .policy-document-wrapper .policy-section { margin-bottom: 40px; } .policy-document-wrapper .policy-heading { font-family: 'Cinzel', serif; color: #F59E0B; margin-bottom: 20px; position: relative; padding-bottom: 10px; } .policy-document-wrapper .policy-heading::after { content: ''; position: absolute; left: 0; bottom: 0; width: 50px; height: 2px; background: linear-gradient(90deg, #0F52BA, #8B5CF6); } .policy-document-wrapper .policy-text { margin-bottom: 1.2rem; font-weight: 400; text-align: justify; hyphens: auto; } .policy-document-wrapper .policy-list { list-style: none; padding-left: 0; margin-bottom: 1.5rem; } .policy-document-wrapper .policy-list-item { position: relative; padding-left: 25px; margin-bottom: 12px; } .policy-document-wrapper .policy-list-item::before { content: '\eb7a'; font-family: 'remixicon'; position: absolute; left: 0; top: 0; color: #10B981; font-size: 1.1rem; } .policy-document-wrapper .policy-link { color: #8B5CF6; text-decoration: none; transition: color 0.3s ease; font-weight: 500; } .policy-document-wrapper .policy-link:hover { color: #0F52BA; text-decoration: underline; } .policy-document-wrapper .policy-contact-box { background: #1C2128; padding: 25px; border-radius: 6px; border: 1px solid #2D3748; margin-top: 20px; } .policy-document-wrapper .policy-contact-box p { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; } .policy-document-wrapper .policy-contact-box i { color: #F59E0B; font-size: 1.2rem; } @media (max-width: 768px) { .policy-document-wrapper .policy-content-container { padding: 25px 15px; } .policy-document-wrapper .policy-heading { font-size: 16px !important; } .policy-document-wrapper .policy-text { font-size: 14px; } .policy-document-wrapper .policy-list-item { font-size: 14px; } }

/* ===== PAGE: terms ===== */
.policy-document-wrapper {
  background-color: #0A0C10;
  padding: 40px 20px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
}
.policy-document-wrapper .terms-content-container {
  max-width: 900px;
  width: 100%;
  background: #161B22;
  border: 1px solid #2D3748;
  padding: 40px;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}
.policy-document-wrapper .terms-content-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #0F52BA, #8B5CF6, #10B981);
}
.policy-document-wrapper .terms-heading {
  font-family: 'Cinzel', serif;
  color: #F59E0B;
  font-size: 24px;
  margin-top: 32px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(245, 158, 11, 0.2);
  padding-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.policy-document-wrapper .terms-text {
  font-family: 'Montserrat', sans-serif;
  color: #CBD5E1;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}
.policy-document-wrapper .terms-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}
.policy-document-wrapper .terms-list-item {
  font-family: 'Montserrat', sans-serif;
  color: #CBD5E1;
  padding: 12px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.policy-document-wrapper .terms-list-item i {
  color: #10B981;
  font-size: 20px;
  flex-shrink: 0;
}
.policy-document-wrapper .terms-link {
  color: #8B5CF6;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}
.policy-document-wrapper .terms-link:hover {
  color: #0F52BA;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .policy-document-wrapper {
    padding: 20px 15px;
  }
  .policy-document-wrapper .terms-content-container {
    padding: 20px;
  }
  .policy-document-wrapper .terms-heading {
    font-size: 18px;
    margin-top: 24px;
  }
  .policy-document-wrapper .terms-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .policy-document-wrapper .terms-list-item {
    font-size: 14px;
    padding: 10px 0;
  }
}

/* ===== PAGE: disclaimer ===== */
.policy-document-wrapper {
  padding: 2rem 1rem;
  background-color: #0A0C10;
  color: #CBD5E1;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.7;
}

.policy-document-wrapper .policy-content-section {
  max-width: 900px;
  margin: 0 auto;
  background: #161B22;
  padding: 2.5rem;
  border-radius: 8px;
  border: 1px solid rgba(139, 92, 246, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.policy-document-wrapper .policy-update-date {
  font-size: 0.875rem;
  color: #94A3B8;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.policy-document-wrapper .policy-update-date i {
  color: #8B5CF6;
}

.policy-document-wrapper h2 {
  font-family: 'Cinzel', serif;
  color: #F59E0B;
  font-size: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid rgba(245, 158, 11, 0.2);
  padding-bottom: 0.5rem;
}

.policy-document-wrapper p {
  margin-bottom: 1.25rem;
  text-align: justify;
}

.policy-document-wrapper strong {
  color: #F8FAFC;
  font-weight: 700;
}

.policy-document-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.policy-document-wrapper ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}

.policy-document-wrapper ul li::before {
  content: '\eb7e';
  font-family: 'remixicon';
  position: absolute;
  left: 0;
  color: #10B981;
  font-size: 1rem;
}

.policy-document-wrapper .js-policy-link {
  color: #8B5CF6;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.policy-document-wrapper .js-policy-link:hover {
  color: #0F52BA;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .policy-document-wrapper {
    padding: 1rem 0.5rem;
  }

  .policy-document-wrapper .policy-content-section {
    padding: 1.5rem;
  }

  .policy-document-wrapper h2 {
    font-size: 1.125rem;
  }

  .policy-document-wrapper p {
    font-size: 0.9375rem;
    hyphens: auto;
  }
}

/* ===== PAGE: cookies ===== */
.policy-document-wrapper {
  background-color: #0A0C10;
  color: #F8FAFC;
  font-family: 'Montserrat', sans-serif;
  padding: 40px 20px;
  min-height: 100vh;
}

.policy-document-wrapper .policy-container {
  max-width: 900px;
  margin: 0 auto;
}

.policy-document-wrapper .policy-header {
  border-bottom: 2px solid #2D3748;
  padding-bottom: 20px;
  text-align: center;
}

.policy-document-wrapper .policy-title {
  font-family: 'Cinzel', serif;
  color: #F59E0B;
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.policy-document-wrapper .policy-subtitle {
  color: #CBD5E1;
  font-size: 1.1rem;
  font-weight: 300;
}

.policy-document-wrapper .policy-heading-2 {
  font-family: 'Cinzel', serif;
  color: #E2E8F0;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  border-left: 4px solid #0F52BA;
  padding-left: 15px;
}

.policy-document-wrapper .policy-text {
  line-height: 1.8;
  color: #CBD5E1;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.policy-document-wrapper .policy-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.policy-document-wrapper .policy-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #CBD5E1;
}

.policy-document-wrapper .policy-list li::before {
  content: '\eb7e';
  font-family: 'remixicon';
  position: absolute;
  left: 0;
  color: #10B981;
  font-size: 1.2rem;
}

.policy-document-wrapper .policy-link {
  color: #8B5CF6;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.policy-document-wrapper .policy-link:hover {
  color: #0F52BA;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .policy-document-wrapper .policy-title {
    font-size: 1.25rem;
  }
  .policy-document-wrapper .policy-heading-2 {
    font-size: 1rem;
  }
  .policy-document-wrapper .policy-text, 
  .policy-document-wrapper .policy-list li {
    font-size: 0.875rem;
  }
  .policy-document-wrapper {
    padding: 20px 15px;
  }
}

/* ===== PAGE: game ===== */
.game-section-block {
  background-color: #0A0C10;
  font-family: 'Montserrat', sans-serif;
  color: #F8FAFC;
}

.game-section-block .game-title {
  font-family: 'Cinzel', serif;
  color: #F59E0B;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .game-section-block .game-title {
    font-size: 1.25rem;
  }
}

.game-section-block .game-tagline {
  color: #94A3B8;
  font-weight: 300;
}

.game-section-block .game-wrapper-container {
  background: #161B22;
  border: 1px solid rgba(15, 82, 186, 0.3);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(139, 92, 246, 0.1);
  position: relative;
}

.game-section-block .game-frame-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}

.game-section-block .game-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.game-section-block .game-fullscreen-trigger {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(10, 12, 16, 0.7);
  border: 1px solid #8B5CF6;
  color: #F8FAFC;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.game-section-block .game-fullscreen-trigger:hover {
  background: #8B5CF6;
  color: #FFF;
}

.game-section-block .game-controls-bar {
  background: #1C2128;
  border-top: 1px solid #2D3748;
}

.game-section-block .game-status {
  color: #10B981;
  font-size: 0.9rem;
  font-weight: 500;
}

.game-section-block .game-details-card {
  background: rgba(22, 27, 34, 0.6);
  border: 1px solid #2D3748;
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.game-section-block .game-info-title {
  font-family: 'Cinzel', serif;
  color: #E2E8F0;
  font-size: 1.5rem;
  margin: 0;
}

.game-section-block .game-info-title a {
  color: inherit;
}

.game-section-block .game-description {
  color: #CBD5E1;
  line-height: 1.7;
}

.game-section-block .game-meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
  padding: 15px;
  background: rgba(10, 12, 16, 0.4);
  border-radius: 8px;
}

.game-section-block .meta-item .label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #94A3B8;
  margin-bottom: 2px;
}

.game-section-block .meta-item .value {
  font-weight: 600;
  color: #F59E0B;
}

.game-section-block .btn-primary {
  background: linear-gradient(45deg, #0F52BA, #8B5CF6);
  border: none;
  box-shadow: 0 4px 15px rgba(15, 82, 186, 0.3);
}

.game-section-block .btn-outline-warning {
  border-color: #F59E0B;
  color: #F59E0B;
}

.game-section-block .btn-outline-warning:hover {
  background: #F59E0B;
  color: #1E293B;
}

.game-section-block .game-preview-link img {
  transition: transform 0.4s ease;
}

.game-section-block .game-preview-link:hover img {
  transform: scale(1.03);
}

/* ===== PAGE: world ===== */
.world-list-section {
  background-color: #0A0C10;
  color: #F8FAFC;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

.world-list-section .section-title {
  font-family: 'Cinzel', serif;
  color: #F59E0B;
  font-size: 2.5rem;
  letter-spacing: 2px;
}

.world-list-section .section-lead {
  color: #CBD5E1;
  font-size: 1.1rem;
}

.world-list-section .search-container {
  max-width: 500px;
}

.world-list-section .input-group {
  background: #1C2128;
  border-radius: 8px;
  padding: 5px;
  border: 1px solid #2D3748;
}

.world-list-section .input-group-text {
  background: transparent;
  color: #8B5CF6;
  font-size: 1.5rem;
}

.world-list-section .form-control {
  background: transparent;
  border: none;
  color: #F8FAFC;
  box-shadow: none;
}

.world-list-section .form-control::placeholder {
  color: #64748B;
}

.world-list-section .world-card {
  background: #1C2128;
  border: 1px solid transparent;
  position: relative;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.world-list-section .world-card::before {
  content: '';
  position: absolute;
  top: -1px; left: -1px; right: -1px; bottom: -1px;
  background: linear-gradient(to bottom right, #F59E0B, transparent, #0F52BA);
  z-index: -1;
  border-radius: 13px;
  opacity: 0.3;
}

.world-list-section .world-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
}

.world-list-section .world-card:hover::before {
  opacity: 1;
}

.world-list-section .card-img-wrapper {
  height: 200px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.world-list-section .card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.world-list-section .world-card:hover .card-img-top {
  transform: scale(1.1);
}

.world-list-section .card-title {
  font-family: 'Cinzel', serif;
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
}

.world-list-section .card-title a {
  color: #F8FAFC;
  transition: color 0.3s ease;
}

.world-list-section .card-title a:hover {
  color: #8B5CF6;
}

.world-list-section .badge {
  font-size: 0.7rem;
  padding: 0.4rem 0.8rem;
  letter-spacing: 1px;
}

.world-list-section .bg-sapphire {
  background-color: #0F52BA;
}

.world-list-section .card-text {
  color: #94A3B8;
  font-size: 0.95rem;
  line-height: 1.6;
}

.world-list-section .btn-primary {
  background: linear-gradient(45deg, #0F52BA, #8B5CF6);
  border: none;
  border-bottom: 2px solid #F59E0B;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
}

.world-list-section .btn-primary:hover {
  filter: brightness(1.2);
}

.world-list-section .game-cta-block {
  background: radial-gradient(circle at top right, rgba(139, 92, 246, 0.15), #161B22);
  border: 1px solid #2D3748;
}

.world-list-section .text-gold {
  color: #F59E0B !important;
  font-family: 'Cinzel', serif;
}

.world-list-section .text-silver {
  color: #E2E8F0;
}

.world-list-section .btn-energy {
  background: linear-gradient(45deg, #10B981, #0F52BA);
  color: #fff;
  border: none;
  padding: 1rem 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
}

.world-list-section .btn-energy:hover {
  color: #fff;
  filter: brightness(1.1);
  box-shadow: 0 0 15px rgba(16, 185, 129, 0.4);
}

@media (max-width: 768px) {
  .world-list-section .section-title {
    font-size: 1.75rem;
  }
  .world-list-section .card-img-wrapper {
    height: 180px;
  }
}

/* ===== PAGE: academy ===== */
.academy-list-section { background-color: #0A0C10; color: #F8FAFC; min-height: 80vh; }
.academy-list-section .academy-main-title { font-family: 'Cinzel', serif; color: #F59E0B; font-size: 2.5rem; letter-spacing: 2px; text-transform: uppercase; }
.academy-list-section .academy-subtitle { font-family: 'Montserrat', sans-serif; color: #CBD5E1; max-width: 700px; font-weight: 300; line-height: 1.6; }
.academy-list-section .search-wrapper .search-icon { color: #8B5CF6; font-size: 1.25rem; z-index: 5; }
.academy-list-section .academy-search-input { background: #1C2128 !important; border: 1px solid #2D3748 !important; color: #F8FAFC !important; padding-left: 3rem; border-radius: 8px; transition: border-color 0.3s ease; }
.academy-list-section .academy-search-input:focus { border-color: #8B5CF6 !important; box-shadow: 0 0 10px rgba(139, 92, 246, 0.2); }
.academy-list-section .academy-filter-btn { background: #161B22; border: 1px solid #2D3748; color: #CBD5E1; font-family: 'Montserrat', sans-serif; text-transform: uppercase; font-size: 0.875rem; padding: 0.6rem 1.5rem; transition: all 0.3s ease; }
.academy-list-section .academy-filter-btn:hover { background: #1C2128; color: #F8FAFC; border-color: #8B5CF6; }
.academy-list-section .academy-filter-btn.active { background: linear-gradient(45deg, #0F52BA, #8B5CF6); color: #F8FAFC; border-color: transparent; box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3); }
.academy-list-section .academy-card { background: #161B22; border: 1px solid rgba(245, 158, 11, 0.2); border-radius: 12px; transition: transform 0.3s ease, border-color 0.3s ease; overflow: hidden; display: flex; flex-direction: column; }
.academy-list-section .academy-card:hover { transform: translateY(-5px); border-color: #0F52BA; }
.academy-list-section .academy-card-img-wrapper { position: relative; overflow: hidden; aspect-ratio: 16/9; }
.academy-list-section .academy-card-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.academy-list-section .academy-card:hover .academy-card-img { transform: scale(1.05); }
.academy-list-section .academy-card-badge { position: absolute; top: 15px; right: 15px; background: rgba(16, 185, 129, 0.9); color: #FFF; padding: 0.25rem 0.8rem; border-radius: 20px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; z-index: 2; }
.academy-list-section .academy-card-meta { font-size: 0.8rem; color: #94A3B8; display: flex; align-items: center; }
.academy-list-section .academy-card-meta i { color: #8B5CF6; }
.academy-list-section .academy-card-link-title { text-decoration: none; display: block; }
.academy-list-section .academy-card-title { font-family: 'Cinzel', serif; color: #F8FAFC; font-size: 1.25rem; transition: color 0.3s ease; }
.academy-list-section .academy-card-link-title:hover .academy-card-title { color: #F59E0B; }
.academy-list-section .academy-card-text { font-family: 'Montserrat', sans-serif; color: #CBD5E1; font-size: 0.9rem; line-height: 1.5; flex-grow: 1; }
.academy-list-section .academy-card-btn { background: #2D3748; color: #F8FAFC; border: none; font-weight: 600; padding: 0.75rem; border-radius: 6px; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; }
.academy-list-section .academy-card-btn:hover { background: #0F52BA; color: #FFF; box-shadow: 0 5px 15px rgba(15, 82, 186, 0.4); }
@media (max-width: 767px) {
  .academy-list-section .academy-main-title { font-size: 1.8rem; }
  .academy-list-section .academy-subtitle { font-size: 0.9rem; }
}

/* ===== PAGE: chronicle ===== */
.chronicle-section {
  background-color: #0A0C10;
  color: #F8FAFC;
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

.chronicle-section .chronicle-section__main-title {
  font-family: 'Cinzel', serif;
  color: #F59E0B;
  font-size: 2.5rem;
  letter-spacing: 2px;
}

.chronicle-section .chronicle-section__lead-text {
  color: #CBD5E1;
  max-width: 600px;
  font-weight: 300;
}

.chronicle-section .chronicle-section__filter-btn {
  background: #1C2128;
  color: #E2E8F0;
  border: 1px solid #2D3748;
  padding: 8px 20px;
  border-radius: 0;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.chronicle-section .chronicle-section__filter-btn.active,
.chronicle-section .chronicle-section__filter-btn:hover {
  background: linear-gradient(45deg, #0F52BA, #8B5CF6);
  color: #fff;
  border-color: transparent;
}

.chronicle-section .chronicle-section__card {
  background: rgba(22, 27, 34, 0.8);
  border: 1px solid rgba(245, 158, 11, 0.2);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, border-color 0.3s ease;
  border-radius: 4px;
}

.chronicle-section .chronicle-section__card:hover {
  border-color: #0F52BA;
  transform: translateY(-5px);
}

.chronicle-section .chronicle-section__card-img {
  height: 200px;
  object-fit: cover;
  border-bottom: 2px solid #0F52BA;
}

.chronicle-section .chronicle-section__category-badge {
  background-color: #0F52BA;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0;
  font-weight: 500;
}

.chronicle-section .chronicle-section__date {
  font-size: 0.8rem;
  color: #94A3B8;
}

.chronicle-section .chronicle-section__card-title a {
  font-family: 'Cinzel', serif;
  color: #F59E0B;
  font-size: 1.25rem;
  transition: color 0.3s ease;
}

.chronicle-section .chronicle-section__card-title a:hover {
  color: #8B5CF6;
}

.chronicle-section .chronicle-section__card-text {
  color: #CBD5E1;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.chronicle-section .chronicle-section__card-btn {
  background: linear-gradient(45deg, #0F52BA, #8B5CF6);
  color: #fff;
  border: none;
  border-bottom: 2px solid #F59E0B;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.85rem;
  transition: brightness 0.3s ease;
}

.chronicle-section .chronicle-section__card-btn:hover {
  filter: brightness(1.2);
  color: #fff;
}

.chronicle-section .chronicle-section__card-footer {
  background: transparent;
  border-top: 1px solid #2D3748;
}

.chronicle-section .chronicle-section__newsletter-box {
  background: #161B22;
  border: 1px solid #2D3748;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.chronicle-section .chronicle-section__newsletter-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0F52BA, #8B5CF6, #10B981);
}

.chronicle-section .chronicle-section__input {
  background: #0A0C10;
  border: 1px solid #2D3748;
  color: #F8FAFC;
  padding: 12px 15px;
  border-radius: 0;
}

.chronicle-section .chronicle-section__input::placeholder {
  color: #64748B;
}

.chronicle-section .chronicle-section__input:focus {
  background: #1C2128;
  border-color: #0F52BA;
  box-shadow: none;
  color: #fff;
}

.chronicle-section .chronicle-section__submit-btn {
  background: #F59E0B;
  color: #1E293B;
  font-weight: 700;
  padding: 12px;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease;
}

.chronicle-section .chronicle-section__submit-btn:hover {
  background: #D97706;
  color: #1E293B;
}

@media (max-width: 768px) {
  .chronicle-section .chronicle-section__main-title {
    font-size: 1.75rem;
  }
  .chronicle-section .chronicle-section__lead-text {
    font-size: 0.9rem;
  }
}

/* ===== PAGE: contact ===== */
.myth-contact-section {
  background-color: #0A0C10;
  background-image: radial-gradient(circle at top right, rgba(139, 92, 246, 0.1), transparent);
  color: #F8FAFC;
  font-family: 'Montserrat', sans-serif;
}

.myth-contact-title {
  font-family: 'Cinzel', serif;
  color: #F59E0B;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.myth-contact-subtitle {
  color: #CBD5E1;
  font-size: 1.1rem;
  line-height: 1.6;
}

.myth-section-heading {
  font-family: 'Cinzel', serif;
  color: #0F52BA;
  font-weight: 700;
  border-bottom: 2px solid #8B5CF6;
  display: inline-block;
  padding-bottom: 5px;
}

.myth-contact-info-card,
.myth-contact-form-card {
  background: rgba(28, 33, 40, 0.8);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}

.myth-info-icon-wrapper {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #0F52BA, #8B5CF6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.myth-info-label {
  color: #94A3B8;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 700;
}

.myth-info-value {
  color: #F8FAFC;
  font-size: 1.1rem;
  font-weight: 500;
}

.myth-contact-text {
  color: #CBD5E1;
  line-height: 1.8;
}

.myth-scroll-img {
  max-width: 200px;
  opacity: 0.6;
  filter: drop-shadow(0 0 10px #0F52BA);
}

.myth-contact-section .form-outline .form-control {
  background: rgba(10, 12, 16, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.3);
  color: #F8FAFC !important;
}

.myth-contact-section .form-outline .form-control:focus {
  border-color: #8B5CF6;
  box-shadow: 0 0 5px rgba(139, 92, 246, 0.5);
}

.myth-contact-section .form-label {
  color: #CBD5E1 !important;
}

.myth-contact-section .form-outline .form-control:focus ~ .form-label {
  color: #8B5CF6 !important;
}

.myth-btn-primary {
  background: linear-gradient(45deg, #0F52BA, #8B5CF6);
  border: none;
  border-bottom: 2px solid #F59E0B;
  color: #FFFFFF;
  padding: 12px 30px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.myth-btn-primary:hover {
  filter: brightness(1.2);
  transform: translateY(-2px);
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .myth-contact-title {
    font-size: 1.8rem;
  }
  .myth-contact-subtitle {
    font-size: 0.95rem;
  }
  .myth-contact-info-card,
  .myth-contact-form-card {
    padding: 1.5rem !important;
  }
}

.myth-comment-card {
    background: rgba(22, 27, 34, 0.8);
    border: 1px solid transparent;
    border-image: linear-gradient(to bottom right, #F59E0B, transparent, #0F52BA) 1;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.myth-comment-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle at top right, rgba(139, 92, 246, 0.15), transparent);
    pointer-events: none;
}

.comment-avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid #0F52BA;
    box-shadow: 0 0 10px rgba(15, 82, 186, 0.5);
}

.avatar-wrapper {
    position: relative;
    z-index: 1;
}

.comment-author {
    font-family: 'Cinzel', serif;
    color: #F59E0B;
    font-weight: 700;
    letter-spacing: 1px;
}

.comment-timestamp {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    color: #94A3B8;
}

.comment-rank {
    font-size: 0.8rem;
    color: #10B981;
    font-weight: 500;
    text-transform: uppercase;
}

.comment-text {
    font-family: 'Montserrat', sans-serif;
    color: #F8FAFC;
    line-height: 1.6;
    font-size: 1rem;
}

.btn-comment-action {
    background: none;
    border: none;
    color: #CBD5E1;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    padding: 0;
    transition: color 0.3s ease;
}

.btn-comment-action:hover {
    color: #8B5CF6;
}

.myth-reply-card {
    background: rgba(28, 33, 40, 0.6);
    border-left: 3px solid #8B5CF6;
    position: relative;
}

.myth-reply-card::after {
    content: '';
    position: absolute;
    left: -20px;
    top: 20px;
    width: 20px;
    height: 2px;
    background: #8B5CF6;
}

.reply-avatar {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border: 1px solid #8B5CF6;
}

.reply-author {
    font-family: 'Cinzel', serif;
    color: #E2E8F0;
    font-weight: 400;
}

.comment-text.small {
    font-size: 0.9rem;
    color: #CBD5E1;
}


/* ===== PAGE TEMPLATE: game-detail ===== */
.myth-theme {
    background-color: #0A0C10;
    color: #F8FAFC;
    font-family: 'Montserrat', sans-serif;
}

.mythralishoh-header .navbar {
    background-color: #0A0C10 !important;
    border-bottom: 1px solid rgba(139, 92, 246, 0.2);
}

.myth-detail-hero {
    position: relative;
    height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.myth-detail-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.myth-detail-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(4px) brightness(0.4);
}

.myth-detail-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0A0C10 0%, transparent 100%);
    z-index: 2;
}

.myth-detail-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.5rem, 4vw, 3rem);
    color: #F59E0B;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.myth-detail-subtitle {
    color: #CBD5E1;
    font-size: 1.1rem;
    max-width: 800px;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: #8B5CF6;
    font-size: 0.85rem;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #F8FAFC;
}

.myth-game-wrapper {
    background: #161B22;
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.myth-iframe-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
}

.myth-game-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.game-status-badge {
    background: rgba(16, 185, 129, 0.2);
    color: #10B981;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.myth-btn-fullscreen {
    background: #1C2128;
    color: #F8FAFC;
    border: 1px solid #8B5CF6;
    padding: 6px 16px;
    border-radius: 4px;
    transition: all 0.3s;
}

.myth-btn-fullscreen:hover {
    background: #8B5CF6;
    color: #F8FAFC;
}

.myth-content-block,
.myth-sidebar-card,
.myth-comments-section {
    background: #1C2128;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.section-heading,
.sidebar-title {
    font-family: 'Cinzel', serif;
    color: #F59E0B;
    border-left: 4px solid #0F52BA;
    padding-left: 15px;
}

.myth-rich-text p {
    line-height: 1.7;
    color: #CBD5E1;
}

.myth-specs-list strong {
    color: #8B5CF6;
}

.myth-specs-list span {
    color: #F8FAFC;
}

.myth-input {
    background-color: #0A0C10 !important;
    border: 1px solid rgba(139, 92, 246, 0.3) !important;
    color: #F8FAFC !important;
    padding: 12px !important;
}

.myth-input::placeholder {
    color: #94A3B8 !important;
    opacity: 1;
}

.mythralishoh-btn-primary {
    background: linear-gradient(45deg, #0F52BA, #8B5CF6);
    color: #F8FAFC !important;
    border: none;
    padding: 12px 24px;
    border-bottom: 3px solid #F59E0B;
    transition: filter 0.2s;
}

.myth-comment-card {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.comment-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.avatar-wrapper {
    position: relative;
}

.energy-ring {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid #F59E0B;
    border-radius: 50%;
    opacity: 0.5;
}

.comment-author {
    color: #F59E0B;
    font-family: 'Cinzel', serif;
}

.comment-timestamp {
    font-size: 0.75rem;
    color: #94A3B8;
}

.comment-rank {
    font-size: 0.8rem;
    color: #10B981;
}

.btn-comment-action {
    background: transparent;
    border: none;
    color: #8B5CF6;
    font-size: 0.85rem;
    padding: 0;
    margin-right: 15px;
}

.btn-comment-action.active {
    color: #EF4444;
}

.myth-related-item:hover h6 {
    color: #F59E0B !important;
}

@media (max-width: 767.98px) {
    .myth-detail-hero {
        height: 250px;
    }

    .myth-detail-title {
        font-size: 1.5rem;
    }

    .comment-avatar {
        width: 45px;
        height: 45px;
    }

    .myth-iframe-container {
        padding-top: 75%;
    }
}

/* ===== PAGE TEMPLATE: world-detail ===== */
.myth-detail-page {
    background-color: #0A0C10;
    color: #F8FAFC;
    font-family: 'Montserrat', sans-serif;
}

.myth-detail-hero {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 2rem;
    overflow: hidden;
}

.myth-detail-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.myth-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.myth-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0A0C10 0%, rgba(10, 12, 16, 0.4) 100%);
}

.breadcrumb-item a {
    color: #CBD5E1;
    text-decoration: none;
}

.breadcrumb-item.active.text-gold {
    color: #F59E0B !important;
}

.myth-page-title {
    font-family: 'Cinzel', serif;
    color: #F59E0B !important;
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 1rem;
}

.myth-page-subtitle {
    font-size: 1.25rem;
    color: #CBD5E1 !important;
}

.myth-content-card {
    background: #161B22;
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid rgba(139, 92, 246, 0.1);
}

.myth-main-content-text h2,
.myth-main-content-text h3 {
    font-family: 'Cinzel', serif;
    color: #F59E0B;
    margin-top: 2rem;
    margin-bottom: 1.2rem;
}

.myth-main-content-text p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #F8FAFC;
}

.myth-main-content-text ul,
.myth-main-content-text ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.myth-main-content-text li {
    margin-bottom: 0.5rem;
    color: #CBD5E1;
}

.myth-gallery-slider {
    height: 450px;
    background: #1C2128;
}

.myth-slide-img {
    height: 450px;
    object-fit: cover;
}

.myth-slider-controls button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(15, 82, 186, 0.6);
    border: none;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 10;
    transition: background 0.3s;
}

.myth-slider-controls button:hover {
    background: #8B5CF6;
}

.myth-slider-prev {
    left: 20px;
}

.myth-slider-next {
    right: 20px;
}

.myth-sidebar-widget {
    background: #161B22;
    padding: 1.5rem;
    border-radius: 12px;
    border-left: 3px solid #F59E0B;
}

.widget-title {
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.text-emerald {
    color: #10B981 !important;
}

.myth-cta-card {
    background: linear-gradient(135deg, #0F52BA 0%, #8B5CF6 100%);
    color: white;
}

.myth-btn-primary {
    background: #F59E0B;
    color: #0A0C10 !important;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
}

.myth-btn-primary:hover {
    filter: brightness(1.1);
}

.myth-comment-card,
.myth-reply-card {
    background: #1C2128;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.comment-avatar,
.reply-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #F59E0B;
}

.comment-author,
.reply-author {
    color: #F59E0B;
    font-family: 'Cinzel', serif;
}

.comment-timestamp {
    font-size: 0.7rem;
    color: #94A3B8;
}

.comment-rank {
    font-size: 0.8rem;
    color: #10B981;
}

.btn-comment-action {
    background: transparent;
    border: none;
    color: #CBD5E1;
    font-size: 0.85rem;
    padding: 0;
    transition: color 0.2s;
}

.btn-comment-action:hover {
    color: #F59E0B;
}

.myth-input,
.myth-textarea {
    background: #1C2128 !important;
    border: 1px solid rgba(139, 92, 246, 0.3) !important;
    color: #F8FAFC !important;
}

.myth-input::placeholder,
.myth-textarea::placeholder {
    color: #64748B !important;
}

.myth-btn-submit {
    background: #0F52BA;
    color: white !important;
    padding: 10px 25px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .myth-detail-hero {
        min-height: 300px;
    }

    .myth-gallery-slider,
    .myth-slide-img {
        height: 300px;
    }

    .myth-content-card {
        padding: 1.25rem;
    }

    .myth-reply-card {
        ms-2;
    }
}

/* ===== PAGE TEMPLATE: academy-detail ===== */
.myth-detail-main {
    background-color: #0A0C10;
    color: #F8FAFC;
    font-family: 'Montserrat', sans-serif;
}

.myth-detail-main .text-gold {
    color: #F59E0B !important;
}

.myth-detail-main .text-emerald {
    color: #10B981 !important;
}

.myth-detail-main .text-sapphire {
    color: #0F52BA !important;
}

.myth-detail-main .text-silver {
    color: #E2E8F0 !important;
}

.myth-content-body h2,
.myth-content-body h3 {
    font-family: 'Cinzel', serif;
    color: #F59E0B !important;
    margin-top: 2rem;
    margin-bottom: 1.2rem;
}

.myth-content-body p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.myth-content-body ul {
    margin-bottom: 2rem;
    padding-left: 1.2rem;
}

.myth-content-body li {
    margin-bottom: 0.75rem;
    position: relative;
}

.myth-content-body li::marker {
    color: #8B5CF6;
}

.myth-academy-stats {
    background-color: #161B22;
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.myth-sidebar .sidebar-widget {
    background-color: #161B22;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(245, 158, 11, 0.1);
}

.myth-sidebar .guide-card-mini .mini-thumb {
    width: 80px;
    height: 60px;
    object-fit: cover;
}

.myth-sidebar .hover-emerald:hover {
    color: #10B981 !important;
}

.myth-comment-card,
.myth-reply-card {
    background-color: #1C2128;
    border: 1px solid rgba(15, 82, 186, 0.2);
    border-radius: 12px;
    position: relative;
}

.avatar-wrapper {
    position: relative;
    width: 60px;
    height: 60px;
}

.comment-avatar,
.reply-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #8B5CF6;
}

.energy-ring {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px dashed #F59E0B;
    border-radius: 50%;
    opacity: 0.5;
}

.comment-author,
.reply-author {
    color: #F59E0B;
    font-family: 'Cinzel', serif;
}

.comment-timestamp {
    font-size: 0.7rem;
    color: #94A3B8;
}

.comment-rank {
    font-size: 0.75rem;
    color: #10B981;
    font-weight: 700;
}

.btn-comment-action {
    background: none;
    border: none;
    color: #CBD5E1;
    font-size: 0.85rem;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
}

.btn-comment-action:hover,
.btn-comment-action.active {
    color: #F59E0B;
}

.myth-comment-form-box {
    background-color: #161B22;
    border: 1px solid rgba(139, 92, 246, 0.3);
}

.myth-input {
    background-color: #0A0C10 !important;
    border: 1px solid #2D3748 !important;
    color: #F8FAFC !important;
}

.myth-input::placeholder {
    color: #64748B !important;
}

.myth-input:focus {
    border-color: #8B5CF6 !important;
    box-shadow: 0 0 10px rgba(139, 92, 246, 0.2);
}

.detail-hero {
    padding-top: 40px !important;
    min-height: 400px !important;
}

.detail-hero .breadcrumb-item+.breadcrumb-item::before {
    color: #94A3B8;
}

.mythralishoh-btn-primary {
    background: linear-gradient(45deg, #0F52BA, #8B5CF6);
    color: #F8FAFC !important;
    border: none;
    border-bottom: 3px solid #F59E0B;
    padding: 12px 24px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: filter 0.2s;
}

.mythralishoh-btn-primary:hover {
    filter: brightness(1.2);
}

@media (max-width: 768px) {
    .myth-reply-card {
        margin-left: 1rem !important;
    }

    .myth-hero-title {
        font-size: 1.8rem;
    }

    .avatar-wrapper {
        width: 45px;
        height: 45px;
    }
}

/* ===== PAGE TEMPLATE: chronicle-detail ===== */
.myth-detail-wrapper {
    background-color: #0A0C10;
    color: #F8FAFC;
    min-height: 100vh;
    font-family: 'Montserrat', sans-serif;
}

.mythralishoh-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.mythralishoh-header .navbar {
    background-color: #0A0C10 !important;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(139, 92, 246, 0.2);
}

.mythralishoh-header .navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 0;
}

.mythralishoh-header .header-logo {
    max-width: 45px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(15, 82, 186, 0.4));
}

.mythralishoh-header .site-name {
    font-family: 'Cinzel', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #F59E0B;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mythralishoh-header .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #F8FAFC !important;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.mythralishoh-header .nav-link:hover,
.mythralishoh-header .nav-link:focus {
    color: #8B5CF6 !important;
}

.mythralishoh-header .btn-header-cta {
    background: linear-gradient(45deg, #0F52BA, #8B5CF6);
    color: #F8FAFC !important;
    padding: 0.6rem 1.5rem !important;
    border-radius: 4px;
    border-bottom: 2px solid #F59E0B;
    margin-left: 10px;
    text-align: center;
}

.mythralishoh-header .dropdown-menu {
    background-color: #1C2128;
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 4px;
}

.mythralishoh-hero {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    background: #0A0C10;
    overflow: hidden;
    padding: 40px 0;
}

.mythralishoh-hero-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mythralishoh-hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mythralishoh-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(10, 12, 16, 0.9) 0%, rgba(10, 12, 16, 0.4) 100%);
    z-index: 2;
}

.mythralishoh-hero-energy-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #0F52BA 0%, #8B5CF6 50%, #10B981 100%);
    z-index: 3;
}

.mythralishoh-hero-container {
    position: relative;
    z-index: 4;
}

.mythralishoh-hero-content-box {
    background: rgba(22, 27, 34, 0.7);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    border-left: 5px solid #F59E0B;
}

.mythralishoh-hero-title {
    font-family: 'Cinzel', serif;
    color: #F59E0B !important;
    font-size: clamp(1.5rem, 5vw, 3rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.mythralishoh-hero-subtitle {
    color: #F8FAFC !important;
    font-size: 1rem;
    max-width: 800px;
}

.myth-article-card {
    background: #161B22;
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 16px;
    padding: 2rem;
}

.myth-content-rich h2,
.myth-content-rich h3 {
    font-family: 'Cinzel', serif;
    color: #F59E0B !important;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.myth-content-rich p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.myth-content-rich ul {
    list-style: none;
    padding-left: 1.5rem;
}

.myth-content-rich ul li::before {
    content: '✦';
    color: #10B981;
    margin-right: 10px;
}

.myth-sidebar-widget {
    background: #1C2128;
    border: 1px solid rgba(245, 158, 11, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
}

.widget-title {
    font-family: 'Cinzel', serif;
    font-size: 1.25rem;
}

.sidebar-thumb {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.sidebar-item-title {
    font-size: 0.95rem;
    line-height: 1.4;
    transition: color 0.3s;
}

.myth-sidebar-item:hover .sidebar-item-title {
    color: #8B5CF6 !important;
}

.sidebar-promo {
    background: linear-gradient(135deg, rgba(15, 82, 186, 0.2), rgba(139, 92, 246, 0.2));
    border: 2px solid #F59E0B;
}

.myth-comment-card {
    background: #1C2128;
    border-radius: 12px;
    border: 1px solid rgba(139, 92, 246, 0.1);
    position: relative;
}

.avatar-wrapper {
    position: relative;
    width: 60px;
}

.comment-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #F59E0B;
}

.energy-ring {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px dashed #8B5CF6;
    animation: spin 10s linear infinite;
    opacity: 0.5;
}

.comment-author {
    font-family: 'Cinzel', serif;
    color: #F59E0B;
    font-size: 1.1rem;
}

.comment-timestamp {
    font-size: 0.75rem;
    color: #94A3B8;
}

.comment-rank {
    font-size: 0.8rem;
    color: #10B981;
}

.btn-comment-action {
    background: none;
    border: none;
    color: #CBD5E1;
    font-size: 0.85rem;
    padding: 0;
    transition: color 0.2s;
}

.btn-comment-action:hover {
    color: #8B5CF6;
}

.myth-reply-card {
    background: rgba(255, 255, 255, 0.03);
    border-left: 3px solid #10B981;
    border-radius: 0 12px 12px 0;
}

.myth-input {
    background-color: #0A0C10 !important;
    border: 1px solid #2D3748 !important;
    color: #F8FAFC !important;
    padding: 12px;
}

.myth-input:focus {
    border-color: #8B5CF6 !important;
    box-shadow: 0 0 10px rgba(139, 92, 246, 0.3);
}

.mythralishoh-btn-primary {
    background: linear-gradient(45deg, #0F52BA, #8B5CF6);
    color: #F8FAFC !important;
    border: none;
    border-bottom: 3px solid #F59E0B;
    padding: 12px 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: filter 0.2s;
}

.mythralishoh-btn-primary:hover {
    filter: brightness(1.2);
}

.mythralishoh-footer {
    background-color: #0A0C10;
    color: #F8FAFC;
    border-top: 2px solid #1C2128;
}

.footer-logo {
    max-width: 50px;
}

.footer-link {
    color: #CBD5E1;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 6px 0;
    display: block;
    transition: all 0.3s;
}

.footer-link:hover {
    color: #10B981;
    padding-left: 5px;
}

.text-gold {
    color: #F59E0B !important;
}

.text-emerald {
    color: #10B981 !important;
}

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

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 18px !important;
    }

    h2 {
        font-size: 16px !important;
    }

    h3 {
        font-size: 14px !important;
    }

    .myth-article-card {
        padding: 1rem;
    }

    .myth-reply-card {
        ms-2 !important;
    }
}

/* ===== targeted visibility and spacing fixes ===== */
body.mythral-theme .text-secondary-light,
body.myth-theme .text-secondary-light {
    color: #E2E8F0 !important;
}

body.mythral-theme .text-muted,
body.myth-theme .text-muted,
body.mythral-theme .text-muted-light,
body.myth-theme .text-muted-light {
    color: #CBD5E1 !important;
    opacity: 1 !important;
}

body.mythral-theme .text-silver,
body.myth-theme .text-silver {
    color: #F8FAFC !important;
}

body.mythral-theme .myth-content-body,
body.mythral-theme .myth-content-body p,
body.mythral-theme .myth-content-body li,
body.mythral-theme .myth-text-block,
body.mythral-theme .myth-text-block p,
body.myth-theme .myth-content-rich,
body.myth-theme .myth-content-rich p,
body.myth-theme .myth-content-rich li,
body.myth-detail-page .myth-main-content-text p,
body.myth-detail-page .myth-main-content-text li {
    color: #E2E8F0 !important;
}

body.mythral-theme .myth-detail-hero > .container.position-relative,
body.myth-theme .myth-detail-hero > .container.position-relative {
    z-index: 4;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

body.mythral-theme .myth-detail-hero .breadcrumb,
body.myth-theme .myth-detail-hero .breadcrumb,
body.mythral-theme .myth-detail-subtitle,
body.myth-theme .myth-detail-subtitle {
    color: #F8FAFC !important;
}

body.mythral-theme .myth-comments-section,
body.myth-theme .myth-comments-section,
body.mythral-theme .myth-comments-block,
body.myth-theme .myth-comments-block,
body.myth-detail-page .myth-comments-block {
    background: #1C2128;
    border: 1px solid rgba(139, 92, 246, 0.25);
    border-radius: 12px;
    padding: clamp(1.25rem, 2vw, 2rem) !important;
}

body.mythral-theme .myth-comment-form-container,
body.myth-theme .myth-comment-form-container,
body.mythral-theme .myth-comment-form-box,
body.myth-theme .myth-comment-form-box {
    background: #161B22;
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 12px;
    padding: clamp(1.25rem, 2vw, 2rem) !important;
}

body.mythral-theme .mythralishoh-btn-primary,
body.mythral-theme .btn.mythralishoh-btn-primary,
body.myth-theme .mythralishoh-btn-primary,
body.myth-theme .btn.mythralishoh-btn-primary,
body.mythral-theme .mythralishoh-btn-secondary,
body.mythral-theme .btn.mythralishoh-btn-secondary,
body.myth-theme .mythralishoh-btn-secondary,
body.myth-theme .btn.mythralishoh-btn-secondary {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.25 !important;
    min-height: 48px;
}

body.mythral-theme .mythralishoh-hero-actions,
body.myth-theme .mythralishoh-hero-actions {
    align-items: center !important;
}

body.mythral-theme .mythralishoh-hero-actions .btn,
body.myth-theme .mythralishoh-hero-actions .btn {
    height: 60px !important;
    padding: 16px 32px !important;
}

body.mythral-theme .sidebar-widget .mythralishoh-btn-primary.w-100,
body.myth-theme .sidebar-widget .mythralishoh-btn-primary.w-100,
body.myth-theme .sidebar-promo .mythralishoh-btn-primary.w-100 {
    width: 100%;
}

body.mythral-theme .myth-sidebar .bg-surface,
body.myth-theme .myth-sidebar .bg-surface {
    background: #1C2128 !important;
    border: 1px solid rgba(245, 158, 11, 0.18);
}

body.myth-theme .myth-related-item small.text-muted,
body.myth-detail-page .myth-recent-list small.text-muted,
body.myth-detail-page .myth-comments-block .text-muted,
body.mythral-theme .chronicle-section .chronicle-section__card-footer .text-muted {
    color: #E2E8F0 !important;
}

body.mythral-theme .chronicle-section .chronicle-section__card-footer {
    background: rgba(10, 12, 16, 0.35);
    border-top-color: rgba(139, 92, 246, 0.35);
}

body.mythral-theme .page-content-wrapper > .policy-content-container {
    max-width: 1000px;
    margin: clamp(2rem, 5vw, 4rem) auto;
    padding: clamp(1.5rem, 4vw, 3rem);
    color: #E2E8F0;
    background: #161B22;
    border: 1px solid rgba(139, 92, 246, 0.25);
    border-radius: 12px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

body.mythral-theme .page-content-wrapper > .policy-content-container .policy-last-updated {
    color: #CBD5E1;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(139, 92, 246, 0.35);
}

body.mythral-theme .page-content-wrapper > .policy-content-container .policy-heading {
    color: #F59E0B !important;
    margin-top: 2.25rem;
    margin-bottom: 1rem;
}

body.mythral-theme .page-content-wrapper > .policy-content-container .policy-text,
body.mythral-theme .page-content-wrapper > .policy-content-container .policy-list-item {
    color: #E2E8F0;
    line-height: 1.8;
}

body.mythral-theme .page-content-wrapper > .policy-content-container .policy-list {
    list-style: none;
    padding-left: 0;
}

body.mythral-theme .page-content-wrapper > .policy-content-container .policy-list-item {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.9rem;
}

body.mythral-theme .page-content-wrapper > .policy-content-container .policy-list-item::before {
    content: '\eb7e';
    position: absolute;
    top: 0;
    left: 0;
    color: #10B981;
    font-family: 'remixicon';
}

body.mythral-theme .page-content-wrapper > .policy-content-container .policy-contact-box {
    background: #1C2128;
    border: 1px solid rgba(245, 158, 11, 0.25);
    border-radius: 10px;
    padding: 1.25rem;
}

body.mythral-theme .page-content-wrapper > .policy-content-container .policy-contact-box p {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

body.mythral-theme .page-content-wrapper > .policy-content-container .policy-link {
    color: #A78BFA;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    body.mythral-theme .page-content-wrapper > .policy-content-container {
        margin: 1rem;
        padding: 1.25rem;
    }

    body.mythral-theme .page-content-wrapper > .policy-content-container .policy-contact-box p {
        display: block;
    }
}
