:root {
    color-scheme: light;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #20232a;
    background: #d8efe7;
}
* { box-sizing: border-box; }
body { margin: 0; padding: 0; background: #d8efe7; }
a { color: #1f6feb; text-decoration: none; }
a:hover { text-decoration: underline; }
.page-shell { min-height: 100vh; display: flex; flex-direction: column; }
.page-header { background: transparent; border-bottom: 0; padding: 12px 0 0; position: sticky; top: 0; z-index: 10; }
.page-header-inner { width: min(calc(100% - 28px), 1032px); margin: 0 auto; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #f7fbf8; border: 1px solid rgba(255, 255, 255, 0.72); border-radius: 14px; box-shadow: 0 8px 24px rgba(31, 89, 70, 0.08); }
.brand { font-weight: 700; font-size: 1.1rem; color: #111827; }
.brand-subtitle { margin: 2px 0 0; font-size: 0.92rem; color: #687187; }
.nav-links { display: flex; gap: 12px; align-items: center; }
.language-toggle { display: inline-flex; gap: 4px; padding: 3px; border-radius: 999px; background: rgba(255, 255, 255, 0.7); box-shadow: inset 0 0 0 1px rgba(23, 107, 80, 0.12); }
.language-btn { appearance: none; border: 0; border-radius: 999px; background: transparent; color: #42534d; cursor: pointer; font: inherit; font-size: 0.82rem; font-weight: 700; line-height: 1; padding: 6px 8px; }
.language-btn.active { background: #176b50; color: #ffffff; }
.page-content { flex: 1; width: min(100%, 1060px); margin: 0 auto; padding: 18px 14px 26px; }
.card { background: #f7fbf8; border: 1px solid rgba(255, 255, 255, 0.72); border-radius: 18px; box-shadow: 0 10px 30px rgba(31, 89, 70, 0.08); padding: 18px; }
.page-title { margin: 0 0 12px; font-size: 1.35rem; letter-spacing: -0.02em; }
.list-card { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.list-card li { border-radius: 14px; background: #fbfcff; }
.list-card a { display: block; padding: 14px 16px; }
.list-card a:hover { background: #f0f4ff; }
.area-showcase { display: grid; grid-template-columns: minmax(280px, 0.75fr) minmax(520px, 1.55fr); gap: 16px; align-items: stretch; }
.area-showcase-image { display: flex; align-items: center; justify-content: center; aspect-ratio: 16 / 9; min-width: 0; border-radius: 14px; background: linear-gradient(135deg, #c6e4d8, #eef8f2); color: #2f6f57; overflow: hidden; box-shadow: 0 6px 18px rgba(31, 89, 70, 0.06); }
.area-showcase-image img { width: 100%; height: 100%; object-fit: contain; display: block; }
.area-preview-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(23, 107, 80, 0.08)); }
.area-showcase-info { display: flex; flex-direction: column; gap: 14px; min-width: 0; padding: 4px 2px; }
.area-main-info { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.area-main-info h2 { margin: 0; font-size: 1.45rem; line-height: 1.2; color: #111827; }
.area-card-location { margin: 3px 0 0; color: #5f6f7a; font-size: 0.9rem; }
.area-card-description { margin: 0; color: #263241; line-height: 1.5; font-size: 0.92rem; overflow-wrap: anywhere; white-space: pre-line; }
.area-card-description.muted { color: #748174; }
.area-card-link { margin-top: 2px; align-self: flex-start; border-radius: 9px; background: #176b50; color: #ffffff; font-weight: 700; padding: 10px 13px; }
.area-card-link:hover { background: #125740; color: #ffffff; text-decoration: none; }
.area-selector-list { display: grid; gap: 8px; margin-top: auto; max-height: 220px; overflow-y: auto; padding-right: 4px; }
.area-selector { appearance: none; border: 0; border-radius: 9px; background: rgba(255, 255, 255, 0.82); color: #172322; cursor: pointer; font: inherit; font-weight: 700; padding: 12px 13px; text-align: left; box-shadow: 0 3px 10px rgba(31, 89, 70, 0.05); }
.area-selector:hover { background: #ffffff; }
.area-selector.active { background: #e5f5ee; color: #176b50; box-shadow: inset 0 0 0 1px rgba(23, 107, 80, 0.18); }
.section-title { margin: 0 0 14px; font-size: 1.05rem; }
.grid-two { display: grid; gap: 16px; grid-template-columns: minmax(0, 1fr); }
.route-info { margin-top: 16px; }
.route-info h3 { margin-top: 0; }
@media (min-width: 720px) {
    .page-content { padding: 18px 14px 26px; }
    .page-header-inner { padding: 14px 18px; }
}

.route-summary {
    color: #4b5563;
    text-align: right;
    font-size: 0.95rem;
}

@media (max-width: 720px) {
    .route-summary { text-align: left; }
    .area-showcase { grid-template-columns: 1fr; }
    .area-showcase-image { aspect-ratio: 16 / 9; }
    .area-selector-list { max-height: 240px; }
}
