/* Direction artistique commune aux pages internes — Saison IV */
.inner-page {
    --inner-bg: #070914;
    --inner-panel: rgba(11, 14, 24, 0.9);
    --inner-panel-soft: rgba(255, 255, 255, 0.025);
    --inner-line: rgba(255, 255, 255, 0.1);
    --inner-gold-line: rgba(239, 203, 62, 0.28);
    min-width: 0;
    color: #f3f4f7;
    background:
        radial-gradient(circle at 12% 30%, rgba(239, 203, 62, 0.045), transparent 30rem),
        var(--inner-bg);
}

.inner-page main {
    min-width: 0;
}

.inner-page .inner-hero {
    --inner-hero-image: url('../images/illu/chemin.jpg');
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: 480px;
    height: auto;
    margin-top: 76px;
    padding: clamp(4.5rem, 9vw, 8rem) 0;
    overflow: hidden;
    place-items: center;
    text-align: left;
    background: #070914;
    box-shadow: none;
}

.inner-page .inner-hero::before {
    content: '';
    position: absolute;
    z-index: -2;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 7, 15, 0.98) 0%, rgba(6, 8, 17, 0.91) 54%, rgba(6, 8, 17, 0.68) 100%),
        linear-gradient(180deg, transparent 58%, #070914 100%),
        var(--inner-hero-image) center/cover no-repeat;
}

.inner-page .inner-hero::after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 5%;
    bottom: 0;
    left: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(239, 203, 62, 0.58), transparent);
}

.inner-page .inner-hero > .container {
    width: min(90%, 1200px);
}

.inner-page .inner-hero-content {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0;
    padding: 0;
    text-align: left;
    animation: none;
}

.inner-page .inner-kicker {
    display: inline-flex;
    gap: 0.55rem;
    align-items: center;
    margin-bottom: 1.2rem;
    color: var(--primary-color);
    font-size: 0.69rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.inner-page .inner-kicker::before {
    content: '';
    width: 26px;
    height: 1px;
    background: currentColor;
}

.inner-page .inner-hero .page-title,
.inner-page .inner-hero h1 {
    max-width: 13ch;
    margin: 0 0 1rem;
    color: #f5f5f7;
    font-family: 'Cinzel', serif;
    font-size: clamp(2.8rem, 6vw, 5.2rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 0.98;
    text-shadow: 0 8px 35px rgba(0, 0, 0, 0.5);
    text-transform: none;
}

.inner-page .inner-hero .separator {
    width: 74px;
    height: 2px;
    margin: 1.5rem 0;
    border-radius: 0;
    background: linear-gradient(90deg, var(--primary-color), rgba(239, 203, 62, 0));
    box-shadow: none;
}

.inner-page .inner-hero .page-subtitle,
.inner-page .inner-hero-content > p {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    font-weight: 400;
    line-height: 1.75;
    text-shadow: none;
}

.inner-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.4rem;
    margin-top: 1.75rem;
    padding: 0;
}

.inner-hero-meta li {
    display: inline-flex;
    gap: 0.55rem;
    align-items: center;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.inner-hero-meta i {
    color: var(--primary-color);
}

.inner-page .section-header {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
}

.inner-page .section-kicker,
.inner-page .section-eyebrow,
.inner-page .card-eyebrow {
    border-radius: 2px;
}

.inner-page .section-title {
    color: #f1f2f5;
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: -0.01em;
    line-height: 1.1;
    text-transform: none;
}

.inner-page .section-subtitle {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    line-height: 1.7;
}

.inner-page .section-header .separator {
    width: 58px;
    height: 1px;
    background: var(--primary-color);
    box-shadow: none;
}

/* FAQ */
.faq-page .faq-header {
    --inner-hero-image: url('../images/illu/hurlevent.jpg');
}

.faq-page .faq-search-section {
    position: sticky;
    top: 76px;
    z-index: 80;
    padding: 1rem 0;
    border-bottom: 1px solid var(--inner-line);
    background: rgba(7, 9, 20, 0.92);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(16px);
}

.faq-page .faq-search-section.fixed {
    background: rgba(7, 9, 20, 0.97);
    animation: none;
}

.faq-search-layout {
    display: grid;
    grid-template-columns: minmax(210px, 0.45fr) minmax(320px, 0.75fr);
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}

.faq-search-copy span {
    display: block;
    color: var(--primary-color);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.faq-search-copy strong {
    display: block;
    margin-top: 0.18rem;
    color: rgba(255, 255, 255, 0.86);
    font-family: 'Cinzel', serif;
    font-size: 0.95rem;
}

.faq-page .search-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
}

.faq-page #faq-search {
    display: block;
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
    padding: 0.75rem 1rem 0.75rem 3rem;
    border: 1px solid rgba(239, 203, 62, 0.25);
    border-radius: 3px;
    color: #fff;
    background: rgba(255, 255, 255, 0.035);
    box-shadow: none;
}

.faq-page #faq-search:focus {
    border-color: rgba(239, 203, 62, 0.7);
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 0 0 3px rgba(239, 203, 62, 0.08);
    transform: none;
}

.faq-page .search-icon {
    position: absolute;
    top: 50%;
    left: 1.05rem;
    z-index: 1;
    color: rgba(239, 203, 62, 0.72);
    font-size: 0.9rem;
    pointer-events: none;
    transform: translateY(-50%);
}

.faq-page .faq-section {
    padding: clamp(3.5rem, 7vw, 6rem) 0;
    background:
        radial-gradient(circle at 90% 10%, rgba(91, 113, 174, 0.07), transparent 24rem),
        #070914;
}

.faq-page .faq-categories {
    margin: 0 0 2rem;
}

.faq-page .category-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    padding: 1px;
    border: 1px solid var(--inner-line);
    border-radius: 3px;
    background: var(--inner-line);
}

.faq-page .category-tab {
    min-height: 52px;
    padding: 0.75rem 1rem;
    border: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.62);
    background: #0a0d17;
    box-shadow: none;
    font-family: 'Nunito', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.faq-page .category-tab::before {
    display: none;
}

.faq-page .category-tab:hover,
.faq-page .category-tab.active {
    color: #171208;
    border: 0;
    background: var(--primary-color);
    box-shadow: none;
    transform: none;
}

.faq-page .category-tab.disabled {
    color: rgba(255, 255, 255, 0.28);
    background: #090b14;
}

.faq-page .faq-content {
    min-height: 340px;
    margin: 0;
}

.faq-page .faq-item {
    margin: 0 0 0.65rem;
    border: 1px solid var(--inner-line);
    border-left: 2px solid rgba(239, 203, 62, 0.45);
    border-radius: 3px;
    background: rgba(11, 14, 24, 0.78);
    box-shadow: none;
    transition: border-color 180ms ease, background-color 180ms ease;
}

.faq-page .faq-item::before,
.faq-page .faq-item.important::after {
    display: none;
}

.faq-page .faq-item:hover,
.faq-page .faq-item.open {
    border-left-width: 2px;
    border-color: rgba(239, 203, 62, 0.38);
    background: rgba(14, 17, 28, 0.96);
    box-shadow: none;
    transform: none;
}

.faq-page .faq-item.important {
    border-left-color: #df8a4e;
    background: linear-gradient(90deg, rgba(223, 138, 78, 0.08), rgba(11, 14, 24, 0.85) 24%);
    box-shadow: none;
}

.faq-page .faq-question {
    min-height: 68px;
    padding: 1.15rem 1.3rem;
    align-items: center;
    border: 0;
    background: transparent;
}

.faq-page .faq-question::before {
    display: none;
}

.faq-page .faq-question:hover {
    background: rgba(255, 255, 255, 0.018);
}

.faq-page .faq-question h3 {
    padding-right: 1rem;
    color: rgba(255, 255, 255, 0.88);
    font-family: 'Nunito', sans-serif;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.45;
}

.faq-page .faq-question:hover h3,
.faq-page .faq-item.open .faq-question h3 {
    color: var(--primary-light);
}

.faq-page .toggle-icon {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    border: 1px solid rgba(239, 203, 62, 0.2);
    border-radius: 50%;
    color: var(--primary-color);
    background: rgba(239, 203, 62, 0.04);
}

.faq-page .faq-answer {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.68);
    background: rgba(0, 0, 0, 0.12);
    font-size: 0.92rem;
    line-height: 1.75;
}

.faq-page .faq-answer code {
    overflow-wrap: anywhere;
}

.faq-page .question-contact-section {
    padding: clamp(3.5rem, 6vw, 5rem) 0;
    border-top: 1px solid rgba(239, 203, 62, 0.16);
    background:
        linear-gradient(90deg, rgba(7, 9, 18, 0.97), rgba(7, 9, 18, 0.78)),
        url('../images/illu/kirintor.jpg') center/cover no-repeat;
}

.faq-page .question-contact-section::before {
    display: none;
}

.faq-page .contact-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
    padding: clamp(1.75rem, 4vw, 3rem);
    border: 1px solid var(--inner-gold-line);
    border-radius: 4px;
    background: rgba(7, 9, 18, 0.78);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
}

.faq-page .contact-text h2 {
    max-width: 700px;
    margin: 0 0 0.6rem;
    color: #f3f4f7;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.faq-page .contact-text p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.95rem;
}

.faq-page .contact-buttons .cta-button {
    min-width: 210px;
    border-radius: 3px;
}

/* Connexion au serveur */
.join-page .join-hero {
    --inner-hero-image: url('../images/illu/chemin.jpg');
    min-height: 610px;
}

.join-page .join-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.join-page .join-actions .cta-button {
    display: inline-flex;
    gap: 0.65rem;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0.85rem 1.2rem;
    border: 1px solid var(--primary-color);
    border-radius: 3px;
    box-shadow: none;
}

.join-page .join-actions .secondary {
    color: rgba(255, 255, 255, 0.86);
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.04);
}

.join-page .join-actions .secondary:hover {
    color: var(--primary-color);
    border-color: rgba(239, 203, 62, 0.45);
    background: rgba(239, 203, 62, 0.08);
}

.join-guide-section {
    position: relative;
    padding: clamp(4.5rem, 8vw, 7rem) 0;
    background:
        radial-gradient(circle at 85% 22%, rgba(90, 114, 178, 0.08), transparent 26rem),
        #070914;
}

.join-guide-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
}

.join-guide-main,
.join-server-card {
    border: 1px solid var(--inner-line);
    border-radius: 4px;
    background: rgba(11, 14, 24, 0.84);
}

.join-guide-main {
    padding: clamp(1.6rem, 4vw, 2.8rem);
}

.join-guide-heading {
    margin-bottom: 2rem;
}

.join-guide-heading span,
.join-server-card > span {
    color: var(--primary-color);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.join-guide-heading h2 {
    margin: 0.5rem 0 0.6rem;
    color: #f3f4f7;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.join-guide-heading p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
}

.join-steps {
    display: grid;
    gap: 1px;
    border: 1px solid var(--inner-line);
    border-radius: 3px;
    overflow: hidden;
    background: var(--inner-line);
}

.join-step {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 1rem;
    padding: 1.25rem;
    background: #0a0d17;
}

.join-step > span {
    color: rgba(239, 203, 62, 0.62);
    font-family: 'Cinzel', serif;
    font-size: 0.75rem;
    font-weight: 700;
}

.join-step h3 {
    margin: 0 0 0.3rem;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
}

.join-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.84rem;
}

.join-server-card {
    position: sticky;
    top: 100px;
    padding: clamp(1.5rem, 3vw, 2rem);
    border-color: rgba(239, 203, 62, 0.24);
    background:
        linear-gradient(145deg, rgba(239, 203, 62, 0.07), transparent 52%),
        rgba(11, 14, 24, 0.94);
}

.join-server-card h2 {
    margin: 0.45rem 0 1.4rem;
    color: #f3f4f7;
    font-size: 1.5rem;
}

.join-server-details {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.join-server-detail {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 0.75rem;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.join-server-detail i {
    color: var(--primary-color);
    text-align: center;
}

.join-server-detail small,
.join-server-detail strong {
    display: block;
}

.join-server-detail small {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.join-server-detail strong {
    margin-top: 0.15rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
    overflow-wrap: anywhere;
}

.join-server-card .cta-button {
    display: flex;
    width: 100%;
    justify-content: center;
    border-radius: 3px;
}

.join-help {
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.44);
    font-size: 0.73rem;
    line-height: 1.55;
}

/* Règlement */
.reglement-page .reglement-header {
    --inner-hero-image: url('../images/illu/chateau.png');
}

.reglement-page .toc-container {
    padding: clamp(3rem, 6vw, 5rem) 0 2.5rem;
    background:
        radial-gradient(circle at 15% 15%, rgba(239, 203, 62, 0.045), transparent 25rem),
        #070914;
}

.reglement-page .toc-wrapper {
    padding: clamp(1.5rem, 4vw, 2.75rem);
    border: 1px solid var(--inner-line);
    border-radius: 4px;
    background: rgba(11, 14, 24, 0.88);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.reglement-page .toc-wrapper h2 {
    margin-bottom: 1.5rem;
    color: #f1f2f5;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    text-align: left;
}

.reglement-page .toc-wrapper h2::after {
    right: auto;
    width: 54px;
    height: 1px;
    background: var(--primary-color);
}

.reglement-page .toc-tabs {
    gap: 0;
    border: 1px solid var(--inner-line);
    border-radius: 3px;
    overflow: hidden;
    background: #090c15;
}

.reglement-page .toc-tab {
    min-height: 48px;
    padding: 0.7rem 1rem;
    border-right: 1px solid var(--inner-line);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.73rem;
    letter-spacing: 0.07em;
}

.reglement-page .toc-tab:last-child {
    border-right: 0;
}

.reglement-page .toc-tab:hover,
.reglement-page .toc-tab.active {
    color: #151108;
    background: var(--primary-color);
}

.reglement-page .toc-tab.active::after {
    display: none;
}

.reglement-page .toc-column,
.reglement-page .toc-faction-card,
.reglement-page .toc-special-card {
    border-color: var(--inner-line);
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.022);
    box-shadow: none;
}

.reglement-page .toc-faction-card:hover,
.reglement-page .toc-special-card:hover {
    box-shadow: none;
    transform: none;
}

.reglement-page .toc-search {
    margin-top: 1.5rem;
}

.reglement-page #toc-search-input {
    min-height: 48px;
    border: 1px solid rgba(239, 203, 62, 0.24);
    border-radius: 3px;
    color: #fff;
    background: rgba(255, 255, 255, 0.035);
    box-shadow: none;
}

.reglement-page #toc-search-input:focus {
    border-color: rgba(239, 203, 62, 0.68);
    box-shadow: 0 0 0 3px rgba(239, 203, 62, 0.08);
}

.reglement-page .rules-tabs {
    top: 76px;
    padding: 0;
    border-block: 1px solid var(--inner-line);
    background: rgba(7, 9, 20, 0.94);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(16px);
}

.reglement-page .rules-tabs .container {
    overflow-x: auto;
    scrollbar-width: thin;
}

.reglement-page .tabs-nav {
    min-width: max-content;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
}

.reglement-page .tab-button {
    min-height: 56px;
    padding: 0.8rem 1.15rem;
    border: 0;
    border-right: 1px solid var(--inner-line);
    border-radius: 0;
    color: rgba(255, 255, 255, 0.56);
    background: transparent;
    box-shadow: none;
    font-size: 0.7rem;
    letter-spacing: 0.07em;
}

.reglement-page .tab-button:hover,
.reglement-page .tab-button.active {
    color: var(--primary-color);
    background: rgba(239, 203, 62, 0.07);
    box-shadow: inset 0 -2px var(--primary-color);
    transform: none;
}

.reglement-page .reglement-section {
    min-height: 60vh;
    padding: clamp(3rem, 6vw, 5rem) 0 clamp(5rem, 8vw, 7rem);
    background: #070914;
}

.reglement-page .reglement-section::before {
    opacity: 0.035;
}

.reglement-page .rules-section-header {
    margin-bottom: 2rem;
    padding: 0 0 1.5rem;
    border-bottom: 1px solid var(--inner-line);
    text-align: left;
}

.reglement-page .rules-section-header h2 {
    color: #f2f3f6;
    font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.reglement-page .rules-separator {
    margin-right: auto;
    margin-left: 0;
}

.reglement-page .rule-card,
.reglement-page .faction-section,
.reglement-page .special-rules-section,
.reglement-page .lexicon-section {
    margin-bottom: 1rem;
    border: 1px solid var(--inner-line);
    border-left-width: 2px;
    border-radius: 3px;
    background: rgba(11, 14, 24, 0.84);
    box-shadow: none;
}

.reglement-page .rule-card:hover,
.reglement-page .faction-section:hover {
    box-shadow: none;
    transform: none;
}

.reglement-page .rule-header,
.reglement-page .faction-header {
    padding: 1.2rem 1.35rem;
    border-bottom: 1px solid var(--inner-line);
    background: rgba(255, 255, 255, 0.018);
}

.reglement-page .rule-icon {
    border-radius: 7px;
    background: rgba(239, 203, 62, 0.07);
}

.reglement-page .rule-title {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.15rem, 2.4vw, 1.45rem);
}

.reglement-page .rule-content,
.reglement-page .faction-rules,
.reglement-page .special-rules-container,
.reglement-page .lexicon-terms {
    color: rgba(255, 255, 255, 0.66);
}

.reglement-page .rule-list-item,
.reglement-page .faction-rule,
.reglement-page .special-rule,
.reglement-page .conquete-rule,
.reglement-page .lexicon-term {
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.025);
}

.reglement-page .rule-list-item:hover,
.reglement-page .faction-rule:hover,
.reglement-page .special-rule:hover {
    background: rgba(239, 203, 62, 0.04);
    transform: none;
}

.reglement-page .lexicon-alpha-nav {
    top: 133px;
    border-radius: 3px;
    background: rgba(7, 9, 20, 0.96);
}

.reglement-page .search-results-list {
    max-height: min(55vh, 480px);
    overflow-y: auto;
}

/* Programme streamers : alignement sur la nouvelle DA */
.inner-page.streamers-page .streamer-hero {
    --inner-hero-image: url('../images/illu/aventurier_hurlevent.jpg');
    min-height: 500px;
    height: auto;
    text-align: left;
    box-shadow: none;
}

.inner-page.streamers-page .streamer-hero::before {
    z-index: -2;
}

.inner-page.streamers-page .streamer-hero-content {
    max-width: 1200px;
    padding: 0;
}

.inner-page.streamers-page .streamer-kicker {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.inner-page.streamers-page .streamer-kicker::before {
    content: '';
    width: 26px;
    height: 1px;
    background: currentColor;
}

.inner-page.streamers-page .streamer-hero h1 {
    max-width: 12ch;
    margin: 1.1rem 0 1rem;
    color: #f4f4f7;
    font-size: clamp(2.8rem, 6vw, 5rem);
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: none;
}

.inner-page.streamers-page .streamer-hero .separator {
    margin: 1.5rem 0;
}

.inner-page.streamers-page .streamer-hero p {
    margin: 0;
    text-align: left;
}

.streamers-page .program-card,
.streamers-page .account-card,
.streamers-page #signed-in-panel,
.streamers-page .provider-card,
.streamers-page .tracking-card,
.streamers-page .credit-counter,
.streamers-page .daily-credit-notice,
.streamers-page .streamer-card,
.streamers-page .empty-state.wide {
    border-radius: 4px;
    box-shadow: none;
}

.streamers-page .program-card,
.streamers-page .account-card,
.streamers-page #signed-in-panel {
    border-color: var(--inner-line);
    background: rgba(11, 14, 24, 0.88);
}

.streamers-page .program-card::before,
.streamers-page .account-card::before,
.streamers-page #signed-in-panel::before {
    height: 1px;
}

.streamers-page .streamer-card:hover {
    border-color: rgba(239, 203, 62, 0.42);
    box-shadow: none;
    transform: none;
}

.streamers-page .rewards-table-wrapper {
    border-radius: 3px;
}

@media (max-width: 900px) {
    .inner-page .inner-hero {
        min-height: 430px;
        margin-top: 66px;
        padding: 4.5rem 0;
    }

    .faq-page .faq-search-section,
    .reglement-page .rules-tabs {
        top: 66px;
    }

    .join-guide-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .join-server-card {
        position: static;
    }

    .reglement-page .lexicon-alpha-nav {
        top: 123px;
    }
}

@media (max-width: 700px) {
    .inner-page .inner-hero {
        min-height: 390px;
        margin-top: 60px;
        padding: 3.75rem 0;
    }

    .inner-page .inner-hero::before {
        background:
            linear-gradient(90deg, rgba(5, 7, 15, 0.97), rgba(6, 8, 17, 0.82)),
            linear-gradient(180deg, transparent 45%, #070914 100%),
            var(--inner-hero-image) 62% center/cover no-repeat;
    }

    .inner-page .inner-hero .page-title,
    .inner-page .inner-hero h1,
    .inner-page.streamers-page .streamer-hero h1 {
        font-size: clamp(2.3rem, 12vw, 3.6rem);
    }

    .inner-hero-meta {
        display: grid;
        gap: 0.55rem;
    }

    .faq-page .faq-search-section {
        position: relative;
        top: auto;
    }

    .faq-search-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.8rem;
    }

    .faq-page .category-tabs {
        display: flex;
        justify-content: flex-start;
        padding: 1px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
    }

    .faq-page .category-tab {
        min-width: 145px;
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .faq-page .contact-container {
        grid-template-columns: minmax(0, 1fr);
    }

    .faq-page .contact-buttons .cta-button {
        width: 100%;
    }

    .reglement-page .toc-tabs {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
    }

    .reglement-page .toc-tab {
        width: auto;
        min-width: 150px;
        flex: 0 0 auto;
        border-right: 1px solid var(--inner-line);
        border-bottom: 0;
    }

    .reglement-page .rules-tabs {
        top: 60px;
    }

    .reglement-page .lexicon-alpha-nav {
        top: 117px;
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .inner-page.streamers-page .streamer-hero {
        min-height: 430px;
    }
}

@media (max-width: 520px) {
    .inner-page .inner-hero > .container {
        width: calc(100% - 2rem);
    }

    .inner-page .inner-kicker,
    .inner-page .streamer-kicker {
        font-size: 0.61rem;
        letter-spacing: 0.12em;
    }

    .faq-page .faq-question {
        padding: 1rem;
    }

    .faq-page .faq-question h3 {
        font-size: 0.9rem;
    }

    .faq-page .faq-item.open .faq-answer {
        padding: 1rem !important;
    }

    .join-page .join-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .join-page .join-actions .cta-button {
        width: 100%;
    }

    .join-step {
        grid-template-columns: 32px minmax(0, 1fr);
        padding: 1rem;
    }

    .reglement-page .toc-wrapper {
        padding: 1.15rem;
    }

    .reglement-page .rule-header,
    .reglement-page .faction-header {
        align-items: flex-start;
        padding: 1rem;
        text-align: left;
    }

    .reglement-page .rule-content,
    .reglement-page .faction-rules,
    .reglement-page .special-rules-container,
    .reglement-page .lexicon-terms {
        padding: 1rem;
    }

    .streamers-page .program-card,
    .streamers-page #signed-in-panel {
        padding: 1.15rem;
    }
}
