@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700;800&family=Spectral:wght@400;500;600&display=swap');

:root {
    --bg: #050404;
    --bg-deep: #120a09;
    --panel: rgba(20, 13, 11, 0.66);
    --panel-soft: rgba(255, 255, 255, 0.04);
    --line: rgba(229, 189, 119, 0.2);
    --line-soft: rgba(255, 255, 255, 0.08);
    --gold: #d1a85f;
    --gold-bright: #f1d39c;
    --ember: #a44e2d;
    --wine: #562019;
    --text: #f4ead7;
    --text-soft: rgba(244, 234, 215, 0.76);
    --text-dim: rgba(244, 234, 215, 0.58);
    --shadow: 0 32px 80px rgba(0, 0, 0, 0.48);
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    font-size: 62.5%;
}

@media (min-width: 1024px) {
    html {
        font-size: 56.25%;
    }
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    font: 500 1.8rem/1.65 'Spectral', serif;
    background:
        radial-gradient(circle at 20% 18%, rgba(209, 168, 95, 0.13), transparent 24%),
        radial-gradient(circle at 82% 12%, rgba(164, 78, 45, 0.14), transparent 20%),
        linear-gradient(180deg, rgba(8, 6, 6, 0.35), rgba(5, 4, 4, 0.82)),
        url('../img/background.webp') center center / cover no-repeat fixed;
}

.public-layout {
    min-height: 100vh;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.cover-shell {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.cover-veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.34)),
        radial-gradient(circle at center, transparent 42%, rgba(0, 0, 0, 0.18) 100%);
    pointer-events: none;
}

.cover-site {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: min(1460px, calc(100% - 52px));
    margin: 0 auto;
    padding: 28px 0 24px;
    text-align: center;
}

.cover-header,
.cover-main,
.cover-footer {
    width: 100%;
}

.cover-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

.cover-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 6px 18px;
    border-bottom: 1px solid rgba(209, 168, 95, 0.16);
    margin-bottom: auto;
}

.cover-brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    text-align: left;
}

.cover-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border: 1px solid var(--line);
    background:
        radial-gradient(circle at 30% 30%, rgba(241, 211, 156, 0.18), transparent 55%),
        linear-gradient(180deg, rgba(86, 32, 25, 0.9), rgba(18, 10, 9, 0.96));
    color: var(--gold-bright);
    font-size: 2.4rem;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.cover-brand-mark .material-symbols-outlined {
    font-size: 3rem;
    line-height: 1;
}

.cover-brand img {
    width: 76px;
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.45));
}

.cover-brand-copy {
    min-width: 0;
}

.cover-brand-kicker {
    display: block;
    margin-bottom: 4px;
    color: var(--text-dim);
    font-family: 'Cinzel', serif;
    font-size: 1.2rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cover-brand strong {
    display: block;
    font-family: 'Cinzel', serif;
    font-size: 2.35rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cover-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-left: auto;
}

.cover-nav-toggle {
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 16px;
    border: 1px solid rgba(209, 168, 95, 0.24);
    background: rgba(8, 6, 6, 0.44);
    color: var(--text);
    font-family: 'Cinzel', serif;
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: 0.2s ease;
}

.cover-nav-toggle:hover,
.cover-nav-toggle:focus-visible,
.cover-nav-toggle[aria-expanded="true"] {
    border-color: rgba(209, 168, 95, 0.38);
    background: rgba(255, 255, 255, 0.06);
    color: var(--gold-bright);
}

.cover-nav-toggle__icon {
    font-size: 2.1rem;
    line-height: 1;
}

.cover-nav-toggle:focus {
    box-shadow: none;
}

.cover-nav-collapse {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    flex-wrap: wrap;
    width: 100%;
}

.cover-nav-links,
.cover-nav-actions {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.cover-nav-link {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 18px;
    border: 1px solid transparent;
    background: transparent;
    color: var(--text-soft);
    overflow: hidden;
    font-family: 'Cinzel', serif;
    font-size: 1.3rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: 0.2s ease;
}

.cover-nav-link .material-symbols-outlined {
    font-size: 2rem;
    line-height: 1;
}

.cover-nav-link:hover,
.cover-nav-link.is-active {
    border-color: rgba(209, 168, 95, 0.22);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
}

.cover-nav-link.is-active::after {
    content: '';
    position: absolute;
    right: 18px;
    bottom: 9px;
    left: 18px;
    height: 2px;
    background: linear-gradient(90deg, rgba(209, 168, 95, 0.2), rgba(209, 168, 95, 0.95), rgba(209, 168, 95, 0.2));
}

.cover-nav-link--ghost,
.cover-nav-link--primary {
    min-height: 54px;
    padding: 0 24px;
}

.cover-nav-link--ghost {
    border-color: rgba(209, 168, 95, 0.24);
    background: rgba(8, 6, 6, 0.44);
}

.cover-nav-link--ghost:hover,
.cover-nav-link--ghost.is-active {
    background: rgba(255, 255, 255, 0.06);
}

.cover-nav-link--primary {
    border-color: rgba(241, 211, 156, 0.28);
    background: linear-gradient(135deg, rgba(191, 142, 67, 0.98), rgba(138, 92, 33, 0.96));
    color: #1d130a;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

.cover-nav-link--primary:hover,
.cover-nav-link--primary:focus-visible {
    border-color: rgba(241, 211, 156, 0.44);
    background: linear-gradient(135deg, rgba(210, 162, 82, 1), rgba(151, 103, 43, 1));
    color: #140d08;
}

.cover-nav-link--primary.is-active::after,
.cover-nav-link--ghost.is-active::after {
    display: none;
}

.cover-main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    max-width: 980px;
    margin: 0 auto;
    padding: 54px 48px;
    border: 1px solid var(--line-soft);
    background:
        radial-gradient(circle at top center, rgba(209, 168, 95, 0.08), transparent 36%),
        linear-gradient(180deg, rgba(18, 10, 9, 0.72), rgba(8, 6, 6, 0.84));
    box-shadow: var(--shadow);
    backdrop-filter: blur(8px);
}

.cover-main--notice {
    max-width: 900px;
}

.cover-main::before {
    content: '';
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(209, 168, 95, 0.08);
    pointer-events: none;
}

.cover-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
    color: var(--gold-bright);
    font-family: 'Cinzel', serif;
    font-size: 1.35rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.cover-kicker::before,
.cover-kicker::after {
    content: '';
    width: 42px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(241, 211, 156, 0.92), transparent);
}

.cover-title {
    max-width: 860px;
    margin: 0;
    font-family: 'Cinzel', serif;
    font-size: clamp(5.4rem, 7vw, 9rem);
    line-height: 0.94;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.48);
}

.cover-title span {
    display: block;
    margin-top: 16px;
    color: var(--gold);
    font-size: clamp(2.4rem, 2.8vw, 3.8rem);
    line-height: 1.14;
}

.cover-title--compact {
    font-size: clamp(4.8rem, 5.8vw, 7rem);
}

.cover-lead {
    max-width: 760px;
    margin: 26px auto 0;
    color: var(--text-soft);
    font-size: 2.2rem;
    text-indent: 0;
}

.cover-lead--narrow {
    max-width: 700px;
}

.cover-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.cover-runes--notice {
    max-width: 760px;
    margin-top: 28px;
}

.cover-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 26px;
    border: 1px solid var(--line-soft);
    color: inherit;
    font-weight: 500;
    font-family: 'Cinzel', serif;
    font-size: 1.45rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.cover-action-form {
    margin: 0;
}

.cover-button:hover {
    transform: translateY(-2px);
}

.cover-button--primary {
    border-color: rgba(241, 211, 156, 0.34);
    background: linear-gradient(135deg, rgba(164, 78, 45, 0.95), rgba(86, 32, 25, 0.96));
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.3);
}

.cover-button--ghost {
    background: rgba(255, 255, 255, 0.03);
    color: var(--text-soft);
}

.cover-runes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    margin-top: 44px;
    text-align: left;
}

.cover-rune {
    padding: 18px;
    border: 1px solid var(--line-soft);
    background: var(--panel-soft);
}

.cover-rune span {
    display: block;
    margin-bottom: 7px;
    color: var(--text-dim);
    font-family: 'Cinzel', serif;
    font-size: 1.2rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.cover-rune strong {
    display: block;
    font-size: 1.9rem;
    line-height: 1.35;
}

.cover-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: auto;
    padding-top: 26px;
    color: var(--text-dim);
    font-family: 'Cinzel', serif;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cover-footer span:last-child {
    text-align: right;
}

.admin-main--login {
    width: 100%;
    margin: auto;
    padding: 2.4rem 0 3.2rem;
}

.login-shell {
    width: 100%;
}

.app-flash-stack {
    display: grid;
    gap: 1rem;
}

.app-flash {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.2rem;
    align-items: start;
    padding: 1.4rem 1.6rem;
    border: 1px solid rgba(232, 220, 199, 0.08);
    background: rgba(255, 255, 255, 0.07);
    font-size: 2.13rem;
}

.app-flash__icon {
    display: grid;
    place-items: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
}

.app-flash__icon .material-symbols-outlined {
    font-size: 2.5rem;
    line-height: 1;
}

.app-flash__body {
    display: grid;
    gap: 0.5rem;
    min-width: 0;
}

.app-flash__title {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.app-flash__list {
    display: grid;
    gap: 0.5rem;
    margin: 0;
    padding-left: 1.8rem;
}

.app-flash__list li {
    font-size: 2.15rem;
    line-height: 1.45;
}

.app-flash--error {
    border-color: rgba(193, 18, 31, 0.34);
    background: rgba(193, 18, 31, 0.14);
    color: #ffd4d8;
}

.app-flash--error .app-flash__icon {
    background: rgba(193, 18, 31, 0.18);
    color: #ffd4d8;
}

.app-flash--warning {
    border-color: rgba(194, 122, 29, 0.36);
    background: rgba(194, 122, 29, 0.14);
    color: #f6e0b7;
}

.app-flash--warning .app-flash__icon {
    background: rgba(194, 122, 29, 0.2);
    color: #ffe29f;
}

.app-flash--success {
    border-color: rgba(53, 128, 74, 0.34);
    background: rgba(53, 128, 74, 0.14);
    color: #d8f5de;
}

.app-flash--success .app-flash__icon {
    background: rgba(53, 128, 74, 0.18);
    color: #d8f5de;
}

@media screen and (max-width: 980px) {
    .cover-site {
        width: calc(100% - 28px);
        padding: 18px 0 22px;
    }

    .cover-header,
    .cover-footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .cover-nav,
    .cover-nav-links,
    .cover-nav-actions {
        justify-content: center;
    }

    .cover-brand {
        text-align: center;
        justify-content: center;
    }

    .cover-brand-mark {
        width: 54px;
        height: 54px;
    }

    .cover-main {
        padding: 42px 24px;
    }

    .cover-runes {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 1199.98px) {
    .cover-header__inner,
    .public-layout--showcase .cover-header__inner {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 1.4rem;
        min-height: auto;
    }

    .cover-brand {
        min-width: 0;
    }

    .cover-nav,
    .public-layout--showcase .cover-nav {
        grid-column: 1 / -1;
        justify-content: stretch;
        width: 100%;
        margin-top: 0.2rem;
    }

    .cover-nav-toggle {
        display: inline-flex;
        justify-self: end;
    }

    .cover-nav-collapse,
    .public-layout--showcase .cover-nav-collapse {
        width: 100%;
        margin-top: 1.2rem;
        padding-top: 1rem;
        border-top: 1px solid rgba(209, 168, 95, 0.14);
    }

    .cover-nav-collapse.show,
    .cover-nav-collapse.collapsing,
    .public-layout--showcase .cover-nav-collapse.show,
    .public-layout--showcase .cover-nav-collapse.collapsing {
        display: block;
    }

    .cover-nav-actions,
    .cover-nav-links,
    .public-layout--showcase .cover-nav-actions,
    .public-layout--showcase .cover-nav-links {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: stretch;
        width: 100%;
        gap: 0.8rem;
    }

    .cover-nav-actions,
    .public-layout--showcase .cover-nav-actions {
        margin-top: 0.8rem;
    }

    .cover-nav-link,
    .cover-nav-link--ghost,
    .cover-nav-link--primary,
    .public-layout--showcase .cover-nav-link,
    .public-layout--showcase .cover-nav-link--ghost,
    .public-layout--showcase .cover-nav-link--primary {
        width: 100%;
        justify-content: space-between;
        min-height: 5.2rem;
        padding: 0 1.5rem;
        text-align: left;
    }

}

.cover-brand-mark img {
    width: 3.8rem;
    height: 3.8rem;
    object-fit: contain;
    filter: drop-shadow(0 0.8rem 1.6rem rgba(0, 0, 0, 0.35));
}

.rpg-home {
    color: #f3eee3;
}

.rpg-home__hero {
    position: relative;
    min-height: calc(100vh - 9.4rem);
    border-top: 1px solid rgba(201, 154, 61, 0.1);
    border-bottom: 1px solid rgba(201, 154, 61, 0.1);
    background:
        linear-gradient(90deg, rgba(7, 16, 21, 0.94) 0%, rgba(7, 16, 21, 0.82) 28%, rgba(7, 16, 21, 0.24) 62%, rgba(7, 16, 21, 0.72) 100%),
        url('/asset/img/home-hero.webp') center center / cover no-repeat;
}

.rpg-home__hero-grid {
    min-height: calc(100vh - 9.4rem);
}

.rpg-home__hero-copy {
    height: 100%;
    padding: 7.8rem clamp(1.6rem, 2vw, 3rem) 6rem;
}

.rpg-home__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    color: #e3bd65;
    font-family: 'Cinzel', serif;
    font-size: 1.35rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.rpg-home__eyebrow::after {
    content: '';
    width: 5.2rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(201, 154, 61, 0), rgba(201, 154, 61, 1));
}

.rpg-home__eyebrow--subtle {
    color: rgba(243, 238, 227, 0.72);
}

.rpg-home__hero-title,
.rpg-home__section-title h2,
.rpg-home__journey-card h2,
.rpg-home__news-head h2 {
    margin: 0;
    font-family: 'Cinzel', serif;
    line-height: 0.95;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.rpg-home__hero-title {
    max-width: 62rem;
    font-size: clamp(4.8rem, 5.2vw, 8rem);
}

.rpg-home__hero-title span {
    color: #e3bd65;
}

.rpg-home__hero-lead,
.rpg-home__section-title p,
.rpg-home__journey-card p,
.rpg-home__feature-card p,
.rpg-home__hero-points li,
.rpg-home__news-item span,
.rpg-home__journey-step p {
    color: #b8b1a3;
    text-indent: 0;
}

.rpg-home__hero-lead {
    max-width: 58rem;
    margin: 2.8rem 0 0;
    font-size: 2.3rem;
    line-height: 1.72;
}

.rpg-home__btn {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    min-height: 5.8rem;
    padding: 0 2.4rem;
    border-radius: 0;
    border: 1px solid transparent;
    font-family: 'Cinzel', serif;
    font-size: 1.45rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rpg-home__btn--gold {
    border-color: rgba(227, 189, 101, 0.28);
    background: linear-gradient(135deg, #c99a3d, #e3bd65);
    color: #071015;
}

.rpg-home__btn--gold:hover,
.rpg-home__btn--gold:focus-visible {
    color: #071015;
    background: linear-gradient(135deg, #d4a952, #ecd085);
}

.rpg-home__btn--ghost {
    border-color: rgba(227, 189, 101, 0.2);
    background: rgba(7, 16, 21, 0.5);
    color: #f3eee3;
}

.rpg-home__btn--ghost:hover,
.rpg-home__btn--ghost:focus-visible {
    color: #f3eee3;
    background: rgba(16, 28, 34, 0.82);
}

.rpg-home__hero-stats {
    max-width: 76rem;
    margin-top: 4rem;
}

.rpg-home__stat {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.2rem;
    height: 100%;
    padding: 1.8rem;
    border: 1px solid rgba(227, 189, 101, 0.12);
    background: linear-gradient(180deg, rgba(11, 20, 24, 0.74), rgba(16, 28, 34, 0.62));
    backdrop-filter: blur(8px);
}

.rpg-home__stat .material-symbols-outlined {
    color: #e3bd65;
    font-size: 2.4rem;
}

.rpg-home__stat strong,
.rpg-home__feature-card h3,
.rpg-home__hero-card h2,
.rpg-home__journey-step strong,
.rpg-home__news-item strong {
    display: block;
    font-family: 'Cinzel', serif;
    font-size: 1.95rem;
    line-height: 1.35;
}

.rpg-home__stat small {
    display: block;
    margin-top: 0.4rem;
    color: #b8b1a3;
    font-size: 1.48rem;
    line-height: 1.45;
}

.rpg-home__hero-visual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 7rem clamp(1.6rem, 2vw, 3rem) 6rem;
}

.rpg-home__hero-card {
    width: min(100%, 50rem);
    padding: 3.2rem;
    border: 1px solid rgba(227, 189, 101, 0.16);
    background:
        linear-gradient(180deg, rgba(7, 16, 21, 0.58), rgba(7, 16, 21, 0.84)),
        url('/asset/img/home-hero.webp') center center / cover no-repeat;
    box-shadow: 0 2.4rem 5.4rem rgba(0, 0, 0, 0.32);
}

.rpg-home__hero-card h2 {
    max-width: 34rem;
    margin-bottom: 2.4rem;
    font-size: clamp(3rem, 2.8vw, 4.8rem);
}

.rpg-home__hero-points {
    display: grid;
    gap: 1.2rem;
    margin: 0;
}

.rpg-home__hero-points li {
    padding: 1.3rem 1.4rem;
    border: 1px solid rgba(227, 189, 101, 0.12);
    background: rgba(7, 16, 21, 0.56);
    font-size: 1.7rem;
    line-height: 1.55;
}

.rpg-home__discover,
.rpg-home__journey {
    background: linear-gradient(180deg, rgba(7, 16, 21, 0.92), rgba(7, 16, 21, 0.98));
}

.rpg-home__section-title {
    margin-bottom: 2.6rem;
}

.rpg-home__section-title h2,
.rpg-home__journey-card h2,
.rpg-home__news-head h2 {
    font-size: clamp(3.2rem, 3vw, 4.8rem);
}

.rpg-home__feature-card,
.rpg-home__news-card,
.rpg-home__journey-card {
    overflow: hidden;
    border: 1px solid rgba(201, 154, 61, 0.12);
    background: linear-gradient(180deg, rgba(11, 20, 24, 0.94), rgba(16, 28, 34, 0.96));
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
}

.rpg-home__feature-media {
    position: relative;
    min-height: 17rem;
    background-image:
        linear-gradient(180deg, rgba(7, 16, 21, 0.1), rgba(7, 16, 21, 0.8)),
        var(--card-image);
    background-position:
        center center,
        var(--card-position, center center);
    background-size:
        cover,
        cover;
    background-repeat:
        no-repeat,
        no-repeat;
}

.rpg-home__feature-media::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 8rem;
    background: linear-gradient(180deg, rgba(7, 16, 21, 0), rgba(7, 16, 21, 1));
}

.rpg-home__feature-media .material-symbols-outlined {
    position: absolute;
    bottom: 1.8rem;
    left: 1.8rem;
    z-index: 1;
    color: #e3bd65;
    font-size: 3rem;
}

.rpg-home__feature-card .card-body,
.rpg-home__news-card .card-body,
.rpg-home__journey-card .card-body {
    padding: 2.4rem;
}

.rpg-home__feature-card h3 {
    margin: 0 0 1rem;
}

.rpg-home__feature-card p {
    margin: 0;
    font-size: 1.72rem;
    line-height: 1.62;
}

.rpg-home__news-head {
    margin-bottom: 2rem;
}

.rpg-home__news-head h2 {
    font-size: 3.2rem;
}

.rpg-home__news-head a {
    color: #e3bd65;
    font-family: 'Cinzel', serif;
    font-size: 1.3rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.rpg-home__news-list {
    display: grid;
    gap: 1.4rem;
}

.rpg-home__news-item {
    display: grid;
    grid-template-columns: 9.6rem 1fr;
    gap: 1.4rem;
    align-items: start;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid rgba(201, 154, 61, 0.1);
}

.rpg-home__news-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.rpg-home__news-thumb {
    min-height: 7.2rem;
    border: 1px solid rgba(201, 154, 61, 0.12);
    background-image:
        linear-gradient(180deg, rgba(7, 16, 21, 0.16), rgba(7, 16, 21, 0.72)),
        var(--thumb-image);
    background-position:
        center center,
        center center;
    background-size:
        cover,
        cover;
    background-repeat:
        no-repeat,
        no-repeat;
}

.rpg-home__news-item strong {
    margin-bottom: 0.6rem;
}

.rpg-home__news-item span {
    display: block;
    font-size: 1.62rem;
    line-height: 1.55;
}

.rpg-home__journey-card h2 {
    margin-bottom: 0;
}

.rpg-home__journey-card p {
    font-size: 1.84rem;
    line-height: 1.66;
}

.rpg-home__journey-step {
    height: 100%;
    padding: 2rem;
    border: 1px solid rgba(201, 154, 61, 0.12);
    background: linear-gradient(180deg, rgba(11, 20, 24, 0.88), rgba(16, 28, 34, 0.74));
}

.rpg-home__journey-step span {
    display: inline-block;
    margin-bottom: 1.2rem;
    color: #e3bd65;
    font-family: 'Cinzel', serif;
    font-size: 1.28rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.rpg-home__journey-step p {
    margin: 0.9rem 0 0;
    font-size: 1.68rem;
    line-height: 1.58;
}

@media screen and (max-width: 1199px) {
    .public-layout--showcase .cover-header__inner {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .public-layout--showcase .cover-nav {
        grid-template-columns: 1fr;
    }

    .public-layout--showcase .cover-nav-actions {
        justify-content: center;
    }

    .rpg-home__hero-copy,
    .rpg-home__hero-visual {
        padding: 4rem 2rem;
    }

    .rpg-home__hero-card {
        width: 100%;
        max-width: 62rem;
    }
}

@media screen and (max-width: 767px) {
    .public-layout--showcase .cover-brand {
        justify-content: center;
        text-align: center;
    }

    .public-layout--showcase .cover-brand strong {
        font-size: 2.2rem;
    }

    .public-layout--showcase .cover-nav-link,
    .public-layout--showcase .cover-nav-link--ghost,
    .public-layout--showcase .cover-nav-link--primary {
        width: 100%;
    }

    .public-layout--showcase .cover-footer--home .container-xxl {
        width: calc(100% - 24px);
    }

    .rpg-home__hero {
        min-height: auto;
    }

    .rpg-home__hero-grid {
        min-height: auto;
    }

    .rpg-home__hero-copy,
    .rpg-home__hero-visual {
        padding: 3rem 1.2rem;
    }

    .rpg-home__hero-title {
        font-size: clamp(4.6rem, 13vw, 7rem);
    }

    .rpg-home__hero-lead {
        font-size: 1.95rem;
    }

    .rpg-home__hero-card,
    .rpg-home__feature-card .card-body,
    .rpg-home__news-card .card-body,
    .rpg-home__journey-card .card-body {
        padding: 2rem;
    }

    .rpg-home__news-item {
        grid-template-columns: 1fr;
    }
}

.login-shell--fantasy {
    padding: 0 0 4.8rem;
}

.login-hero {
    position: relative;
    min-height: calc(100vh - 9.4rem);
    border-top: 1px solid rgba(201, 154, 61, 0.1);
    border-bottom: 1px solid rgba(201, 154, 61, 0.1);
    background:
        linear-gradient(90deg, rgba(7, 16, 21, 0.94) 0%, rgba(7, 16, 21, 0.82) 26%, rgba(7, 16, 21, 0.18) 60%, rgba(7, 16, 21, 0.72) 100%),
        url('/asset/img/background-page-login.webp') center center / cover no-repeat;
}

.login-hero__grid {
    min-height: calc(100vh - 9.4rem);
}

.login-hero__panel {
    height: 100%;
    padding: 7.8rem clamp(1.6rem, 2vw, 3rem) 6rem;
    background:
        linear-gradient(90deg, rgba(7, 16, 21, 0.96) 0%, rgba(7, 16, 21, 0.9) 58%, rgba(7, 16, 21, 0.16) 100%);
}

.login-hero__panel > * {
    max-width: 58rem;
}

.login-hero__eyebrow {
    margin-bottom: 0;
}

.login-hero__title {
    margin: 2rem 0 0;
    color: #f3eee3;
    font-family: 'Cinzel', serif;
    font-size: clamp(4.8rem, 5.2vw, 8rem);
    line-height: 0.95;
    text-transform: uppercase;
}

.login-hero__lead,
.login-hero__subactions span,
.login-hero__footnote p {
    color: #b8b1a3;
    text-indent: 0;
}

.login-hero__lead {
    margin: 2.8rem 0 0;
    font-size: 2.24rem;
    line-height: 1.72;
}

.login-hero .app-flash-stack {
    margin-top: 3rem;
}

.login-hero__form {
    margin-top: 3.2rem;
}

.login-label {
    margin-bottom: 1rem;
    color: rgba(243, 238, 227, 0.82);
    font-family: 'Cinzel', serif;
    font-size: 1.4rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.login-control {
    min-height: 5.8rem;
    padding: 0 1.8rem;
    border: 1px solid rgba(201, 154, 61, 0.22);
    border-radius: 0;
    background: rgba(11, 20, 24, 0.62);
    color: #f3eee3;
    font-size: 2rem;
}

.login-control:focus {
    border-color: rgba(227, 189, 101, 0.48);
    box-shadow: 0 0 0 0.2rem rgba(201, 154, 61, 0.12);
    background: rgba(16, 28, 34, 0.84);
    color: #f3eee3;
}

.login-hero__subactions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
    margin-top: 2rem;
}

.login-hero__subactions a {
    color: #e3bd65;
    font-family: 'Cinzel', serif;
    font-size: 1.62rem;
}

.login-btn-primary,
.login-btn-secondary {
    min-height: 6rem;
    border-radius: 0;
    font-family: 'Cinzel', serif;
    font-size: 1.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.login-btn-primary {
    border-color: rgba(227, 189, 101, 0.3);
    background: linear-gradient(135deg, #c99a3d, #e3bd65);
    color: #071015;
}

.login-btn-primary:hover,
.login-btn-primary:focus-visible {
    color: #071015;
    background: linear-gradient(135deg, #d4a952, #ecd085);
}

.login-btn-secondary {
    border-color: rgba(227, 189, 101, 0.16);
    background: rgba(11, 20, 24, 0.56);
    color: #f3eee3;
}

.login-btn-secondary:hover,
.login-btn-secondary:focus-visible {
    color: #f3eee3;
    background: rgba(16, 28, 34, 0.84);
}

.login-hero__footnote {
    margin-top: 3.2rem;
    padding-top: 2.4rem;
    border-top: 1px solid rgba(201, 154, 61, 0.12);
}

.login-hero__footnote strong {
    display: block;
    margin-bottom: 0.8rem;
    color: #e3bd65;
    font-family: 'Cinzel', serif;
    font-size: 1.4rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.login-hero__footnote p {
    margin: 0;
    font-size: 1.68rem;
    line-height: 1.62;
}

@media screen and (max-width: 1199px) {
    .login-hero {
        min-height: auto;
    }

    .login-hero__grid {
        min-height: auto;
    }

    .login-hero__panel {
        padding: 4rem 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    .login-shell--fantasy {
        padding: 0 0 3.2rem;
    }

    .login-hero__panel {
        padding: 3.2rem 1.2rem;
    }

    .login-hero__subactions {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Shared showcase shell: home and login must render the same shared blocks. */
.public-layout--showcase {
    color: #f3eee3;
    background:
        radial-gradient(circle at 18% 10%, rgba(201, 154, 61, 0.16), transparent 24%),
        radial-gradient(circle at 82% 14%, rgba(43, 83, 131, 0.18), transparent 24%),
        linear-gradient(180deg, rgba(7, 16, 21, 0.78), rgba(7, 16, 21, 0.95)),
        #071015;
}

.public-layout--showcase .cover-shell {
    overflow: visible;
}

.public-layout--showcase.public-layout--home .cover-shell {
    background:
        linear-gradient(180deg, rgba(7, 16, 21, 0.24), rgba(7, 16, 21, 0.52)),
        url('/asset/img/home-background.webp') center top / cover no-repeat fixed;
}

.public-layout--showcase.public-layout--login .cover-shell {
    background:
        linear-gradient(180deg, rgba(7, 16, 21, 0.24), rgba(7, 16, 21, 0.52)),
        url('/asset/img/background-page-login.webp') center top / cover no-repeat fixed;
}

.public-layout--showcase .cover-veil {
    background:
        linear-gradient(180deg, rgba(7, 16, 21, 0.08), rgba(7, 16, 21, 0.38)),
        radial-gradient(circle at center, transparent 54%, rgba(4, 10, 14, 0.36) 100%);
}

.public-layout--showcase .cover-site {
    width: 100%;
    padding: 0;
}

.public-layout--showcase .container-xxl {
    width: min(100%, 1920px);
    max-width: 1920px;
    padding-right: clamp(1.6rem, 2.5vw, 3.2rem);
    padding-left: clamp(1.6rem, 2.5vw, 3.2rem);
}

.public-layout--showcase .cover-header {
    position: sticky;
    top: 0;
    z-index: 80;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid rgba(201, 154, 61, 0.16);
    background: linear-gradient(180deg, rgba(8, 17, 24, 0.98), rgba(11, 20, 24, 0.98));
    backdrop-filter: none;
    box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.18);
}

.public-layout--showcase .cover-header__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 2.4rem;
    min-height: 9.4rem;
    padding: 1.4rem 2rem;
}

.public-layout--showcase .cover-brand {
    gap: 1.4rem;
}

.public-layout--showcase .cover-brand-mark {
    width: 6.4rem;
    height: 6.4rem;
    background:
        radial-gradient(circle at 30% 30%, rgba(227, 189, 101, 0.18), transparent 52%),
        linear-gradient(180deg, rgba(16, 28, 34, 0.96), rgba(11, 20, 24, 0.98));
}

.public-layout--showcase .cover-brand-kicker {
    color: rgba(184, 177, 163, 0.78);
}

.public-layout--showcase .cover-brand strong {
    color: #e3bd65;
    font-size: 2.8rem;
    letter-spacing: 0.06em;
}

.public-layout--showcase .cover-nav {
    align-items: center;
}

.public-layout--showcase .cover-nav-links {
    justify-content: center;
    gap: 0.8rem;
}

.public-layout--showcase .cover-nav-actions {
    justify-content: flex-end;
    gap: 1rem;
}

@media screen and (min-width: 1200px) {
    .public-layout--showcase .cover-nav-collapse {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 2rem;
    }
}

.public-layout--showcase .cover-nav-link {
    min-height: 5rem;
    padding: 0 1.5rem;
    color: rgba(243, 238, 227, 0.84);
    font-size: 1.25rem;
}

.public-layout--showcase .cover-nav-link:hover,
.public-layout--showcase .cover-nav-link.is-active {
    color: #f3eee3;
    border-color: rgba(201, 154, 61, 0.16);
    background: rgba(255, 255, 255, 0.03);
}

.public-layout--showcase .cover-nav-link.is-active::after {
    right: 1.5rem;
    left: 1.5rem;
    background: linear-gradient(90deg, rgba(201, 154, 61, 0), rgba(201, 154, 61, 1), rgba(201, 154, 61, 0));
}

.public-layout--showcase .cover-nav-link--ghost {
    min-height: 5.2rem;
    border-color: rgba(201, 154, 61, 0.22);
    background: rgba(7, 16, 21, 0.48);
}

.public-layout--showcase .cover-nav-link--primary {
    min-height: 5.2rem;
    border-color: rgba(227, 189, 101, 0.32);
    background: linear-gradient(135deg, #c99a3d, #e3bd65);
    color: #071015;
}

.public-layout--showcase .cover-nav-link--primary:hover,
.public-layout--showcase .cover-nav-link--primary:focus-visible {
    color: #071015;
    background: linear-gradient(135deg, #d4a952, #ecd085);
}

.public-layout--showcase .cover-footer--home {
    width: 100%;
    margin-top: 0;
    padding: 3.6rem 0 4.2rem;
    border-top: 1px solid rgba(201, 154, 61, 0.16);
    background: linear-gradient(180deg, rgba(8, 17, 24, 0.98), rgba(11, 20, 24, 0.98));
}

.public-layout--showcase .cover-footer--home .container-xxl {
    width: min(100%, 1920px);
}

.public-layout--showcase .cover-footer__column {
    display: grid;
    gap: 1rem;
    padding-right: 2rem;
}

.public-layout--showcase .cover-footer__column h2 {
    margin: 0;
    color: #e3bd65;
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.public-layout--showcase .cover-footer__column a {
    color: rgba(243, 238, 227, 0.82);
    font-size: 1.72rem;
}

.public-layout--showcase .cover-footer__column a:hover {
    color: #f3eee3;
}

.public-layout--showcase .cover-footer__socials {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.public-layout--showcase .cover-footer__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.6rem;
    height: 4.6rem;
    border: 1px solid rgba(201, 154, 61, 0.18);
    background: rgba(16, 28, 34, 0.72);
}

.public-layout--showcase .cover-footer__socials .material-symbols-outlined {
    font-size: 2.1rem;
}
