/**
 * How My Rankings Work - page-scoped styles.
 * Three-lens explainer: Personal Rank (rose) / Score (gold) / Tier (violet).
 * Standard Page Design Pattern chrome + bespoke iconography on top.
 */

/* ===========================================================
   Page chrome - full-width override + Standard Page pattern
   =========================================================== */

body.page-template-page-how-rankings-work .site-inner,
body.page-template-page-how-rankings-work .content-sidebar-wrap,
body.page-template-page-how-rankings-work .content {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

body.page-template-page-how-rankings-work .entry,
body.page-template-page-how-rankings-work .entry-content {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

body.page-template-page-how-rankings-work .entry-header,
body.page-template-page-how-rankings-work .entry-title {
    display: none;
}

/* Tone palette */
.hrw-page {
    --c-rank: #e63946;
    --c-rank-soft: rgba(230,57,70,0.12);
    --c-rank-deep: #8b1d27;

    --c-score: #f1c40f;
    --c-score-soft: rgba(241,196,15,0.14);
    --c-score-deep: #8a6d08;

    --c-tier: #b46bd6;
    --c-tier-soft: rgba(180,107,214,0.14);
    --c-tier-deep: #6a3a86;

    --c-green: #4da44b;
    --c-bg: #161616;
    --c-card: #1f1f21;
    --c-card-hi: #26262a;
    --c-text: #e6e6e6;
    --c-text-soft: #b6b6b6;
    --c-text-mute: #888;

    position: relative;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(77,164,75,0.10), transparent 50%),
        radial-gradient(ellipse at 80% 100%, rgba(180,107,214,0.08), transparent 55%),
        var(--c-bg);
    color: var(--c-text);
    padding: 70px clamp(16px, 3vw, 56px) 90px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    font-family: 'Source Sans Pro', 'Roboto Slab', system-ui, sans-serif;
    line-height: 1.55;

    clip-path: polygon(
        0% 0%, 100% 0%,
        98% 5%, 99% 10%, 97% 15%, 100% 20%, 98% 25%, 99% 30%, 97% 35%, 100% 40%,
        98% 45%, 99% 50%, 97% 55%, 100% 60%, 98% 65%, 99% 70%, 97% 75%, 100% 80%,
        98% 85%, 99% 90%, 97% 95%,
        100% 100%, 0% 100%,
        2% 95%, 1% 90%, 3% 85%, 0% 80%, 2% 75%, 1% 70%, 3% 65%, 0% 60%,
        2% 55%, 1% 50%, 3% 45%, 0% 40%, 2% 35%, 1% 30%, 3% 25%, 0% 20%,
        2% 15%, 1% 10%, 3% 5%
    );
}

.hrw-page::before,
.hrw-page::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    background: var(--c-green);
    z-index: 2;
}
.hrw-page::before {
    top: 0;
    clip-path: polygon(0% 0%, 10% 80%, 20% 60%, 30% 90%, 40% 50%, 50% 85%,
                       60% 40%, 70% 75%, 80% 55%, 90% 80%, 100% 0%, 100% 0%, 0% 0%);
}
.hrw-page::after {
    bottom: 0;
    clip-path: polygon(0% 100%, 10% 20%, 20% 40%, 30% 10%, 40% 50%, 50% 15%,
                       60% 60%, 70% 25%, 80% 45%, 90% 20%, 100% 100%, 100% 100%, 0% 100%);
}

.hrw-bg-glow {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 50% 32%, rgba(255,255,255,0.025) 0, transparent 40%);
    pointer-events: none;
    z-index: 0;
}

.hrw-page > * { position: relative; z-index: 1; }

/* Color helpers */
.t-rank  { color: var(--c-rank)  !important; }
.t-score { color: var(--c-score) !important; }
.t-tier  { color: var(--c-tier)  !important; }

/* ===========================================================
   Hero
   =========================================================== */

.hrw-header {
    text-align: center;
    margin: 0 auto 60px;
    max-width: 980px;
    position: relative;
}

.hrw-title {
    font-family: 'NexaRustSlab', 'Roboto Slab', Impact, sans-serif;
    font-weight: 900;
    font-size: clamp(2rem, 4.4vw, 3.6rem);
    line-height: 1.05;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 18px;
    text-shadow:
        2px 2px 0 rgba(0,0,0,0.6),
        4px 4px 0 rgba(77,164,75,0.35);
    text-transform: uppercase;
}
.hrw-title-accent {
    color: var(--c-score);
    text-shadow:
        2px 2px 0 rgba(0,0,0,0.7),
        4px 4px 0 rgba(180,107,214,0.35);
}

.hrw-subtitle {
    font-size: clamp(1rem, 1.3vw, 1.15rem);
    color: var(--c-text-soft);
    margin: 0 auto;
    max-width: 720px;
    line-height: 1.6;
}
.hrw-subtitle em {
    font-style: normal;
    font-weight: 700;
}

/* ===========================================================
   Lens cards (three columns, per-lens themed)
   =========================================================== */

.hrw-lens-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    max-width: 1280px;
    margin: 0 auto 70px;
}

.hrw-lens-card {
    --tone: var(--c-green);
    --tone-soft: rgba(77,164,75,0.12);
    --tone-deep: #2d6e2c;
    position: relative;
    background: linear-gradient(180deg, var(--c-card-hi), var(--c-card));
    border: 1px solid rgba(255,255,255,0.06);
    border-top: 4px solid var(--tone);
    border-radius: 12px;
    padding: 26px 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow:
        0 10px 30px rgba(0,0,0,0.45),
        inset 0 1px 0 rgba(255,255,255,0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hrw-lens-card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 16px 40px rgba(0,0,0,0.55),
        0 0 0 1px var(--tone-soft),
        inset 0 1px 0 rgba(255,255,255,0.05);
}

.hrw-lens-card.lens-rank  { --tone: var(--c-rank);  --tone-soft: var(--c-rank-soft);  --tone-deep: var(--c-rank-deep); }
.hrw-lens-card.lens-score { --tone: var(--c-score); --tone-soft: var(--c-score-soft); --tone-deep: var(--c-score-deep); }
.hrw-lens-card.lens-tier  { --tone: var(--c-tier);  --tone-soft: var(--c-tier-soft);  --tone-deep: var(--c-tier-deep); }

/* Header: emblem + num + heading + sub */
.hrw-lens-head {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 16px;
    align-items: center;
    margin-bottom: 4px;
}

.hrw-lens-emblem {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--tone-soft);
    border: 2px solid var(--tone);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tone);
    box-shadow: 0 6px 16px rgba(0,0,0,0.35), inset 0 0 0 1px rgba(255,255,255,0.04);
}
.hrw-lens-emblem svg {
    width: 28px;
    height: 28px;
    display: block;
    filter: drop-shadow(0 1px 0 rgba(0,0,0,0.4));
}

.hrw-lens-titlewrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    align-items: baseline;
    min-width: 0;
}
.hrw-lens-num {
    grid-row: 1 / 3;
    grid-column: 1;
    align-self: center;
    font-family: 'NexaRustSlab', 'Roboto Slab', Impact, sans-serif;
    font-size: 2rem;
    color: var(--tone);
    line-height: 1;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
}
.hrw-lens-heading {
    grid-row: 1;
    grid-column: 2;
    font-family: 'NexaRustSlab', 'Roboto Slab', Impact, sans-serif;
    font-size: 1.7rem;
    color: #fff;
    margin: 0;
    letter-spacing: 1.5px;
    line-height: 1;
}
.hrw-lens-sub {
    grid-row: 2;
    grid-column: 2;
    margin: 4px 0 0;
    font-style: italic;
    color: var(--tone);
    font-size: 0.95rem;
    font-weight: 500;
}

.hrw-lens-body {
    margin: 6px 0 4px;
    font-size: 0.98rem;
    line-height: 1.6;
    color: var(--c-text);
}

.hrw-lens-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hrw-lens-bullets li {
    position: relative;
    padding-left: 22px;
    font-size: 0.92rem;
    color: var(--c-text-soft);
    line-height: 1.5;
    margin-bottom: 6px;
}
.hrw-lens-bullets li::before {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--tone);
    font-weight: 900;
    font-size: 1rem;
    line-height: 1.4;
}
.lens-rank  .hrw-lens-bullets li::before { content: '\2665'; }     /* heart */
.lens-score .hrw-lens-bullets li::before { content: '\25CF'; }     /* circle */
.lens-tier  .hrw-lens-bullets li::before { content: '\25B2'; }     /* triangle */

/* Speech-bubble Question I'm Asking */
.hrw-lens-quote {
    position: relative;
    margin-top: auto;
    background: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.45));
    border: 1px solid var(--tone-soft);
    border-left: 3px solid var(--tone);
    border-radius: 10px;
    padding: 14px 14px 14px 60px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
}
.hrw-lens-quote-mascot {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(-6deg);
    width: 44px;
    height: 44px;
    object-fit: contain;
    filter: drop-shadow(0 3px 4px rgba(0,0,0,0.5));
}
.hrw-lens-quote-text {
    font-size: 0.88rem;
    color: var(--c-text);
    line-height: 1.45;
}
.hrw-lens-quote-text strong {
    display: block;
    font-family: 'Press Start 2P', monospace;
    color: var(--tone);
    font-weight: 400;
    font-size: 0.6rem;
    letter-spacing: 1px;
    margin-bottom: 6px;
    line-height: 1.2;
}
.hrw-lens-quote-meeple {
    width: 22px;
    height: 22px;
    color: var(--tone);
    opacity: 0.65;
    display: inline-flex;
    align-self: flex-end;
}
.hrw-lens-quote-meeple svg { width: 100%; height: 100%; display: block; }

/* ===========================================================
   Section heads (shared)
   =========================================================== */

.hrw-section-title {
    font-family: 'NexaRustSlab', 'Roboto Slab', Impact, sans-serif;
    font-weight: 900;
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    color: #fff;
    margin: 0 0 6px;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.55), 4px 4px 0 rgba(77,164,75,0.25);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.hrw-section-sub {
    text-align: center;
    color: var(--c-text-mute);
    font-style: italic;
    margin: 0 0 30px;
    font-size: 1rem;
}

.hrw-mini-heading {
    font-family: 'Press Start 2P', monospace;
    font-weight: 400;
    font-size: 0.75rem;
    color: var(--c-green);
    margin: 0 0 16px;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
}

/* ===========================================================
   Divergence: hero + 3 cells
   =========================================================== */

.hrw-divergence {
    max-width: 1280px;
    margin: 0 auto 70px;
}

.hrw-divergence-card {
    background: linear-gradient(180deg, var(--c-card-hi), var(--c-card));
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 30px 30px 26px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.hrw-div-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 32px;
    align-items: start;
}

.hrw-div-cells-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.hrw-div-game {
    text-align: center;
}
.hrw-div-game-label {
    display: inline-block;
    background: var(--c-green);
    color: #0c1a0b;
    padding: 5px 10px;
    border-radius: 3px;
    font-family: 'Press Start 2P', monospace;
    font-weight: 400;
    font-size: 0.6rem;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
}
.hrw-div-game-art {
    display: block;
    width: 100%;
    margin: 0 auto 12px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid rgba(77,164,75,0.6);
    box-shadow: 0 8px 24px rgba(0,0,0,0.5);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hrw-div-game-art:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(77,164,75,0.35), 0 6px 12px rgba(0,0,0,0.5);
}
.hrw-div-game-art img { display: block; width: 100%; height: auto; }

.hrw-div-game-title {
    display: inline-block;
    font-family: 'NexaRustSlab', 'Roboto Slab', Impact, sans-serif;
    font-weight: 900;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.5px;
    border-bottom: 2px dotted rgba(77,164,75,0.5);
    padding-bottom: 2px;
}
.hrw-div-game-title:hover { color: var(--c-green); }

.hrw-div-cells {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: stretch;
    gap: 8px;
}

.hrw-div-cell {
    --tone: var(--c-green);
    text-align: center;
    padding: 18px 14px 16px;
    background: rgba(0,0,0,0.35);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.05);
    border-top: 3px solid var(--tone);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hrw-div-cell.tone-rank  { --tone: var(--c-rank); }
.hrw-div-cell.tone-score { --tone: var(--c-score); }
.hrw-div-cell.tone-tier  { --tone: var(--c-tier); }

.hrw-div-cell-label {
    font-family: 'Press Start 2P', monospace;
    font-size: 0.6rem;
    color: var(--tone);
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}
.hrw-div-cell-value {
    font-family: 'NexaRustSlab', 'Roboto Slab', Impact, sans-serif;
    font-weight: 900;
    font-size: 2.8rem;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
    text-shadow: 3px 3px 0 rgba(0,0,0,0.55);
    letter-spacing: 1px;
}
.hrw-div-cell-max {
    font-size: 1.1rem;
    color: var(--c-text-mute);
    margin-left: 2px;
}
.hrw-div-cell-note {
    font-size: 0.85rem;
    color: var(--c-text-soft);
    line-height: 1.45;
    margin: 0;
    font-style: italic;
}

.hrw-div-sep {
    font-size: 1.8rem;
    color: var(--c-text-mute);
    font-weight: 900;
    align-self: center;
    line-height: 1;
    opacity: 0.7;
}

.hrw-div-bottom {
    text-align: center;
    font-size: 1rem;
    color: var(--c-text);
    line-height: 1.55;
    margin: 0;
    padding: 0 8px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
}
.hrw-div-bottom strong { font-weight: 800; }

/* ===========================================================
   At a Glance + Examples From My Collection
   =========================================================== */

.hrw-glance {
    max-width: 1280px;
    margin: 0 auto 70px;
    display: grid;
    grid-template-columns: minmax(320px, 380px) 1fr;
    gap: 22px;
    align-items: start;
}

.hrw-glance-legend {
    background: linear-gradient(180deg, var(--c-card-hi), var(--c-card));
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 22px 20px;
    align-self: start;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}

.hrw-legend-row {
    --tone: var(--c-green);
    --tone-soft: rgba(77,164,75,0.12);
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 14px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed rgba(255,255,255,0.08);
    font-size: 0.88rem;
    line-height: 1.4;
}
.hrw-legend-row:last-child { border-bottom: none; }
.hrw-legend-row.lens-rank  { --tone: var(--c-rank);  --tone-soft: var(--c-rank-soft); }
.hrw-legend-row.lens-score { --tone: var(--c-score); --tone-soft: var(--c-score-soft); }
.hrw-legend-row.lens-tier  { --tone: var(--c-tier);  --tone-soft: var(--c-tier-soft); }

.hrw-legend-emblem {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--tone-soft);
    border: 2px solid var(--tone);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tone);
}
.hrw-legend-emblem svg { width: 20px; height: 20px; display: block; }

.hrw-legend-row strong {
    color: #fff;
    font-family: 'NexaRustSlab', 'Roboto Slab', Impact, sans-serif;
    font-weight: 900;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
}
.hrw-muted { color: var(--c-text-mute); font-size: 0.82rem; }

/* Examples grid */
.hrw-glance-examples {
    background: linear-gradient(180deg, var(--c-card-hi), var(--c-card));
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}

.hrw-glance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.hrw-glance-card {
    --tone: var(--c-green);
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.05);
    border-top: 3px solid var(--tone);
    border-radius: 10px;
    padding: 14px 12px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.2s ease;
}
.hrw-glance-card:hover { transform: translateY(-2px); }
.hrw-glance-card.tone-rank  { --tone: var(--c-rank); }
.hrw-glance-card.tone-score { --tone: var(--c-score); }
.hrw-glance-card.tone-tier  { --tone: var(--c-tier); }

.hrw-glance-card-label {
    font-family: 'Press Start 2P', monospace;
    font-size: 0.55rem;
    color: var(--tone);
    letter-spacing: 1.2px;
    padding: 5px 8px;
    background: rgba(255,255,255,0.04);
    border-radius: 3px;
    line-height: 1.3;
}
.hrw-glance-art {
    display: block;
    width: 92px;
    height: 92px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid rgba(77,164,75,0.4);
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}
.hrw-glance-art img { width: 100%; height: 100%; object-fit: cover; display: block; }

.hrw-glance-title {
    font-family: 'NexaRustSlab', 'Roboto Slab', Impact, sans-serif;
    font-weight: 900;
    font-size: 1.3rem;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.5px;
    line-height: 1.15;
}
.hrw-glance-title:hover { color: var(--c-green); }
.hrw-glance-variant {
    display: inline-block;
    font-size: 0.6rem;
    color: var(--c-text-mute);
    font-family: 'Press Start 2P', monospace;
    text-transform: uppercase;
    background: rgba(255,255,255,0.06);
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 4px;
    vertical-align: middle;
    letter-spacing: 1px;
}

.hrw-mini-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: rgba(0,0,0,0.45);
    border-radius: 6px;
    padding: 8px 4px;
}
.hrw-mini-cell {
    --tone: var(--c-green);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    padding: 6px 4px;
    border-right: 1px solid rgba(255,255,255,0.06);
    min-width: 0;
}
.hrw-mini-cell:last-child { border-right: none; }
.hrw-mini-cell.tone-rank  { --tone: var(--c-rank); }
.hrw-mini-cell.tone-score { --tone: var(--c-score); }
.hrw-mini-cell.tone-tier  { --tone: var(--c-tier); }

.hrw-mini-label {
    font-family: 'Press Start 2P', monospace;
    font-size: 0.5rem;
    color: var(--c-text-mute);
    letter-spacing: 1px;
}
.hrw-mini-value {
    font-family: 'NexaRustSlab', 'Roboto Slab', Impact, sans-serif;
    font-weight: 900;
    font-size: 1.4rem;
    color: var(--tone);
    line-height: 1;
}
.hrw-mini-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
}

.hrw-glance-caption {
    font-size: 0.8rem;
    color: var(--c-text-soft);
    line-height: 1.45;
    margin: 0;
    font-style: italic;
}

/* ===========================================================
   Score + Tier Breakdown - colored chips
   =========================================================== */

.hrw-breakdown {
    max-width: 1280px;
    margin: 0 auto 70px;
}

.hrw-breakdown-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 300px;
    gap: 22px;
    margin-top: 30px;
}

.hrw-scale {
    background: linear-gradient(180deg, var(--c-card-hi), var(--c-card));
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 22px 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}

.hrw-scale-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hrw-scale-row {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    gap: 18px;
    padding: 10px 4px;
    border-bottom: 1px dashed rgba(255,255,255,0.06);
}
.hrw-scale-row:last-child { border-bottom: none; }

.hrw-scale-badge {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 50px;
}

.hrw-scale-text {
    font-size: 0.92rem;
    color: var(--c-text-soft);
    line-height: 1.4;
}
.hrw-scale-text strong {
    color: #fff;
    font-weight: 700;
}
.hrw-scale-dash {
    color: var(--c-text-mute);
    margin: 0 4px 0 2px;
}

.hrw-side-stack {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-self: start;
}

.hrw-helpful-tip {
    background: linear-gradient(180deg, rgba(241,196,15,0.10), rgba(241,196,15,0.04));
    border: 1px solid var(--c-score);
    border-radius: 12px;
    padding: 22px 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}

/* USE THE RATINGS sidebar action card — reuses patreon panel identity
   (see assets/css/patron-requests.css `.prv2-board-panel`
        + assets/css/patron-hub.css `.patron-hub-display-chip`) */
.hrw-use-card {
    background: linear-gradient(180deg, #25292c 0%, #181c1f 100%);
    border: 1.5px solid #d99a5f; /* --orange-line */
    border-radius: 16px;
    padding: 18px 18px 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05),
                0 8px 20px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hrw-use-badge {
    display: inline-block;
    align-self: flex-start;
    background: linear-gradient(180deg, #ff776b, #ec4f46); /* salmon -> coral-deep */
    color: #fff;
    padding: 5px 12px;
    border-radius: 3px;
    font-family: 'Press Start 2P', monospace;
    font-size: 0.6rem;
    letter-spacing: 1.5px;
    margin-bottom: 4px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
}
.hrw-use-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 240, 199, 0.1); /* cream @ 10% */
    border-left: 3px solid #e94c43; /* --coral-deep */
    border-radius: 10px;
    text-decoration: none !important;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.hrw-use-row:hover {
    transform: translateX(2px);
    background: rgba(249, 104, 84, 0.12); /* --salmon @ 12% */
    border-color: rgba(249, 104, 84, 0.45); /* --salmon-edge */
    border-left-color: #f96854; /* --salmon */
}
.hrw-use-row-title {
    font-family: 'NexaRustSlab', 'Roboto Slab', Impact, sans-serif;
    font-weight: 900;
    font-size: 1.05rem;
    color: #fff0c7; /* --cream */
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.hrw-use-arrow {
    color: #f96854; /* --salmon */
    font-weight: 900;
    transition: transform 0.15s ease;
}
.hrw-use-row:hover .hrw-use-arrow { transform: translateX(3px); }
.hrw-use-row-desc {
    font-size: 0.85rem;
    color: #f6e7c8; /* cream-soft body tone */
    line-height: 1.4;
}

/* Honest note (rose) - sits inside the divergence card, right of the game */
.hrw-honest-note {
    margin: 4px 0 0;
    padding: 18px 20px;
    background: linear-gradient(180deg, rgba(230,57,70,0.10), rgba(230,57,70,0.03));
    border: 1px solid rgba(230,57,70,0.45);
    border-left: 4px solid var(--c-rank);
    border-radius: 10px;
}
.hrw-honest-badge {
    display: inline-block;
    background: var(--c-rank);
    color: #fff;
    padding: 5px 12px;
    border-radius: 3px;
    font-family: 'Press Start 2P', monospace;
    font-size: 0.6rem;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
}
.hrw-honest-lead {
    margin: 0 0 12px !important;
    font-family: 'NexaRustSlab', 'Roboto Slab', Impact, sans-serif;
    font-weight: 900;
    font-size: 1.35rem;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1.2;
}
.hrw-honest-note p {
    margin: 0 0 10px;
    font-size: 0.96rem;
    line-height: 1.6;
    color: var(--c-text);
}
.hrw-honest-note p:last-child { margin-bottom: 0; }
.hrw-honest-cta {
    margin-top: 14px !important;
    padding-top: 14px;
    border-top: 1px dashed rgba(230,57,70,0.3);
    color: var(--c-rank) !important;
    font-weight: 700;
    font-size: 1rem !important;
}
.hrw-honest-cta a {
    color: var(--c-rank);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    font-weight: 800;
}
.hrw-honest-cta a:hover { color: #fff; }
.hrw-tip-badge {
    display: inline-block;
    background: var(--c-score);
    color: #1a1a1a;
    padding: 5px 12px;
    border-radius: 3px;
    font-family: 'Press Start 2P', monospace;
    font-size: 0.6rem;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}
.hrw-helpful-tip p {
    margin: 0 0 10px;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--c-text);
}
.hrw-helpful-tip em { font-style: italic; color: var(--c-text-soft); }
.hrw-helpful-tip strong { font-weight: 800; }
.hrw-tip-bold {
    margin-top: 6px !important;
    color: var(--c-score) !important;
    font-family: 'NexaRustSlab', 'Roboto Slab', Impact, sans-serif;
    font-weight: 900;
    font-size: 1.4rem !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ===========================================================
   Bottom line - pooter + meeple
   =========================================================== */

.hrw-bottomline {
    max-width: 900px;
    margin: 0 auto 40px;
    background: linear-gradient(180deg, var(--c-card-hi), var(--c-card));
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 22px 30px 22px 110px;
    display: grid;
    grid-template-columns: 1fr 36px;
    gap: 16px;
    align-items: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    overflow: visible;
}
.hrw-bottom-mascot {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(-8deg);
    width: 80px;
    height: 80px;
    object-fit: contain;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.5));
}
.hrw-bottom-text { min-width: 0; }
.hrw-bottom-stamp {
    display: inline-block;
    font-family: 'Press Start 2P', monospace;
    color: var(--c-green);
    font-size: 0.65rem;
    letter-spacing: 2px;
    margin-bottom: 8px;
}
.hrw-bottom-text p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--c-text);
}
.hrw-bottom-meeple {
    width: 36px;
    height: 36px;
    color: var(--c-tier);
    opacity: 0.6;
}
.hrw-bottom-meeple svg { width: 100%; height: 100%; display: block; }

/* ===========================================================
   CTA
   =========================================================== */

.hrw-cta {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}
.hrw-cta-btn {
    display: inline-block;
    padding: 14px 26px;
    background: var(--c-green);
    color: #0a1a09 !important;
    font-family: 'Press Start 2P', monospace;
    font-weight: 400;
    text-decoration: none;
    border-radius: 6px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 4px 0 rgba(0,0,0,0.5);
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.hrw-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 0 rgba(0,0,0,0.5);
    background: #5fb95d;
}
.hrw-cta-secondary {
    background: transparent;
    color: var(--c-green) !important;
    border: 2px solid var(--c-green);
    box-shadow: 0 4px 0 rgba(77,164,75,0.3);
}
.hrw-cta-secondary:hover {
    background: rgba(77,164,75,0.08);
    box-shadow: 0 6px 0 rgba(77,164,75,0.5);
}

/* ===========================================================
   Sticker drop zones (real .sticker-zone wrappers) — one inside
   the legend column, one near the bottom of the page. Patrons
   see a faded "add sticker" marker; placed stickers render here.
   =========================================================== */

.hrw-sticker-zone-wrap {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px dashed rgba(255, 255, 255, 0.08);
}
.hrw-sticker-zone-wrap--bottom {
    max-width: 1280px;
    margin: 40px auto 50px;
    padding: 22px 24px;
    background: linear-gradient(180deg, var(--c-card-hi), var(--c-card));
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.hrw-sticker-zone-heading {
    font-family: 'NexaRustSlab', 'Roboto Slab', Impact, sans-serif;
    font-weight: 900;
    font-size: 0.95rem;
    color: #fff;
    letter-spacing: 0.5px;
    margin: 0 0 6px;
}
.hrw-sticker-zone-wrap--bottom .hrw-sticker-zone-heading {
    font-size: 1.15rem;
    text-align: center;
}
.hrw-sticker-zone-sub {
    font-size: 0.78rem;
    color: var(--c-text-mute);
    line-height: 1.4;
    margin: 0 0 14px;
}
.hrw-sticker-zone-wrap--bottom .hrw-sticker-zone-sub {
    text-align: center;
    font-size: 0.88rem;
}
.hrw-sticker-zone-wrap .sticker-zone {
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 8px 4px;
}

/* ===========================================================
   Responsive
   =========================================================== */

@media (max-width: 1024px) {
    .hrw-lens-grid { grid-template-columns: 1fr; gap: 26px; }
    .hrw-glance { grid-template-columns: 1fr; }
    .hrw-breakdown-grid { grid-template-columns: 1fr 1fr; }
    .hrw-side-stack { grid-column: span 2; }
    .hrw-div-grid { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 768px) {
    .hrw-page { padding: 50px 16px 70px; }
    .hrw-div-cells { grid-template-columns: 1fr; gap: 8px; }
    .hrw-div-sep { display: none; }
    .hrw-glance-grid { grid-template-columns: 1fr; }
    .hrw-breakdown-grid { grid-template-columns: 1fr; }
    .hrw-side-stack { grid-column: span 1; }
    .hrw-bottomline { padding: 90px 24px 22px; grid-template-columns: 1fr; text-align: center; }
    .hrw-bottom-mascot { left: 50%; top: 14px; transform: translateX(-50%) rotate(-8deg); width: 70px; height: 70px; }
    .hrw-bottom-meeple { margin: 0 auto; }
}

@media (max-width: 480px) {
    .hrw-page { padding: 40px 12px 50px; }
    .hrw-lens-card { padding: 22px 18px 18px; }
    .hrw-lens-head { grid-template-columns: 48px 1fr; gap: 12px; }
    .hrw-lens-emblem { width: 48px; height: 48px; }
    .hrw-lens-emblem svg { width: 24px; height: 24px; }
    .hrw-lens-num { font-size: 1.6rem; }
    .hrw-lens-heading { font-size: 1.4rem; }
}
