.req-page {
    --req-mono: ui-monospace, "SF Mono", "Cascadia Mono", "Roboto Mono", Menlo, monospace;
}

.req-page #main_content {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 16px 56px;
}

.req-hero {
    padding: 32px 0 22px;
}

.req-title {
    font-family: var(--font-display);
    font-size: clamp(52px, 11vw, 92px);
    line-height: 0.86;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--ink);
    margin: 0;
}

.req-lede {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    color: var(--muted);
    margin: 14px 0 0;
    max-width: 42ch;
}

.req-tally {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 18px 0 0;
    font-family: var(--req-mono);
    font-size: 11px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--muted);
}

.req-tally strong {
    color: var(--ink);
    font-weight: 700;
}

.req-flash {
    list-style: none;
    margin: 0 0 20px;
    padding: 12px 16px;
    border-left: 3px solid var(--brand-red);
    background: var(--surface);
    border-radius: 0 8px 8px 0;
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--ink);
}

.req-compose {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 36px;
}

.req-notice,
.req-errors {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 10px;
    background: var(--panel);
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.5;
}

.req-notice {
    color: var(--ink);
    border-left: 3px solid var(--brand-red);
}

.req-notice a {
    color: var(--brand-red);
    font-weight: 700;
    text-decoration: underline;
}

.req-errors {
    list-style: none;
    color: var(--pink);
    border-left: 3px solid var(--pink);
}

.req-where {
    font-family: var(--font-display);
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--ink);
    margin: 0 0 14px;
}

.req-handles {
    display: grid;
    gap: 8px;
}

.req-handle {
    display: flex;
    align-items: stretch;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
}

.req-handle:focus-within {
    border-color: var(--pink);
}

.req-handle-tag {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 44px;
    border-right: 1px solid var(--line);
    background: rgba(255, 250, 240, 0.03);
    color: var(--brand-red);
    font-family: var(--req-mono);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.req-at {
    display: grid;
    place-items: center;
    padding-left: 12px;
    color: var(--muted);
    font-family: var(--req-mono);
    font-size: 13px;
    opacity: 0.7;
}

.req-handle input {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: none;
    padding: 12px 12px 12px 2px;
    color: var(--ink);
    font-family: var(--req-mono);
    font-size: 13px;
}

.req-handle input:focus {
    outline: none;
}

.req-handle input::placeholder {
    color: var(--muted);
    opacity: 0.6;
}

.req-compose-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.req-hint {
    font-family: var(--font-body);
    font-size: 12px;
    color: var(--muted);
    max-width: 34ch;
}

.req-submit {
    background: var(--pink);
    color: var(--ink);
    border: none;
    border-radius: 999px;
    padding: 11px 28px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: filter 0.15s;
}

.req-submit:hover {
    filter: brightness(1.1);
}

.req-signin {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 36px;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--muted);
}

.req-signin a {
    color: var(--pink);
    font-weight: 700;
}

.req-board-head {
    border-bottom: 1px solid var(--line);
    margin-bottom: 4px;
}

.req-sorts {
    display: flex;
    gap: 22px;
}

.req-sort {
    padding: 0 0 10px;
    font-family: var(--req-mono);
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--muted);
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

.req-sort:hover {
    color: var(--ink);
}

.req-sort-on {
    color: var(--ink);
    border-bottom-color: var(--pink);
}

.req-board {
    list-style: none;
    margin: 0;
    padding: 0;
}

.req-row {
    display: grid;
    grid-template-columns: 54px 1fr auto;
    align-items: start;
    gap: 14px;
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
}

.req-rank {
    font-family: var(--font-display);
    font-size: 46px;
    font-weight: 700;
    line-height: 0.8;
    color: var(--ink);
    opacity: 0.22;
    font-variant-numeric: tabular-nums;
}

.req-main {
    min-width: 0;
}

.req-name-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 10px;
}

.req-model {
    font-family: var(--font-display);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--ink);
    overflow-wrap: anywhere;
}

.req-onlyfans-avatar {
    display: inline-flex;
    flex: 0 0 88px;
    width: 88px;
    height: 88px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--panel);
    transition: border-color 0.15s, filter 0.15s;
}

.req-onlyfans-avatar[hidden] {
    display: none;
}

.req-onlyfans-avatar:hover {
    border-color: var(--pink);
    filter: brightness(1.04);
}

.req-onlyfans-avatar-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.req-remove {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 3px 10px;
    color: var(--muted);
    font-family: var(--req-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
}

.req-remove:hover {
    border-color: var(--pink);
    color: var(--pink);
}

.req-remove:disabled {
    opacity: 0.5;
    cursor: default;
}

.req-row-removing {
    opacity: 0;
    transform: translateX(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.req-bar {
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 250, 240, 0.08);
    overflow: hidden;
    margin-bottom: 12px;
}

.req-bar-fill {
    display: block;
    height: 100%;
    min-width: 2px;
    border-radius: 999px;
    background: var(--pink);
    transition: width 0.45s ease;
}

.req-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 10px;
}

.req-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 5px 10px;
    font-family: var(--req-mono);
    font-size: 12px;
    transition: border-color 0.15s;
}

.req-chip:hover {
    border-color: var(--pink);
}

.req-chip-tag {
    color: var(--brand-red);
    font-weight: 700;
}

.req-chip-handle {
    color: var(--muted);
    overflow-wrap: anywhere;
}

.req-chip-none {
    color: var(--muted);
    opacity: 0.65;
    border-style: dashed;
}

.req-chip-none:hover {
    border-color: var(--line);
}

.req-origin {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    font-family: var(--font-body);
    font-size: 12px;
    color: var(--muted);
}

.req-origin a {
    color: var(--muted);
    text-decoration: underline;
}

.req-origin a:hover {
    color: var(--ink);
}

.req-age::before {
    content: "·";
    margin-right: 8px;
}

.req-vote {
    display: grid;
    justify-items: center;
    gap: 2px;
    min-width: 62px;
    background: var(--panel);
    border: 1px solid var(--line-strong);
    border-radius: 12px;
    padding: 10px 6px;
    color: var(--muted);
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s, background 0.15s;
}

.req-vote i {
    font-size: 16px;
    line-height: 1;
}

.req-votes {
    font-family: var(--req-mono);
    font-size: 15px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.req-vote:hover {
    border-color: var(--pink);
    color: var(--ink);
}

.req-vote-on {
    background: var(--pink);
    border-color: var(--pink);
    color: var(--ink);
}

.req-vote-on:hover {
    filter: brightness(1.08);
    color: var(--ink);
}

.req-vote-failed {
    border-color: var(--pink);
    animation: req-shake 0.3s;
}

.req-vote:disabled {
    opacity: 0.6;
    cursor: default;
}

@keyframes req-shake {
    25% { transform: translateX(-3px); }
    75% { transform: translateX(3px); }
}

.req-empty {
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--muted);
    text-align: center;
    padding: 56px 0;
}

.req-page a:focus-visible,
.req-page button:focus-visible,
.req-page input:focus-visible {
    outline: 2px solid var(--brand-red);
    outline-offset: 2px;
}

@media (max-width: 560px) {
    .req-row {
        grid-template-columns: 34px 1fr auto;
        gap: 10px;
    }

    .req-rank {
        font-size: 28px;
    }

    .req-model {
        font-size: 24px;
    }

    .req-name {
        font-size: 26px;
    }

    .req-vote {
        min-width: 54px;
    }

    .req-onlyfans-avatar {
        flex-basis: 72px;
        width: 72px;
        height: 72px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .req-bar-fill,
    .req-row-removing {
        transition: none;
    }

    .req-vote-failed {
        animation: none;
    }
}

