html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /*  margin-bottom: 60px;*/
    background-color: #000000;
}


.cover-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.cover-image {
    width: 100%;
    height: auto;
    display: block;
}

.monologue-overlay {
    position: absolute;
    top: 25%; /* Adjust this value to move it further down if needed */
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    pointer-events: none;
}

.monologue-text {
    font-family: 'Nanum Brush Script', cursive;
    font-size: 2rem;
    color: #e0e0e0;
    text-shadow: 0 0 10px #00ffe7, 0 0 20px rgba(0,0,0,0.6);
    background: rgba(0, 0, 0, 0.4);
    padding: 1rem;
    border-radius: 12px;
    line-height: 1.6;
}
/* Responsive sidebar container */
.chrono-sidebar-container {
    display: block;
}

@media (max-width: 991.98px) {
    .chrono-sidebar-container {
        position: static !important;
        margin-bottom: 1rem;
    }
}

/* Sidebar link styling */
.chrono-sidebar .chrono-sidebar-link {
    background-color: transparent;
    color: white !important;
    font-weight: bold;
    border: none;
    font-family: 'Orbitron', sans-serif;
}

    .chrono-sidebar .chrono-sidebar-link:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: #00ffe7 !important;
        text-shadow: 0 0 8px #00ffe7;
    }

/* Main body content */
.chrono-body-text {
    color: #dddddd;
    font-family: 'Nanum Brush Script', cursive;
    font-size: 1.1rem;
    line-height: 1.7;
}




/* Accordion header button styling */
.accordion-button {
    background-color: #111 !important;
    color: #ffffff !important;
    font-weight: bold;
    border: none;
    box-shadow: none;
}

    .accordion-button:not(.collapsed) {
        background-color: #181818 !important;
        color: #00ffe7 !important;
        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    }

/* Accordion body styling */
.accordion-body,
.accordion-body * {
    color: #ffffff !important;
}
.accordion-body {
    background-color: rgba(0, 0, 0, 0.4);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Override borders on accordion wrapper */
.accordion-item {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/*
.chapter-card {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 24px 28px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(157,127,255,0.05);
    transition: all 0.25s ease-in-out;
}

    .chapter-card:hover {
        border-color: #9D7FFF;
        box-shadow: 0 0 12px rgba(157,127,255,0.2);
    }

.chapter-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 20px;
    margin-bottom: 12px;
}

.chapter-status {
    font-size: 14px;
    color: #aaa;
    font-style: italic;
}

.chapter-text p {
    font-size: 17px;
    line-height: 1.75;
    text-align: justify;
    color: #ddd;
}

    .chapter-text p:first-letter {
        font-size: 22px;
        font-weight: bold;
        color: #9D7FFF;
        margin-right: 6px;
    }*/
/*.prologue-container {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 50px;
    box-shadow: 0 0 25px rgba(157,127,255,0.15);
}

.chapter-holo {
    color: #E0E0E0;
    text-shadow: 0 0 6px #9D7FFF, 0 0 12px rgba(157,127,255,0.4);
    letter-spacing: 0.15em;
}

.chapter-sub {
    font-weight: 600;
    text-shadow: 0 0 4px #9D7FFF;
}

.holo-divider {
    margin: 20px auto;
    width: 120px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #9D7FFF, transparent);
}

.chapter-body p {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    color: #DDD;
}

    .chapter-body p:first-letter {
        font-size: 24px;
        font-weight: bold;
        color: #9D7FFF;
        margin-right: 8px;
    }
*/
.prologue-container {
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 50px;
    box-shadow: 0 0 20px rgba(107, 207, 207, 0.15);
}

.chapter-holo {
    color: #E0E0E0;
    text-shadow: 0 0 6px #6BCFCF, 0 0 14px rgba(107, 207, 207, 0.35);
    letter-spacing: 0.12em;
}

.chapter-sub {
    font-weight: 600;
    color: #6BCFCF;
    text-shadow: 0 0 5px rgba(107, 207, 207, 0.4);
}

.holo-divider {
    margin: 20px auto;
    width: 140px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #6BCFCF, transparent);
}

.chapter-body p {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
    color: #DDD;
}

    /*.chapter-body p:first-letter {
        font-size: 24px;
        font-weight: bold;
        color: #6BCFCF;
        margin-right: 8px;
    }*/
    /* First letter ONLY in the very first paragraph */
    .chapter-body p:first-of-type::first-letter {
        font-size: 24px;
        font-weight: bold;
        color: #6BCFCF;
        margin-right: 8px;
    }

    /* Reset for all other paragraphs */
    .chapter-body p::first-letter {
        font-size: inherit;
        font-weight: inherit;
        color: inherit;
        margin-right: 0;
    }

