.page-catch-guide {
    background: #082f31;
}

.catch-guide {
    --catch-blue: #0e7894;
    --catch-blue-dark: #075653;
    --catch-cream: #fff9dc;
    --catch-paper: #fffdf1;
    --catch-green: #4f9b43;
    --catch-gold: #e5b447;
    --catch-red: #b84635;
    --catch-line: #183a36;
    --catch-muted: #2f4640;
    background: var(--catch-cream);
    overflow-x: clip;
    overflow-wrap: break-word;
    word-break: normal;
    min-width: 0;
}

.catch-guide h1,
.catch-guide h2,
.catch-guide h3,
.catch-guide h4,
.catch-guide p,
.catch-guide ol,
.catch-guide ul,
.catch-guide dl,
.catch-guide figure {
    margin-top: 0;
}

.catch-guide h1,
.catch-guide h2,
.catch-guide h3,
.catch-guide h4,
.catch-guide p,
.catch-guide li,
.catch-guide dd,
.catch-guide dt,
.catch-guide a,
.catch-guide span,
.catch-guide button,
.catch-guide label {
    overflow-wrap: break-word;
}

.catch-guide [id] {
    scroll-margin-top: 104px;
}

.catch-hero {
    position: relative;
    overflow: hidden;
    color: #fffdf0;
    background-color: #126f83;
    background-image:
        linear-gradient(118deg, rgba(5, 63, 62, 0.95) 0%, rgba(7, 86, 83, 0.9) 47%, rgba(13, 124, 150, 0.77) 100%),
        url("../images/water-tile.webp");
    background-repeat: repeat;
    background-size: auto, 96px 96px;
    border-bottom: 8px solid var(--catch-gold);
}

.catch-hero::before,
.catch-hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
    background-image: url("../images/ui-sprites.webp");
    background-repeat: no-repeat;
    image-rendering: pixelated;
    opacity: 0.18;
}

.catch-hero::before {
    right: -48px;
    bottom: -34px;
    width: 256px;
    height: 256px;
    background-position: -256px -128px;
    background-size: 2048px 2048px;
}

.catch-hero::after {
    top: 44px;
    left: -44px;
    width: 192px;
    height: 192px;
    background-position: -576px 0;
    background-size: 1536px 1536px;
}

.catch-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(calc(100% - 48px), 1180px);
    margin: 0 auto;
    padding: 58px 0 62px;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: 44px;
    align-items: center;
}

.catch-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 24px;
    color: #e8faf8;
    font-size: 12px;
    font-weight: 800;
}

.catch-breadcrumbs a {
    text-underline-offset: 3px;
}

.catch-breadcrumbs a:hover {
    color: #fff1a0;
}

.catch-kicker,
.catch-section-heading > p,
.catch-answer-heading p,
.catch-loop-intro p,
.catch-toc > p {
    margin-bottom: 7px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.catch-kicker {
    color: #ffe888;
}

.catch-hero h1 {
    max-width: 720px;
    margin-bottom: 18px;
    color: #fffdf0;
    font-size: clamp(38px, 5vw, 60px);
    line-height: 1.02;
    letter-spacing: -0.035em;
    text-shadow: 3px 3px 0 #043f3e;
}

.catch-lead {
    max-width: 680px;
    margin-bottom: 24px;
    color: #f2fbee;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
}

.catch-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.catch-primary-action,
.catch-secondary-action {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 3px solid #132f2d;
    border-radius: 5px;
    box-shadow: 4px 4px 0 rgba(2, 43, 42, 0.8);
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
}

.catch-primary-action {
    color: #183a36;
    background: #ffe27a;
}

.catch-secondary-action {
    color: #fffdf0;
    background: rgba(4, 48, 47, 0.78);
    border-color: rgba(255, 253, 240, 0.72);
}

.catch-primary-action:hover,
.catch-secondary-action:hover {
    transform: translateY(-1px);
    box-shadow: 4px 5px 0 rgba(2, 43, 42, 0.9);
}

.catch-primary-action:focus-visible,
.catch-secondary-action:focus-visible,
.catch-reset-button:focus-visible,
.catch-starter-card button:focus-visible,
.catch-result-links a:focus-visible,
.catch-method-card a:focus-visible,
.catch-next-links a:focus-visible,
.catch-toc a:focus-visible,
.catch-tool-state button:focus-visible {
    outline: 3px solid #ffe27a;
    outline-offset: 2px;
}

.catch-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;
}

.catch-hero-stats > div {
    display: grid;
    min-width: 100px;
    gap: 2px;
    padding: 8px 13px;
    background: rgba(2, 47, 47, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.catch-hero-stats dt {
    color: #d4f0e0;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.catch-hero-stats dd {
    margin: 0;
    color: #fff4a6;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.catch-answer-card {
    min-width: 0;
    max-width: 520px;
    justify-self: end;
    padding: 22px;
    color: var(--rk-ink);
    background: var(--catch-paper);
    border: 4px solid var(--catch-line);
    border-radius: 8px;
    box-shadow: 9px 9px 0 rgba(3, 48, 47, 0.72);
}

.catch-answer-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 3px dashed #91aa7d;
}

.catch-answer-heading p {
    margin-bottom: 3px;
    color: var(--rk-green-dark);
}

.catch-answer-heading h2 {
    margin-bottom: 0;
    color: var(--rk-deep);
    font-size: 23px;
    line-height: 1.1;
}

.catch-bobber {
    display: block;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    background-image: url("../images/ui-sprites.webp");
    background-repeat: no-repeat;
    background-position: -44px -264px;
    background-size: 352px 352px;
    image-rendering: pixelated;
}

.catch-answer-card ol {
    display: grid;
    gap: 9px;
    margin-bottom: 14px;
    padding: 17px 0 0;
    list-style: none;
}

.catch-answer-card li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
}

.catch-answer-card li > span {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    color: #fff;
    background: var(--rk-deep);
    border: 2px solid var(--catch-line);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 900;
}

.catch-answer-card li p {
    margin-bottom: 0;
    padding-top: 3px;
    font-size: 14px;
    line-height: 1.4;
}

.catch-guide kbd {
    display: inline-grid;
    min-width: 25px;
    min-height: 23px;
    place-items: center;
    padding: 1px 6px;
    color: #fff;
    background: var(--rk-deep);
    border: 2px solid #102f2d;
    border-radius: 4px;
    box-shadow: 0 2px 0 #a5bf9a;
    font: inherit;
    font-size: 11px;
    font-weight: 900;
}

.catch-answer-note {
    margin-bottom: 0;
    padding: 11px 12px;
    color: #4a3212;
    background: #fff0b7;
    border-left: 5px solid var(--catch-gold);
    font-size: 12px;
    line-height: 1.45;
    font-weight: 700;
}

.catch-page-layout {
    display: grid;
    width: min(calc(100% - 40px), 1180px);
    margin: 0 auto;
    padding: 54px 0 76px;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 34px;
    align-items: start;
}

.catch-main-column {
    display: grid;
    min-width: 0;
    gap: 30px;
}

.catch-section {
    min-width: 0;
    padding: 28px;
    background: var(--catch-paper);
    border: 3px solid var(--catch-line);
    border-radius: 7px;
    box-shadow: 6px 6px 0 #88a77d;
}

.catch-section-heading {
    max-width: 730px;
    margin-bottom: 23px;
}

.catch-section-heading > p {
    color: var(--rk-green-dark);
}

.catch-section-heading h2 {
    margin-bottom: 8px;
    color: var(--rk-deep);
    font-size: clamp(27px, 4vw, 36px);
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.catch-section-heading > span {
    display: block;
    color: #2f4640;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 700;
}

.catch-signal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.catch-signal-card {
    position: relative;
    min-width: 0;
    padding: 16px 15px;
    overflow: hidden;
    background: #f8f0c9;
    border: 2px solid var(--catch-line);
    border-radius: 5px;
    isolation: isolate;
}

.catch-signal-card > * {
    position: relative;
    z-index: 1;
}

.catch-signal-card::after {
    position: absolute;
    z-index: 0;
    right: -22px;
    bottom: -26px;
    width: 82px;
    height: 82px;
    content: "";
    border: 14px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    pointer-events: none;
}

.catch-signal-light {
    display: block;
    width: 15px;
    height: 15px;
    margin-bottom: 10px;
    background: #e1b02e;
    border: 2px solid var(--catch-line);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(229, 180, 71, 0.24);
}

.catch-signal-card.is-hook .catch-signal-light {
    background: #58a54b;
    box-shadow: 0 0 0 4px rgba(79, 155, 67, 0.25);
}

.catch-signal-card.is-switch .catch-signal-light {
    background: #c54b39;
    box-shadow: 0 0 0 4px rgba(184, 70, 53, 0.22);
}

.catch-signal-card > p {
    margin-bottom: 3px;
    color: #2f4640;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.catch-signal-card h3 {
    margin-bottom: 6px;
    color: var(--rk-deep);
    font-size: 21px;
}

.catch-signal-card > span:last-child {
    position: relative;
    z-index: 1;
    display: block;
    color: #2a3f39;
    font-size: 13px;
    line-height: 1.5;
}

.catch-fight-loop {
    display: grid;
    margin-top: 16px;
    padding: 19px;
    color: #eef8e5;
    background: var(--rk-deep);
    border: 3px solid var(--catch-line);
    border-radius: 6px;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 20px;
}

.catch-loop-intro {
    padding-right: 18px;
    border-right: 2px dashed #82b08e;
}

.catch-loop-icon {
    display: block;
    width: 44px;
    height: 44px;
    margin-bottom: 13px;
    background-image: url("../images/ui-sprites.webp");
    background-repeat: no-repeat;
    background-position: -132px 0;
    background-size: 352px 352px;
    image-rendering: pixelated;
}

.catch-loop-intro p {
    margin-bottom: 4px;
    color: #b9dfbd;
}

.catch-loop-intro h3 {
    margin-bottom: 0;
    color: #fff1a0;
    font-size: 22px;
    line-height: 1.15;
}

.catch-fight-loop ol {
    display: grid;
    margin-bottom: 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    list-style: none;
}

.catch-fight-loop li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 8px;
}

.catch-fight-loop li > span {
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    color: var(--rk-ink);
    background: #ffe27a;
    border: 1px solid #102f2d;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 900;
}

.catch-fight-loop strong {
    color: #fff;
    font-size: 13px;
}

.catch-fight-loop li p {
    margin: 3px 0 0;
    color: #dff0e4;
    font-size: 12px;
    line-height: 1.45;
}

.catch-planner-section {
    color: #eff8e9;
    background: #0a5b59;
    box-shadow: 6px 6px 0 #d1aa42;
}

.catch-section-heading.is-light > p {
    color: #ffe27a;
}

.catch-section-heading.is-light h2 {
    color: #fffdf0;
}

.catch-section-heading.is-light > span {
    color: #e7f7ee;
}

.catch-planner-form {
    display: grid;
    padding: 17px;
    color: var(--rk-ink);
    background: #f7e9ad;
    border: 3px solid var(--catch-line);
    border-radius: 6px;
    grid-template-columns: 1.05fr 1fr 1.5fr auto;
    gap: 12px;
    align-items: end;
}

.catch-route-field {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.catch-route-field legend,
.catch-select-field label {
    display: block;
    margin-bottom: 6px;
    color: var(--rk-deep);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.catch-segmented-control {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.catch-segmented-control input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.catch-segmented-control label {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 9px;
    background: #fffdf1;
    border: 2px solid var(--catch-line);
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
}

.catch-segmented-control label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.catch-segmented-control label:last-of-type {
    margin-left: -2px;
    border-radius: 0 4px 4px 0;
}

.catch-segmented-control input:checked + label {
    position: relative;
    z-index: 1;
    color: #fff;
    background: var(--rk-deep);
}

.catch-segmented-control input:focus-visible + label {
    outline: 3px solid #147d9e;
    outline-offset: 2px;
}

.catch-route-avatar {
    display: inline-grid;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    place-items: center;
    color: #fff;
    background: #2e6ca5;
    border: 2px solid var(--catch-line);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 900;
}

.catch-route-avatar::before {
    content: "K";
}

.catch-route-avatar.is-teen {
    color: #183a36;
    background: #f0bd55;
}

.catch-route-avatar.is-teen::before {
    content: "T";
}

.catch-select-field {
    min-width: 0;
}

.catch-select-field select {
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0 34px 0 10px;
    color: var(--rk-ink);
    background: #fffdf1;
    border: 2px solid var(--catch-line);
    border-radius: 4px;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
}

.catch-select-field select:focus-visible,
.catch-reset-button:focus-visible,
.catch-starter-card button:focus-visible,
.catch-method-card a:focus-visible,
.catch-result-links a:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
    box-shadow: 0 0 0 5px #147d9e;
}

.catch-reset-button {
    min-height: 46px;
    padding: 7px 12px;
    color: #fff;
    background: #7b4f25;
    border: 2px solid var(--catch-line);
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 900;
}

.catch-reset-button:disabled {
    cursor: not-allowed;
    color: #fff8ea;
    background: #6a4722;
    border-color: #3f2a14;
    opacity: 1;
    box-shadow: none;
}

.catch-planner-result {
    min-height: 280px;
    margin-top: 16px;
    color: var(--rk-ink);
    background: var(--catch-paper);
    border: 3px solid var(--catch-line);
    border-radius: 6px;
}

.catch-tool-state {
    display: grid;
    min-height: 274px;
    place-items: center;
    align-content: center;
    gap: 12px;
    padding: 28px;
    text-align: center;
}

.catch-tool-spinner {
    display: block;
    width: 38px;
    height: 38px;
    border: 5px solid #bdd4b4;
    border-top-color: var(--rk-blue);
    border-radius: 50%;
    animation: catch-spin 0.85s linear infinite;
}

@keyframes catch-spin {
    to { transform: rotate(360deg); }
}

.catch-tool-state.is-error strong {
    color: var(--rk-red);
}

.catch-tool-state button {
    min-height: 42px;
    padding: 8px 16px;
    color: #fff;
    background: var(--rk-deep);
    border: 2px solid var(--catch-line);
    border-radius: 4px;
    cursor: pointer;
    font-weight: 900;
}

.catch-result-head {
    display: grid;
    padding: 20px;
    background: #e2efcf;
    border-bottom: 3px solid var(--catch-line);
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
}

.catch-result-fish {
    display: grid;
    min-width: 0;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
}

.catch-result-sprite {
    display: block;
    width: 72px;
    height: 48px;
    grid-row: 1 / 3;
    background-color: #c9e8d0;
    background-image: url("../images/river-king-2-rom-fish-sprites.webp");
    background-repeat: no-repeat;
    background-position: var(--catch-fish-x) var(--catch-fish-y);
    background-size: 576px 624px;
    border: 2px solid var(--catch-line);
    border-radius: 4px;
    image-rendering: pixelated;
}

.catch-result-name > span {
    display: block;
    margin-bottom: 3px;
    color: #2f4640;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.catch-result-name h3 {
    margin-bottom: 3px;
    color: var(--rk-deep);
    font-size: clamp(18px, 4.2vw, 25px);
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.catch-result-name p {
    margin-bottom: 0;
    color: var(--catch-muted);
    font-size: 12px;
    line-height: 1.4;
}

.catch-result-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
}

.catch-result-links a,
.catch-method-card a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    color: #fff;
    background: var(--rk-deep);
    border: 2px solid var(--catch-line);
    border-radius: 4px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 900;
}

.catch-result-body {
    padding: 20px;
}

.catch-result-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 18px;
}

.catch-fact-chip,
.catch-gate-chip {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 4px 9px;
    color: var(--rk-ink);
    background: #f4e3a1;
    border: 1px solid var(--catch-line);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
}

.catch-gate-chip {
    color: #fff;
    background: #79548c;
    text-decoration: none;
}

a.catch-gate-chip:hover,
a.catch-gate-chip:focus-visible {
    color: #fff;
    background: #5f3f72;
    outline: 2px solid #ffe27a;
    outline-offset: 2px;
}

.catch-gate-note {
    margin: 0 0 16px;
    padding: 11px 12px;
    color: #3a2a4d;
    background: #f3e8fb;
    border-left: 5px solid #79548c;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
}

.catch-gate-note a {
    color: #5f3f72;
    text-underline-offset: 2px;
}

.catch-method-intro {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.catch-method-intro h3 {
    margin-bottom: 0;
    color: var(--rk-deep);
    font-size: 19px;
}

.catch-method-intro p {
    margin-bottom: 0;
    color: #3f564f;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.catch-method-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.catch-method-card {
    min-width: 0;
    padding: 15px;
    background: #f8f0cd;
    border: 2px solid var(--catch-line);
    border-radius: 5px;
}

.catch-method-card.is-primary {
    background: #e3f0d1;
    box-shadow: inset 0 5px 0 var(--rk-green);
}

.catch-method-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
}

.catch-method-topline h4 {
    margin-bottom: 0;
    color: var(--rk-deep);
    font-size: 18px;
}

.catch-method-badge {
    flex: 0 1 auto;
    max-width: 100%;
    padding: 3px 7px;
    color: #fff;
    background: var(--rk-green-dark);
    border: 1px solid var(--catch-line);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.catch-loadout-list {
    display: grid;
    gap: 6px;
    margin: 0 0 10px;
}

.catch-loadout-row {
    display: grid;
    padding: 7px 9px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid #9aae91;
    border-radius: 4px;
    grid-template-columns: 55px minmax(0, 1fr) auto;
    gap: 7px;
    align-items: center;
}

.catch-loadout-row dt {
    color: #3d524b;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.catch-loadout-row dd {
    min-width: 0;
    margin: 0;
    color: var(--rk-ink);
    font-size: 12px;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.catch-loadout-row span {
    min-width: 0;
    color: #5f451f;
    font-size: 10px;
    font-weight: 900;
    text-align: right;
    overflow-wrap: anywhere;
}

.catch-compatible-list,
.catch-method-note,
.catch-hook-note {
    margin-bottom: 9px;
    color: #3d524b;
    font-size: 12px;
    line-height: 1.5;
}

.catch-method-note {
    min-height: 42px;
    padding-top: 9px;
    border-top: 1px dashed #91a188;
}

.catch-hook-note {
    color: #744f1e;
}

.catch-method-card a {
    width: 100%;
    margin-top: 1px;
}

.catch-noscript {
    margin: 14px 0 0;
    padding: 12px;
    color: #493b24;
    background: #ffe8a1;
    border: 2px solid var(--catch-line);
    font-weight: 800;
}

.catch-starter-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.catch-starter-card {
    min-width: 0;
    padding: 18px;
    background: #e6f1da;
    border: 3px solid var(--catch-line);
    border-radius: 6px;
}

.catch-starter-card.is-teen {
    background: #fff0c4;
}

.catch-starter-topline {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.catch-starter-topline strong {
    color: var(--rk-deep);
    font-size: 13px;
}

.catch-starter-topline > span:last-child {
    margin-left: auto;
    padding: 3px 7px;
    color: #183a36;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--catch-line);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
}

.catch-starter-card h3 {
    margin-bottom: 6px;
    color: var(--rk-deep);
    font-size: 23px;
}

.catch-starter-note {
    margin-bottom: 11px;
    color: var(--catch-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

.catch-empty-methods {
    margin: 0;
    padding: 16px;
    color: #4a5f58;
    background: #f4e9b4;
    border: 2px dashed var(--catch-line);
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.catch-starter-card ul {
    display: grid;
    gap: 5px;
    margin-bottom: 12px;
    padding: 0;
    list-style: none;
}

.catch-starter-card li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 9px;
    background: rgba(255, 255, 255, 0.62);
    border-bottom: 1px dotted #7f9a79;
    font-size: 12px;
}

.catch-starter-card li span {
    color: #3f564f;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.catch-starter-card > p {
    min-height: 58px;
    margin-bottom: 13px;
    font-size: 12px;
    line-height: 1.5;
}

.catch-starter-card button {
    width: 100%;
    min-height: 42px;
    color: #fff;
    background: var(--rk-deep);
    border: 2px solid var(--catch-line);
    border-radius: 4px;
    cursor: pointer;
    font-weight: 900;
}

.catch-rod-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.catch-rod-grid article {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 122px;
    padding: 15px 14px 36px;
    background: #f8f0cd;
    border: 2px solid var(--catch-line);
    border-radius: 5px;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 11px;
}

.catch-rod-icon {
    display: block;
    width: 44px;
    height: 44px;
    background-image: url("../images/ui-sprites.webp");
    background-repeat: no-repeat;
    background-position: -176px 0;
    background-size: 352px 352px;
    image-rendering: pixelated;
}

/* Surf rods share the bait-rod glyph with T.Rods in the UI atlas. */
.catch-rod-icon.is-surf { background-position: -176px 0; }
.catch-rod-icon.is-lure { background-position: -308px 0; }
.catch-rod-icon.is-fly { background-position: -264px 0; }
.catch-rod-icon.is-trolling { background-position: -264px -264px; }
.catch-rod-icon.is-boat { background-position: -132px -264px; }

.catch-rod-grid h3 {
    margin-bottom: 5px;
    color: var(--rk-deep);
    font-size: 18px;
}

.catch-rod-grid p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1.48;
}

.catch-rod-grid article > b {
    position: absolute;
    right: 10px;
    bottom: 9px;
    max-width: calc(100% - 20px);
    padding: 3px 7px;
    color: #fff;
    background: var(--rk-deep);
    border-radius: 999px;
    font-size: 10px;
    line-height: 1.25;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.catch-bait-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.catch-bait-card {
    min-width: 0;
    padding: 16px;
    background: #e8f4df;
    border: 2px solid var(--catch-line);
    border-radius: 5px;
}

.catch-bait-card h3 {
    margin-bottom: 8px;
    color: var(--rk-deep);
    font-size: 17px;
    line-height: 1.2;
}

.catch-bait-card p {
    margin-bottom: 0;
    color: #2a3f39;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
}

.catch-bait-card a {
    color: var(--rk-green-dark);
    font-weight: 900;
    text-underline-offset: 2px;
}

.catch-bait-card a:hover {
    color: var(--rk-deep);
}

.catch-troubleshooter {
    display: grid;
    gap: 8px;
}

.catch-troubleshooter details {
    background: #f8f0cd;
    border: 2px solid var(--catch-line);
    border-radius: 5px;
}

.catch-troubleshooter summary {
    position: relative;
    padding: 13px 48px 13px 15px;
    color: var(--rk-deep);
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
    list-style: none;
}

.catch-troubleshooter summary::-webkit-details-marker {
    display: none;
}

.catch-troubleshooter summary::after {
    position: absolute;
    top: 50%;
    right: 14px;
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    content: "+";
    color: #fff;
    background: var(--rk-deep);
    border-radius: 4px;
    transform: translateY(-50%);
}

.catch-troubleshooter details[open] summary::after {
    content: "−";
}

.catch-troubleshooter details > div {
    padding: 0 15px 14px;
    border-top: 1px dashed #8fa086;
}

.catch-troubleshooter details p {
    margin: 12px 0 0;
    color: #2a3f39;
    font-size: 13px;
    line-height: 1.58;
    font-weight: 600;
}

.catch-troubleshooter summary:focus-visible {
    outline: 3px solid #0a5b59;
    outline-offset: 2px;
}

.catch-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.catch-faq-grid article {
    min-width: 0;
    padding: 15px;
    background: #edf3d8;
    border-left: 5px solid var(--rk-green);
}

.catch-faq-grid h3 {
    margin-bottom: 7px;
    color: var(--rk-deep);
    font-size: 15px;
    line-height: 1.25;
}

.catch-faq-grid p {
    margin-bottom: 0;
    color: #2f4640;
    font-size: 12px;
    line-height: 1.55;
}

.catch-faq-grid a {
    color: var(--rk-deep);
    font-weight: 800;
    text-underline-offset: 2px;
}

.catch-faq-grid a:hover {
    color: var(--catch-blue-dark);
}

.catch-next-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

@media (min-width: 900px) {
    .catch-next-links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.catch-next-links a {
    display: grid;
    min-width: 0;
    min-height: 84px;
    align-content: center;
    padding: 13px;
    color: #fff;
    background: var(--rk-deep);
    border: 3px solid var(--catch-line);
    border-radius: 5px;
    box-shadow: 4px 4px 0 #88a77d;
    text-decoration: none;
}

.catch-next-links span {
    color: #dff3e8;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.catch-next-links strong {
    margin-top: 3px;
    color: #fff1a0;
    font-size: 15px;
}

.catch-side-column {
    position: sticky;
    top: 104px;
    display: grid;
    gap: 14px;
}

.catch-toc,
.catch-game-shot,
.catch-side-tip {
    padding: 16px;
    background: var(--catch-paper);
    border: 3px solid var(--catch-line);
    border-radius: 6px;
    box-shadow: 4px 4px 0 #88a77d;
}

.catch-toc > p {
    margin-bottom: 9px;
    color: var(--rk-green-dark);
}

.catch-toc a {
    display: block;
    padding: 8px 6px;
    color: var(--rk-deep);
    border-bottom: 1px dotted #88a083;
    text-decoration: none;
    font-size: 12px;
    font-weight: 900;
}

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

.catch-toc a:hover {
    color: var(--rk-blue);
    background: #edf3d8;
}

.catch-game-shot img {
    display: block;
    width: 100%;
    aspect-ratio: 10 / 9;
    object-fit: cover;
    background: #86c47a;
    border: 2px solid var(--catch-line);
    image-rendering: pixelated;
}

.catch-game-shot figcaption {
    margin-top: 9px;
    color: #2f4640;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
}

.catch-side-tip {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 9px;
    background: #fff0b6;
}

.catch-side-tip-icon {
    display: block;
    width: 36px;
    height: 36px;
    background-image: url("../images/ui-sprites.webp");
    background-repeat: no-repeat;
    background-position: -252px -36px;
    background-size: 288px 288px;
    image-rendering: pixelated;
}

.catch-side-tip p {
    margin-bottom: 0;
    color: #2f2a16;
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 1120px) {
    .catch-hero-inner {
        gap: 28px;
    }

    .catch-planner-form {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .catch-fish-field {
        grid-column: span 1;
    }

    .catch-reset-button {
        grid-column: 1 / -1;
    }
}

@media (max-width: 940px) {
    .catch-hero-inner {
        grid-template-columns: 1fr;
    }

    .catch-answer-card {
        width: min(100%, 650px);
        max-width: none;
        justify-self: start;
    }

    .catch-page-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .catch-side-column {
        position: static;
        grid-template-columns: 1fr 220px 1fr;
    }

    .catch-toc {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-content: start;
    }

    .catch-toc > p {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .catch-guide [id] {
        scroll-margin-top: 82px;
    }

    .catch-hero-inner {
        width: min(calc(100% - 28px), 680px);
        padding: 38px 0 44px;
    }

    .catch-breadcrumbs {
        margin-bottom: 18px;
    }

    .catch-hero h1 {
        font-size: clamp(28px, 9vw, 42px);
        line-height: 1.12;
        overflow-wrap: anywhere;
    }

    .catch-lead {
        font-size: 16px;
    }

    .catch-page-layout {
        width: min(calc(100% - 24px), 680px);
        padding: 36px 0 56px;
    }

    .catch-section {
        padding: 20px;
        box-shadow: 4px 4px 0 #88a77d;
    }

    .catch-signal-grid,
    .catch-starter-grid,
    .catch-rod-grid,
    .catch-bait-grid,
    .catch-faq-grid,
    .catch-next-links {
        grid-template-columns: 1fr;
    }

    .catch-starter-card > p {
        min-height: 0;
    }

    .catch-method-note {
        min-height: 0;
    }

    .catch-fight-loop {
        grid-template-columns: 1fr;
    }

    .catch-loop-intro {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 0 0 14px;
        border-right: 0;
        border-bottom: 2px dashed #82b08e;
    }

    .catch-loop-icon {
        flex: 0 0 44px;
        margin-bottom: 0;
    }

    .catch-planner-form {
        grid-template-columns: 1fr;
    }

    .catch-reset-button {
        grid-column: auto;
    }

    .catch-method-grid {
        grid-template-columns: 1fr;
    }

    .catch-side-column {
        grid-template-columns: 1fr;
    }

    .catch-game-shot {
        display: grid;
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 12px;
        align-items: center;
    }

    .catch-game-shot figcaption {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .catch-hero-actions {
        display: grid;
    }

    .catch-primary-action,
    .catch-secondary-action {
        width: 100%;
    }

    .catch-hero-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .catch-hero-stats > div {
        min-width: 0;
        padding: 7px;
    }

    .catch-hero-stats dt {
        font-size: 10px;
    }

    .catch-hero-stats dd {
        font-size: 13px;
    }

    .catch-answer-card {
        padding: 17px;
    }

    .catch-answer-heading h2 {
        font-size: 20px;
    }

    .catch-section-heading h2 {
        font-size: 27px;
    }

    .catch-fight-loop ol {
        grid-template-columns: 1fr;
    }

    .catch-result-head {
        grid-template-columns: 1fr;
    }

    .catch-result-links {
        justify-content: flex-start;
    }

    .catch-result-links a {
        flex: 1;
    }

    .catch-result-body {
        padding: 15px;
    }

    .catch-method-intro {
        display: block;
    }

    .catch-method-intro p {
        margin-top: 4px;
    }

    .catch-loadout-row {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .catch-loadout-row span {
        grid-column: 2;
        text-align: left;
    }

    .catch-game-shot {
        grid-template-columns: 112px minmax(0, 1fr);
    }
}

@media (prefers-reduced-motion: reduce) {
    .catch-primary-action,
    .catch-secondary-action {
        transition: none;
    }

    .catch-tool-spinner {
        animation: none;
        border-top-color: var(--rk-green);
    }
}
