/* rajspingame self-hosted stylesheet (no CDN, no external fonts) */

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

:root {
    --red: #c5142a;
    --red-dark: #9c0f21;
    --gold: #d68a1f;
    --ink: #191919;
    --ink-soft: #4a4a4a;
    --paper: #fbfaf8;
    --line: #e6e2dc;
    --card: #ffffff;
    --radius: 12px;
    --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font);
    background: var(--paper);
    color: var(--ink);
    line-height: 1.65;
    overflow-x: hidden;
    font-size: 16px;
}

a {
    color: inherit;
}

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

.wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}


/* Top bar */

.topbar {
    background: var(--ink);
    color: #ddd;
    font-size: 0.78rem;
    text-align: center;
    padding: 7px 14px;
}

.topbar strong {
    color: var(--gold);
}


/* Nav */

.site-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--card);
    border-bottom: 1px solid var(--line);
}

.site-nav .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.brand {
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--red-dark);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 7px;
    letter-spacing: -0.02em;
}

.brand em {
    font-style: normal;
    color: var(--ink);
}

.nav-list {
    display: flex;
    gap: 26px;
    list-style: none;
}

.nav-list a {
    text-decoration: none;
    color: var(--ink);
    font-weight: 500;
    font-size: 0.92rem;
}

.nav-list a:hover,
.nav-list a[aria-current="page"] {
    color: var(--red-dark);
}

.nav-dl {
    background: var(--red-dark);
    color: #fff !important;
    padding: 9px 18px;
    border-radius: 8px;
    font-weight: 700 !important;
}

.nav-dl:hover {
    background: var(--red);
}

.burger {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
}

.burger span {
    width: 22px;
    height: 2px;
    background: var(--ink);
    display: block;
}

.mnav {
    display: none;
    flex-direction: column;
    background: var(--card);
    border-top: 1px solid var(--line);
    padding: 10px 20px 16px;
}

.mnav a {
    padding: 11px 0;
    border-bottom: 1px solid var(--line);
    text-decoration: none;
    color: var(--ink);
    font-weight: 500;
    font-size: 0.95rem;
}

.mnav.show {
    display: flex;
}


/* Buttons */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.96rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: var(--font);
}

.btn-main {
    background: var(--red-dark);
    color: #fff;
}

.btn-main:hover {
    background: var(--red);
}

.btn-ghost {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .5);
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, .1);
}

.btn-lite {
    background: #fff;
    color: var(--red-dark);
    border: 1.5px solid var(--line);
}

.btn-lite:hover {
    border-color: var(--red-dark);
}

.btn-block {
    width: 100%;
    justify-content: center;
}

.btn-lg {
    padding: 16px 38px;
    font-size: 1.05rem;
}


/* Hero */

.hero {
    background: linear-gradient(160deg, #171412 0%, #2a0e12 100%);
    padding: 54px 20px;
    text-align: center;
}

.hero-logo {
    width: 84px;
    height: 84px;
    border-radius: 20px;
    background: #fff;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .35);
}

.hero-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero h1 {
    color: #fff;
    font-size: clamp(1.6rem, 4vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
    line-height: 1.25;
}

.hero p {
    color: rgba(255, 255, 255, .8);
    max-width: 540px;
    margin: 0 auto 22px;
    font-size: 1.02rem;
}

.hero-meta {
    display: inline-flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    padding: 10px 18px;
    margin-top: 18px;
    color: rgba(255, 255, 255, .75);
    font-size: 0.85rem;
}


/* Inner page header (non-home) */

.page-head {
    background: linear-gradient(160deg, #171412 0%, #2a0e12 100%);
    padding: 46px 20px;
}

.crumb {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 12px;
    font-size: 0.82rem;
}

.crumb a {
    color: rgba(255, 255, 255, .55);
    text-decoration: none;
}

.crumb span {
    color: rgba(255, 255, 255, .3);
}

.crumb b {
    color: rgba(255, 255, 255, .85);
    font-weight: 500;
}

.page-head h1 {
    color: #fff;
    font-size: clamp(1.5rem, 3.4vw, 2.1rem);
    font-weight: 800;
    margin-bottom: 10px;
}

.page-head p {
    color: rgba(255, 255, 255, .72);
    max-width: 620px;
    font-size: 1rem;
}


/* Sections */

section {
    padding: 52px 20px;
}

.eyebrow {
    display: inline-block;
    background: #f4e3d9;
    color: #8a4a12;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 10px;
}

h2.h {
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.lede {
    color: var(--ink-soft);
    max-width: 620px;
    margin-bottom: 34px;
    font-size: 1rem;
}

.bg-alt {
    background: #f2efe9;
}

.bg-ink {
    background: var(--ink);
}


/* Sticky mobile download bar */

.stickybar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    background: var(--card);
    border-top: 1px solid var(--line);
    padding: 10px 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, .08);
}

.stickybar .btn {
    flex: 1;
}

@media (min-width: 861px) {
    .stickybar {
        display: none;
    }
}


/* Cards / grids */

.grid {
    display: grid;
    gap: 18px;
}

.g2 {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.g3 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.g4 {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 22px;
}

.card:hover {
    border-color: #d8a9a9;
}

.card .ic {
    font-size: 1.6rem;
    margin-bottom: 10px;
    display: block;
}

.card h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.card p {
    color: var(--ink-soft);
    font-size: 0.88rem;
}

.stat-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 18px;
    padding: 22px 20px;
    background: var(--red-dark);
}

.stat {
    text-align: center;
    color: #fff;
}

.stat b {
    display: block;
    font-size: 1.4rem;
    font-weight: 800;
}

.stat span {
    font-size: 0.75rem;
    opacity: .9;
}


/* Table */

.spec {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.spec td {
    padding: 13px 16px;
    font-size: 0.9rem;
    border-bottom: 1px solid var(--line);
}

.spec tr:last-child td {
    border-bottom: none;
}

.spec td:first-child {
    background: #f2efe9;
    font-weight: 600;
    color: var(--ink-soft);
    width: 40%;
}


/* Steps */

.steps {
    max-width: 620px;
}

.step {
    display: flex;
    gap: 16px;
    padding-bottom: 26px;
    position: relative;
}

.step:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 40px;
    bottom: 0;
    width: 2px;
    background: var(--line);
}

.step-n {
    width: 36px;
    height: 36px;
    background: var(--red-dark);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex-shrink: 0;
    z-index: 1;
}

.step h3 {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 0.98rem;
}

.step p {
    color: var(--ink-soft);
    font-size: 0.89rem;
}


/* Timeline (about) */

.tl {
    max-width: 620px;
}

.tl-i {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.tl-dot {
    width: 12px;
    height: 12px;
    background: var(--red);
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
    box-shadow: 0 0 0 4px #f4e3d9;
}

.tl-i b.tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    color: #8a4a12;
    background: #f4e3d9;
    padding: 2px 9px;
    border-radius: 20px;
    margin-bottom: 5px;
}

.tl-i h3 {
    font-weight: 700;
    margin-bottom: 4px;
}

.tl-i p {
    color: var(--ink-soft);
    font-size: 0.9rem;
}


/* Blog */

.feat {
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
    background: var(--card);
}

.feat-art {
    background: linear-gradient(150deg, #171412, #2a0e12);
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
}

.feat-body {
    padding: 26px;
}

.feat-body h2 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.tag-pill {
    display: inline-block;
    background: #f4e3d9;
    color: #8a4a12;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.meta-row {
    display: flex;
    gap: 12px;
    color: var(--ink-soft);
    font-size: 0.78rem;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.post {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--card);
}

.post-art {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
}

.post-b {
    padding: 16px;
}

.post-b h3 {
    font-size: 0.94rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.post-b p {
    color: var(--ink-soft);
    font-size: 0.82rem;
    margin-bottom: 10px;
}

.readmore {
    color: var(--red-dark);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.86rem;
}

.side-box {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 20px;
    margin-bottom: 20px;
    background: var(--card);
}

.side-box h3 {
    font-weight: 700;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
    font-size: 0.95rem;
}

.side-link {
    display: flex;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid var(--line);
    text-decoration: none;
    color: var(--ink);
    font-size: 0.85rem;
}

.side-link:last-child {
    border-bottom: none;
}

.side-link b {
    color: var(--red-dark);
}

.chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chip {
    background: #f2efe9;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 0.76rem;
    color: var(--ink-soft);
    text-decoration: none;
}


/* FAQ */

.faq {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 10px;
    background: var(--card);
}

.faq-q {
    width: 100%;
    text-align: left;
    padding: 17px 20px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.96rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font);
    color: var(--ink);
}

.faq-q .x {
    color: var(--red-dark);
    font-size: 1.3rem;
    transition: transform .2s;
}

.faq.open .x {
    transform: rotate(45deg);
}

.faq-a {
    display: none;
    padding: 0 20px 18px;
    color: var(--ink-soft);
    font-size: 0.9rem;
    line-height: 1.7;
}

.faq.open .faq-a {
    display: block;
}


/* Prose (disclaimer) */

.prose h2 {
    font-size: 1.2rem;
    font-weight: 800;
    margin: 26px 0 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--line);
}

.prose h2:first-child {
    margin-top: 0;
}

.prose h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 16px 0 6px;
}

.prose p {
    color: var(--ink-soft);
    margin-bottom: 12px;
    font-size: 0.94rem;
}

.prose ul {
    margin: 8px 0 12px 20px;
}

.prose li {
    color: var(--ink-soft);
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.note {
    background: #fbeecd;
    border: 1px solid #eccf85;
    border-left: 4px solid var(--gold);
    border-radius: 8px;
    padding: 14px 18px;
    margin: 16px 0;
    font-size: 0.88rem;
    color: #6b4a04;
}

.toc {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px;
    background: #f2efe9;
    position: sticky;
    top: 76px;
}

.toc h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.toc a {
    display: block;
    text-decoration: none;
    color: var(--ink-soft);
    font-size: 0.83rem;
    padding: 6px 0;
    border-bottom: 1px solid var(--line);
}

.toc a:last-child {
    border-bottom: none;
}


/* Footer */

footer {
    background: var(--ink);
    color: rgba(255, 255, 255, .68);
    padding: 40px 20px 22px;
}

.f-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 28px;
    margin-bottom: 26px;
}

.f-logo {
    color: #fff;
    font-weight: 800;
    font-size: 1.15rem;
    margin-bottom: 8px;
}

footer h3 {
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

footer a {
    display: block;
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
    font-size: 0.82rem;
    margin-bottom: 7px;
}

footer a:hover {
    color: var(--gold);
}

.f-note {
    background: #2a2419;
    border: 1px solid #3d341f;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 0.76rem;
    color: #c9b98f;
    line-height: 1.6;
    margin-bottom: 18px;
}

.f-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 14px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.78rem;
}


/* Utility */

.center {
    text-align: center;
}

.mt {
    margin-top: 28px;
}

.hide-m {
    display: block;
}

@media (max-width: 860px) {
    .nav-list,
    .btn-ghost.top {
        display: none;
    }
    .burger {
        display: flex;
    }
    .feat,
    .content-grid,
    .content-2 {
        grid-template-columns: 1fr !important;
    }
    .feat-art {
        min-height: 150px;
    }
    main {
        padding-bottom: 64px;
    }
}

@media (max-width: 480px) {
    section {
        padding: 40px 16px;
    }
    .hero {
        padding: 42px 16px;
    }
}