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

.lake-guide {
    --lake-ink: #173b38;
    --lake-deep: #075653;
    --lake-dark: #043f3e;
    --lake-paper: #fffdf1;
    --lake-cream: #fff8d8;
    --lake-gold: #e5b447;
    --lake-line: #183a36;
    --lake-blue: #147d9e;
    --lake-green: #4f9b43;
    color: var(--lake-ink);
    background: var(--lake-cream);
    overflow-wrap: anywhere;
}

.lake-guide *, .lake-guide *::before, .lake-guide *::after { box-sizing: border-box; }
.lake-guide h1, .lake-guide h2, .lake-guide h3, .lake-guide p, .lake-guide ol, .lake-guide dl { margin-top: 0; }
.lake-guide [id] { scroll-margin-top: 104px; }
.lake-guide button, .lake-guide select, .lake-guide input { font: inherit; }
.lake-guide a:focus-visible, .lake-guide button:focus-visible, .lake-guide select:focus-visible, .lake-guide input:focus-visible { outline: 3px solid #ffea82; outline-offset: 3px; }

.lake-hero {
    color: #fffdf0;
    background-color: #17686a;
    background-image: linear-gradient(112deg, rgba(4, 63, 62, .98), rgba(7, 86, 83, .88) 52%, rgba(20, 125, 158, .72)), url("../images/water-tile.webp");
    background-size: auto, 96px 96px;
    border-bottom: 8px solid var(--lake-gold);
}

.lake-hero-inner { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: 40px; align-items: center; width: min(calc(100% - 48px), 1220px); margin: 0 auto; padding: 54px 0 60px; }
.lake-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; color: rgba(255, 253, 240, .78); font-size: 13px; font-weight: 800; }
.lake-breadcrumbs a { color: #ffe584; text-decoration: none; }
.lake-breadcrumbs a:hover { text-decoration: underline; }
.lake-kicker, .lake-section-heading > p, .lake-answer-card > p, .lake-result > p, .lake-side-card > p { margin-bottom: 8px; color: #ffe584; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.lake-hero h1 { max-width: 760px; margin-bottom: 14px; color: #fffdf0; font-size: clamp(35px, 5vw, 54px); line-height: 1.06; letter-spacing: -.025em; }
.lake-lead { max-width: 720px; margin-bottom: 22px; color: rgba(255, 253, 240, .94); font-size: 18px; line-height: 1.58; font-weight: 650; }
.lake-hero-actions, .lake-inline-links { display: flex; flex-wrap: wrap; gap: 12px; }
.lake-hero-actions { margin-bottom: 24px; }
.lake-primary-action, .lake-secondary-action, .lake-controls button, .lake-inline-links a {
    display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border: 3px solid var(--lake-line); border-radius: 999px; font-size: 14px; font-weight: 900; text-decoration: none; box-shadow: 4px 4px 0 rgba(3, 48, 47, .22); cursor: pointer;
}
.lake-primary-action { color: var(--lake-dark); background: linear-gradient(#ffe584, #e5b447); }
.lake-secondary-action { color: #fffdf0; background: rgba(4, 63, 62, .5); }
.lake-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 0; }
.lake-stats div { padding: 11px; text-align: center; border: 2px solid rgba(255, 253, 240, .26); border-radius: 12px; background: rgba(4, 63, 62, .34); }
.lake-stats dt { margin-bottom: 3px; color: rgba(255, 253, 240, .72); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.lake-stats dd { margin: 0; color: #fff; font-size: 22px; font-weight: 900; }

.lake-answer-card { padding: 22px; color: var(--lake-ink); border: 4px solid var(--lake-line); border-radius: 18px; background: linear-gradient(#fffdf1, #fff2c6); box-shadow: 10px 10px 0 rgba(3, 48, 47, .2); }
.lake-answer-card > p { color: #2f6b3f; }
.lake-answer-card h2 { margin-bottom: 16px; color: var(--lake-dark); font-size: 24px; line-height: 1.2; }
.lake-answer-card ol { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.lake-answer-card li { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 10px; align-items: start; }
.lake-answer-card li > span { display: grid; place-items: center; width: 30px; height: 30px; border: 2px solid var(--lake-line); border-radius: 50%; color: var(--lake-dark); background: #dff3d4; font-weight: 900; }
.lake-answer-card li p { margin: 2px 0 0; font-size: 14px; line-height: 1.45; font-weight: 700; }

.lake-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 28px; align-items: start; width: min(calc(100% - 48px), 1220px); margin: 0 auto; padding: 34px 0 58px; }
.lake-main-column { min-width: 0; display: grid; gap: 26px; }
.lake-section { padding: 26px; border: 3px solid var(--lake-line); border-radius: 18px; background: var(--lake-paper); box-shadow: 6px 6px 0 rgba(24, 58, 54, .11); }
.lake-section-heading { margin-bottom: 20px; }
.lake-section-heading > p { color: #397944; }
.lake-section-heading h2 { margin-bottom: 7px; color: var(--lake-dark); font-size: clamp(25px, 3vw, 34px); line-height: 1.16; }
.lake-section-heading > span { display: block; max-width: 760px; color: #435d56; line-height: 1.55; font-weight: 650; }
.lake-tool-section { padding: 0; overflow: hidden; background: #0b5556; }
.lake-tool-section > .lake-section-heading { margin: 0; padding: 24px 26px; color: #fff; background: #074647; border-bottom: 3px solid var(--lake-line); }
.lake-section-heading.is-light > p { color: #ffe584; }
.lake-section-heading.is-light h2 { color: #fffdf0; }
.lake-section-heading.is-light > span { color: rgba(255, 253, 240, .85); }

.lake-controls { display: grid; grid-template-columns: minmax(190px, 1fr) minmax(160px, .7fr) minmax(230px, 1.2fr) auto; gap: 12px; align-items: end; padding: 18px; background: #fff8d8; border-bottom: 3px solid var(--lake-line); }
.lake-controls > label > span, .lake-controls legend { display: block; margin-bottom: 6px; color: var(--lake-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.lake-controls select { width: 100%; min-height: 44px; padding: 0 10px; border: 2px solid var(--lake-line); border-radius: 9px; color: var(--lake-ink); background: #fff; }
.lake-controls fieldset { min-width: 0; margin: 0; padding: 7px 10px 9px; border: 2px solid var(--lake-line); border-radius: 9px; }
.lake-controls fieldset label { display: inline-flex; gap: 5px; align-items: center; margin-right: 10px; font-size: 12px; font-weight: 800; }
.lake-controls button { min-height: 44px; color: var(--lake-dark); background: #dff3d4; }
.lake-tool-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(250px, .55fr); gap: 18px; padding: 18px; }
.lake-map-panel { min-width: 0; }
.lake-map-canvas { position: relative; width: min(100%, 620px); aspect-ratio: 393 / 395; margin: 0 auto; overflow: hidden; border: 4px solid #062f30; border-radius: 14px; background: #b9d1a4; box-shadow: 7px 7px 0 rgba(3, 36, 37, .28); }
.lake-map-canvas img { display: block; width: 100%; height: 100%; image-rendering: pixelated; object-fit: cover; }
.lake-marker-layer { position: absolute; inset: 0; }
.lake-marker { position: absolute; z-index: 1; display: grid; place-items: center; width: 28px; height: 28px; padding: 0; transform: translate(-50%, -50%); border: 3px solid #fffdf1; border-radius: 50%; color: #fff; box-shadow: 0 0 0 2px #173b38, 0 3px 7px rgba(0, 0, 0, .35); cursor: pointer; }
.lake-marker span { font-size: 11px; font-weight: 900; }
.lake-marker.is-fish { background: var(--lake-blue); }
.lake-marker.is-npc { background: var(--lake-green); }
.lake-marker.is-exit { background: #b84635; }
.lake-marker.is-segment-1 { border-style: dashed; }
.lake-marker.is-selected { z-index: 3; width: 36px; height: 36px; background: #e5b447; color: var(--lake-dark); animation: lake-pulse 1.4s ease-in-out infinite; }
@keyframes lake-pulse { 50% { box-shadow: 0 0 0 7px rgba(255, 229, 132, .35), 0 0 0 2px #173b38; } }
.lake-legend { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; padding-top: 14px; color: #fffdf0; font-size: 12px; font-weight: 800; }
.lake-legend span { display: inline-flex; align-items: center; gap: 6px; }
.lake-legend i { width: 12px; height: 12px; border: 2px solid #fff; border-radius: 50%; }
.lake-legend .is-fish { background: var(--lake-blue); }.lake-legend .is-npc { background: var(--lake-green); }.lake-legend .is-exit { background: #b84635; }
.lake-result { min-width: 0; padding: 20px; border: 3px solid var(--lake-line); border-radius: 14px; color: var(--lake-ink); background: #fffdf1; }
.lake-result > p { color: #397944; }
.lake-result h3 { margin-bottom: 10px; color: var(--lake-dark); font-size: 24px; line-height: 1.18; }
.lake-result > span, .lake-result > small { display: block; margin-bottom: 14px; line-height: 1.5; font-weight: 650; }
.lake-result > small { padding: 10px; border-radius: 8px; background: #fff1b9; color: #624d19; }
.lake-result dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin: 0 0 14px; }
.lake-result dl div { padding: 8px; border-radius: 8px; background: #e7f4de; }
.lake-result dt { font-size: 10px; font-weight: 900; text-transform: uppercase; }.lake-result dd { margin: 3px 0 0; font-weight: 900; }
.lake-result > strong { display: block; margin-bottom: 5px; color: var(--lake-dark); }
.lake-result a { color: #075653; font-weight: 900; }
.lake-noscript { margin: 0; padding: 14px 18px; color: #fff; }

.lake-route-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.lake-route-list li { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 14px; padding: 16px; border: 2px solid #bfd0b8; border-radius: 12px; background: #fffbed; }
.lake-route-list li > span { display: grid; place-items: center; width: 48px; height: 48px; border: 3px solid var(--lake-line); border-radius: 12px; color: var(--lake-dark); background: #dff3d4; font-weight: 900; }
.lake-route-list h3 { margin-bottom: 5px; color: var(--lake-dark); font-size: 18px; }.lake-route-list p { margin: 0; line-height: 1.55; }
.lake-table-wrap { overflow-x: auto; border: 2px solid var(--lake-line); border-radius: 12px; }
.lake-table-wrap table { width: 100%; min-width: 650px; border-collapse: collapse; }
.lake-table-wrap th, .lake-table-wrap td { padding: 12px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid #cbd7be; }
.lake-table-wrap th { color: #fff; background: var(--lake-deep); }.lake-table-wrap tr:last-child td { border-bottom: 0; }.lake-table-wrap tbody tr:nth-child(even) { background: #f0f6e8; }
.lake-inline-links { margin-top: 16px; }.lake-inline-links a { min-height: 40px; color: var(--lake-dark); background: #dff3d4; box-shadow: none; }
.lake-faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.lake-faq-grid article { padding: 17px; border: 2px solid #c3d2b8; border-radius: 12px; background: #fffbed; }.lake-faq-grid h3 { margin-bottom: 7px; color: var(--lake-dark); font-size: 18px; }.lake-faq-grid p { margin: 0; line-height: 1.55; }

.lake-side-column { position: sticky; top: 96px; display: grid; gap: 16px; }
.lake-side-nav, .lake-side-card { padding: 18px; border: 3px solid var(--lake-line); border-radius: 14px; background: var(--lake-paper); box-shadow: 5px 5px 0 rgba(24, 58, 54, .1); }
.lake-side-nav strong { display: block; margin-bottom: 9px; color: var(--lake-dark); }.lake-side-nav a { display: block; padding: 9px 0; border-bottom: 1px solid #c8d7bd; color: #075653; font-weight: 850; text-decoration: none; }.lake-side-nav a:last-child { border: 0; }.lake-side-nav a:hover { text-decoration: underline; }
.lake-side-card > p { color: #397944; }.lake-side-card strong, .lake-side-card span { display: block; }.lake-side-card strong { margin-bottom: 7px; color: var(--lake-dark); font-size: 20px; }.lake-side-card span { color: #435d56; line-height: 1.5; }.lake-side-card.is-warning { background: #fff1bd; }

@media (max-width: 980px) {
    .lake-hero-inner, .lake-layout { grid-template-columns: 1fr; }
    .lake-answer-card { max-width: 720px; }
    .lake-side-column { position: static; grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lake-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    .lake-hero-inner, .lake-layout { width: min(calc(100% - 28px), 1220px); }
    .lake-hero-inner { padding: 38px 0 44px; gap: 26px; }
    .lake-hero h1 { font-size: clamp(32px, 10vw, 44px); }
    .lake-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lake-section { padding: 20px; }
    .lake-tool-section { padding: 0; }
    .lake-controls, .lake-tool-layout, .lake-side-column, .lake-faq-grid { grid-template-columns: 1fr; }
    .lake-controls fieldset label { margin-bottom: 5px; }
    .lake-result dl { grid-template-columns: 1fr; }
    .lake-marker { width: 25px; height: 25px; }
}

@media (prefers-reduced-motion: reduce) { .lake-marker.is-selected { animation: none; } }
