/* ============================================================
   Zetsu PW — trash polka dark theme
   ============================================================ */

@font-face {
    font-family: 'Russo One';
    src: url('/cabinet/public/assets/fonts/RussoOne-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg: #0b0b0e;
    --bg-2: #101015;
    --panel: #14141a;
    --panel-2: #1a1a22;
    --panel-3: #20202a;
    --border: #26262f;
    --border-2: #32323d;
    --red: #d81f2a;
    --red-2: #9e0f18;
    --red-bright: #ff2d3f;
    --red-dim: rgba(216, 31, 42, .10);
    --gold: #f0b646;
    --text: #ececf2;
    --muted: #9c9ca8;
    --font: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --font-display: 'Russo One', 'Arial Black', sans-serif;
    --radius: 10px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font);
    background: var(--bg);
    color: var(--text);
    font-size: 15px;
    line-height: 1.65;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
}

/* Ambient background: red glow pools on the dark canvas */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(ellipse 900px 520px at -8% 6%, rgba(216,31,42,.14), transparent 60%),
        radial-gradient(ellipse 700px 420px at 104% 22%, rgba(216,31,42,.10), transparent 62%),
        radial-gradient(ellipse 850px 500px at 65% 110%, rgba(158,15,24,.12), transparent 65%),
        linear-gradient(180deg, var(--bg) 0%, #0c0c10 100%);
}
body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .5;
    /* faint diagonal hatch = trash polka texture */
    background-image:
        repeating-linear-gradient(115deg, rgba(255,255,255,.02) 0 1px, transparent 1px 9px),
        repeating-linear-gradient(-65deg, rgba(216,31,42,.025) 0 1px, transparent 1px 12px);
}

a { color: var(--text); text-decoration: none; }
img { max-width: 100%; }

::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: #0d0d12; }
::-webkit-scrollbar-thumb { background: #2b2b36; border-radius: 6px; border: 2px solid #0d0d12; }
::-webkit-scrollbar-thumb:hover { background: var(--red-2); }

.page { display: flex; flex-direction: column; min-height: 100vh; }
.page main { flex: 1; }

.container { width: 100%; max-width: 1374px; margin: 0 auto; padding: 0 22px; }
.page-content { padding: 34px 22px 80px; }
.block-page { position: relative; }

/* ===== Top nav ===== */
.nav-bg {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(10,10,13,.86);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
}
.nav-inner {
    display: flex;
    align-items: center;
    gap: 26px;
    min-height: 62px;
}
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    background: linear-gradient(160deg, var(--red-bright), var(--red-2));
    border-radius: 8px 2px 8px 2px;
    color: #fff;
    font-family: var(--font-display);
    font-size: 12px;
    letter-spacing: 1px;
    box-shadow: 0 0 0 2px rgba(216,31,42,.18), 0 4px 14px rgba(216,31,42,.35);
    transform: skewX(-6deg);
}
.brand-text { font-family: var(--font-display); font-size: 17px; letter-spacing: 1.5px; text-transform: uppercase; white-space: nowrap; }
.brand-text em { font-style: normal; color: var(--red-bright); }

.nav-ul { list-style: none; display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav-text-link {
    display: block;
    padding: 8px 13px;
    font-size: 14px;
    font-weight: 600;
    color: var(--muted);
    border-radius: 6px;
    transition: color .15s, background .15s;
    white-space: nowrap;
}
.nav-text-link:hover { color: #fff; background: rgba(255,255,255,.05); }
.nav-ul li.active .nav-text-link {
    color: #fff;
    background: var(--red-dim);
    box-shadow: inset 0 -2px 0 var(--red-bright);
}

.nav-auth { display: flex; align-items: center; gap: 8px; margin-left: 8px; }
.nav-user {
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 700;
    color: var(--gold);
    background: rgba(240,182,70,.08);
    border: 1px solid rgba(240,182,70,.25);
    border-radius: 6px;
}
.btn-nav { padding: 8px 16px; }

.nav-social { display: flex; align-items: center; gap: 6px; }
.nav-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--border-2);
    border-radius: 8px;
    color: var(--muted);
    transition: .15s;
}
.nav-social-link svg { width: 17px; height: 17px; fill: currentColor; }
.nav-social-link:hover { color: #fff; border-color: var(--red); background: var(--red-dim); }

/* ===== Hero ===== */
.hero-header-bg {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 780px 360px at 70% 0%, rgba(216,31,42,.20), transparent 70%),
        radial-gradient(ellipse 520px 320px at 6% 20%, rgba(158,15,24,.22), transparent 65%),
        linear-gradient(180deg, #101016, var(--bg-2));
    border-bottom: 1px solid var(--border);
    padding: 64px 0 88px;
}
.hero-header-bg::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--red) 20%, var(--red) 80%, transparent);
    opacity: .7;
}
.hero-particles { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .55; }
.hero-header { position: relative; text-align: center; z-index: 2; }

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--red-bright);
    margin-bottom: 18px;
}
.hero-kicker-dash { display: inline-block; width: 42px; height: 2px; background: linear-gradient(90deg, transparent, var(--red-bright)); }
.hero-kicker-dash:last-child { background: linear-gradient(90deg, var(--red-bright), transparent); }

.hero-logo {
    display: inline-block;
    font-family: var(--font-display);
    font-size: clamp(46px, 9vw, 92px);
    line-height: 1;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 0 4px 30px rgba(216,31,42,.45);
    background: linear-gradient(180deg, #fff, #c9c9d4);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 14px;
}
.hero-logo em { font-style: normal; background: linear-gradient(180deg, var(--red-bright), var(--red-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }

.hero-sub { color: var(--muted); font-size: 15px; max-width: 660px; margin: 0 auto 22px; }

.hero-online {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 18px;
    background: rgba(10,10,13,.6);
    border: 1px solid var(--border-2);
    border-radius: 999px;
    font-size: 13px;
    color: var(--muted);
}
.hero-online-dot { width: 9px; height: 9px; border-radius: 50%; background: #2ecc71; box-shadow: 0 0 0 0 rgba(46,204,113,.6); animation: pulse-green 2s infinite; }
@keyframes pulse-green {
    0% { box-shadow: 0 0 0 0 rgba(46,204,113,.55); }
    70% { box-shadow: 0 0 0 9px rgba(46,204,113,0); }
    100% { box-shadow: 0 0 0 0 rgba(46,204,113,0); }
}
.hero-online-num { font-family: var(--font-display); font-size: 18px; color: #2ecc71; }

.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin: 26px 0 30px; }

.hero-badge-row { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.hero-badge {
    font-family: var(--font-display);
    font-size: 10px;
    letter-spacing: 1.5px;
    color: var(--muted);
    padding: 8px 16px;
    border: 1px solid var(--border-2);
    border-radius: 6px;
    background: rgba(255,255,255,.02);
}
.hero-badge:nth-child(2) { color: var(--gold); border-color: rgba(240,182,70,.35); background: rgba(240,182,70,.05); }
.hero-badge:nth-child(3) { color: var(--red-bright); border-color: rgba(216,31,42,.4); background: var(--red-dim); }

/* ===== Buttons ===== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-display);
    font-size: 13px;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 24px;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    transition: transform .15s, box-shadow .15s, filter .15s;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    text-align: center;
    touch-action: manipulation;
}
.btn:focus-visible { outline: 2px solid var(--red-bright); outline-offset: 2px; }

.btn-primary { background: linear-gradient(160deg, var(--red-bright), var(--red-2)); box-shadow: 0 6px 18px rgba(216,31,42,.35); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(216,31,42,.5); }
.btn-primary:active { transform: translateY(0); }

.btn-start { background: linear-gradient(160deg, #ffb52e, #e07b0f); color: #1a1204; box-shadow: 0 6px 18px rgba(240,150,30,.3); }
.btn-start:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(240,150,30,.45); }

.btn-secondary { background: var(--panel-3); border: 1px solid var(--border-2); color: var(--text); clip-path: none; border-radius: 7px; }
.btn-secondary:hover { border-color: var(--red); color: #fff; }

.btn-ghost { background: transparent; border: 1px solid var(--border-2); color: var(--text); clip-path: none; border-radius: 7px; }
.btn-ghost:hover { border-color: var(--red); color: var(--red-bright); }

.btn-big { padding: 15px 34px; font-size: 14px; }

/* ===== Headings & sections ===== */
.section-kicker {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: var(--red-bright);
    margin-bottom: 8px;
}

.section-block { padding: 56px 0 8px; }
.section-head { margin-bottom: 28px; }

.section-title {
    font-family: var(--font-display);
    font-size: clamp(24px, 3.4vw, 34px);
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.section-title::after {
    content: "";
    display: block;
    width: 74px;
    height: 4px;
    margin-top: 14px;
    background: linear-gradient(90deg, var(--red), transparent);
    transform: skewX(-30deg);
}

.section-foot-link { text-align: center; margin-top: 26px; }
.section-foot-link a { color: var(--red-bright); font-weight: 600; font-size: 14px; border-bottom: 1px dashed rgba(216,31,42,.4); padding-bottom: 3px; }
.section-foot-link a:hover { border-color: var(--red-bright); }

.page-title {
    font-family: var(--font-display);
    font-size: clamp(26px, 4vw, 38px);
    line-height: 1.08;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 2px 0 8px;
}
.page-title::first-letter { color: var(--red-bright); }

.page-head { margin-bottom: 30px; }
.page-lead { color: var(--muted); max-width: 720px; font-size: 15px; }

.breadcrumb { color: var(--muted); font-size: 13px; margin-bottom: 18px; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--red-bright); }
.breadcrumb span { color: var(--text); }
.breadcrumb .separator { margin: 0 6px; color: #555; }

/* ===== Cards ===== */
.card {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,.025), transparent) , var(--panel);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 22px 24px;
    margin-bottom: 22px;
    box-shadow: 0 14px 34px rgba(0,0,0,.25);
}
.card::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 22px;
    width: 58px;
    height: 3px;
    background: linear-gradient(90deg, var(--red-bright), var(--red-2));
    transform: skewX(-30deg);
    border-radius: 2px;
}
.card h2 {
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .7px;
}
.card h2::first-letter { color: var(--red-bright); }
.card p { color: var(--muted); font-size: 14.5px; margin-bottom: 12px; }
.card p:last-child { margin-bottom: 0; }
.card b { color: var(--text); font-weight: 600; }
.card .accent { color: var(--red-bright); }

/* styled lists inside cards/features */
.feature-list { list-style: none; display: grid; gap: 8px; padding: 4px 0 0; }
.feature-list li {
    position: relative;
    padding: 8px 12px 8px 34px;
    background: rgba(255,255,255,.025);
    border: 1px solid var(--border);
    border-left: 3px solid var(--red);
    border-radius: 6px;
    font-size: 14px;
    color: var(--muted);
}
.feature-list li::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 14px;
    width: 8px;
    height: 8px;
    background: var(--red);
    transform: rotate(45deg);
    box-shadow: 0 0 8px rgba(216,31,42,.6);
}
.feature-list li b { color: var(--text); }

.accent { color: var(--red-bright); }

/* ===== Homepage: slider ===== */
.home-slider {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--border);
}
.slider-track { display: flex; transition: transform .65s cubic-bezier(.22,.61,.36,1); }
.slide { flex: 0 0 100%; position: relative; }
.slide-inner {
    position: relative;
    min-height: 300px;
    padding: 54px 8vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}
.slide-inner::before {
    content: attr(data-num);
    position: absolute;
    right: -12px;
    top: -40px;
    font-family: var(--font-display);
    font-size: 190px;
    line-height: 1;
    color: rgba(255,255,255,.03);
    pointer-events: none;
}
.slide-tag {
    font-family: var(--font-display);
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--red-bright);
    padding: 6px 12px;
    border: 1px solid rgba(216,31,42,.45);
    border-radius: 5px;
    background: var(--red-dim);
    margin-bottom: 16px;
}
.slide-kick { font-size: 12px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.slide-title {
    font-family: var(--font-display);
    font-size: clamp(26px, 4.2vw, 44px);
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.slide-text { color: var(--muted); max-width: 620px; font-size: 15px; margin-bottom: 20px; }
.slide-link { font-weight: 700; color: var(--red-bright); font-size: 14px; border-bottom: 1px solid rgba(216,31,42,.4); padding-bottom: 3px; }
.slide-link:hover { border-color: var(--red-bright); }

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: rgba(10,10,13,.7);
    border: 1px solid var(--border-2);
    color: var(--muted);
    cursor: pointer;
    font-size: 16px;
    transition: .15s;
    z-index: 5;
}
.slider-arrow:hover { color: #fff; border-color: var(--red); background: var(--red); }
.slider-prev { left: 18px; }
.slider-next { right: 18px; }
.slider-prev::before { content: "←"; }
.slider-next::before { content: "→"; }

.slider-dots { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 5; }
.slider-dot { width: 9px; height: 9px; border-radius: 999px; background: rgba(255,255,255,.2); border: none; cursor: pointer; transition: .2s; }
.slider-dot.active { background: var(--red-bright); width: 26px; }

/* ===== Homepage: server status ===== */
.server-bg {
    position: relative;
    margin: 44px 0 8px;
    background: linear-gradient(135deg, rgba(216,31,42,.12), rgba(158,15,24,.05) 45%, rgba(216,31,42,.1));
    border-top: 1px solid rgba(216,31,42,.25);
    border-bottom: 1px solid rgba(216,31,42,.25);
    padding: 26px 0;
}
.server-frame { height: 3px; background: repeating-linear-gradient(90deg, var(--red) 0 26px, transparent 26px 42px); opacity: .8; }
.server-frame + .server-frame { margin-top: 22px; }

.server-status { padding: 0 24px; }
.server-name { font-family: var(--font-display); font-size: 22px; letter-spacing: 1px; text-align: center; margin-bottom: 18px; }
.server-name span { color: var(--red-bright); }
.server-name small { font-size: 12px; color: var(--muted); letter-spacing: 2px; margin-left: 8px; }

.server-stat-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.server-stat {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: rgba(10,10,13,.65);
    border: 1px solid var(--border-2);
    border-radius: 8px;
    font-size: 13px;
}
.s-label { color: var(--muted); }
.s-value { font-family: var(--font-display); font-size: 15px; color: var(--text); }
.s-value.s-online { color: #2ecc71; }

/* ===== Homepage: features ===== */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 50px 0 6px; }
.feature {
    position: relative;
    display: flex;
    gap: 14px;
    padding: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,.03), transparent), var(--panel);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: transform .18s, box-shadow .18s, border-color .18s;
}
.feature:hover { transform: translateY(-4px); border-color: rgba(216,31,42,.5); box-shadow: 0 14px 30px rgba(216,31,42,.12); }
.feature-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    font-size: 20px;
    color: var(--red-bright);
    background: var(--red-dim);
    border: 1px solid rgba(216,31,42,.3);
    border-radius: 10px;
    transform: rotate(-6deg);
}
.feature-title { font-family: var(--font-display); font-size: 14px; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 6px; }
.feature-desc { color: var(--muted); font-size: 13.5px; line-height: 1.55; }

/* ===== Homepage: bosses ===== */
.bosses-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.boss-card {
    position: relative;
    overflow: hidden;
    padding: 26px 26px 22px;
    background: linear-gradient(160deg, rgba(216,31,42,.08), transparent 55%), var(--panel);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: .18s;
}
.boss-card:hover { border-color: rgba(216,31,42,.55); box-shadow: 0 18px 40px rgba(216,31,42,.14); }
.boss-card::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(216,31,42,.16), transparent 70%);
}
.boss-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    padding: 5px 10px;
    border: 1px solid rgba(240,182,70,.3);
    border-radius: 5px;
    margin-bottom: 14px;
    background: rgba(240,182,70,.05);
}
.boss-title { font-family: var(--font-display); font-size: 20px; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 10px; }
.boss-desc { color: var(--muted); font-size: 14px; margin-bottom: 16px; }
.boss-reward {
    font-size: 13px;
    color: var(--text);
    padding: 10px 12px;
    border-left: 3px solid var(--red);
    background: rgba(255,255,255,.03);
    border-radius: 4px;
}

/* ===== Guides (home preview + page) ===== */
.guide-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,.03), transparent), var(--panel);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: .18s;
}
.guide-card:hover { transform: translateY(-4px); border-color: rgba(216,31,42,.5); box-shadow: 0 16px 34px rgba(216,31,42,.13); }
.guide-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--red-bright), var(--red-2));
}
.guide-num {
    font-family: var(--font-display);
    font-size: 30px;
    line-height: 1;
    color: rgba(255,255,255,.08);
}
.guide-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--red-bright);
    margin: 8px 0 6px;
}
.guide-card-head { display: flex; align-items: flex-start; justify-content: space-between; }
.guide-title { font-family: var(--font-display); font-size: 17px; text-transform: uppercase; letter-spacing: .4px; margin-bottom: 10px; }

.guides-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.guide-card-full { padding: 24px; }
.guide-desc { color: var(--muted); font-size: 14px; flex: 1; }
.guide-points { list-style: none; margin: 14px 0; display: grid; gap: 6px; }
.guide-points li {
    position: relative;
    padding: 6px 10px 6px 26px;
    font-size: 13.5px;
    color: var(--muted);
    background: rgba(255,255,255,.02);
    border: 1px solid var(--border);
    border-radius: 5px;
}
.guide-points li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 11px;
    width: 7px;
    height: 7px;
    background: var(--red);
    transform: rotate(45deg);
}
.guide-foot {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.guide-goal { font-size: 13px; color: var(--muted); }
.guide-goal b { color: var(--gold); font-weight: 600; }
.guide-more { font-size: 13px; font-weight: 700; color: var(--red-bright); border-bottom: 1px dashed rgba(216,31,42,.4); padding-bottom: 2px; }
.guide-more:hover { border-color: var(--red-bright); }

/* ===== CTA banner ===== */
.cta-banner {
    position: relative;
    margin: 56px 0 0;
    padding: 44px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    background:
        radial-gradient(ellipse 500px 220px at 15% 50%, rgba(216,31,42,.22), transparent 70%),
        linear-gradient(100deg, var(--panel) 0%, var(--panel-2) 60%, var(--panel) 100%);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    overflow: hidden;
}
.cta-banner::before, .cta-banner::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border: 2px solid rgba(216,31,42,.15);
    transform: rotate(45deg);
}
.cta-banner::before { left: -60px; top: -80px; }
.cta-banner::after { right: -50px; bottom: -90px; }
.cta-title { font-family: var(--font-display); font-size: clamp(22px, 3vw, 30px); text-transform: uppercase; letter-spacing: 1px; }
.cta-sub { color: var(--muted); font-size: 14px; margin-top: 6px; }

/* ===== About page ===== */
.about-intro { }
.about-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 22px; }
.fact {
    position: relative;
    text-align: center;
    padding: 20px 12px;
    background: linear-gradient(180deg, rgba(255,255,255,.03), transparent), var(--panel);
    border: 1px solid var(--border);
    border-top: 3px solid var(--red);
    border-radius: var(--radius);
    transition: .18s;
}
.fact:hover { transform: translateY(-3px); border-color: rgba(216,31,42,.5); }
.fact-ico { font-size: 26px; color: var(--red-bright); font-weight: 700; }
.fact-num { font-family: var(--font-display); font-size: 24px; margin: 8px 0 4px; letter-spacing: .5px; }
.fact-label { font-size: 12.5px; color: var(--muted); }

.gear-path { display: flex; gap: 12px; align-items: stretch; flex-wrap: wrap; padding: 8px 0; }
.gear-step { flex: 1; min-width: 180px; padding: 16px; background: rgba(255,255,255,.025); border: 1px solid var(--border); border-radius: 8px; }
.gear-tag { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; color: var(--red-bright); padding: 4px 8px; border: 1px solid rgba(216,31,42,.4); border-radius: 4px; margin-bottom: 10px; }
.gear-tag.gold { color: var(--gold); border-color: rgba(240,182,70,.35); }
.gear-title { font-family: var(--font-display); font-size: 15px; text-transform: uppercase; margin-bottom: 6px; }
.gear-step > div:last-child { font-size: 13.5px; color: var(--muted); }
.gear-arrow { display: flex; align-items: center; color: var(--red); font-size: 22px; font-weight: 700; }

.map-row { display: grid; gap: 12px; }
.map-pill {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: rgba(255,255,255,.025);
    border: 1px solid var(--border);
    border-radius: 8px;
}
.map-rank {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    font-family: var(--font-display);
    font-size: 18px;
    flex-shrink: 0;
}
.map-rank.a { color: var(--gold); background: rgba(240,182,70,.08); border: 1px solid rgba(240,182,70,.35); transform: rotate(-6deg); }
.map-rank.s { color: var(--red-bright); background: var(--red-dim); border: 1px solid rgba(216,31,42,.4); transform: rotate(6deg); }
.map-pill b { font-size: 14px; }
.map-sub { font-size: 13px; color: var(--muted); margin-top: 3px; }

/* ===== Download page ===== */
.download-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.download-note { color: var(--muted); font-size: 13px; }

/* ===== Forms ===== */
.form-stack { display: grid; gap: 8px; max-width: 560px; }
.form-stack input[type=text], .form-stack input[type=password],
.form-stack input[type=email], .form-stack input:not([type]),
.form-stack textarea, .form-stack select,
.form-stack input[name=title] {
    width: 100%;
    background: #0e0e12;
    border: 1px solid var(--border-2);
    border-radius: 7px;
    color: var(--text);
    font-family: var(--font);
    font-size: 14px;
    padding: 12px 14px;
    transition: border-color .15s, box-shadow .15s;
}
.form-stack textarea { resize: vertical; line-height: 1.55; }
.form-stack input:focus, .form-stack textarea:focus, .form-stack select:focus,
.form-stack select:focus {
    outline: none;
    border-color: var(--red);
    box-shadow: 0 0 0 3px var(--red-dim);
}
.form-label { font-size: 12px; color: var(--muted); margin-top: 6px; letter-spacing: .3px; }
.form-stack .btn { margin-top: 10px; }

.flash {
    padding: 12px 16px;
    border-radius: 7px;
    font-size: 14px;
    margin-bottom: 18px;
}
.flash-danger { background: rgba(216,31,42,.1); border: 1px solid rgba(216,31,42,.4); color: #ff8a93; }
.flash-success { background: rgba(46,204,113,.1); border: 1px solid rgba(46,204,113,.35); color: #6ee7a8; }

/* auth pages */
.auth-wrap { display: flex; justify-content: center; padding: 10px 0 20px; }
.auth-box { max-width: 440px; width: 100%; padding: 30px 32px; }
.auth-box .page-title { margin-bottom: 4px; }
.auth-sub { color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.auth-alt { margin-top: 20px; font-size: 14px; color: var(--muted); }
.auth-alt a { color: var(--red-bright); font-weight: 600; }
.auth-alt a:hover { text-decoration: underline; }

.auth-required { border-left: 3px solid var(--red); }
.auth-required p { margin-bottom: 14px; font-size: 14px; }
.auth-required-links { display: flex; gap: 10px; }

/* ===== Forum ===== */
.forum-list { display: grid; gap: 16px; }
.forum-section {
    padding: 18px 20px;
    background: linear-gradient(180deg, rgba(255,255,255,.03), transparent), var(--panel);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: .18s;
}
.forum-section:hover { border-color: rgba(216,31,42,.4); }
.forum-section-head h2 { font-family: var(--font-display); font-size: 18px; text-transform: uppercase; letter-spacing: .5px; }
.forum-section-head h2 a:hover { color: var(--red-bright); }
.forum-section-desc { color: var(--muted); font-size: 13.5px; margin: 6px 0 10px; }
.forum-section-meta { font-size: 13px; color: var(--muted); }

.topic-list { display: grid; gap: 10px; margin-bottom: 26px; }
.topic-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: linear-gradient(180deg, rgba(255,255,255,.025), transparent), var(--panel);
    border: 1px solid var(--border);
    border-radius: 8px;
    transition: .15s;
}
.topic-row:hover { border-color: rgba(216,31,42,.45); transform: translateX(3px); }
.topic-row.pinned { border-left: 3px solid var(--gold); }
.topic-icon { font-size: 20px; flex-shrink: 0; }
.topic-main { flex: 1; min-width: 0; }
.topic-title { font-weight: 600; font-size: 15px; display: block; }
.topic-title:hover { color: var(--red-bright); }
.topic-sub { color: var(--muted); font-size: 12.5px; margin-top: 3px; }
.topic-sub b { color: var(--text); }
.topic-stats { text-align: center; flex-shrink: 0; }
.stat-count { font-family: var(--font-display); font-size: 17px; display: block; color: var(--text); }
.stat-label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: .6px; }
.topic-last { flex-shrink: 0; text-align: right; font-size: 12.5px; color: var(--muted); min-width: 110px; }

.empty-note { color: var(--muted); padding: 18px 0; text-align: center; font-size: 14px; }

.create-topic { max-width: 760px; }

/* topic page meta */
.topic-meta { color: var(--muted); font-size: 13.5px; margin-bottom: 22px; }
.topic-meta b { color: var(--text); }

/* ===== Chat (topic replies) ===== */
.chat-box { display: flex; flex-direction: column; gap: 12px; margin: 6px 0 16px; }
.chat-msg {
    padding: 12px 16px;
    background: linear-gradient(180deg, rgba(255,255,255,.03), transparent), var(--panel);
    border: 1px solid var(--border);
    border-radius: 8px;
    animation: fadeIn .3s ease;
}
@keyframes fadeIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.chat-msg.new { border-color: rgba(216,31,42,.4); }
.chat-msg-head { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.chat-author {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--red-bright);
    font-weight: 700;
    font-size: 14px;
}
.chat-author::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--red-bright), var(--red-2));
    flex-shrink: 0;
}
.chat-time { margin-left: auto; color: var(--muted); font-size: 12px; }
.chat-msg-text { font-size: 14.5px; line-height: 1.6; color: var(--text); overflow-wrap: anywhere; }

.chat-form {
    display: grid;
    gap: 10px;
    padding: 16px;
    background: var(--panel-2);
    border: 1px solid var(--border);
    border-radius: 8px;
    max-width: 860px;
}
.chat-form textarea {
    width: 100%;
    background: #0e0e12;
    border: 1px solid var(--border-2);
    border-radius: 7px;
    color: var(--text);
    font-family: var(--font);
    font-size: 14px;
    padding: 12px 14px;
    resize: vertical;
    min-height: 76px;
}
.chat-form textarea:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px var(--red-dim); }
.chat-form .btn { justify-self: start; }
.chat-user { font-size: 13px; color: var(--muted); }
.chat-user b { color: var(--gold); }
.chat-hint { color: var(--muted); font-size: 12.5px; margin-top: 8px; }
.chat-notice, .gchat-notice { display: none; font-size: 13px; color: #ff8a93; padding: 8px 12px; background: rgba(216,31,42,.08); border: 1px solid rgba(216,31,42,.3); border-radius: 6px; margin-bottom: 10px; }
.chat-notice.show, .gchat-notice.show { display: block; }
.gchat-notice { margin: 0 12px 8px; }
.chat-login-note { max-width: 860px; }
.chat-login-note p { margin-bottom: 14px; }

/* ===== Footer ===== */
.site-footer {
    margin-top: 60px;
    background: linear-gradient(180deg, #0d0d11, #09090c);
    border-top: 1px solid var(--border);
    padding: 44px 0 26px;
}
.footer-cols {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 30px;
}
.footer-title { font-family: var(--font-display); font-size: 20px; letter-spacing: 1px; }
.footer-title-accent { color: var(--red-bright); }
.footer-tag { color: var(--muted); font-size: 13.5px; margin: 8px 0 12px; max-width: 300px; }
.footer-support { font-size: 13px; color: var(--muted); }
.footer-support-mail { color: var(--red-bright); }

.footer-col-head {
    font-family: var(--font-display);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    color: var(--text);
}
.footer-links { display: grid; gap: 7px; }
.footer-links a { color: var(--muted); font-size: 13.5px; transition: .12s; }
.footer-links a:hover { color: var(--red-bright); padding-left: 3px; }
.footer-chat-hint { margin-top: 12px; font-size: 12.5px; color: var(--muted); }

.footer-legal {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
    color: #6a6a76;
    font-size: 12.5px;
}

/* ===== Widgets: to-top + forum chat ===== */
.bottom-tools { position: fixed; right: 22px; bottom: 22px; z-index: 70; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.to-top {
    background: var(--panel-2);
    border: 1px solid var(--border-2);
    color: var(--muted);
    font-family: var(--font-display);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 9px 13px;
    border-radius: 7px;
    cursor: pointer;
    transition: .15s;
    opacity: 0;
    pointer-events: none;
}
.to-top.show { opacity: 1; pointer-events: auto; }
.to-top:hover { background: var(--red); border-color: var(--red); color: #fff; }

.gchat-fab {
    position: fixed;
    right: 22px;
    bottom: 76px;
    z-index: 70;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background: linear-gradient(160deg, var(--red-bright), var(--red-2));
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 8px 26px rgba(216,31,42,.5);
    transition: .18s;
    border: none;
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
}
.gchat-fab:hover { transform: translateY(-3px) rotate(3deg); box-shadow: 0 12px 34px rgba(216,31,42,.65); }
.gchat-fab::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 0 rgba(216,31,42,.45);
    animation: fab-pulse 2.4s infinite;
    clip-path: inherit;
}
@keyframes fab-pulse {
    0% { box-shadow: 0 0 0 0 rgba(216,31,42,.4); }
    70% { box-shadow: 0 0 0 14px rgba(216,31,42,0); }
    100% { box-shadow: 0 0 0 0 rgba(216,31,42,0); }
}
.gchat-fab-tag { position: relative; font-family: var(--font-display); font-size: 12px; letter-spacing: .5px; }

.gchat-wrap {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 80;
    width: 360px;
    height: 480px;
    background: var(--bg-2);
    border: 1px solid var(--border-2);
    border-radius: 14px;
    box-shadow: 0 24px 70px rgba(0,0,0,.7);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: translateY(16px) scale(.98);
    opacity: 0;
    pointer-events: none;
    transition: .22s cubic-bezier(.22,.61,.36,1);
}
.gchat-wrap.open { transform: none; opacity: 1; pointer-events: auto; }

.gchat-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: linear-gradient(90deg, var(--red-2), var(--red));
}
.gchat-title { font-family: var(--font-display); font-size: 14px; letter-spacing: 1px; color: #fff; }
.gchat-close { position: relative; width: 28px; height: 28px; background: rgba(0,0,0,.25); border: 1px solid rgba(255,255,255,.2); border-radius: 6px; cursor: pointer; }
.gchat-close:hover { background: rgba(0,0,0,.4); }
.gchat-close::before, .gchat-close::after { content: ""; position: absolute; top: 50%; left: 50%; width: 13px; height: 2px; background: #fff; }
.gchat-close::before { transform: translate(-50%,-50%) rotate(45deg); }
.gchat-close::after { transform: translate(-50%,-50%) rotate(-45deg); }

.gchat-box { flex: 1; padding: 14px; overflow-y: auto; display: flex; flex-direction: column; gap: 10px; }
.gchat-box .chat-msg { max-width: 100%; }

.gchat-form { padding: 12px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 9px; background: var(--panel); }
.gchat-user { font-size: 12.5px; color: var(--muted); }
.gchat-user b { color: var(--gold); }
.gchat-row { display: flex; gap: 8px; align-items: stretch; }
.gchat-input {
    flex: 1;
    min-width: 0;
    background: #0e0e12;
    border: 1px solid var(--border-2);
    border-radius: 7px;
    color: var(--text);
    padding: 10px 12px;
    font-size: 13px;
    font-family: var(--font);
    resize: none;
    line-height: 1.4;
}
.gchat-input:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px var(--red-dim); }
.gchat-send { flex-shrink: 0; padding: 10px 16px; font-size: 11px; }

.gchat-login { text-align: center; padding: 4px 0; }
.gchat-login p { color: var(--muted); font-size: 13px; margin-bottom: 12px; }
.gchat-login-links { display: flex; gap: 10px; justify-content: center; }
.gchat-login-links .btn { padding: 10px 18px; font-size: 12px; }

/* ===== Homepage: server status terminal ===== */
.server-status-block { padding: 64px 0 34px; }
.server-panel {
    position: relative;
    background: linear-gradient(180deg, var(--panel-2), var(--panel));
    border: 1px solid var(--border-2);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0,0,0,.55), 0 0 0 1px rgba(216,31,42,.10), 0 0 60px rgba(216,31,42,.06);
}
.server-panel::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(216,31,42,.14), transparent 70%);
    pointer-events: none;
}
.server-panel-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 16px;
    background: #0c0c10;
    border-bottom: 1px solid var(--border);
}
.win-dots { display: flex; gap: 6px; }
.win-dots i { width: 10px; height: 10px; border-radius: 50%; }
.win-dots i:nth-child(1) { background: #ff5f57; }
.win-dots i:nth-child(2) { background: #febc2e; }
.win-dots i:nth-child(3) { background: #28c840; }
.server-panel-title { font-family: var(--font-display); font-size: 11px; letter-spacing: 2px; color: var(--muted); text-transform: uppercase; }
.server-panel-ver { margin-left: auto; font-family: var(--font-display); font-size: 11px; letter-spacing: 1px; color: var(--muted); }

.server-panel-body {
    display: flex;
    gap: 36px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 36px 38px;
}
.server-main { max-width: 460px; }
.server-main-name {
    font-family: var(--font-display);
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1;
    letter-spacing: 2px;
}
.server-main-name span { color: var(--red-bright); text-shadow: 0 0 34px rgba(216,31,42,.55); }
.server-main-desc { color: var(--muted); font-size: 14.5px; margin: 14px 0 22px; }

.server-stats {
    flex: 1;
    max-width: 560px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
.server-stat-cell {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 16px 18px;
    background: rgba(255,255,255,.025);
    border: 1px solid var(--border);
    border-left: 3px solid rgba(216,31,42,.8);
    border-radius: 9px;
    transition: .15s;
}
.server-stat-cell:hover { border-color: var(--border-2); background: rgba(255,255,255,.04); transform: translateY(-2px); }
.s-label { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); }
.s-status { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); font-size: 16px; letter-spacing: 1px; color: #2ecc71; }
.s-status-dot { width: 11px; height: 11px; border-radius: 50%; background: #2ecc71; box-shadow: 0 0 0 0 rgba(46,204,113,.55); animation: pulse-green 2s infinite; }
.s-num { font-family: var(--font-display); font-size: 30px; line-height: 1; color: var(--text); }
.s-num-red { color: var(--red-bright); text-shadow: 0 0 26px rgba(216,31,42,.5); }

.server-panel-foot { display: flex; align-items: center; gap: 16px; padding: 12px 16px; border-top: 1px solid var(--border); }
.server-foot-line { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--border-2)); }
.server-foot-text { font-size: 10.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); }

/* hero polish: painted glow behind the logo + stronger online counter */
.hero-logo { position: relative; }
.hero-logo::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 78%;
    background: radial-gradient(ellipse, rgba(216,31,42,.32), transparent 72%);
    filter: blur(8px);
    z-index: -1;
}
.hero-online {
    padding: 11px 22px;
    background: rgba(8,8,11,.7);
    border: 1px solid rgba(46,204,113,.35);
    box-shadow: inset 0 0 34px rgba(46,204,113,.06), 0 8px 24px rgba(0,0,0,.35);
}
.hero-online-num { font-size: 22px; }

/* email verification extras */
.text-gold { color: var(--gold); }
.verif-badge {
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #ff8a93;
    background: rgba(216,31,42,.1);
    border: 1px solid rgba(216,31,42,.45);
    border-radius: 6px;
    white-space: nowrap;
    transition: .15s;
}
.verif-badge:hover { background: rgba(216,31,42,.2); }
.form-hidden { display: none; }
.verify-actions { margin: 4px 0 6px; }
.verify-hint { color: var(--muted); font-size: 13.5px; margin-bottom: 8px !important; }

.flash-success {
    background: rgba(46,204,113,.1);
    border: 1px solid rgba(46,204,113,.35);
    color: #6ee7a8;
}

/* ===== Responsive ===== */
@media (max-width: 1100px) {
    .features { grid-template-columns: repeat(2, 1fr); }
    .guide-preview-grid { grid-template-columns: repeat(2, 1fr); }
    .about-facts { grid-template-columns: repeat(2, 1fr); }
    .footer-cols { grid-template-columns: 1fr 1fr; }
    .nav-inner { flex-wrap: wrap; padding-top: 10px; padding-bottom: 10px; gap: 12px; }
    .nav-ul { order: 3; width: 100%; margin-left: 0; overflow-x: auto; }
    .nav-auth { margin-left: auto; }
}
@media (max-width: 760px) {
    .container { padding: 0 14px; }
    .page-content { padding: 24px 14px 60px; }
    .features, .guide-preview-grid, .bosses-grid, .guides-grid, .about-facts { grid-template-columns: 1fr; }
    .footer-cols { grid-template-columns: 1fr; gap: 22px; }
    .hero-header-bg { padding: 44px 0 60px; }
    .slide-inner { min-height: 260px; padding: 40px 24px; }
    .slider-prev { left: 8px; }
    .slider-next { right: 8px; }
    .topic-row { flex-wrap: wrap; }
    .topic-last, .topic-stats { min-width: auto; }
    .gear-path { flex-direction: column; }
    .gear-arrow { transform: rotate(90deg); justify-content: center; }
    .gchat-wrap { width: calc(100vw - 28px); height: min(480px, 74vh); right: 14px; bottom: 14px; }
    .gchat-fab { right: 14px; bottom: 76px; }
    .cta-banner { padding: 34px 16px; }
    .server-panel-body { padding: 26px 20px; gap: 24px; }
    .server-stats { grid-template-columns: 1fr; }
    .server-main-desc { font-size: 13.5px; }
}/* ===== Banners block ===== */
.banners-block {
  padding: 26px 0 0;
}
.banners-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
}
.banner-card {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.banner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.banner-img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.banner-title {
  display: block;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #d4af37;
  text-align: center;
}
/* ===== CMS page body ===== */
.cms-body {
  line-height: 1.7;
  font-size: 14.5px;
  color: #d6d6d6;
}
.cms-body h1, .cms-body h2, .cms-body h3 {
  color: #e8e8e8;
  margin: 18px 0 10px;
}
.cms-body p {
  margin: 0 0 12px;
}
.cms-body ul, .cms-body ol {
  margin: 0 0 12px 22px;
}
.cms-body img {
  max-width: 100%;
  border-radius: 8px;
}
.cms-body a {
  color: #d4af37;
}
.cms-body blockquote {
  border-left: 3px solid rgba(255, 255, 255, 0.15);
  margin: 14px 0;
  padding: 8px 14px;
  color: #b8b8b8;
  background: rgba(255, 255, 255, 0.03);
}
@media (max-width: 640px) {
  .cms-body { font-size: 14px; }
}