/* ============================================================
   PATCH NOTES — teljes changelog oldal (patchnotes.html)
   ============================================================ */

.patchnotes-body {
    min-height: 100vh;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(10, 30, 46, 0.55), transparent 60%),
        linear-gradient(180deg, rgba(3, 5, 9, 0.75), rgba(3, 5, 9, 0.96) 45%, #030509 100%),
        url('../image/gui_elemek/mp_background_2.png') center top / cover no-repeat,
        url('../image/gui_elemek/mp_background.jpg') center top / cover no-repeat fixed;
    color: var(--c-text);
    font-family: "Outfit", sans-serif;
    margin: 0;
    padding-bottom: 100px;
}

#patchnotes-shell {
    max-width: 880px;
    margin: 0 auto;
    padding: 40px 6vw 0;
    box-sizing: border-box;
}

.patchnotes-header {
    text-align: center;
    margin-bottom: 40px;
}

.patchnotes-eyebrow {
    font-family: "SpectralBold", serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: var(--c-cyan);
    text-shadow: 0 0 10px rgba(76, 212, 255, 0.5);
    margin: 0 0 8px;
}

.patchnotes-header h1 {
    font-family: "AOW", serif;
    font-style: italic;
    font-weight: 700;
    font-size: clamp(2.2rem, 4.5vw, 3.2rem);
    color: #fff;
    margin: 0 0 12px;
    text-shadow: 0 0 30px rgba(0, 170, 255, 0.35);
}

.patchnotes-sub {
    max-width: 520px;
    margin: 0 auto;
    color: var(--c-text-dim);
    font-size: 0.98rem;
    line-height: 1.6;
}

.patchnotes-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.patchnotes-entry {
    position: relative;
    padding: 24px 28px;
}

.patchnotes-entry-head {
    display: flex;
    align-items: baseline;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 6px;
}

.patchnotes-version {
    font-family: "SpectralBold", serif;
    letter-spacing: 1px;
    font-size: 1.3rem;
    color: var(--c-gold);
    text-shadow: 0 0 12px rgba(255, 210, 76, 0.4);
}

.patchnotes-date {
    font-size: 0.8rem;
    color: var(--c-text-dim);
    letter-spacing: 0.5px;
}

.patchnotes-entry h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--c-text);
    margin: 0 0 16px;
}

.patchnotes-highlights {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.patchnotes-highlight {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--c-text-dim);
}

.patchnotes-tag {
    flex: 0 0 auto;
    margin-top: 1px;
    padding: 2px 9px;
    border-radius: 999px;
    border: 1px solid var(--border-glass);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 0.62rem;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    white-space: nowrap;
}

.patchnotes-tag--new {
    color: var(--c-buff);
    border-color: rgba(109, 247, 193, 0.4);
    background: rgba(109, 247, 193, 0.1);
}

.patchnotes-tag--change {
    color: var(--c-cyan);
    border-color: var(--border-glow-cyan);
    background: rgba(76, 212, 255, 0.1);
}

.patchnotes-tag--balance {
    color: var(--c-gold);
    border-color: var(--border-glow-gold);
    background: rgba(255, 210, 76, 0.1);
}

.patchnotes-tag--fix {
    color: var(--c-debuff);
    border-color: rgba(255, 107, 106, 0.4);
    background: rgba(255, 107, 106, 0.1);
}

@media (max-width: 600px) {
    .patchnotes-entry { padding: 20px; }
}
