:root {
    --paper: #f4edda;
    --cream: #fff9e9;
    --ink: #1e1c18;

    --red: #e9492d;
    --yellow: #ffd84d;
    --blue: #45a8c8;
    --green: #77b56f;

    --pink: #f5b7c8;
    --light-blue: #d7eff8;
    --light-green: #dcf3d7;
    --light-red: #ffe1da;

    --line: #1e1c18;
    --shadow: 8px 8px 0 var(--ink);
}

* { box-sizing: border-box; }

html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.45;
}

img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    padding: 14px 0 12px;
}

.brand {
    display: block;
    color: var(--ink);
    text-align: center;
    text-decoration: none;
}

.brand-topline {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.brand-kicker {
    display: inline-block;
    margin: 0;
    padding: 6px 10px;
    background: var(--ink);
    color: white;
    border: 3px solid var(--ink);
    font-size: .68rem;
    font-weight: 1000;
    letter-spacing: .08em;
    text-transform: uppercase;
    transform: rotate(-1deg);
}

.brand-name {
    display: block;
    font-size: clamp(5rem, 12vw, 8rem);
    font-weight: 1000;
    line-height: .78;
    letter-spacing: -.075em;
    text-transform: uppercase;
}

.brand-tagline {
    margin: 2px 0 0;
    font-family: Georgia, serif;
    font-size: clamp(.9rem, 1.6vw, 1.05rem);
    font-style: italic;
    text-align: center;
}

.brand-dot {
    color: var(--red);
}

.main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    padding: 10px;
    background: var(--ink);
    border: 3px solid var(--ink);
}

.main-nav a {
    display: inline-block;
    padding: 8px 11px;
    background: var(--cream);
    color: var(--ink);
    border: 3px solid var(--ink);
    font-size: .7rem;
    font-weight: 1000;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        transform .12s ease,
        background .12s ease,
        box-shadow .12s ease;
}

.main-nav a:hover {
    background: var(--yellow);
    transform: rotate(-1deg) translateY(-1px);
}

.main-nav a.active {
    background: var(--yellow);
    transform: rotate(-1deg);
    box-shadow: 3px 3px 0 white;
}

.eyebrow,
.mini-label {
    display: inline-block;
    padding: 5px 8px;
    background: var(--ink);
    color: white;
    font-size: .7rem;
    font-weight: 1000;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.card {
    background: var(--cream);
    border: 4px solid var(--ink);
    box-shadow: var(--shadow);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 28px;
    align-items: stretch;
    margin-top: 10px;
}

.gripe-card {
    position: relative;
    padding: clamp(18px, 2.5vw, 28px);
    background: var(--cream);
    border: 4px solid var(--ink);
    box-shadow: var(--shadow);
    transform: rotate(-.25deg);
}

.gripe-card h1 a {
    color: inherit;
    text-decoration: none;
}

.gripe-card h1 a:hover {
    text-decoration: underline;
}

.hero-card { overflow: visible; }

.tape {
    position: absolute;
    width: 95px;
    height: 30px;
    background: rgba(255, 216, 77, .78);
    border: 1px solid rgba(30, 28, 24, .18);
    z-index: 2;
}

.tape-left { top: -14px; left: 45px; transform: rotate(-6deg); }
.tape-right { top: -12px; right: 48px; transform: rotate(5deg); }

.eyebrow {
    background: var(--red);
    border: 3px solid var(--ink);
    transform: rotate(-1deg);
}

.gripe-date {
    margin-top: 14px;
    font-size: .72rem;
    font-weight: 1000;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .58;
}

.gripe-card h1 {
    margin: 12px 0;
    font-size: clamp(2.4rem, 4.2vw, 3.8rem);
    font-weight: 1000;
    line-height: .98;
    letter-spacing: -.025em;
    text-transform: uppercase;
    overflow-wrap: normal;
    word-break: normal;
}

.gripe-copy {
    max-width: 850px;
    font-family: Georgia, serif;
    font-size: 1.08rem;
    line-height: 1.55;
}

.punchline {
    margin: 24px 0 20px;
    padding: 16px 18px;
    background: var(--yellow);
    border: 4px solid var(--ink);
    box-shadow: 4px 4px 0 var(--ink);
    font-size: clamp(1.25rem, 2.4vw, 1.8rem);
    font-weight: 1000;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(.4deg);
}

.daily-gripe-signature {
    margin: 10px 0 0;
    padding-top: 14px;
    border-top: 3px solid var(--ink);
    text-align: center;
}

.daily-gripe-signature img {
    display: block;
    width: min(760px, 100%);
    height: auto;
    margin: 0 auto;
}

.daily-griper-count {
    margin:
        0
        0
        calc(-1 * clamp(18px, 2.5vw, 28px));
    padding: 0 0 6px;
    text-align: center;
    font-size: .72rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: .035em;
    text-transform: uppercase;
    color: var(--ink);
}

/*
==================================================
PETTY TRUTH DISPENSER
==================================================
*/

.petty-truth-dispenser {
    margin: 3px 0 28px;

    background: #fff4df;

    border: 4px solid var(--ink);

    box-shadow: 5px 5px 0 var(--ink);
}


.petty-truth-label {
    padding: 6px 10px;

    background: #e97832;

    color: var(--ink);

    border-bottom: 3px solid var(--ink);

    font-size: .7rem;

    font-weight: 1000;

    letter-spacing: .06em;

    text-transform: uppercase;
}


.petty-truth-main {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 12px;

    padding: 12px 14px;
}


.petty-truth-copy {
    min-width: 0;
}


.petty-truth-output {
    display: flex;

    align-items: center;

    min-height: 2.7em;
    
    font-family:
    "Helvetica Neue",
    Arial,
    sans-serif;

    font-size:
        clamp(
            1rem,
            1.7vw,
            1.15rem
        );
    
    font-weight: 700;
    
    line-height: 1.4;
    
    letter-spacing: .01em;
    
    transition:
        opacity .12s ease,
        transform .12s ease;
}

.petty-truth-counter {
    margin-top: 5px;

    font-size: .6rem;

    font-weight: 1000;

    opacity: .55;
}

.petty-truth-button {
    min-height: 40px;
    
    padding: 8px 13px;

    background: var(--yellow);

    color: var(--ink);

    border: 3px solid var(--ink);

    box-shadow: 4px 4px 0 var(--ink);

    font-family: inherit;

    font-size: .72rem;

    font-weight: 1000;

    letter-spacing: .04em;

    text-transform: uppercase;

    white-space: nowrap;

    cursor: pointer;

    transform: rotate(-1.5deg);

    transition:
        transform .12s ease,
        box-shadow .12s ease,
        background .12s ease;
}

.petty-truth-button:hover {
    transform: rotate(-1.5deg) translate(-2px, -2px);

    box-shadow: 6px 6px 0 var(--ink);

    background: #ffe66b;
}

.petty-truth-button:active {
    transform: rotate(-1.5deg) translate(2px, 2px);

    box-shadow: 1px 1px 0 var(--ink);
}

.petty-truth-output.petty-truth-changing {
    opacity: .35;

    transform: translateY(2px);
}


@media (max-width: 650px) {

    .petty-truth-main {
        grid-template-columns: 1fr;
        gap: 9px;
        padding: 11px;
    }

    .petty-truth-button {
        width: 100%;
        min-height: 38px;
    }

}


@media (max-width: 650px) {

    .brand-topline {
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .brand-name {
        font-size: clamp(4rem, 18vw, 5.5rem);
    }

    .brand-tagline {
        margin-top: 10px;
        text-align: center
    }

}

}/*
==================================================
DAILY GRIPE PUBLIC TAGS
==================================================
*/

.gripe-public-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;

    margin: -4px 0 18px;
}

.gripe-public-tags a {
    display: inline-block;

    padding: 5px 8px;

    background: #d7eff8;
    color: var(--ink);

    border: 2px solid var(--ink);
    box-shadow: 2px 2px 0 var(--ink);

    font-size: .7rem;
    font-weight: 1000;
    line-height: 1;

    text-decoration: none;
    text-transform: lowercase;

    transition:
        transform .12s ease,
        box-shadow .12s ease;
}

.gripe-public-tags a:hover {
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 var(--ink);
}

.gripe-share-footer {
    margin-top: 18px;
    padding-top: 8px;
    border-top: 1px dashed rgba(30, 28, 24, .35);
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    opacity: .65;
}

/*
==================================================
SHARE THE OUTRAGE
==================================================
*/

.gripe-share-box {

    margin-top: 22px;
    padding-top: 18px;

    border-top: 3px dashed var(--ink);
}


.gripe-share-heading {

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

    gap: 8px 16px;

    margin-bottom: 13px;
}


.gripe-share-label {

    display: inline-block;

    padding: 6px 9px;

    background: var(--red);
    color: white;

    border: 3px solid var(--ink);

    font-size: .7rem;
    font-weight: 1000;

    letter-spacing: .05em;
    text-transform: uppercase;

    transform: rotate(-1deg);
}


.gripe-share-subtitle {

    font-family: Georgia, serif;

    font-size: .78rem;
    font-style: italic;
    font-weight: bold;

    opacity: .7;
}


.gripe-share-buttons {

    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 9px;
}


.gripe-share-button {

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 6px;

    min-width: 0;
    min-height: 43px;

    padding: 8px 7px;

    background: var(--cream);
    color: var(--ink);

    border: 3px solid var(--ink);

    box-shadow:
        3px 3px 0 var(--ink);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: .64rem;
    font-weight: 1000;

    line-height: 1;

    text-align: center;
    text-decoration: none;

    cursor: pointer;

    transition:
        transform .12s ease,
        box-shadow .12s ease,
        background .12s ease;
}


.gripe-share-button:hover {

    background: var(--yellow);

    transform:
        translate(-1px, -1px);

    box-shadow:
        4px 4px 0 var(--ink);
}


.gripe-share-button:active {

    transform:
        translate(2px, 2px);

    box-shadow:
        1px 1px 0 var(--ink);
}


.gripe-share-icon {

    display: inline-grid;
    place-items: center;

    min-width: 21px;

    font-size: .9rem;
    font-weight: 1000;
}


.gripe-copy-button {

    appearance: none;
}


.gripe-copy-message {

    margin-top: 0;

    font-family: Georgia, serif;

    font-size: .72rem;
    font-weight: bold;
    font-style: italic;

    text-align: center;
}


.gripe-copy-message:not(:empty) {

    margin-top: 10px;
}


.gripe-copy-button.copied {

    background: var(--light-green);
}


@media (max-width: 700px) {

    .gripe-share-buttons {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .gripe-share-button:last-child {

        grid-column:
            1 / -1;
    }

}


@media (max-width: 420px) {

    .gripe-share-heading {

        align-items:
            flex-start;

        flex-direction:
            column;
    }

}

.gripe-permalink { color: inherit; text-decoration: none; }
.gripe-permalink:hover { text-decoration: underline; opacity: 1; }
.gripe-share-divider { opacity: .55; }

.copy-gripe-link {
    appearance: none;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    cursor: pointer;
}

.copy-gripe-link:hover { text-decoration: underline; }
.copy-gripe-message { font-weight: 800; }

    a:focus-visible,
    button:focus-visible,
    input:focus-visible,
    select:focus-visible,
    textarea:focus-visible {
        outline: 4px solid var(--yellow);
        outline-offset: 3px;
    }

.side-stack {
    display: grid;
    grid-template-rows: auto 1fr auto auto;
    gap: 21px;
    align-self: stretch;
}

.mini-card {
    position: relative;
    padding: 20px;
    border: 4px solid var(--ink);
    box-shadow: var(--shadow);
}

.side-stack .mini-card { box-shadow: 5px 5px 0 var(--ink); }
.sticky-yellow { background: var(--yellow); transform: rotate(1deg); }
.scribble-card { background: white; transform: rotate(-.8deg); }

.big-word {
    margin: 16px 0 8px;
    font-weight: 1000;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.05;
}

.mini-card p { font-family: Georgia, serif; line-height: 1.5; }

.quote-mark {
    margin: 10px 0 -22px !important;
    color: var(--red);
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 4rem;
    font-weight: 900;
    line-height: .8;
}

.side-stack .sticky-yellow { padding: 16px 20px; }
.side-stack .sticky-yellow .big-word { margin: 7px 0 5px; font-size: 2.5rem; }
.side-stack .sticky-yellow p { margin: 4px 0 0; line-height: 1.35; }

.mini-card.scribble-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0, 0, 0, .025) 10px, rgba(0, 0, 0, .025) 11px), var(--cream);
    text-align: center;
}

.mini-card.scribble-card .mini-label {
    position: absolute;
    top: 18px;
    left: 20px;
    text-align: left;
}

.mini-card.scribble-card .quote-mark {
    margin: 8px 0 -4px;
    color: var(--red);
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: .7;
    text-align: center;
}

.mini-card.scribble-card p:not(.quote-mark) {
    width: 90%;
    margin: 6px auto 4px;
    font-family: Georgia, serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.deal-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 22px 24px;
    background: #cbe9c5;
    border: 4px solid var(--ink);
    box-shadow: 6px 6px 0 var(--ink);
    transform: rotate(-.15deg);
}

.deal-card h2 {
    margin: 0;
    font-size: clamp(1.75rem, 3vw, 2.55rem);
    font-weight: 1000;
    line-height: .96;
    letter-spacing: -.025em;
    text-align: center;
    text-transform: uppercase;
}

.deal-card p { margin: 4px 0 7px; font-size: .92rem; line-height: 1.35; }

.deal-card .mini-label {
    display: inline-block;
    flex: 0 0 auto;
    width: fit-content;
    margin: 0;
    padding: 5px 9px;
    background: var(--ink);
    color: white;
    border: 3px solid var(--ink);
    font-size: .7rem;
    font-weight: 1000;
    letter-spacing: .06em;
    text-transform: uppercase;
    transform: rotate(1.5deg);
}

.worth-home-punchline {
    margin: 7px 0 4px;
    padding: 8px 11px;
    background: var(--yellow);
    border: 3px dashed var(--ink);
    font-family: Georgia, serif;
    font-size: .88rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    transform: rotate(-.4deg);
}

.worth-home-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: end;
    gap: 22px;
    margin-top: auto;
    padding-top: 14px;
}

.worth-home-bottom .deal-link {
    width: 100%;
    margin: 0;
    align-self: end;
    position: relative;
    top: -2px;
    text-align: center;
}

.worth-home-survived {
    max-width: 620px;
    margin: 10px auto 14px;
    padding: 0;
    background: transparent;
    border: 0;
    font-family: Georgia, serif;
    font-size: .95rem;
    line-height: 1.4;
    text-align: center;
}

.worth-home-survived strong {
    display: inline;
    color: #34752f;
    font-family: Georgia, serif;
    font-size: inherit;
    font-weight: bold;
}
.worth-home-content {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 18px;
    margin: 2px 0 8px;
}

.worth-home-description p {
    margin: 0;
}

.worth-home-thumb {
    width: 115px;
    margin: 0;
}

.worth-home-thumb img {
    display: block;
    width: 100%;
    height: auto;
    border: 2px solid var(--ink);
    box-shadow: 3px 3px 0 var(--ink);
}

.worth-image-button {
    display: block;
    padding: 0;
    background: none;
    border: 0;
    cursor: zoom-in;
}

.worth-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(30, 28, 24, .82);
}

.worth-lightbox[hidden] {
    display: none;
}

.worth-lightbox img {
    display: block;
    max-width: min(800px, 90vw);
    max-height: 85vh;
    width: auto;
    height: auto;
    border: 4px solid var(--ink);
    box-shadow: 8px 8px 0 var(--ink);
}

.worth-lightbox-close {
    position: absolute;
    top: 18px;
    right: 22px;
    width: 46px;
    height: 46px;
    padding: 0;
    background: var(--yellow);
    color: var(--ink);
    border: 3px solid var(--ink);
    box-shadow: 3px 3px 0 var(--ink);
    font-size: 2rem;
    font-weight: 1000;
    line-height: 1;
    cursor: pointer;
}

@media (max-width: 600px) {

    .worth-home-content {
        gap: 12px;
    }

    .worth-home-thumb {
        width: 88px;
    }

}
@media (max-width: 600px) {
    .worth-home-thumb {
        width: 88px;
        margin-left: 12px;
    }
}

.worth-home-stamp {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    flex-shrink: 0;
    margin: 0 2px 0 auto;
    padding-bottom: 10px;
    background: transparent;
    color: #287a3b;
    border: 4px solid #287a3b;
    border-radius: 50%;
    box-shadow: inset 0 0 0 3px var(--light-green), inset 0 0 0 5px #287a3b;
    font-size: .7rem;
    font-weight: 1000;
    line-height: .95;
    letter-spacing: .035em;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(9deg);
    opacity: .92;
    align-self: end;
}

.worth-home-stamp::before {
    content: "☑️";
    display: block;
    margin-bottom: 5px;
    font-family: Arial, sans-serif;
    font-size: 1.9rem;
    font-weight: 1000;
    line-height: .8;
}

.worth-home-verdict {
    width: 100%;
    padding: 10px 10px 12px;
    background: var(--light-blue);
    border: 4px solid var(--ink);
    box-shadow: 4px 4px 0 var(--ink);
    text-align: center;
    transform: rotate(-.4deg);
    align-self: end;
}

.worth-home-verdict span {
    display: inline-block;
    margin-bottom: 7px;
    padding: 4px 8px;
    background: var(--ink);
    color: var(--cream);
    font-size: .65rem;
    font-weight: 1000;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
}

.worth-home-verdict strong {
    display: block;
    color: #287a3b;
    font-size: 1.05rem;
    font-weight: 1000;
    line-height: 1.2;
    text-transform: uppercase;
}

.worth-click-note {
    margin: 8px 0 8px;
    text-align: right;
    font-size: .8rem;
    font-weight: 900;
    line-height: 1.2;
}

/* AFFILIATE NOTE */
.worth-affiliate-note {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    margin: 8px 0 0;
    max-width: 260px;
    font-size: .62rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    opacity: .7;
}

.worth-home-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 50px;
}

.worth-home-titlemark {
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    font-weight: 1000;
    line-height: .95;
    letter-spacing: -.03em;
    color: var(--ink);
    text-transform: uppercase;
}

.worth-home-titlemark span { color: #2f6f37; }

.deal-link {
    display: inline-block;
    align-self: flex-start;
    margin-top: auto;
    padding: 19px 25px;
    background: var(--yellow);
    color: var(--ink);
    border: 3px solid var(--ink);
    box-shadow: 3px 3px 0 var(--ink);
    font-size: .88rem;
    font-weight: 1000;
    line-height: 1.15;
    text-decoration: none;
    transform: rotate(-4deg);
    transition: transform .12s ease, box-shadow .12s ease;
}

.deal-link:hover { transform: rotate(-4deg) translate(-1px, -4px); box-shadow: 5px 5px 0 var(--ink); }
.worth-home-wide { grid-column: span 2; }

.worth-tag-picker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.worth-tag-picker label {
    flex: 0 0 auto;
    margin: 0;
    font-size: .72rem;
    font-weight: 1000;
    line-height: 1;
    white-space: nowrap;
}

.worth-tag-select {
    flex: 1;
    min-width: 0;
    height: 38px;
    padding: 6px 34px 6px 10px;

    background: white;
    color: var(--ink);

    border: 3px solid var(--ink);
    border-radius: 0;
    box-shadow: 3px 3px 0 var(--ink);

    font: inherit;
    font-size: .78rem;
    font-weight: 900;

    cursor: pointer;
}

/*
-----------------------
CURRENT GRIPE CARD
-----------------------
*/

.current-gripe-card {
    background: #f8d9d5;
}
/*
-----------------------
DAILY GRIPE POLL
-----------------------
*/

.daily-poll-card {
    display: block;

    padding: 16px;

    background: #f8d9d5;

    border: 4px solid var(--ink);

    box-shadow: 5px 5px 0 var(--ink);
}

.daily-poll-card h2 {
    margin: 8px 0 10px;

    padding-bottom: 0;

    border-bottom: 0;

    font-size: 1.22rem;

    line-height: 1.2;

    text-align: center;
}

.daily-poll-choices {
    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    gap: 8px;

    margin: 14px 0 7px;
}

.daily-poll-choice {
    min-width: 0;

    padding: 8px 3px;

    background: white;

    border: 2px solid var(--ink);

    box-shadow: 2px 2px 0 var(--ink);

    font-size: 1.3rem;

    cursor: pointer;

    transition:
        transform .1s ease,
        box-shadow .1s ease,
        background .1s ease;
}

.daily-poll-choice:hover {
    transform:
        translate(-1px, -1px);

    box-shadow:
        3px 3px 0 var(--ink);
}

.daily-poll-choice:active,
.daily-poll-choice.selected {
    transform:
        translate(1px, 1px);

    box-shadow:
        1px 1px 0 var(--ink);

    background: var(--yellow);
}

.daily-poll-choice:disabled {
    cursor: default;
}

.daily-poll-choice:disabled:not(.selected) {
    opacity: .6;
}

.poll-scale-labels {
    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    gap: 6px;

    margin-bottom: 8px;

    font-size: .54rem;

    font-weight: 1000;

    letter-spacing: .03em;

    opacity: .7;
}


.poll-scale-labels span:first-child {
    grid-column: 1 / 2;

    text-align: center;
}


.poll-scale-labels span:last-child {
    grid-column: 5 / 6;

    text-align: center;
}


.daily-poll-message {
    min-height: 18px;

    margin: 6px 0;

    padding: 3px 5px;

    font-size: .64rem;

    font-weight: 1000;

    text-align: center;
}


.daily-poll-results {
    display: grid;

    gap: 5px;

    margin-top: 6px;

    opacity: .82;
}


.daily-poll-result {
    display: grid;

    grid-template-columns:
        22px
        1fr
        32px;

    align-items: center;

    gap: 6px;
}


.daily-poll-result-face {
    font-size: .9rem;

    text-align: center;
}


.daily-poll-result-bar {
    height: 8px;

    overflow: hidden;

    background:
        rgba(255,255,255,.65);

    border: 1px solid var(--ink);
}


.daily-poll-result-fill {
    width: 0;

    height: 100%;

    background: var(--yellow);

    border-right: 1px solid var(--ink);

    transition:
        width .25s ease;
}


.daily-poll-result strong {
    font-size: .64rem;

    text-align: right;
}


.daily-poll-total {
    margin-top: 8px;

    padding-top: 7px;

    border-top:
        1px dashed
        rgba(30,28,24,.55);

    font-size: .66rem;

    font-weight: 900;

    text-align: center;
}


.daily-poll-total strong {
    font-size: .9rem;
}


.daily-poll-yesterday {
    margin-top: 6px;

    font-size: .55rem;

    font-weight: 900;

    letter-spacing: .03em;

    text-align: center;

    opacity: .5;
}

.below-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 32px;
    align-items: stretch;
}

.below-grid > * { height: 100%; }
.below-grid .deal-card h2 { margin: 0; font-size: clamp(1.35rem, 2.6vw, 1.95rem); line-height: .96; }
.below-grid .mini-card a { display: inline-block; margin-top: 12px; font-weight: 1000; text-decoration-thickness: 2px; }

.first-world {
    display: flex;
    flex-direction: column;
    background: var(--light-blue);
    transform: rotate(1.1deg);
}

.first-world-link {
    display: inline-block;
    align-self: flex-end;
    margin-top: 14px;
    padding: 8px 11px;
    background: var(--cream);
    color: var(--ink);
    border: 3px solid var(--ink);
    box-shadow: 4px 4px 0 var(--ink);
    font-size: .74rem;
    font-weight: 1000;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: transform .12s ease, box-shadow .12s ease;
}

.first-world-link:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.first-world-link:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.first-world h2 { margin: 10px 0 7px; font-size: 1.2rem; line-height: 1; }
.first-world p { margin: 4px 0 8px; line-height: 1.35; }

.yesterday {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--pink);
    transform: rotate(-.75deg);
    box-shadow: 5px 5px 0 var(--ink);
}

.yesterday p { margin-top: 18px; margin-bottom: auto; font-size: 1.05rem; line-height: 1.6; }

.yesterday-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-top: 14px;
}

.yesterday-stamp {
    align-self: flex-end;
    flex-shrink: 0;
    margin-top: 12px;
    padding: 5px 8px;
    color: var(--red);
    border: 4px solid var(--red);
    font-size: .68rem;
    font-weight: 1000;
    letter-spacing: .06em;
    text-transform: uppercase;
    transform: rotate(-4deg);
}

.yesterday-links {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin: 0;
    padding: 0;
}
.yesterday-links a {
    color: var(--ink);
    white-space: nowrap;
    font-size: .7rem;
    font-weight: 1000;
    letter-spacing: .03em;
    line-height: 1;
    text-decoration: none;
    margin: 0;
    padding: 0;
    display: block;
}
.below-grid .yesterday-links a {
    margin-top: 0;
}
.yesterday-links a:hover { text-decoration: underline; }
.yesterday-archive-link { opacity: .6; }

.submit-card {
    display: flex;
    flex-direction: column;
    background: var(--red);
    color: white;
    transform: rotate(-.4deg);
}

.submit-card p { margin-top: 18px; margin-bottom: auto; font-size: 1.05rem; line-height: 1.6; }
.submit-card .submit-link { align-self: flex-start; margin-top: auto; }

.submit-link {
    padding: 10px 12px;
    background: var(--yellow);
    color: var(--ink);
    border: 3px solid var(--ink);
    box-shadow: 4px 4px 0 var(--ink);
    font-weight: 1000;
    text-decoration: none !important;
    transition: transform .12s ease, box-shadow .12s ease;
}

.submit-link:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.submit-link:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }

.submit-stamp {
    align-self: flex-end;
    margin: 18px 10px 10px 0;
    padding: 8px 12px;
    color: white;
    border: 4px solid white;
    font-size: .72rem;
    font-weight: 1000;
    letter-spacing: .06em;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(5deg);
    opacity: .85;
}

.submission-type-picker { margin-bottom: 4px; }
.submission-picker-label { margin-bottom: 10px; font-size: .85rem; font-weight: 1000; letter-spacing: .04em; text-transform: uppercase; }

.submission-type-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.submission-type-option { display: block; margin: 0; cursor: pointer; }

.submission-type-option input,
.rating-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.submission-type-card {
    display: flex;
    flex-direction: column;
    min-height: 142px;
    padding: 16px;
    background: white;
    border: 4px solid var(--ink);
    box-shadow: 5px 5px 0 var(--ink);
    transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

.submission-type-option:nth-child(1) .submission-type-card { transform: rotate(-.4deg); }
.submission-type-option:nth-child(2) .submission-type-card { transform: rotate(.4deg); }
.submission-type-option:nth-child(3) .submission-type-card { transform: rotate(-.3deg); }
.submission-type-option:hover .submission-type-card { transform: translate(-2px, -2px) rotate(0); box-shadow: 7px 7px 0 var(--ink); }
.submission-type-option input:checked + .submission-type-card { transform: translate(2px, 2px) rotate(0); box-shadow: 2px 2px 0 var(--ink); }
.submission-type-option:nth-child(1) input:checked + .submission-type-card { background: var(--yellow); }
.submission-type-option:nth-child(2) input:checked + .submission-type-card { background: var(--light-blue); }
.submission-type-option:nth-child(3) input:checked + .submission-type-card { background: var(--light-green); }

.submission-type-icon { display: block; margin-bottom: 7px; font-size: 1.8rem; }
.submission-type-card strong { display: block; margin-bottom: 6px; font-size: 1rem; font-weight: 1000; line-height: 1; text-transform: uppercase; }
.submission-type-card small { display: block; margin-top: auto; font-family: Georgia, serif; font-size: .82rem; font-weight: normal; line-height: 1.35; }

.difficulty { margin-top: 14px; padding: 10px; background: rgba(255, 255, 255, .65); border: 2px dashed var(--ink); font-size: .82rem; }
.first-world .difficulty { margin-top: 8px; padding: 8px 9px; }

.manifesto {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    margin: 24px 0 8px;
    padding: 16px 20px;
    background: var(--ink);
    color: white;
    border: 4px solid var(--ink);
    box-shadow: var(--shadow);
}

.manifesto-stamp {
    display: grid;
    place-items: center;
    width: 126px;
    height: 126px;
    background: var(--yellow);
    color: var(--ink);
    border: 4px solid white;
    border-radius: 50%;
    font-size: 1.25rem;
    font-weight: 1000;
    transform: rotate(-6deg);
}

.manifesto h2 { margin: 0 0 8px; font-size: clamp(1.8rem, 3.3vw, 3rem); line-height: .92; text-transform: uppercase; }
.manifesto p { max-width: 760px; margin: 0; font-family: Georgia, serif; line-height: 1.6; }

.manifesto-copy {
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.manifesto-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;

    width: 100%;
    margin: auto auto 0;
    padding-top: 18px;
}

.manifesto-submit,
.manifesto-archive {
    width: auto;
    min-width: 210px;
}

.manifesto-about {
    display:inline-flex;
    align-items:center;

    color:var(--ink);

    font-size:.72rem;
    font-weight:1000;

    text-decoration:none;

    border-bottom:2px solid var(--ink);

    margin-left:4px;
}

.manifesto-about:hover {
    background:var(--yellow);
}

.manifesto-submit,
.manifesto-archive {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 14px;
    background: var(--yellow);
    color: var(--ink);
    border: 3px solid var(--ink);
    box-shadow: 4px 4px 0 var(--ink);
    font-size: .73rem;
    font-weight: 1000;
    line-height: 1.15;
    letter-spacing: .03em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .12s ease, box-shadow .12s ease;
}

.manifesto-submit:hover,
.manifesto-archive:hover {
    text-decoration: none;
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 var(--ink);
}

.manifesto-submit:active,
.manifesto-archive:active {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 var(--ink);
}

.manifesto-avatar {
    width: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: center;
    align-self: center;
}

.manifesto-avatar img {
    display: block;
    width: 145px;
    height: 145px;
    object-fit: contain;
}

.manifesto-avatar .footer-social-links {
    margin-top: 4px;
}

.fw-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 155px;
    align-items: center;
    gap: 28px;
    height: 203px;
    margin: 4px 0 24px;
    padding: 24px 28px;
    background: var(--light-blue);
    border: 4px solid var(--ink);
    box-shadow: 6px 6px 0 var(--ink);
    text-align: left;
    transform: rotate(-.15deg);
}

.fw-hero-copy { min-width: 0; padding-top: 18px; }

.fw-hero-avatar {
    width: 155px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
}

.fw-hero-avatar img { display: block; width: 155px; height: 150px; object-fit: contain; transform: translateX(10px); }

.fw-stamp {
    position: absolute;
    top: 48px;
    left: 55%;
    width: fit-content;
    margin: 0;
    padding: 18px 30px;
    background: var(--yellow);
    color: var(--ink);
    border: 4px solid var(--ink);
    border-radius: 4px;
    box-shadow: 4px 4px 0 var(--ink);
    font-size: 1rem;
    font-weight: 1000;
    line-height: 1;
    letter-spacing: .055em;
    white-space: nowrap;
    text-transform: uppercase;
    transform: translateX(calc(-50% + 100px)) rotate(-5deg);
    z-index: 3;
}

.fw-hero h1 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.7rem); font-weight: 1000; line-height: .93; letter-spacing: -.025em; text-transform: uppercase; }
.fw-hero h1 span { display: block; margin-top: 5px; color: var(--red); font-size: .68em; line-height: 1; letter-spacing: -.015em; }
.fw-hero p { max-width: 720px; margin: 8px 0 0; font-family: Georgia, serif; font-size: .95rem; line-height: 1.35; }

.fw-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; margin: 0 0 34px; }

.fw-card {
    position: relative;
    display: grid;
    grid-template-rows: auto auto 1fr auto auto auto;
    padding: 24px;
    background: var(--cream);
    border: 4px solid var(--ink);
    box-shadow: 7px 7px 0 var(--ink);
    transform: rotate(-.2deg);
}

.fw-card:nth-child(even) { transform: rotate(.25deg); }
.fw-card-top { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 16px; }
.fw-label { display: inline-block; padding: 5px 8px; background: var(--light-blue); border: 2px solid var(--ink); font-size: .68rem; font-weight: 1000; letter-spacing: .05em; text-transform: uppercase; }
.fw-number { font-size: .75rem; font-weight: 1000; opacity: .6; }

.fw-card h1,
.fw-card h2 {
    margin: 16px 0 12px;
    font-size: 1.7rem;
    font-weight: 1000;
    line-height: 1;
}

.fw-body { margin: 0; font-family: Georgia, serif; font-size: 1rem; line-height: 1.55; }
.fw-punchline { margin-top: 18px; padding: 8px 0 4px; background: transparent; border: 0; font-family: Georgia, serif; font-size: 1rem; font-weight: bold; font-style: italic; line-height: 1.35; }

.fw-meter { display: flex; align-items: center; gap: 12px; margin-top: 20px; padding: 11px 13px; background: var(--light-blue); border: 3px solid var(--ink); transform: rotate(-.25deg); }
.fw-meter-label { margin: 0; font-size: .68rem; font-weight: 1000; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.fw-faces { display: flex; align-items: center; gap: 3px; margin: 0; }
.fw-faces span { display: none; }
.fw-faces span.active { display: inline-block; font-size: 1.55rem; opacity: 1; filter: none; transform: rotate(-5deg); }
.fw-meter strong { display: inline-block; margin-left: auto; padding: 4px 8px; background: var(--yellow); border: 2px solid var(--ink); font-size: .72rem; font-weight: 1000; line-height: 1; text-transform: uppercase; transform: rotate(1deg); }

.fw-pat-says {
    position: relative;
    min-height: 145px;
    margin-top: 18px;
    padding: 14px 18px 16px;
    background: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0, 0, 0, .025) 10px, rgba(0, 0, 0, .025) 11px), var(--pink);
    border: 3px solid var(--ink);
    text-align: center;
    transform: rotate(.4deg);
}

.fw-pat-says span { display: block; margin-bottom: 2px; font-size: .68rem; font-weight: 1000; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
.fw-pat-says span::after { content: '"'; display: block; margin: 7px 0 -3px; color: var(--red); font-family: Arial, Helvetica, sans-serif; font-size: 3rem; font-weight: 900; line-height: .7; text-align: center; }
.fw-pat-says p { width: 90%; margin: 5px auto 0; font-family: Georgia, serif; font-size: .95rem; font-weight: bold; line-height: 1.4; text-align: center; }

.fw-permalink {
    display: flex;
    justify-content: flex-end;
    margin: 14px 0 2px;
}

.fw-permalink a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 9px;
    background: var(--cream);
    color: var(--ink);
    border: 2px solid var(--ink);
    box-shadow: 2px 2px 0 var(--ink);
    font-size: .66rem;
    font-weight: 1000;
    line-height: 1;
    letter-spacing: .025em;
    text-decoration: none;
    text-transform: uppercase;
}

.fw-permalink a:hover {
    background: var(--yellow);
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 var(--ink);
}

.fw-empty { margin-bottom: 30px; padding: 30px; background: var(--cream); border: 4px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); text-align: center; }
.fw-footer-cta { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin: 20px 0; padding: 25px; background: var(--light-blue); border: 4px solid var(--ink); box-shadow: 7px 7px 0 var(--ink); transform: rotate(.25deg); }
.fw-footer-cta h2 { margin: 8px 0 0; font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1; }

.footer-tagline a {
    color:inherit;
    font-weight:1000;
    text-decoration:underline;
    text-underline-offset:3px;
}

.footer-tagline a:hover {
    color:var(--yellow);
}

.footer-divider {
    margin:0 4px;
}

.footer-signature {
    margin-top:10px;
    text-align:center;
}

.footer-signature > strong {
    display:block;
    margin-bottom:3px;
    font-size:.8rem;
    font-weight:1000;
    letter-spacing:.08em;
}

.footer-about {
    display:inline-block;
    margin-top:5px;

    color:inherit;
    font-size:.68rem;
    font-weight:1000;

    text-decoration:underline;
    text-underline-offset:3px;
}

.footer-about:hover {
    color:var(--yellow);
}

.footer-social-links {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    margin-top: 10px;
}


.footer-social-icon {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    background: var(--cream);

    color: var(--ink);

    border: 3px solid var(--ink);

    border-radius: 50%;

    box-shadow: 3px 3px 0 var(--ink);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 1.05rem;

    font-weight: 1000;

    line-height: 1;

    text-decoration: none;

    cursor: pointer;

    transition:
        transform .12s ease,
        box-shadow .12s ease,
        background .12s ease;
}


.footer-social-icon:hover {
    background: var(--yellow);

    color: var(--ink);

    transform:
        translate(-2px, -2px)
        rotate(-2deg);

    box-shadow:
        5px 5px 0 var(--ink);
}


.footer-social-icon:active {
    transform:
        translate(1px, 1px);

    box-shadow:
        1px 1px 0 var(--ink);
}


.footer-social-facebook {
    font-size: 1.2rem;
}


.footer-social-bluesky svg {
    width: 21px;
    height: 21px;

    display: block;
}

.fw-submit { display: inline-block; flex-shrink: 0; padding: 11px 14px; background: var(--yellow); color: var(--ink); border: 3px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); font-size: .78rem; font-weight: 1000; text-decoration: none !important; transition: transform .12s ease, box-shadow .12s ease; }
.fw-submit:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.fw-submit:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }

.submit-hero {
    position: relative;
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr) 145px;
    align-items: center;
    gap: 28px;
    height: 203px;
    margin: 4px 0 24px;
    padding: 24px 28px;
    background: var(--yellow);
    border: 4px solid var(--ink);
    box-shadow: 6px 6px 0 var(--ink);
    text-align: center;
    transform: rotate(-.15deg);
}

.submit-hero-badge {
    width: 145px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: var(--red);
    color: white;
    border: 5px solid var(--cream);
    border-radius: 50%;
    outline: 4px solid var(--red);
    outline-offset: 4px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .45);
    font-size: .74rem;
    font-weight: 1000;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-6deg);
}

.submit-hero-copy { min-width: 0; }
.submit-hero h1 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.7rem); font-weight: 1000; line-height: .93; letter-spacing: -.025em; text-transform: uppercase; }
.submit-hero h1 span { display: block; color: var(--red); }
.submit-hero p { max-width: 720px; margin: 10px auto 0; font-family: Georgia, serif; font-size: .95rem; line-height: 1.35; }
.submit-hero-avatar { width: 155px; height: 155px; display: flex; align-items: center; justify-content: center; }
.submit-hero-avatar img { display: block; width: 155px; height: 155px; object-fit: contain; }

.submit-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(270px, .6fr); gap: 25px; }
.submit-form-card { padding: 26px; background: var(--cream); border: 4px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); }
.public-gripe-form { display: grid; gap: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.public-gripe-form label { display: block; margin-bottom: 6px; font-size: .82rem; font-weight: 1000; text-transform: uppercase; }

.public-gripe-form input,
.public-gripe-form select,
.public-gripe-form textarea {
    width: 100%;
    padding: 13px;
    background: white;
    color: var(--ink);
    border: 3px solid var(--ink);
}

.public-gripe-form textarea { min-height: 180px; resize: vertical; }
.annoyance-box { padding: 18px; background: var(--light-blue); border: 3px dashed var(--ink); }
.green-rule { background: var(--light-green); }

.rating-choice { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 10px; }
.rating-option { cursor: pointer; text-align: center; }
.rating-face { display: grid; place-items: center; width: 100%; min-height: 62px; background: white; border: 3px solid var(--ink); font-size: 1.6rem; filter: grayscale(1); opacity: .5; transition: .12s ease; }
.rating-option input:checked + .rating-face { background: var(--yellow); filter: none; opacity: 1; transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--ink); }
.rating-name { display: block; margin-top: 7px; font-size: .62rem; font-weight: 1000; }

.permission-box { display: flex !important; gap: 12px; align-items: flex-start; padding: 15px; background: white; border: 3px solid var(--ink); cursor: pointer; }
.permission-box input { width: 20px; height: 20px; flex: 0 0 auto; }
.permission-box small { display: block; margin-top: 5px; opacity: .65; font-weight: normal; text-transform: none; }

.honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.public-submit-button { width: 100%; padding: 16px 18px; background: var(--yellow); color: var(--ink); border: 4px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); font-weight: 1000; cursor: pointer; }
.public-submit-button:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); }
.public-submit-button:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }
.form-error { margin-bottom: 20px; padding: 14px; background: var(--light-red); border: 3px solid var(--ink); font-weight: 900; }
.submission-rules { display: grid; gap: 16px; align-content: start; }
.rule-card { padding: 18px; border: 4px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); }
.yellow-rule { background: var(--yellow); transform: rotate(1deg); }
.white-rule { background: white; transform: rotate(-.6deg); }
.red-rule { background: var(--red); color: white; transform: rotate(.5deg); }
.rule-card h2 { margin: 8px 0 10px; font-size: 1.35rem; line-height: 1; }
.rule-card p { margin: 0; line-height: 1.45; }
.giant-quote { font-family: Georgia, serif; font-size: 1.25rem; font-style: italic; }

.submission-success { display: grid; grid-template-columns: auto 1fr; gap: 25px; align-items: center; margin: 30px 0; padding: 35px; background: var(--light-green); border: 4px solid var(--ink); box-shadow: var(--shadow); }
.success-icon { display: grid; place-items: center; width: 90px; height: 90px; background: var(--yellow); border: 4px solid var(--ink); border-radius: 50%; font-size: 3rem; font-weight: 1000; transform: rotate(-7deg); }
.submission-success h2 { margin: 10px 0; font-size: clamp(2rem, 5vw, 3.5rem); line-height: .9; }

.worth-hero {
    position: relative;
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr) 145px;
    align-items: center;
    gap: 28px;
    height: 203px;
    margin: 4px 0 24px;
    padding: 24px 28px;
    background: #cbe9c5;
    border: 4px solid var(--ink);
    box-shadow: 6px 6px 0 var(--ink);
    text-align: center;
    transform: rotate(-.15deg);
}

.worth-survivor-stamp {
    position: relative;
    z-index: 3;
    width: 145px;
    height: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: var(--yellow);
    color: var(--ink);
    border: 5px solid var(--cream);
    border-radius: 50%;
    outline: 4px solid var(--yellow);
    outline-offset: 4px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .45);
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-6deg);
}

.worth-survivor-stamp span { font-size: .71rem; font-weight: 900; line-height: 1.15; }
.worth-survivor-stamp strong { display: block; margin-top: 7px; font-size: .89rem; font-weight: 1000; line-height: 1.05; }
.worth-hero-copy { min-width: 0; text-align: center; }
.worth-hero-avatar { width: 155px; height: 155px; display: flex; align-items: center; justify-content: center; }
.worth-hero-avatar img { display: block; width: 155px; height: 155px; object-fit: contain; }
.worth-hero h1 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.7rem); font-weight: 1000; line-height: .93; letter-spacing: -.025em; text-transform: uppercase; }
.worth-hero h1 span { color: #34752f; }
.worth-hero p { max-width: 720px; margin: 10px auto 0; font-family: Georgia, serif; font-size: 1rem; line-height: 1.4; }

.worth-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin: 0 0 34px; align-items: stretch; }

.worth-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 22px;
    background: var(--cream);
    border: 4px solid var(--ink);
    box-shadow: 7px 7px 0 var(--ink);
}

.worth-card:nth-child(odd) { transform: rotate(-.2deg); }
.worth-card:nth-child(even) { transform: rotate(.2deg); }
.worth-card-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 15px; }
.worth-label { display: inline-block; padding: 5px 9px; background: var(--green); color: var(--ink); border: 3px solid var(--ink); font-size: .68rem; font-weight: 1000; letter-spacing: .05em; text-transform: uppercase; transform: rotate(-1deg); }
.worth-number { font-size: .76rem; font-weight: 1000; opacity: .45; }
.worth-card h2 { margin: 0 0 14px; font-size: clamp(1.45rem, 2.2vw, 2rem); font-weight: 1000; line-height: 1; letter-spacing: -.02em; text-transform: uppercase; }

.worth-body {
    margin-bottom: 4px;
    flex: 1;
    font-family: Georgia, serif; font-size: .98rem; line-height: 1.5; }

.worth-punchline {
    margin: 18px 0 16px;
    padding: 12px 14px;

    min-height: 82px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--yellow);
    border: 3px dashed var(--ink);

    font-family: Georgia, serif;
    font-size: clamp(1rem, 1.6vw, 1.3rem);
    font-style: italic;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;

    transform: rotate(-.3deg);
}

.worth-verdict { margin: 0 0 20px; padding: 14px; background: var(--light-blue); border: 4px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.worth-verdict span { display: inline-block; margin-bottom: 8px; padding: 4px 7px; background: var(--ink); color: white; font-size: .64rem; font-weight: 1000; letter-spacing: .05em; text-transform: uppercase; }
.worth-verdict strong { display: block; color: #34752f; font-size: clamp(1.4rem, 2.4vw, 2.1rem); font-weight: 1000; line-height: .95; text-transform: uppercase; }

.worth-deal {
    flex: 0 0 auto;
    margin-top: auto;
    padding: 14px;
    display: flex;
    flex-direction: column;
    background: var(--light-green);
    border: 4px solid var(--ink);
    box-shadow: 5px 5px 0 var(--ink);
}


.worth-deal-label { display: inline-block; padding: 5px 8px; background: var(--ink); color: white; font-size: .65rem; font-weight: 1000; letter-spacing: .05em; text-transform: uppercase; }
.worth-deal h3 { margin: 10px 0 7px; font-size: 1.35rem; font-weight: 1000; line-height: 1.05; }
.worth-deal p {
    margin: 0;
    font-family: Georgia, serif;
    font-size: .95rem;
    line-height: 1.45;
    flex: 1;
}

/* CHECK PRICE & BUY */
.worth-deal-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-left: -7px;
    margin-bottom: -7px;

    padding: 17px 12px;

    background: var(--yellow);
    color: var(--ink);

    border: 3px solid var(--ink);
    box-shadow: 3px 3px 0 var(--ink);

    font-size: .72rem;
    font-weight: 1000;
    line-height: 1;

    text-decoration: none;
    white-space: nowrap;

    transform: rotate(-0.6deg);

    transition:
        transform .12s ease,
        box-shadow .12s ease;
}

.worth-deal-button:hover {
    transform:
        translate(-1px, -1px)
        rotate(-0.6deg);

    box-shadow: 4px 4px 0 var(--ink);
}

.worth-deal-button:active {
    transform:
        translate(2px, 2px)
        rotate(-0.6deg);

    box-shadow: 1px 1px 0 var(--ink);
}

.worth-deal-bottom {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 9px;
    margin-top: 6px;
    padding: 0;
}
.worth-deal-bottom .worth-deal-button { margin-top: 0; }

/* PRICE STICKER */

.worth-deal-price {
    align-self: end;
    justify-self: end;

    margin-right: -7px;
    margin-bottom: -10px;

    padding: 8px 25px;

    background: var(--green);
    color: var(--ink);

    border: 3px solid var(--ink);

    text-align: center;
}

.worth-deal-price span {
    display: block;
    margin-bottom: 3px;

    font-size: .6rem;
    font-weight: 1000;
    line-height: 1;
}

.worth-deal-price strong {
    display: block;

    font-size: 1.2rem;
    font-weight: 1000;
    line-height: 1;
}

.worth-empty { margin: 25px 0; padding: 40px; background: var(--yellow); border: 4px solid var(--ink); box-shadow: var(--shadow); text-align: center; }
.worth-empty h2 { margin: 0 0 10px; font-size: clamp(2rem, 5vw, 3.5rem); line-height: .9; text-transform: uppercase; }
.worth-empty p { font-family: Georgia, serif; }
.worth-footer-cta { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 32px 0; padding: 28px; background: var(--green); color: var(--ink); border: 4px solid var(--ink); box-shadow: var(--shadow); }
.worth-footer-cta h2 { margin: 8px 0 0; font-size: clamp(1.7rem, 4vw, 3rem); line-height: .95; text-transform: uppercase; }
.worth-submit { display: inline-block; flex-shrink: 0; padding: 13px 16px; background: var(--yellow); color: var(--ink); border: 3px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); font-weight: 1000; text-decoration: none; transition: transform .12s ease, box-shadow .12s ease; }
.worth-submit:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.worth-submit:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }

.site-footer { margin-top: 35px; padding-bottom: 35px; }
.footer-manifesto { margin-bottom: 18px; }
.footer-manifesto .footer-stamp { align-self: center; }
.footer-right { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.footer-tagline { color: var(--cream); font-family: Georgia, serif; font-size: .75rem; font-style: italic; line-height: 1.15; text-align: center; white-space: nowrap; opacity: .65; }
.footer-stamp { display: grid; place-items: center; min-width: 100px; height: 54px; padding: 8px 14px; background: transparent; color: var(--red); border: 5px solid var(--red); font-size: 1.2rem; font-weight: 1000; letter-spacing: .05em; text-transform: uppercase; transform: rotate(-7deg); opacity: .9; }

/*
==================================================
PREVIOUS / NEXT GRIPE
==================================================
*/

.gripe-neighbors {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin: 24px 0;
}

.gripe-neighbor {
    min-width: 0;
}

.gripe-neighbor a {
    display: block;
    height: 100%;
    padding: 18px 20px;

    background: var(--card);
    border: 3px solid var(--ink);
    box-shadow: 5px 5px 0 var(--ink);

    color: var(--ink);
    text-decoration: none;

    transition:
        transform .15s ease,
        box-shadow .15s ease;
}

.gripe-neighbor a:hover {
    transform: translate(-2px, -2px);
    box-shadow: 7px 7px 0 var(--ink);
}

.gripe-neighbor-label {
    display: block;
    margin-bottom: 8px;

    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.gripe-neighbor strong {
    display: block;
    line-height: 1.25;
}

.gripe-neighbor-next {
    text-align: right;
}


/*
-----------------------
MOBILE
-----------------------
*/

@media (max-width: 700px) {

    .gripe-neighbors {
        grid-template-columns: 1fr;
    }

    .gripe-neighbor-next {
        text-align: left;
    }
}

.archive-hero {
    position: relative;
    display: grid;
    grid-template-columns: 155px minmax(0, 1fr) 155px;
    align-items: center;
    gap: 24px;
    height: 203px;
    margin: 4px 0 24px;
    padding: 24px 28px;
    background: var(--pink);
    border: 4px solid var(--ink);
    box-shadow: 6px 6px 0 var(--ink);
    transform: rotate(-.15deg);
}

.archive-hero-left { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; min-width: 0; }
.archive-stamp { display: block; width: fit-content; max-width: 100%; margin: 0; padding: 7px 9px; background: var(--ink); color: white; border: 3px solid var(--ink); font-size: .68rem; font-weight: 1000; line-height: 1.1; letter-spacing: .05em; text-align: center; text-transform: uppercase; transform: rotate(-2deg); }
.archive-count { display: block; width: fit-content; max-width: 100%; margin: 0; padding: 7px 9px; background: var(--yellow); color: var(--ink); border: 3px solid var(--ink); font-size: .64rem; font-weight: 1000; line-height: 1.1; letter-spacing: .04em; text-align: center; white-space: nowrap; text-transform: uppercase; transform: rotate(1deg); }
.archive-hero-copy { min-width: 0; text-align: center; }
.archive-hero h1 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.7rem); font-weight: 1000; line-height: .93; letter-spacing: -.025em; text-transform: uppercase; }
.archive-hero h1 span { display: block; color: var(--red); }
.archive-hero p { max-width: 720px; margin: 10px auto 0; font-family: Georgia, serif; font-size: .95rem; line-height: 1.35; }
.archive-hero-avatar { width: 155px; height: 155px; display: flex; align-items: center; justify-content: center; }
.archive-hero-avatar img { display: block; width: 155px; height: 155px; object-fit: contain; }

.archive-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; margin-bottom: 40px; }
.archive-gripe { background: var(--cream); border: 2px solid var(--ink); padding: 18px; box-shadow: 4px 4px 0 var(--ink); }
.archive-gripe:nth-child(odd) { transform: rotate(-.15deg); }
.archive-gripe:nth-child(even) { transform: rotate(.15deg); }
.archive-gripe .section-kicker { display: inline-block; margin-bottom: 8px; padding: 3px 7px; background: var(--yellow); border: 1px solid var(--ink); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.archive-gripe h2 { margin: 0 0 10px; font-size: 1.25rem; line-height: 1.05; }
.archive-gripe h2 a { color: var(--ink); text-decoration: none; }
.archive-gripe h2 a:hover { text-decoration: underline; }
.archive-gripe p { margin: 0 0 12px; line-height: 1.45; }
.archive-gripe > a { display: inline-block; font-size: .75rem; font-weight: 900; color: var(--ink); text-decoration: none; }
.archive-gripe > a:hover { text-decoration: underline; }

.archive-search { margin: 0 0 24px; padding: 14px 16px; background: var(--light-blue); border: 4px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); }
.archive-search label { display: block; margin-bottom: 8px; font-size: .72rem; font-weight: 1000; letter-spacing: .06em; text-transform: uppercase; }
.archive-search-row { display: flex; align-items: center; gap: 12px; }
.archive-search input { flex: 1; min-width: 0; padding: 10px 12px; background: white; color: var(--ink); border: 3px solid var(--ink); font-family: Georgia, serif; font-size: .95rem; }
.archive-search input:focus { outline: 3px solid var(--yellow); outline-offset: 2px; }
#archiveSearchCount { flex-shrink: 0; padding: 7px 9px; background: var(--yellow); border: 3px solid var(--ink); font-size: .68rem; font-weight: 1000; white-space: nowrap; transform: rotate(1deg); }
.archive-no-results { margin: 25px 0 40px; padding: 30px; background: var(--yellow); border: 4px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); text-align: center; }
.archive-no-results strong, .archive-no-results span { display: block; }
.archive-no-results strong { margin-bottom: 8px; font-size: 1.4rem; font-weight: 1000; }
.archive-no-results span { font-family: Georgia, serif; }

@media (max-width: 850px) {
    .hero-grid,
    .submit-layout { grid-template-columns: 1fr; }

    .side-stack { grid-template-rows: auto; }
    .side-stack .mini-card { height: auto; }

    .below-grid,
    .fw-grid,
    .worth-grid { grid-template-columns: 1fr; }

    .worth-home-wide { grid-column: 1 / -1; }
    .form-grid { grid-template-columns: 1fr; }
    .rating-choice { grid-template-columns: repeat(3, 1fr); }
    .submission-success { grid-template-columns: 1fr; }

    .submit-hero { grid-template-columns: 125px minmax(0, 1fr) 125px; gap: 18px; }
    .submit-hero-badge { width: 125px; height: 125px; padding: 16px; font-size: .65rem; }
    .submit-hero-avatar,
    .submit-hero-avatar img { width: 125px; height: 125px; }

    .worth-hero { grid-template-columns: 125px minmax(0, 1fr) 125px; gap: 18px; }
    .worth-survivor-stamp { width: 125px; height: 125px; padding: 16px; }
    .worth-survivor-stamp span { font-size: .5rem; }
    .worth-survivor-stamp strong { font-size: .67rem; }
    .worth-hero-avatar,
    .worth-hero-avatar img { width: 125px; height: 125px; }

    .manifesto { grid-template-columns: auto minmax(0, 1fr) auto; gap: 18px; margin: 30px 0 10px; padding: 20px; }
    .manifesto-stamp { width: 100px; height: 100px; font-size: 1rem; }
    .manifesto-avatar {
        width: 125px;
    }
    
    .manifesto-avatar img {
        width: 125px;
        height: 125px;
    }
    .archive-hero { grid-template-columns: 125px minmax(0, 1fr) 125px; gap: 18px; }
    .archive-hero-avatar,
    .archive-hero-avatar img { width: 125px; height: 125px; }
    .archive-stamp { font-size: .55rem; padding: 6px 7px; }
    .archive-count { font-size: .52rem; padding: 6px 7px; }

    .footer-manifesto .footer-stamp { justify-self: end; }

.worth-tag-picker {
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
}

.worth-tag-picker label {
    white-space: normal;
}

.worth-tag-select {
    width: 100%;
}

    .worth-deal-bottom {
    grid-template-columns: 1fr auto;
    gap: 7px;
    align-items: center;
}

.worth-deal-button {
    justify-self: stretch;
    width: 100%;
    height: 56px;
    min-height: 56px;
    padding: 8px 30px;
    box-sizing: border-box;
    margin-left: -2px;
}

.worth-deal-price {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    margin: 0;
    min-width: 82px;
    height: 58px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.worth-affiliate-note {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    max-width: 260px;
    text-align: center;
}

.worth-click-note {
    margin-bottom: 12px;
}

.worth-pagination > a,
.worth-pagination-pages a,
.worth-pagination-pages span {
    min-width: 32px;
    min-height: 32px;
    padding: 5px 7px;
    font-size: .65rem;
    white-space: nowrap;
}

.worth-pagination > a {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

.worth-pagination {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.worth-pagination-pages {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 7px;
    width: auto;
    flex: 0 0 auto;
}

.worth-card + .worth-card {
    position: relative;
    margin-top: 38px;
}

.worth-card + .worth-card::before {
    content: "NEXT PAT PICK";

    position: absolute;
    top: -28px;
    left: 50%;

    padding: 4px 10px;

    background: var(--paper);
    color: var(--ink);

    font-size: .62rem;
    font-weight: 1000;
    letter-spacing: .08em;
    white-space: nowrap;

    transform:
        translateX(-50%)
        rotate(-1deg);

    z-index: 2;
}

.worth-card + .worth-card::after {
    content: "";

    position: absolute;
    top: -18px;
    left: 5%;
    right: 5%;

    border-top: 3px dashed var(--ink);

    z-index: 1;
}

}

@media (max-width: 700px) {
    .fw-footer-cta,
    .worth-footer-cta { align-items: flex-start; flex-direction: column; }

    .archive-list { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .tape { width: 70px; }

    .daily-gripe-signature { margin: 8px 0 0px; padding-top: 12px; }
    .daily-gripe-signature img { width: 100%; }

    .submission-type-grid { grid-template-columns: 1fr; }
    .submission-type-card { min-height: 0; }

    .submit-hero {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 203px;
        grid-template-columns: 78px minmax(0, 1fr) 78px;
        gap: 10px;
        padding: 18px 12px;
        transform: none;
    }

    .submit-hero-badge {
        width: 78px;
        height: 78px;
        padding: 8px;
        border-width: 3px;
        outline-width: 3px;
        outline-offset: 2px;
        box-shadow: 3px 3px 0 rgba(0, 0, 0, .45);
        font-size: .43rem;
        line-height: 1.05;
    }

    .submit-hero-avatar,
    .submit-hero-avatar img { width: 78px; height: 78px; }
    .submit-hero h1 { font-size: clamp(1.35rem, 7vw, 2rem); line-height: .92; }
    .submit-hero p { margin-top: 8px; font-size: .76rem; line-height: 1.3; }

    .submit-form-card,
    .public-gripe-form,
    .form-grid,
    .submission-type-picker,
    .submission-type-grid,
    .submission-rules,
    .rule-card {
        min-width: 0;
        max-width: 100%;
    }

    .worth-home-bottom { grid-template-columns: 1fr; gap: 14px; }
    .worth-home-bottom .deal-link { width: 100%; top: 0; }
    .worth-home-verdict { width: 100%; }
    .worth-home-stamp { margin: 4px auto 0; }
    .worth-deal-bottom { align-items: stretch; flex-direction: column-reverse; gap: 12px; }
    .worth-deal-price {
        margin-left: auto;
        margin-right: auto;
    }
    .worth-deal-bottom .worth-deal-button { text-align: center; }

    .worth-hero {
        height: auto;
        min-height: 203px;
        grid-template-columns: 78px minmax(0, 1fr) 78px;
        gap: 10px;
        padding: 18px 12px;
    }

    .worth-survivor-stamp {
        width: 78px;
        height: 78px;
        padding: 8px;
        border-width: 3px;
        outline-width: 3px;
        outline-offset: 2px;
        box-shadow: 3px 3px 0 rgba(0, 0, 0, .45);
    }

    .worth-survivor-stamp span { font-size: .34rem; line-height: 1.1; }
    .worth-survivor-stamp strong { margin-top: 3px; font-size: .43rem; line-height: 1.05; }
    .worth-hero-avatar,
    .worth-hero-avatar img { width: 78px; height: 78px; }
    .worth-hero h1 { font-size: clamp(1.35rem, 7vw, 2rem); line-height: .92; }
    .worth-hero p { margin-top: 8px; font-size: .76rem; line-height: 1.3; }

    .fw-hero {
        height: auto;
        min-height: 203px;
        grid-template-columns: minmax(0, 1fr) 92px;
        gap: 10px;
        padding: 18px 14px;
    }

    .fw-hero-copy { padding-top: 32px; }
    .fw-stamp { top: 12px; left: 50%; padding: 8px 13px; border-width: 3px; box-shadow: 3px 3px 0 var(--ink); font-size: .65rem; letter-spacing: .04em; transform: translateX(-50%) rotate(-3deg); }
    .fw-hero h1 { font-size: clamp(1.7rem, 8vw, 2.35rem); line-height: .92; }
    .fw-hero h1 span { margin-top: 4px; font-size: .62em; }
    .fw-hero p { margin-top: 7px; font-size: .76rem; line-height: 1.25; }
    .fw-hero-avatar,
    .fw-hero-avatar img { width: 92px; height: 92px; }
    .fw-hero-avatar img { transform: translateX(4px); }
    .fw-meter {
        flex-wrap: wrap;
        gap: 8px 10px;
    }
    
    .fw-meter strong {
        margin-left: 0;
    }
    
    .fw-meter-label {
        white-space: normal;
    }
    .manifesto {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin: 24px 0 8px;
        padding: 20px 16px;
        text-align: center;
    }

    .manifesto-stamp { width: 90px; height: 90px; flex: 0 0 auto; font-size: .9rem; }
    .manifesto-copy { width: 100%; align-items: center; text-align: center; }
    .manifesto h2 { margin: 2px 0 8px; font-size: clamp(1.65rem, 8vw, 2.3rem); line-height: .95; }
    .manifesto p { margin: 0 auto; font-size: .88rem; line-height: 1.45; }

.manifesto-actions {
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0;
    padding-top: 0;
}

.manifesto-actions a {
    width: 100%;
    box-sizing: border-box;
}
    .manifesto-avatar {
        width: 105px;
    }
    
    .manifesto-avatar img {
        width: 105px;
        height: 105px;
    }

    .footer-right { width: 100%; gap: 10px; align-items: center; }
    .footer-manifesto .footer-stamp { align-self: center; min-width: 90px; height: 50px; font-size: 1rem; }
    .footer-tagline { max-width: 240px; white-space: normal; font-size: .72rem; line-height: 1.3; }
    .site-footer { margin-top: 28px; padding-bottom: 24px; }

    .archive-search-row { align-items: stretch; flex-direction: column; }

    .archive-hero {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 203px;
        grid-template-columns: 78px minmax(0, 1fr) 78px;
        gap: 9px;
        padding: 18px 10px;
        transform: none;
    }

    .archive-hero-left { gap: 7px; }
    .archive-stamp { width: 78px; padding: 5px 4px; border-width: 2px; font-size: .39rem; line-height: 1.1; white-space: normal; }
    .archive-count { width: 78px; padding: 5px 3px; border-width: 2px; font-size: .36rem; line-height: 1.1; white-space: normal; }
    .archive-hero-avatar,
    .archive-hero-avatar img { width: 78px; height: 78px; }
    .archive-hero h1 { font-size: clamp(1.35rem, 7vw, 2rem); line-height: .92; }
    .archive-hero p { margin-top: 8px; font-size: .76rem; line-height: 1.3; }
    #archiveSearchCount { align-self: flex-start; }
}

@media (max-width: 520px) {
    .site-shell { width: min(100% - 20px, 1180px); }
    .brand-kicker { font-size: .58rem; }
    .brand-name { font-size: clamp(3.6rem, 18vw, 5rem); }
    .brand-tagline { font-size: .9rem; }
    .main-nav { display: grid; grid-template-columns: 1fr 1fr; }
    .main-nav a { text-align: center; }
    .rating-choice { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 420px) {
    .submit-hero { grid-template-columns: 68px minmax(0, 1fr) 68px; gap: 7px; padding-left: 9px; padding-right: 9px; }
    .submit-hero-badge,
    .submit-hero-avatar,
    .submit-hero-avatar img { width: 68px; height: 68px; }
    .submit-hero-badge { padding: 6px; font-size: .38rem; }
    .submit-hero h1 { font-size: clamp(1.15rem, 6.5vw, 1.7rem); }
    .submit-hero p { font-size: .7rem; }

    .worth-hero { grid-template-columns: 68px minmax(0, 1fr) 68px; gap: 7px; padding-left: 9px; padding-right: 9px; }
    .worth-survivor-stamp,
    .worth-hero-avatar,
    .worth-hero-avatar img { width: 68px; height: 68px; }
    .worth-survivor-stamp { padding: 6px; }
    .worth-survivor-stamp span { font-size: .29rem; }
    .worth-survivor-stamp strong { font-size: .37rem; }
    .worth-hero h1 { font-size: clamp(1.15rem, 6.5vw, 1.7rem); }
    .worth-hero p { font-size: .7rem; }

    .fw-hero { grid-template-columns: minmax(0, 1fr) 78px; padding-left: 12px; padding-right: 10px; }
    .fw-hero-avatar,
    .fw-hero-avatar img { width: 78px; height: 78px; }
    .fw-hero h1 { font-size: clamp(1.45rem, 8vw, 2rem); }
    .fw-hero p { font-size: .72rem; }
    .fw-stamp { font-size: .6rem; padding: 7px 11px; }

    .yesterday-bottom { align-items: flex-start; flex-direction: column; }
    .yesterday-stamp { align-self: flex-start; margin-top: 6px; }
    .yesterday-links a { white-space: normal; }

    .archive-hero { grid-template-columns: 68px minmax(0, 1fr) 68px; gap: 7px; padding-left: 9px; padding-right: 9px; }
    .archive-stamp,
    .archive-count,
    .archive-hero-avatar,
    .archive-hero-avatar img { width: 68px; }
    .archive-hero-avatar,
    .archive-hero-avatar img { height: 68px; }
    .archive-stamp { padding: 4px 3px; font-size: .34rem; }
    .archive-count { padding: 4px 3px; font-size: .32rem; }
    .archive-hero h1 { font-size: clamp(1.15rem, 6.5vw, 1.7rem); }
    .archive-hero p { font-size: .7rem; }
}

/*
==================================================
WORTH IT PAGE — PAGE-SPECIFIC STYLES
Moved from worth-it.php so CSP/external-style rules apply.
==================================================
*/

/*
==================================================
PAT HAS THE ANSWER SEARCH
==================================================
*/

.worth-find {

    margin: 18px 0 20px;

    padding: 15px 16px;

    background: #fff7cf;

    border: 3px solid var(--ink);

    box-shadow: 4px 4px 0 var(--ink);

}


.worth-find-top {

    display: grid;

    grid-template-columns: auto 1fr;

    align-items: end;

    gap: 18px;

}


.worth-find-top h2 {

    margin: 4px 0 0;

    font-size: clamp(1.15rem, 2.4vw, 1.55rem);

    line-height: 1;

}


.worth-search-form {

    margin: 0;

}


.worth-search-row {

    display: grid;

    grid-template-columns: 1fr auto;

    gap: 8px;

}


.worth-search-row input {

    width: 100%;

    min-width: 0;

    padding: 10px 12px;

    background: white;

    color: var(--ink);

    border: 3px solid var(--ink);

    border-radius: 0;

    font: inherit;

    font-weight: 800;

    box-shadow: 2px 2px 0 var(--ink);

}


.worth-search-row button {

    padding: 10px 14px;

    background: var(--yellow);

    color: var(--ink);

    border: 3px solid var(--ink);

    box-shadow: 2px 2px 0 var(--ink);

    font: inherit;

    font-size: .75rem;

    font-weight: 1000;

    cursor: pointer;

}


.worth-find-tags {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 12px;

    padding-top: 10px;

    border-top: 2px dashed var(--ink);

}


.worth-find-tags > span {

    flex: 0 0 auto;

    font-size: .68rem;

    font-weight: 1000;

}


.worth-tag-cloud-list {

    display: flex;

    flex-wrap: wrap;

    gap: 6px;

}


.worth-tag-cloud-list a {

    display: inline-block;

    padding: 5px 8px;

    background: white;

    color: var(--ink);

    border: 2px solid var(--ink);

    box-shadow: 2px 2px 0 var(--ink);

    font-size: .68rem;

    font-weight: 1000;

    line-height: 1;

    text-decoration: none;

    text-transform: lowercase;

}


.worth-tag-cloud-list a.active {

    background: var(--yellow);

}


.worth-search-results {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 8px 14px;

    margin-top: 10px;

    padding-top: 9px;

    border-top: 2px dashed var(--ink);

    font-size: .7rem;

    font-weight: 900;

}


.worth-search-results a {

    margin-left: auto;

    color: var(--ink);

    font-weight: 1000;

    text-decoration: none;

}

.worth-clear-tag {
    flex: 0 0 auto;
    margin-left: auto;
    padding: 5px 8px;
    background: var(--red);
    color: white;
    border: 2px solid var(--ink);
    box-shadow: 2px 2px 0 var(--ink);
    font-size: .68rem;
    font-weight: 1000;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.worth-clear-tag:hover {
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 var(--ink);
}

.worth-card-feature .worth-current-pick-badge {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    background: var(--yellow);
    color: var(--ink);
    border: 3px solid var(--ink);
    box-shadow: 3px 3px 0 var(--ink);
    font-size: .72rem;
    font-weight: 1000;
    line-height: 1;
    white-space: nowrap;
}

.worth-card-feature {
    display: flex;
    align-items: center;
    min-height: 35px;
}

@media (max-width: 700px) {

    .worth-find-top {

        grid-template-columns: 1fr;

        gap: 10px;

    }


    .worth-search-row {

        grid-template-columns: 1fr;

    }


    .worth-search-row button {

        width: 100%;

    }


    .worth-find-tags {

        align-items: flex-start;

        flex-direction: column;

    }

}


/*
==================================================
PAGINATION
==================================================
*/

.worth-pagination {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 14px;

    margin: 28px 0 34px;
}


.worth-pagination > a,
.worth-pagination-pages a,
.worth-pagination-pages span {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-width: 38px;

    min-height: 38px;

    padding: 8px 11px;

    background: white;

    color: var(--ink);

    border: 3px solid var(--ink);

    box-shadow: 3px 3px 0 var(--ink);

    font-size: .75rem;

    font-weight: 1000;

    text-decoration: none;
}


.worth-pagination-pages {

    display: flex;

    gap: 7px;
}


.worth-pagination-pages .active {

    background: var(--yellow);
}


.worth-pagination a:hover {

    transform: translate(-1px, -1px);

    box-shadow: 4px 4px 0 var(--ink);
}

/*
==================================================
WORTH IT TAGS
==================================================
*/

.worth-tags {

    display: flex;

    flex-wrap: wrap;

    gap: 7px;

    margin: -2px 0 16px;
}


.worth-tag {

    display: inline-block;

    padding: 5px 8px;

    background: white;

    color: var(--ink);

    border: 2px solid var(--ink);

    box-shadow: 2px 2px 0 var(--ink);

    font-size: .7rem;

    font-weight: 1000;

    line-height: 1;

    text-decoration: none;

    text-transform: lowercase;

    transition:
        transform .12s ease,
        box-shadow .12s ease;
}


.worth-tag:hover {

    transform: translate(-1px, -1px);

    box-shadow: 3px 3px 0 var(--ink);
}


.worth-tag.active {

    background: var(--yellow);
}


/*
==================================================
ACTIVE TAG FILTER
==================================================
*/

.worth-tag-filter {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 10px;

    margin: 22px 0;

    padding: 13px 15px;

    background: #fff7cf;

    border: 3px dashed var(--ink);
}


.worth-tag-filter strong {

    font-size: 1rem;

    font-weight: 1000;
}


.worth-tag-filter a {

    margin-left: auto;

    color: var(--ink);

    font-size: .75rem;

    font-weight: 1000;

    text-decoration: none;
}


.worth-tag-filter a:hover {

    text-decoration: underline;
}


/*
==================================================
PAT'S CURRENT PICK
==================================================
*/

.worth-card:has(
    .worth-current-pick:not(
        .worth-current-pick-placeholder
    )
) {

    border: 5px solid var(--ink);

    box-shadow: 8px 8px 0 var(--yellow);
}


.worth-current-pick {

    display: flex;

    align-items: center;

    justify-content: space-between;

    flex-wrap: wrap;

    gap: 10px;

    margin: -4px -4px 18px;

    padding: 11px 13px;

    background: var(--yellow);

    border: 3px solid var(--ink);

    transform: rotate(-.3deg);
}


.worth-current-pick-badge {

    font-size: .78rem;

    font-weight: 1000;

    letter-spacing: .02em;
}


.worth-current-pick-copy {

    font-family: Georgia, serif;

    font-size: .8rem;

    font-style: italic;

    font-weight: 700;
}


.worth-current-pick-placeholder {

    visibility: hidden;
}


@media (max-width: 600px) {

    .worth-current-pick {

        align-items: flex-start;

        flex-direction: column;
    }

}


/*
==================================================
DIRECT ANCHOR HIGHLIGHT
==================================================
*/

.worth-card:target {

    outline: 5px solid var(--yellow);

    outline-offset: 5px;

    scroll-margin-top: 24px;
}


@media (max-width: 600px) {

    .worth-tag-filter {

        align-items: flex-start;

        flex-direction: column;
    }


    .worth-tag-filter a {

        margin-left: 0;
    }

}


/*
==================================================
WORTH IT PRODUCT IMAGE
==================================================
*/

.worth-product-image {

    margin: 4px 0 18px;

    text-align: center;
}


.worth-product-image img {

    display: block;

    width: 100%;

    max-width: 520px;

    height: auto;

    margin: 0 auto;

    border: 3px solid var(--ink);

    box-shadow: 4px 4px 0 var(--ink);
}


@media (max-width: 600px) {

    .worth-product-image {

        margin-bottom: 14px;
    }

}
