:root {
    --rr-bg: #100f0d;
    --rr-panel: #191714;
    --rr-panel-2: #211d18;
    --rr-text: #f5efe2;
    --rr-muted: #b8aa95;
    --rr-rust: #c45a24;
    --rr-rust-2: #f08a3c;
    --rr-dark-rust: #743217;
    --rr-line: rgba(245, 239, 226, .11);
    --rr-green: #63d471;
    --rr-red: #e05252;
    --rr-yellow: #e6bf55;
}

* { box-sizing: border-box; }
body {
    background:
        radial-gradient(circle at top left, rgba(196,90,36,.26), transparent 35rem),
        radial-gradient(circle at 80% 0%, rgba(240,138,60,.12), transparent 32rem),
        var(--rr-bg);
    color: var(--rr-text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; }
.rr-muted { color: var(--rr-muted); }
.rr-logo { width: 46px; height: 46px; object-fit: contain; }
.rr-nav {
    background: rgba(16, 15, 13, .88);
    border-bottom: 1px solid var(--rr-line);
    backdrop-filter: blur(16px);
}
.rr-nav .navbar-brand { color: var(--rr-text); font-weight: 900; letter-spacing: -.04em; }
.rr-nav .nav-link { color: var(--rr-muted); font-weight: 700; }
.rr-nav .nav-link:hover { color: var(--rr-text); }
.navbar-toggler { border-color: var(--rr-line); }
.navbar-toggler-icon { filter: invert(1); }

.rr-btn {
    background: linear-gradient(135deg, var(--rr-rust), var(--rr-rust-2));
    color: #160c07;
    border: 0;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(196,90,36,.22);
}
.rr-btn:hover { color: #160c07; transform: translateY(-1px); }
.rr-btn-ghost {
    color: var(--rr-text);
    background: rgba(255,255,255,.05);
    border: 1px solid var(--rr-line);
    font-weight: 800;
}
.rr-btn-ghost:hover { border-color: rgba(240,138,60,.5); color: var(--rr-text); }
.rr-link { color: var(--rr-rust-2); font-weight: 900; text-decoration: none; }
.rr-link:hover { color: var(--rr-text); }

.rr-hero { padding: 6rem 0 4rem; position: relative; overflow: hidden; }
.rr-hero h1, .rr-page-head h1 {
    font-size: clamp(2.6rem, 7vw, 5.7rem);
    line-height: .9;
    font-weight: 950;
    letter-spacing: -.08em;
    max-width: 900px;
}
.rr-pill, .rr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--rr-rust-2);
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .76rem;
    font-weight: 950;
    margin-bottom: 1rem;
}
.rr-pill {
    background: rgba(196,90,36,.14);
    border: 1px solid rgba(240,138,60,.28);
    border-radius: 999px;
    padding: .55rem .85rem;
}
.rr-stats { display: flex; flex-wrap: wrap; gap: 1rem; }
.rr-stats div {
    min-width: 130px;
    border: 1px solid var(--rr-line);
    background: rgba(255,255,255,.04);
    border-radius: 18px;
    padding: 1rem;
}
.rr-stats strong { display: block; font-size: 1.8rem; line-height: 1; }
.rr-stats span { color: var(--rr-muted); font-size: .88rem; font-weight: 700; }

.rr-hero-card, .rr-card {
    background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
    border: 1px solid var(--rr-line);
    border-radius: 28px;
    box-shadow: 0 24px 80px rgba(0,0,0,.25);
}
.rr-hero-card { padding: 2rem; position: relative; overflow: hidden; min-height: 430px; }
.rr-hero-card:before {
    content: "";
    position: absolute;
    inset: -80px -40px auto auto;
    width: 220px;
    height: 220px;
    background: rgba(240,138,60,.2);
    border-radius: 50%;
    filter: blur(30px);
}
.rr-rat-emblem {
    width: 140px;
    height: 140px;
    border-radius: 36px;
    background: linear-gradient(135deg, var(--rr-rust), #2b1711);
    display: grid;
    place-items: center;
    font-size: 3rem;
    font-weight: 950;
    letter-spacing: -.12em;
    color: #1b0f0a;
    margin-bottom: 2rem;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.12), 0 20px 60px rgba(196,90,36,.28);
}
.rr-hero-card h2 { font-size: 2.5rem; font-weight: 950; letter-spacing: -.07em; }
.rr-loot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin-top: 2rem; }
.rr-loot-grid span { background: rgba(0,0,0,.22); border: 1px solid var(--rr-line); border-radius: 14px; padding: .85rem; text-align: center; color: var(--rr-muted); font-weight: 900; }

.rr-section-title { font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 950; letter-spacing: -.07em; }
.rr-card { padding: 1.5rem; }
.rr-kit-card { display: flex; flex-direction: column; gap: .75rem; }
.rr-kit-card h3 { font-weight: 950; letter-spacing: -.04em; }
.rr-badge, .rr-tag {
    display: inline-flex;
    width: max-content;
    background: rgba(196,90,36,.15);
    color: var(--rr-rust-2);
    border: 1px solid rgba(240,138,60,.28);
    border-radius: 999px;
    padding: .35rem .6rem;
    font-size: .75rem;
    font-weight: 900;
}
.rr-price { font-size: 2.4rem; line-height: 1; font-weight: 950; letter-spacing: -.07em; }
.rr-price small { font-size: .9rem; color: var(--rr-muted); letter-spacing: 0; }
.rr-item-list { list-style: none; padding: 0; margin: .5rem 0 1rem; color: var(--rr-muted); }
.rr-item-list li { border-top: 1px solid var(--rr-line); padding: .65rem 0; }
.rr-item-list li:before { content: "▸"; color: var(--rr-rust-2); margin-right: .5rem; }
.rr-band { background: linear-gradient(90deg, rgba(116,50,23,.35), rgba(255,255,255,.02)); border-top: 1px solid var(--rr-line); border-bottom: 1px solid var(--rr-line); }
.rr-feature { background: rgba(0,0,0,.22); border: 1px solid var(--rr-line); border-radius: 20px; padding: 1rem; }
.rr-feature strong { display: block; font-weight: 950; }
.rr-feature span { display: block; color: var(--rr-muted); margin-top: .25rem; }
.small-feature { min-height: 74px; }

.rr-page-head { padding: 4rem 0 2.5rem; border-bottom: 1px solid var(--rr-line); background: rgba(255,255,255,.02); }
.rr-checkout-card { position: sticky; top: 105px; }
.rr-server-meta { display: grid; gap: .55rem; color: var(--rr-muted); }
.rr-status { display: inline-flex; align-items: center; border-radius: 999px; padding: .3rem .6rem; font-size: .74rem; font-weight: 950; text-transform: uppercase; letter-spacing: .06em; }
.rr-status-online { color: var(--rr-green); background: rgba(99,212,113,.12); border: 1px solid rgba(99,212,113,.25); }
.rr-status-offline { color: var(--rr-red); background: rgba(224,82,82,.12); border: 1px solid rgba(224,82,82,.25); }
.rr-status-wiping, .rr-status-maintenance { color: var(--rr-yellow); background: rgba(230,191,85,.12); border: 1px solid rgba(230,191,85,.25); }

.rr-auth-wrap { padding: 5rem 0; }
.rr-auth-card h1 { font-weight: 950; letter-spacing: -.07em; }
.rr-input, .rr-input:focus {
    background: rgba(0,0,0,.26);
    border: 1px solid var(--rr-line);
    color: var(--rr-text);
    box-shadow: none;
}
.rr-input::placeholder { color: rgba(184,170,149,.7); }
.form-label { color: var(--rr-muted); font-weight: 800; }
.rr-alert { border-radius: 18px; border: 1px solid var(--rr-line); }
.rr-table { --bs-table-bg: transparent; --bs-table-color: var(--rr-text); --bs-table-border-color: var(--rr-line); }
.rr-table th { color: var(--rr-muted); text-transform: uppercase; letter-spacing: .08em; font-size: .75rem; }
.rr-row-item { display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-top: 1px solid var(--rr-line); padding: 1rem 0; }
.rr-row-item:first-of-type { border-top: 0; }
.rr-row-item span { display: block; color: var(--rr-muted); font-size: .9rem; }
.admin-head { padding-bottom: 1.5rem; }
.rr-admin-tabs { display: flex; flex-wrap: wrap; gap: .75rem; }
.rr-admin-tabs a { text-decoration: none; color: var(--rr-text); background: rgba(255,255,255,.05); border: 1px solid var(--rr-line); border-radius: 999px; padding: .55rem .85rem; font-weight: 900; }
.rr-stat-card span { color: var(--rr-muted); font-weight: 900; }
.rr-stat-card strong { display: block; font-size: 2.3rem; font-weight: 950; letter-spacing: -.06em; }
.rr-danger { color: var(--rr-red); text-decoration: none; font-weight: 800; }
.rr-hr { border-color: var(--rr-line); margin: 1.5rem 0; }
.rr-footer { border-top: 1px solid var(--rr-line); background: rgba(0,0,0,.22); }
.rr-footer h6 { color: var(--rr-text); font-weight: 950; }
.rr-footer a { display: block; color: var(--rr-muted); text-decoration: none; margin: .4rem 0; }
.rr-footer a:hover { color: var(--rr-rust-2); }
.rr-footer-bottom { border-top: 1px solid var(--rr-line); }

@media (max-width: 991.98px) {
    .rr-hero { padding-top: 4rem; }
    .rr-nav .navbar-collapse { padding: 1rem 0; }
    .rr-checkout-card { position: static; }
}

/* Stage two additions */
.rr-hero-copy { color: var(--rr-muted); font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 680px; margin-top: 1rem; }
.rr-terminal-card { background: #0b0a08; border: 1px solid rgba(240,138,60,.25); border-radius: 26px; padding: 1.3rem; box-shadow: 0 26px 80px rgba(0,0,0,.35); }
.rr-terminal-top { display: flex; gap: .4rem; padding-bottom: 1rem; border-bottom: 1px solid var(--rr-line); margin-bottom: 1rem; }
.rr-terminal-top span { width: 12px; height: 12px; border-radius: 50%; background: rgba(240,138,60,.45); }
.rr-console-line { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; color: var(--rr-muted); margin-bottom: .75rem; }
.rr-console-line.success { color: var(--rr-green); }
.rr-console-line.warning { color: var(--rr-yellow); }
.rr-overlap { margin-top: -1.8rem; position: relative; z-index: 2; }
.rr-wipe-banner, .rr-discord-panel { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; background: linear-gradient(135deg, rgba(196,90,36,.24), rgba(255,255,255,.05)); border: 1px solid rgba(240,138,60,.28); border-radius: 28px; padding: 1.4rem; }
.rr-wipe-banner h2, .rr-discord-panel h2 { font-weight: 950; letter-spacing: -.05em; margin-bottom: .25rem; }
.rr-balance-card { background: linear-gradient(135deg, rgba(196,90,36,.14), rgba(255,255,255,.04)); }
.rr-filter-row, .rr-portal-tabs { display: flex; flex-wrap: wrap; gap: .65rem; }
.rr-filter-row a, .rr-portal-tabs a { text-decoration: none; color: var(--rr-muted); background: rgba(255,255,255,.04); border: 1px solid var(--rr-line); border-radius: 999px; padding: .6rem .9rem; font-weight: 900; }
.rr-filter-row a.active, .rr-filter-row a:hover, .rr-portal-tabs a.active, .rr-portal-tabs a:hover { color: #160c07; background: linear-gradient(135deg, var(--rr-rust), var(--rr-rust-2)); border-color: transparent; }
.rr-badge-hot { background: rgba(230,191,85,.14); color: var(--rr-yellow); border-color: rgba(230,191,85,.28); }
.rr-discord { background: #5865f2; color: white; font-weight: 900; border: 0; }
.rr-discord:hover { color: white; opacity: .9; }
.rr-policy-card { max-width: 980px; margin: 0 auto; }
.rr-policy-list { display: grid; gap: 1rem; margin: 0; padding-left: 1.3rem; color: var(--rr-muted); }
.rr-policy-list li::marker { color: var(--rr-rust-2); }
.white-space-pre { white-space: pre-wrap; }
.rr-actions { min-width: 280px; }
.rr-actions form { margin: .1rem; }
.rr-link-danger, .rr-link-danger:hover { color: var(--rr-red); background: none; border: 0; padding: 0; font-weight: 900; text-decoration: none; }
.rr-status-pending, .rr-status-waiting_admin, .rr-status-waiting_customer, .rr-status-ready_to_claim { color: var(--rr-yellow); background: rgba(230,191,85,.12); border: 1px solid rgba(230,191,85,.25); }
.rr-status-claimed, .rr-status-resolved { color: var(--rr-green); background: rgba(99,212,113,.12); border: 1px solid rgba(99,212,113,.25); }
.rr-status-expired, .rr-status-cancelled, .rr-status-refunded, .rr-status-closed { color: var(--rr-red); background: rgba(224,82,82,.12); border: 1px solid rgba(224,82,82,.25); }
.rr-status-open { color: var(--rr-rust-2); background: rgba(196,90,36,.12); border: 1px solid rgba(196,90,36,.25); }

@media (max-width: 767.98px) {
    .rr-wipe-banner, .rr-discord-panel { align-items: flex-start; flex-direction: column; }
    .rr-page-head { padding: 3rem 0 2rem; }
    .rr-row-item { align-items: flex-start; flex-direction: column; }
}

/* Stage three animation and image atmosphere layer */
html { scroll-behavior: smooth; }
body { overflow-x: hidden; min-height: 100vh; }
body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    opacity: .09;
    background-image:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 34px 34px;
    mix-blend-mode: overlay;
}
.rr-atmosphere {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}
#rrDustCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    mix-blend-mode: screen;
}
.rr-smoke-layer {
    position: absolute;
    inset: -20% -10%;
    background:
        radial-gradient(circle at 15% 35%, rgba(184,170,149,.11), transparent 24rem),
        radial-gradient(circle at 80% 20%, rgba(196,90,36,.08), transparent 26rem),
        radial-gradient(circle at 55% 75%, rgba(255,255,255,.045), transparent 24rem);
    filter: blur(22px);
    transform: translate3d(0,0,0);
    animation: rrSmokeDrift 36s linear infinite;
}
.rr-smoke-layer-two {
    opacity: .45;
    animation-duration: 58s;
    animation-direction: reverse;
    background:
        radial-gradient(circle at 70% 30%, rgba(184,170,149,.08), transparent 20rem),
        radial-gradient(circle at 22% 70%, rgba(240,138,60,.055), transparent 24rem);
}
.rr-nav,
main,
.rr-footer,
.alert { position: relative; z-index: 2; }
.rr-nav { z-index: 1000; }
.rr-hero-image {
    min-height: 720px;
    display: flex;
    align-items: center;
    isolation: isolate;
}
.rr-hero-image::before {
    content: "";
    position: absolute;
    inset: -7%;
    z-index: -2;
    background-image:
        linear-gradient(90deg, rgba(16,15,13,.96) 0%, rgba(16,15,13,.72) 42%, rgba(16,15,13,.35) 100%),
        linear-gradient(0deg, rgba(16,15,13,.88), rgba(16,15,13,.12) 52%, rgba(16,15,13,.6)),
        var(--rr-hero-image);
    background-position: center;
    background-size: cover;
    transform: translate3d(0, var(--rr-parallax-y, 0px), 0) scale(1.04);
    transition: transform .12s linear;
}
.rr-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 28% 45%, rgba(240,138,60,.18), transparent 22rem),
        linear-gradient(180deg, transparent 0%, rgba(16,15,13,.9) 100%);
    animation: rrHeroGlow 8s ease-in-out infinite alternate;
}
.rr-terminal-emblem {
    width: 132px;
    height: 132px;
    object-fit: cover;
    border-radius: 26px;
    box-shadow: 0 22px 70px rgba(196,90,36,.26);
}
.rr-flicker-panel { position: relative; overflow: hidden; }
.rr-flicker-panel::after,
.rr-discord-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, transparent 0%, rgba(240,138,60,.12) 48%, transparent 60%);
    transform: translateX(-120%);
    animation: rrMetalShine 7s ease-in-out infinite;
}
.rr-card,
.rr-feature,
.rr-wipe-banner,
.rr-terminal-card,
.rr-discord-panel {
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .65s ease;
}
.rr-kit-card:hover,
.rr-server-card:hover,
.rr-feature:hover {
    transform: translateY(-6px);
    border-color: rgba(240,138,60,.38);
    box-shadow: 0 28px 90px rgba(0,0,0,.35), 0 0 42px rgba(196,90,36,.12);
}
.rr-server-card .rr-status-online {
    animation: rrStatusPulse 2.6s ease-in-out infinite;
}
.rr-btn,
.rr-btn-ghost,
.rr-discord {
    position: relative;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.rr-btn::before,
.rr-discord::before {
    content: "";
    position: absolute;
    top: -40%;
    bottom: -40%;
    left: -65%;
    width: 45%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.36), transparent);
    transform: rotate(18deg);
    transition: left .55s ease;
}
.rr-btn:hover::before,
.rr-discord:hover::before { left: 115%; }
.rr-btn.rr-copied {
    animation: rrCopiedPop .42s ease;
    box-shadow: 0 0 0 4px rgba(99,212,113,.16), 0 18px 50px rgba(99,212,113,.15);
}
.rr-countdown {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}
.rr-countdown span {
    min-width: 76px;
    padding: .65rem .75rem;
    border-radius: 16px;
    background: rgba(0,0,0,.26);
    border: 1px solid rgba(240,138,60,.22);
    color: var(--rr-muted);
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.rr-countdown strong {
    display: block;
    color: var(--rr-rust-2);
    font-size: 1.55rem;
    line-height: 1;
    letter-spacing: -.04em;
}
.rr-image-band {
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--rr-line);
    border-bottom: 1px solid var(--rr-line);
    isolation: isolate;
}
.rr-image-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(16,15,13,.95), rgba(16,15,13,.62)),
        url('../img/kit-supplies.webp');
    background-position: center;
    background-size: cover;
    z-index: -2;
    opacity: .78;
    transform: scale(1.03);
}
.rr-image-band::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 72% 30%, rgba(240,138,60,.18), transparent 28rem);
    z-index: -1;
}
.rr-community-strip {
    min-height: 280px;
    border-radius: 32px;
    border: 1px solid var(--rr-line);
    background-image:
        linear-gradient(90deg, rgba(16,15,13,.28), rgba(16,15,13,.86)),
        url('../img/community-camp.webp');
    background-position: center;
    background-size: cover;
    box-shadow: 0 28px 90px rgba(0,0,0,.26);
    position: relative;
    overflow: hidden;
}
.rr-community-strip::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(240,138,60,.15), transparent);
    transform: translateX(-120%);
    animation: rrMetalShine 10s ease-in-out infinite;
}
.rr-page-head-kits,
.rr-page-head-server {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.rr-page-head-kits::before,
.rr-page-head-server::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(16,15,13,.95), rgba(16,15,13,.7), rgba(16,15,13,.92)),
        url('../img/kit-supplies.webp');
    background-position: center;
    background-size: cover;
    z-index: -2;
    opacity: .68;
}
.rr-page-head-server::before { background-image: linear-gradient(90deg, rgba(16,15,13,.95), rgba(16,15,13,.6), rgba(16,15,13,.9)), url('../img/server-fortress.webp'); }
.rr-page-head-kits::after,
.rr-page-head-server::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at 18% 30%, rgba(240,138,60,.22), transparent 22rem);
}
.rr-reveal {
    opacity: 0;
    transform: translateY(24px);
}
.rr-reveal.rr-visible {
    opacity: 1;
    transform: translateY(0);
}
@keyframes rrSmokeDrift {
    0% { transform: translate3d(-3%, -2%, 0) scale(1); }
    50% { transform: translate3d(4%, 3%, 0) scale(1.08); }
    100% { transform: translate3d(-3%, -2%, 0) scale(1); }
}
@keyframes rrHeroGlow {
    from { opacity: .72; }
    to { opacity: .94; }
}
@keyframes rrMetalShine {
    0%, 50% { transform: translateX(-120%); opacity: 0; }
    62% { opacity: 1; }
    78%, 100% { transform: translateX(120%); opacity: 0; }
}
@keyframes rrStatusPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(99,212,113,.18); }
    50% { box-shadow: 0 0 0 8px rgba(99,212,113,0); }
}
@keyframes rrCopiedPop {
    0% { transform: scale(1); }
    45% { transform: scale(1.05); }
    100% { transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    #rrDustCanvas, .rr-smoke-layer { display: none; }
    .rr-reveal { opacity: 1; transform: none; }
}
@media (max-width: 991.98px) {
    .rr-hero-image { min-height: auto; }
    .rr-hero-image::before { opacity: .65; }
    .rr-terminal-emblem { width: 96px; height: 96px; }
}
@media (max-width: 767.98px) {
    #rrDustCanvas { opacity: .28; }
    .rr-smoke-layer { opacity: .28; }
    .rr-image-band::before { opacity: .52; }
    .rr-community-strip { min-height: 210px; border-radius: 24px; }
    .rr-countdown span { min-width: calc(50% - .35rem); }
}

/* Stage 4 layout fix: tighter hero, no oversized emblem, cleaner cPanel output */
html, body {
    margin: 0 !important;
    padding: 0 !important;
}
img {
    max-width: 100%;
    height: auto;
}
.rr-nav {
    top: 0;
    min-height: 72px;
    background: rgba(12, 11, 9, .94) !important;
}
.rr-logo {
    width: 42px !important;
    height: 42px !important;
    max-width: 42px !important;
    object-fit: contain !important;
    flex: 0 0 42px;
    border-radius: 10px;
}
.rr-hero-clean {
    position: relative;
    min-height: calc(100vh - 72px);
    max-height: 820px;
    display: flex;
    align-items: center;
    padding: clamp(4rem, 7vw, 6.5rem) 0 clamp(3rem, 5vw, 5rem) !important;
    overflow: hidden;
    isolation: isolate;
}
.rr-hero-clean::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image:
        linear-gradient(90deg, rgba(16,15,13,.98) 0%, rgba(16,15,13,.88) 34%, rgba(16,15,13,.55) 58%, rgba(16,15,13,.18) 100%),
        linear-gradient(0deg, rgba(16,15,13,.94), rgba(16,15,13,.18) 50%, rgba(16,15,13,.7)),
        var(--rr-hero-image);
    background-position: center;
    background-size: cover;
    transform: translate3d(0, var(--rr-parallax-y, 0px), 0) scale(1.035);
    transition: transform .12s linear;
}
.rr-hero-clean::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 52%, rgba(240,138,60,.24), transparent 28rem),
        radial-gradient(circle at 80% 16%, rgba(245,239,226,.08), transparent 26rem),
        linear-gradient(180deg, transparent 0%, rgba(16,15,13,.96) 100%);
    animation: rrHeroGlow 8s ease-in-out infinite alternate;
}
.rr-hero-clean h1 {
    font-size: clamp(3rem, 6vw, 5.8rem) !important;
    line-height: .92 !important;
    letter-spacing: -.08em !important;
    max-width: 720px;
    text-wrap: balance;
}
.rr-hero-copy {
    max-width: 560px !important;
}
.rr-terminal-card {
    width: 100%;
    max-width: 460px;
    margin-left: auto;
    padding: 1.35rem !important;
    background: linear-gradient(180deg, rgba(11,10,8,.94), rgba(20,17,13,.88)) !important;
    backdrop-filter: blur(14px);
}
.rr-terminal-emblem {
    width: 72px !important;
    height: 72px !important;
    max-width: 72px !important;
    min-width: 72px !important;
    object-fit: cover !important;
    border-radius: 18px !important;
    display: block;
}
.rr-mini-stats {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}
.rr-mini-stats div {
    min-width: 120px;
    padding: .85rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(245,239,226,.12);
    background: rgba(0,0,0,.26);
    backdrop-filter: blur(12px);
}
.rr-mini-stats strong {
    display: block;
    font-size: 1.55rem;
    line-height: 1;
    color: var(--rr-text);
    font-weight: 950;
}
.rr-mini-stats span {
    color: var(--rr-muted);
    font-size: .82rem;
    font-weight: 800;
}
.rr-hero-image {
    min-height: auto !important;
}
.rr-hero-image::before,
.rr-hero-image::after {
    content: none !important;
}
@media (max-width: 991.98px) {
    .rr-hero-clean {
        min-height: auto;
        max-height: none;
        padding: 4rem 0 3rem !important;
    }
    .rr-terminal-card {
        max-width: none;
        margin-left: 0;
    }
}
@media (max-width: 767.98px) {
    .rr-nav {
        min-height: 64px;
    }
    .rr-hero-clean {
        padding: 3.2rem 0 2.6rem !important;
    }
    .rr-hero-clean h1 {
        font-size: clamp(2.65rem, 15vw, 4.2rem) !important;
    }
    .rr-mini-stats div {
        flex: 1 1 calc(50% - .75rem);
        min-width: 0;
    }
}

/* Stage 5 - Pterodactyl server control */
.rr-control-banner {
    border-color: rgba(210, 102, 35, .35) !important;
    background: linear-gradient(135deg, rgba(210, 102, 35, .14), rgba(12, 10, 8, .92)) !important;
}
.rr-control-card {
    position: relative;
    overflow: hidden;
}
.rr-control-card::before {
    content: '';
    position: absolute;
    inset: -30% auto auto -10%;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(210, 102, 35, .18), transparent 68%);
    pointer-events: none;
}
.rr-status-pill,
.rr-log-status {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .4rem .7rem;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
    border: 1px solid rgba(245,239,226,.13);
    color: var(--rr-muted);
    background: rgba(0,0,0,.3);
}
.rr-status-pill::before,
.rr-log-status::before {
    content: '';
    width: .48rem;
    height: .48rem;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 0 14px currentColor;
}
.rr-status-pill.is-online,
.rr-log-status.is-success {
    color: #91f7ad;
    border-color: rgba(145,247,173,.28);
}
.rr-status-pill.is-offline,
.rr-log-status.is-failed {
    color: #ff958e;
    border-color: rgba(255,149,142,.28);
}
.rr-control-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .8rem;
}
.rr-control-metrics div {
    padding: .9rem;
    border-radius: 18px;
    border: 1px solid rgba(245,239,226,.1);
    background: rgba(0,0,0,.25);
}
.rr-control-metrics span {
    display: block;
    color: var(--rr-muted);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.rr-control-metrics strong {
    display: block;
    color: var(--rr-text);
    margin-top: .3rem;
    font-size: 1rem;
}
.rr-control-note {
    padding: .85rem 1rem;
    border-radius: 16px;
    border: 1px solid rgba(245,239,226,.12);
    background: rgba(0,0,0,.28);
    color: var(--rr-muted);
    font-weight: 700;
}
.rr-control-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}
.rr-btn-danger {
    color: #fff !important;
    background: linear-gradient(135deg, #8d1f17, #d33d2f) !important;
    border: 0 !important;
    font-weight: 950 !important;
}
.rr-empty-control {
    padding: 1.2rem;
    border-radius: 18px;
    border: 1px dashed rgba(245,239,226,.18);
    background: rgba(0,0,0,.22);
}
.rr-command-form .input-group .rr-input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rr-command-form .input-group .rr-btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.rr-alert {
    background: rgba(210, 102, 35, .16) !important;
    color: var(--rr-text) !important;
    border: 1px solid rgba(210, 102, 35, .32) !important;
}
.rr-control-config-card {
    background: rgba(0,0,0,.18) !important;
}
@media (max-width: 991.98px) {
    .rr-control-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 575.98px) {
    .rr-control-metrics {
        grid-template-columns: 1fr;
    }
    .rr-control-actions .btn,
    .rr-control-actions form {
        width: 100%;
    }
    .rr-control-actions .btn {
        display: block;
    }
}
