:root {
    --dlg-text: #20332b;
    --dlg-muted: #667a72;
    --dlg-line: #dbe7e4;
    --dlg-primary: #1f6b52;
    --dlg-primary-2: #3a9b6c;
    --dlg-bg: #f9fcfa;
    --dlg-shell: #fdfefd;
    --dlg-white: #ffffff;
    --dlg-shadow: 0 22px 54px rgba(39, 52, 59, 0.07);
    --header-bg-top: rgba(248, 251, 252, 0.82);
    --header-bg-bottom: rgba(237, 245, 243, 0.92);
    --header-border: rgba(146, 175, 173, 0.18);
    --header-shadow: 0 10px 28px rgba(95, 129, 133, 0.08);
    --header-text: rgba(42, 61, 67, 0.8);
    --header-text-strong: rgba(24, 40, 45, 0.96);
    --header-soft-border: rgba(146, 175, 173, 0.2);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    background:
        radial-gradient(circle at 18% -6%, rgba(244, 222, 188, 0.16), transparent 20%),
        radial-gradient(circle at 82% -6%, rgba(180, 226, 219, 0.16), transparent 22%),
        radial-gradient(circle at 50% -18%, rgba(204, 228, 239, 0.16), transparent 30%),
        linear-gradient(180deg, #fdfefe 0%, #ffffff 38%, #f7fbfb 100%);
    color: var(--dlg-text);
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.section-shell {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 34px 8px 0;
}

.first-section {
    padding-top: 0;
}

.dlg-page__inner {
    padding: 56px 0;
}

.dlg-page h1 {
    margin: 0 0 12px;
    font-size: 32px;
}

.dlg-page p {
    margin: 0;
    color: var(--dlg-muted);
    line-height: 1.8;
}

.dlg-shell {
    width: min(1344px, calc(100% - 16px));
    margin: 0 auto;
}

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 20;
    border-bottom: 1px solid var(--header-border);
    background: linear-gradient(180deg, var(--header-bg-top) 0%, var(--header-bg-bottom) 100%);
    box-shadow: var(--header-shadow);
    backdrop-filter: blur(16px);
}

.admin-bar .site-header {
    top: 32px;
}

.site-header::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    content: "";
    background:
        radial-gradient(circle at 12% 26%, rgba(241, 214, 172, 0.36), transparent 18%),
        radial-gradient(circle at 50% -40%, rgba(255, 255, 255, 0.58), transparent 54%),
        radial-gradient(circle at 88% 28%, rgba(178, 225, 218, 0.34), transparent 18%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.18) 48%, rgba(255, 255, 255, 0.04));
}

.site-header::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    pointer-events: none;
    content: "";
    background: linear-gradient(90deg, rgba(214, 168, 103, 0) 0%, rgba(221, 176, 112, 0.52) 14%, rgba(236, 197, 132, 0.88) 50%, rgba(214, 168, 103, 0.5) 86%, rgba(214, 168, 103, 0) 100%);
}

.site-header__nav {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1360px, calc(100% - 16px));
    min-height: 72px;
    margin: 0 auto;
    padding: 14px 8px;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 11px;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 44px;
    flex: 0 0 auto;
}

.brand-dogmark {
    display: block;
    width: 62px;
    height: auto;
    overflow: visible;
}

.brand-dogmark .dog-trail {
    fill: none;
    stroke: rgba(216, 164, 101, 0.92);
    stroke-width: 3.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.brand-dogmark .dog-dot {
    fill: rgba(216, 164, 101, 0.96);
}

.brand-dogmark .dog-sun {
    fill: rgba(216, 164, 101, 0.22);
}

.brand-dogmark .dog-head {
    fill: #7ab3a9;
}

.brand-dogmark .dog-muzzle {
    fill: #f9fcfb;
}

.brand-dogmark .dog-ear {
    fill: #275f62;
}

.brand-dogmark .dog-bandana {
    fill: #d7a265;
}

.brand-dogmark .dog-eye {
    fill: rgba(32, 52, 56, 0.88);
}

.brand-dogmark .dog-nose {
    fill: rgba(26, 44, 48, 0.9);
}

.brand-dogmark .dog-smile {
    fill: none;
    stroke: rgba(41, 67, 70, 0.82);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}

.brand-title,
.brand-tagline,
.brand-subtitle {
    display: block;
}

.brand-title {
    color: var(--header-text-strong);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0;
}

.brand-tagline {
    margin-top: 0;
    color: rgba(56, 79, 87, 0.68);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.brand-subtitle {
    margin-top: 0;
    color: rgba(70, 95, 104, 0.64);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.1;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0;
}

.nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 2px;
    color: var(--header-text);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    transition: color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.nav-link::after {
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 2px;
    border-radius: 999px;
    background: transparent;
    content: "";
    opacity: 0;
    transform: scaleX(0.65);
    transition: background 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.nav-link:hover {
    color: var(--header-text-strong);
    opacity: 0.92;
}

.nav-link:hover::after,
.nav-link.is-active::after {
    background: linear-gradient(90deg, rgba(223, 178, 120, 0.94), rgba(58, 155, 108, 0.72));
    opacity: 1;
    transform: scaleX(1);
}

.nav-link.is-active {
    color: var(--header-text-strong);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.header-auth-link,
.header-auth-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
}

.header-auth-link {
    color: rgba(33, 74, 48, 0.8);
}

.header-auth-button {
    border: 1px solid var(--header-soft-border);
    background: rgba(255, 255, 255, 0.76);
    color: var(--header-text-strong);
}

.header-auth-link:hover,
.header-auth-button:hover {
    color: var(--header-text-strong);
}

.header-auth-button:hover {
    border-color: rgba(114, 157, 128, 0.26);
    background: rgba(255, 255, 255, 0.92);
}

.footer-discovery {
    margin-top: 56px;
    border-top: 1px solid rgba(198, 214, 210, 0.72);
    background:
        radial-gradient(circle at 12% 0%, rgba(47, 143, 134, 0.07), transparent 28%),
        linear-gradient(180deg, rgba(250, 253, 252, 0.98), rgba(244, 249, 247, 0.94));
}

.footer-discovery__inner {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1.58fr) minmax(300px, 0.42fr);
    gap: 34px;
    width: min(1360px, 100%);
    margin: 0 auto;
    padding: 34px 32px;
}

.footer-discovery__block {
    min-width: 0;
}

.footer-discovery__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.footer-discovery__head span {
    color: rgba(39, 52, 59, 0.92);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.28;
}

.footer-discovery__head p {
    margin: 8px 0 0;
    color: rgba(39, 52, 59, 0.56);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.7;
}

.footer-discovery__head a {
    color: rgba(47, 143, 134, 0.9);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

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

.footer-discovery__item {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: baseline;
    gap: 12px;
    min-height: 44px;
    border-bottom: 1px solid rgba(198, 214, 210, 0.58);
    padding: 0 0 12px;
    transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.footer-discovery__item span {
    color: rgba(39, 52, 59, 0.42);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.footer-discovery__item strong {
    overflow: hidden;
    color: rgba(39, 52, 59, 0.74);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 180ms ease;
}

.footer-discovery__entry {
    border-left: 1px solid rgba(198, 214, 210, 0.68);
    padding-left: 28px;
}

.footer-discovery__entry-list {
    display: grid;
    gap: 12px;
}

.footer-discovery__entry-list a {
    display: grid;
    gap: 7px;
    border: 1px solid rgba(198, 214, 210, 0.84);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(249, 252, 251, 0.82));
    padding: 16px;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.footer-discovery__entry-list a span {
    color: rgba(47, 143, 134, 0.92);
    font-size: 13px;
    font-weight: 900;
}

.footer-discovery__entry-list a strong {
    color: rgba(39, 52, 59, 0.82);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.45;
}

.footer-discovery__item:hover {
    border-color: rgba(47, 143, 134, 0.26);
    transform: translateX(2px);
}

.footer-discovery__item:hover strong {
    color: rgba(24, 92, 63, 0.96);
}

.footer-discovery__entry-list a:hover {
    border-color: rgba(47, 143, 134, 0.26);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 30px rgba(54, 96, 102, 0.1);
    color: rgba(24, 92, 63, 0.96);
    transform: translateY(-2px);
}

.site-footer {
    margin-top: 0;
    background:
        radial-gradient(circle at top left, rgba(214, 161, 103, 0.18), transparent 24%),
        radial-gradient(circle at top right, rgba(84, 161, 152, 0.18), transparent 22%),
        linear-gradient(180deg, #203740 0%, #182c34 100%);
}

.site-footer__inner {
    box-sizing: border-box;
    width: min(1360px, 100%);
    margin: 0 auto;
    padding: 48px 32px 28px;
}

.footer-shell {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.footer-brand {
    max-width: 460px;
}

.footer-brand-lockup {
    align-items: center;
}

.footer-brand-mark {
    width: 58px;
    height: 42px;
}

.footer-brand-mark .dog-trail {
    stroke: rgba(255, 214, 153, 0.92);
}

.footer-brand-mark .dog-dot {
    fill: rgba(255, 214, 153, 0.96);
}

.footer-brand-mark .dog-sun {
    fill: rgba(255, 214, 153, 0.16);
}

.footer-brand-mark .dog-head {
    fill: rgba(227, 248, 244, 0.96);
}

.footer-brand-mark .dog-muzzle {
    fill: rgba(247, 252, 250, 0.98);
}

.footer-brand-mark .dog-ear {
    fill: rgba(151, 221, 208, 0.96);
}

.footer-brand-mark .dog-bandana {
    fill: rgba(255, 206, 141, 0.96);
}

.footer-brand-mark .dog-eye {
    fill: rgba(29, 53, 57, 0.86);
}

.footer-brand-mark .dog-nose {
    fill: rgba(33, 54, 58, 0.88);
}

.footer-brand-mark .dog-smile {
    stroke: rgba(33, 54, 58, 0.88);
}

.footer-brand .brand-title {
    color: #fff;
}

.footer-brand .brand-subtitle {
    color: rgba(255, 255, 255, 0.6);
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.62);
}

.footer-copy {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    line-height: 1.9;
}

.footer-links-group {
    display: flex;
    gap: 42px;
}

.footer-column {
    min-width: 150px;
}

.footer-heading {
    display: block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.footer-links {
    display: grid;
    gap: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    font-weight: 700;
    transition: color 180ms ease;
}

.footer-links a:hover {
    color: rgba(255, 225, 188, 0.98);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.48);
    font-size: 13px;
    font-weight: 700;
}

.dlg-spot-page {
    padding-top: 86px;
}

.dlg-page {
    padding-top: 86px;
}

.dlg-spot-hero {
    padding: 42px 0 16px;
}

.dlg-spot-hero .dlg-shell {
    position: relative;
}

.dlg-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 0;
    color: rgba(39, 52, 59, 0.5);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.dlg-breadcrumb a {
    transition: color 0.18s ease;
}

.dlg-breadcrumb a:hover {
    color: var(--dlg-primary);
}

.dlg-breadcrumb strong {
    color: var(--dlg-text);
    font-weight: 800;
}

.dlg-spot-hero__media {
    overflow: hidden;
    height: 340px;
    margin-top: 18px;
    border-radius: 12px;
    background: #dbe8df;
    box-shadow: var(--dlg-shadow);
}

.dlg-spot-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dlg-spot-hero__copy {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: -78px 28px 0;
    padding: 28px;
    border: 1px solid rgba(198, 214, 210, 0.84);
    border-radius: 8px;
    background:
        radial-gradient(circle at top right, rgba(214, 161, 103, 0.04), transparent 22%),
        rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 44px rgba(39, 52, 59, 0.06);
}

.dlg-kicker,
.dlg-tiny {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--dlg-primary-2);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dlg-spot-hero__copy .dlg-kicker {
    color: var(--dlg-primary-2);
}

.dlg-spot-hero__copy h1 {
    margin: 10px 0 0;
    color: var(--dlg-text);
    font-size: 52px;
    line-height: 1.06;
}

.dlg-spot-hero__copy p {
    max-width: 720px;
    margin: 16px 0 0;
    color: var(--dlg-muted);
    font-size: 16px;
    line-height: 1.9;
}

.dlg-spot-badges,
.dlg-ai-tags,
.dlg-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.dlg-spot-badges {
    margin-top: 18px;
}

.dlg-spot-badges span,
.dlg-ai-tags span,
.dlg-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(210, 224, 214, 0.9);
    border-radius: 10px;
    background: rgba(248, 252, 248, 0.92);
    color: rgba(39, 52, 59, 0.68);
    font-size: 13px;
    font-weight: 700;
}

.dlg-spot-badges span {
    min-height: 36px;
    padding: 0 14px;
    background: rgba(255, 255, 255, 0.78);
    font-weight: 800;
}

.dlg-spot-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) 340px;
    gap: 18px;
    align-items: stretch;
    padding: 24px 0 48px;
}

.dlg-spot-main {
    display: grid;
    gap: 18px;
}

.dlg-panel,
.dlg-side-panel {
    border: 1px solid rgba(198, 214, 210, 0.86);
    border-radius: 8px;
    background:
        radial-gradient(circle at top right, rgba(214, 161, 103, 0.045), transparent 24%),
        radial-gradient(circle at top left, rgba(47, 143, 134, 0.05), transparent 26%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 250, 0.84));
    box-shadow: var(--dlg-shadow);
    backdrop-filter: blur(14px);
}

.dlg-panel {
    padding: 22px;
}

.dlg-side-panel {
    padding: 22px;
}

.dlg-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.dlg-panel-head h2,
.dlg-side-panel h2 {
    margin: 5px 0 0;
    color: var(--dlg-text);
    font-size: 21px;
    line-height: 1.2;
}

.dlg-side-panel h2 {
    font-size: 19px;
}

.dlg-panel-desc {
    max-width: 680px;
    margin: 8px 0 0;
    color: rgba(39, 52, 59, 0.62);
    font-size: 13px;
    line-height: 1.75;
}

.dlg-panel-more {
    color: var(--dlg-primary);
    font-size: 13px;
    font-weight: 800;
    transition: color 0.18s ease;
}

.dlg-panel-more:hover {
    color: var(--dlg-primary-2);
}

.dlg-copy-flow {
    color: var(--dlg-text);
    font-size: 15px;
    line-height: 1.95;
}

.dlg-copy-flow p {
    margin: 0 0 14px;
    color: var(--dlg-text);
}

.dlg-copy-flow h3 {
    margin: 18px 0 6px;
    font-size: 18px;
}

.dlg-copy-flow--compact {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--dlg-line);
}

.dlg-card-grid,
.dlg-fact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.dlg-info-card,
.dlg-fact {
    border: 1px solid rgba(198, 214, 210, 0.86);
    border-radius: 8px;
    background:
        radial-gradient(circle at top right, rgba(214, 161, 103, 0.045), transparent 26%),
        radial-gradient(circle at top left, rgba(47, 143, 134, 0.05), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 250, 0.84));
    box-shadow: var(--dlg-shadow);
    backdrop-filter: blur(14px);
}

.dlg-info-card {
    padding: 20px;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.dlg-info-card:hover {
    transform: translateY(-3px);
    border-color: rgba(47, 143, 134, 0.24);
    box-shadow: 0 18px 34px rgba(54, 96, 102, 0.12);
}

.dlg-info-card.is-primary {
    border-color: rgba(198, 214, 210, 0.86);
}

.dlg-card-label {
    color: var(--dlg-primary-2);
    font-size: 12px;
    font-weight: 800;
}

.dlg-info-card h3 {
    margin: 6px 0 0;
    font-size: 21px;
    line-height: 1.2;
}

.dlg-info-card p {
    margin: 12px 0 0;
    color: rgba(39, 52, 59, 0.66);
    font-size: 15px;
    line-height: 1.8;
}

.dlg-card-grid--tips .dlg-info-card {
    background:
        radial-gradient(circle at top right, rgba(214, 161, 103, 0.045), transparent 26%),
        radial-gradient(circle at top left, rgba(47, 143, 134, 0.05), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 250, 0.84));
}

.dlg-fact {
    display: grid;
    gap: 7px;
    min-height: 82px;
    padding: 15px;
}

.dlg-fact span {
    color: var(--dlg-muted);
    font-size: 13px;
}

.dlg-fact strong {
    color: var(--dlg-text);
    font-size: 16px;
    line-height: 1.45;
}

.dlg-note {
    margin-top: 16px;
    padding: 14px 16px;
    border-left: 4px solid var(--dlg-primary-2);
    border-radius: 6px;
    background: #f1faf4;
    color: var(--dlg-text);
    line-height: 1.8;
}

.dlg-gallery {
    position: relative;
}

.dlg-gallery-viewport {
    overflow: hidden;
}

.dlg-gallery-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 28px) / 3);
    gap: 14px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.dlg-gallery-track::-webkit-scrollbar {
    display: none;
}

.dlg-gallery-card {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(210, 224, 214, 0.9);
    border-radius: 8px;
    background: #f6fbf6;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.dlg-gallery-card:hover {
    border-color: rgba(31, 107, 82, 0.32);
    box-shadow: 0 14px 26px rgba(31, 107, 82, 0.12);
    transform: translateY(-2px);
}

.dlg-gallery-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1.18 / 1;
    object-fit: cover;
}

.dlg-gallery-card span {
    position: absolute;
    right: 9px;
    bottom: 9px;
    min-height: 24px;
    padding: 3px 9px;
    border-radius: 6px;
    background: rgba(24, 51, 42, 0.72);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
}

.dlg-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(210, 224, 214, 0.94);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--dlg-text);
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(31, 107, 82, 0.14);
    transform: translateY(-50%);
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.dlg-icon {
    width: 18px;
    height: 18px;
    stroke-width: 2.2;
}

.dlg-gallery-nav:hover {
    border-color: rgba(31, 107, 82, 0.34);
    background: #fff;
    transform: translateY(-50%) scale(1.04);
}

.dlg-gallery-nav.is-prev {
    left: -10px;
}

.dlg-gallery-nav.is-next {
    right: -10px;
}

.dlg-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(18, 28, 23, 0.86);
    backdrop-filter: blur(8px);
}

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

.dlg-lightbox-figure {
    overflow: hidden;
    width: min(1100px, calc(100vw - 168px));
    margin: 0;
    border-radius: 8px;
    background: rgba(10, 16, 13, 0.94);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

.dlg-lightbox-figure img {
    display: block;
    width: 100%;
    max-height: 82vh;
    object-fit: contain;
}

.dlg-lightbox-close,
.dlg-lightbox-nav {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    cursor: pointer;
    line-height: 1;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.dlg-lightbox-close:hover,
.dlg-lightbox-nav:hover {
    border-color: rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.18);
}

.dlg-lightbox-close {
    top: 28px;
    right: 28px;
    width: 44px;
    height: 44px;
    font-size: 28px;
}

.dlg-lightbox-nav {
    top: 50%;
    width: 52px;
    height: 52px;
    font-size: 38px;
    transform: translateY(-50%);
}

.dlg-lightbox-nav:hover {
    transform: translateY(-50%) scale(1.04);
}

.dlg-lightbox-nav.is-prev {
    left: 28px;
}

.dlg-lightbox-nav.is-next {
    right: 28px;
}

body.is-dlg-lightbox-open {
    overflow: hidden;
}

.dlg-link-list,
.dlg-side-links {
    display: grid;
    gap: 10px;
}

.dlg-link-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dlg-link-list a,
.dlg-side-links a {
    padding: 12px 0;
    border-bottom: 1px solid var(--dlg-line);
    color: var(--dlg-text);
    font-weight: 700;
    line-height: 1.5;
    transition: color 0.18s ease, padding-left 0.18s ease;
}

.dlg-link-list a:hover,
.dlg-side-links a:hover {
    padding-left: 4px;
    color: var(--dlg-primary);
}

.dlg-tag-panel .dlg-tags a {
    border-color: #d8e8dd;
    background: #f6fbf6;
    color: var(--dlg-primary);
}

.dlg-spot-aside {
    min-width: 0;
    align-self: stretch;
}

.dlg-sticky {
    position: sticky;
    top: 108px;
    display: grid;
    gap: 18px;
}

.admin-bar .dlg-sticky {
    top: 140px;
}

.dlg-side-panel p {
    margin: 10px 0 15px;
    color: var(--dlg-muted);
    line-height: 1.8;
}

.dlg-side-panel .dlg-ai-tags span {
    border-color: #d8e8dd;
    background: #f6fbf6;
    color: var(--dlg-primary);
}

.dlg-primary-button {
    width: 100%;
    min-height: 42px;
    margin: 16px 0 10px;
    border: 0;
    border-radius: 6px;
    background: var(--dlg-primary);
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    transition: transform 0.18s ease, background 0.18s ease;
}

.dlg-primary-button:hover {
    transform: translateY(-1px);
    background: #185944;
}

.dlg-side-panel small {
    color: var(--dlg-muted);
}

.dlg-side-panel--below {
    margin-top: 18px;
}

.dlg-vote-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.dlg-vote-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 52px;
    border: 1px solid rgba(210, 224, 214, 0.86);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.76);
    color: rgba(39, 52, 59, 0.82);
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.dlg-vote-button:hover {
    transform: translateY(-2px);
}

.dlg-vote-button.is-recommend:hover {
    border-color: rgba(58, 155, 108, 0.34);
    background: rgba(58, 155, 108, 0.08);
    color: rgba(24, 92, 63, 0.96);
}

.dlg-vote-button.is-caution:hover {
    border-color: rgba(171, 114, 71, 0.3);
    background: rgba(171, 114, 71, 0.08);
    color: rgba(128, 77, 39, 0.96);
}

@media (max-width: 1199px) {
    .dlg-shell {
        width: calc(100% - 32px);
    }

    .footer-discovery__inner {
        padding-right: 16px;
        padding-left: 16px;
    }

    .site-footer__inner {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media (max-width: 991px) {
    .site-header__nav {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "brand actions"
            "nav nav";
        gap: 10px 16px;
        min-height: auto;
        padding: 12px 16px;
    }

    .brand-lockup {
        grid-area: brand;
        min-width: 0;
    }

    .brand-mark {
        width: 54px;
        height: 40px;
    }

    .brand-dogmark {
        width: 54px;
    }

    .brand-copy {
        min-width: 0;
    }

    .brand-title {
        font-size: 16px;
    }

    .footer-discovery__inner {
        grid-template-columns: 1fr;
    }

    .footer-discovery__entry {
        border-left: 0;
        border-top: 1px solid rgba(198, 214, 210, 0.68);
        padding-top: 22px;
        padding-left: 0;
    }

    .brand-tagline {
        font-size: 11px;
    }

    .brand-subtitle {
        font-size: 10px;
    }

    .main-nav {
        grid-area: nav;
        width: 100%;
        justify-content: flex-start;
        gap: 20px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 3px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .main-nav::-webkit-scrollbar {
        display: none;
    }

    .nav-link {
        min-height: 42px;
        flex: 0 0 auto;
        font-size: 15px;
    }

    .header-actions {
        grid-area: actions;
        justify-self: end;
    }

    .header-auth-link,
    .header-auth-button {
        min-height: 36px;
        padding: 0 12px;
        font-size: 13px;
    }

    .dlg-spot-page,
    .dlg-page {
        padding-top: 126px;
    }

    .dlg-spot-layout {
        grid-template-columns: 1fr;
    }

    .dlg-sticky {
        position: static;
    }

    .dlg-card-grid,
    .dlg-fact-grid,
    .dlg-link-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-shell,
    .footer-links-group,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 680px) {
    .admin-bar .site-header {
        top: 46px;
    }

    .site-header__nav {
        gap: 10px 12px;
        width: calc(100% - 16px);
        padding: 10px 6px;
    }

    .brand-mark {
        width: 46px;
        height: 36px;
    }

    .brand-dogmark {
        width: 46px;
    }

    .brand-title {
        font-size: 15px;
    }

    .brand-tagline {
        font-size: 10px;
    }

    .brand-subtitle {
        display: none;
    }

    .main-nav {
        gap: 12px;
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    .main-nav::-webkit-scrollbar {
        display: none;
    }

    .nav-link {
        flex: 0 0 auto;
        min-height: 36px;
        font-size: 13px;
    }

    .header-actions {
        gap: 8px;
    }

    .header-auth-link,
    .header-auth-button {
        min-height: 34px;
        padding: 0 9px;
        font-size: 11px;
    }

    .dlg-spot-page,
    .dlg-page {
        padding-top: 118px;
    }

    .dlg-spot-hero {
        padding-top: 16px;
    }

    .dlg-spot-hero__media {
        height: 238px;
    }

    .dlg-spot-hero__copy {
        margin: -44px 14px 0;
        padding: 20px;
    }

    .dlg-spot-hero__copy h1 {
        font-size: 34px;
    }

    .dlg-spot-hero__copy p {
        font-size: 15px;
    }

    .dlg-card-grid,
    .dlg-fact-grid,
    .dlg-link-list {
        grid-template-columns: 1fr;
    }

    .dlg-gallery-track {
        grid-auto-columns: calc((100% - 12px) / 2);
        gap: 12px;
    }

    .dlg-gallery-nav {
        width: 36px;
        height: 36px;
    }

    .dlg-gallery-nav.is-prev {
        left: -8px;
    }

    .dlg-gallery-nav.is-next {
        right: -8px;
    }

    .dlg-lightbox-figure {
        width: calc(100vw - 24px);
    }

    .dlg-lightbox-close {
        top: 16px;
        right: 16px;
    }

    .dlg-lightbox-nav {
        width: 44px;
        height: 44px;
        font-size: 32px;
    }

    .dlg-lightbox-nav.is-prev {
        left: 16px;
    }

    .dlg-lightbox-nav.is-next {
        right: 16px;
    }

    .dlg-panel,
    .dlg-side-panel {
        padding: 18px;
    }

    .dlg-vote-actions {
        grid-template-columns: 1fr;
    }

    .footer-discovery__inner {
        padding: 22px 12px;
    }

    .footer-discovery__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .footer-discovery__list {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .footer-discovery__item {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .site-footer__inner {
        width: 100%;
        padding-top: 38px;
    }

    .footer-links-group {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        width: 100%;
    }

    .footer-column {
        min-width: 0;
    }

    .footer-heading {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .footer-links {
        gap: 10px;
    }

    .footer-links a {
        font-size: 13px;
        line-height: 1.5;
    }

    .footer-bottom {
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .brand-tagline {
        display: none;
    }
}

.hotspots-page {
    padding-top: 86px;
    padding-bottom: 34px;
}

.hotspots-page .section-shell {
    box-sizing: border-box;
    width: min(1344px, calc(100% - 16px));
    margin: 0 auto;
    padding-top: 22px;
}

.hotspots-page .first-section {
    padding-top: 0;
}

.hotspots-hero {
    position: relative;
    overflow: hidden;
    min-height: 480px;
}

.hotspots-breadcrumb-wrap {
    position: relative;
    z-index: 1;
    padding-top: 42px;
}

.hotspots-hero-media {
    position: absolute;
    inset: 0;
    background: url("https://images.unsplash.com/photo-1508804185872-d7badad00f7d?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
    transform: scale(1.03);
}

.hotspots-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(24, 31, 38, 0.82) 0%, rgba(24, 31, 38, 0.46) 44%, rgba(24, 31, 38, 0.22) 100%),
        linear-gradient(180deg, rgba(24, 31, 38, 0.1) 0%, rgba(24, 31, 38, 0.34) 100%);
}

.hotspots-hero-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) 360px;
    align-items: end;
    gap: 28px;
    box-sizing: border-box;
    width: min(1360px, calc(100% - 16px));
    margin: 0 auto;
    padding: 28px 8px 42px;
}

.hotspots-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.hotspots-breadcrumb a {
    color: rgba(255, 255, 255, 0.68);
}

.hotspots-breadcrumb strong {
    color: rgba(255, 255, 255, 0.96);
    font-weight: 800;
}

.section-kicker,
.tiny-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--dlg-primary-2);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hotspots-hero-copy {
    max-width: 760px;
    color: #fff;
}

.hotspots-hero-copy .section-kicker {
    color: rgba(255, 255, 255, 0.76);
}

.hotspots-hero-copy h1 {
    margin: 16px 0 0;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.08;
}

.hotspots-hero-copy p {
    max-width: 620px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.9;
}

.hotspots-hero-focus {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(247, 251, 250, 0.08)),
        radial-gradient(circle at top left, rgba(214, 161, 103, 0.12), transparent 44%);
    box-shadow: 0 18px 40px rgba(13, 20, 27, 0.18);
    color: #fff;
    backdrop-filter: blur(14px);
}

.hotspots-hero-focus h2 {
    margin: 8px 0 0;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

.hotspots-hero-focus p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.8;
}

.content-panel {
    padding: 22px;
    border: 1px solid rgba(198, 214, 210, 0.82);
    border-radius: 8px;
    background:
        radial-gradient(circle at top right, rgba(214, 161, 103, 0.04), transparent 24%),
        radial-gradient(circle at top left, rgba(47, 143, 134, 0.05), transparent 26%),
        rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 44px rgba(39, 52, 59, 0.045);
    backdrop-filter: blur(14px);
}

.content-panel-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(198, 214, 210, 0.64);
}

.content-panel-head h3 {
    margin: 6px 0 0;
    color: var(--dlg-text);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.panel-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(210, 224, 214, 0.78);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.9);
    color: rgba(39, 52, 59, 0.5);
    font-size: 13px;
    font-weight: 800;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.panel-more:hover {
    border-color: rgba(58, 155, 108, 0.28);
    background: rgba(248, 252, 249, 0.96);
    color: var(--dlg-primary);
}

.primary-button {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 24px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--dlg-primary), #5cae9b);
    box-shadow: 0 16px 34px rgba(47, 143, 134, 0.18);
    color: #fff;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-button:hover {
    box-shadow: 0 18px 38px rgba(47, 143, 134, 0.24);
    transform: translateY(-1px);
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    color: rgba(39, 52, 59, 0.5);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.breadcrumb-nav a {
    color: rgba(39, 52, 59, 0.56);
    transition: color 180ms ease;
}

.breadcrumb-nav a:hover {
    color: var(--dlg-primary);
}

.breadcrumb-nav strong {
    color: var(--dlg-text);
    font-weight: 800;
}

.hotspots-ranking-grid,
.hotspots-city-grid,
.hotspots-question-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.hotspots-theme-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.hotspots-rank-card,
.hotspots-theme-card {
    border: 1px solid rgba(198, 214, 210, 0.84);
    border-radius: 8px;
    background: rgba(250, 252, 251, 0.9);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hotspots-rank-card {
    overflow: hidden;
}

.hotspots-rank-media {
    aspect-ratio: 1.32 / 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hotspots-rank-body,
.hotspots-theme-card {
    padding: 20px;
}

.hotspots-rank-card h3,
.hotspots-theme-card h3 {
    margin: 8px 0 0;
    color: var(--dlg-text);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.hotspots-rank-card h3 a,
.hotspots-theme-card h3 a {
    transition: color 180ms ease;
}

.hotspots-rank-card p,
.hotspots-theme-card p {
    margin: 12px 0 0;
    color: rgba(39, 52, 59, 0.68);
    font-size: 14px;
    line-height: 1.8;
}

.hotspots-rank-card:hover,
.hotspots-theme-card:hover {
    border-color: rgba(58, 155, 108, 0.28);
    box-shadow: 0 14px 30px rgba(54, 96, 102, 0.09);
    transform: translateY(-2px);
}

.hotspots-rank-card:hover h3 a,
.hotspots-theme-card:hover h3 a {
    color: var(--dlg-primary);
}

.hotspots-page .topic-card {
    border-radius: 12px;
    background: rgba(250, 252, 251, 0.9);
}

.hotspots-page .topic-card h3 {
    font-size: 20px;
}

.hotspots-page .topic-card p {
    font-size: 14px;
    line-height: 1.75;
}

.guides-page {
    padding-top: 86px;
    padding-bottom: 34px;
}

.guides-page .section-shell {
    box-sizing: border-box;
    width: min(1344px, calc(100% - 16px));
    margin: 0 auto;
    padding-top: 22px;
}

.guides-page .first-section {
    padding-top: 0;
}

.guides-hero {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.guides-breadcrumb-wrap {
    position: relative;
    z-index: 1;
    padding-top: 42px;
}

.guides-hero-media {
    position: absolute;
    inset: 0;
    background: url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
    transform: scale(1.03);
}

.guides-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(24, 31, 38, 0.82) 0%, rgba(24, 31, 38, 0.44) 44%, rgba(24, 31, 38, 0.2) 100%),
        linear-gradient(180deg, rgba(24, 31, 38, 0.08) 0%, rgba(24, 31, 38, 0.3) 100%);
}

.guides-hero-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) 360px;
    align-items: end;
    gap: 28px;
    box-sizing: border-box;
    width: min(1360px, calc(100% - 16px));
    margin: 0 auto;
    padding: 28px 8px 42px;
}

.guides-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.guides-breadcrumb a {
    color: rgba(255, 255, 255, 0.68);
}

.guides-breadcrumb strong {
    color: rgba(255, 255, 255, 0.96);
    font-weight: 800;
}

.guides-hero-copy {
    max-width: 760px;
    color: #fff;
}

.guides-hero-copy .section-kicker {
    color: rgba(255, 255, 255, 0.76);
}

.guides-hero-copy h1 {
    margin: 16px 0 0;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.08;
}

.guides-hero-copy p {
    max-width: 620px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.9;
}

.guides-hero-focus {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(247, 251, 250, 0.08)),
        radial-gradient(circle at top left, rgba(214, 161, 103, 0.12), transparent 44%);
    box-shadow: 0 18px 40px rgba(13, 20, 27, 0.18);
    color: #fff;
    backdrop-filter: blur(14px);
}

.guides-hero-focus h2 {
    margin: 8px 0 0;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

.guides-hero-focus p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.8;
}

.guides-feature-grid,
.guides-entry-grid,
.guides-question-grid,
.guides-list-layout {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.guides-feature-card {
    overflow: hidden;
    border: 1px solid rgba(198, 214, 210, 0.84);
    border-radius: 8px;
    background: rgba(250, 252, 251, 0.9);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.guides-feature-media {
    aspect-ratio: 1.32 / 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.guides-feature-body {
    padding: 20px;
}

.guides-feature-card h3 {
    margin: 8px 0 0;
    color: var(--dlg-text);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
}

.guides-feature-card h3 a {
    transition: color 180ms ease;
}

.guides-feature-card p {
    margin: 12px 0 0;
    color: rgba(39, 52, 59, 0.68);
    font-size: 14px;
    line-height: 1.8;
}

.guides-feature-card:hover {
    border-color: rgba(58, 155, 108, 0.28);
    box-shadow: 0 14px 30px rgba(54, 96, 102, 0.09);
    transform: translateY(-2px);
}

.guides-feature-card:hover h3 a {
    color: var(--dlg-primary);
}

.article-stream {
    overflow: hidden;
    padding: 0;
}

.article-stream-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 18px 14px;
    border-bottom: 1px solid rgba(198, 214, 210, 0.72);
}

.article-stream-head a {
    color: rgba(39, 52, 59, 0.56);
    font-size: 13px;
    font-weight: 700;
}

.article-list {
    display: grid;
}

.article-item {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(198, 214, 210, 0.6);
    transition: background 180ms ease;
}

.article-item:last-child {
    border-bottom: 0;
}

.article-item h3 {
    margin: 8px 0 0;
    color: rgba(39, 52, 59, 0.9);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 180ms ease;
}

.article-item:hover {
    background:
        linear-gradient(90deg, rgba(214, 161, 103, 0.05), rgba(47, 143, 134, 0.05)),
        rgba(255, 255, 255, 0.4);
}

.article-item:hover h3 {
    color: var(--dlg-primary);
}

.guide-stream {
    border: 1px solid rgba(198, 214, 210, 0.82);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.guide-stream:hover {
    border-color: rgba(58, 155, 108, 0.28);
    box-shadow: 0 14px 30px rgba(54, 96, 102, 0.09);
    transform: translateY(-2px);
}

.guide-stream .article-item {
    padding: 14px 18px;
}

.guide-stream .article-item h3 {
    margin-top: 7px;
    line-height: 1.35;
}

.guides-page .topic-card {
    border-radius: 12px;
    background: rgba(250, 252, 251, 0.9);
}

.guides-page .topic-card h3 {
    font-size: 20px;
}

.guides-page .topic-card p {
    font-size: 14px;
    line-height: 1.75;
}

.guide-detail-page,
.qa-detail-page {
    padding-top: 86px;
    padding-bottom: 34px;
}

.guide-detail-page .first-section,
.qa-detail-page .first-section {
    padding-top: 0;
}

.guide-article-hero {
    padding-top: 42px;
    padding-bottom: 4px;
}

.ai-result-empty {
    display: grid;
    justify-items: start;
    gap: 12px;
    max-width: 760px;
    border: 1px solid rgba(198, 214, 210, 0.84);
    border-radius: 10px;
    background:
        radial-gradient(circle at top right, rgba(47, 143, 134, 0.07), transparent 34%),
        rgba(255, 255, 255, 0.9);
    padding: 34px;
    box-shadow: var(--dlg-shadow);
}

.ai-result-empty h1 {
    margin: 0;
    color: rgba(39, 52, 59, 0.94);
    font-size: 32px;
    font-weight: 900;
    line-height: 1.25;
}

.ai-result-empty p {
    margin: 0;
    color: rgba(39, 52, 59, 0.66);
    font-size: 15px;
    line-height: 1.85;
}

.guide-article-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: rgba(39, 52, 59, 0.5);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.guide-article-topline span:first-child {
    color: rgba(24, 92, 63, 0.92);
}

.guide-article-topline span + span::before {
    content: "/";
    margin-right: 10px;
    color: rgba(39, 52, 59, 0.34);
}

.guide-article-title {
    max-width: 920px;
    margin: 10px 0 0;
    color: rgba(39, 52, 59, 0.96);
    font-size: 46px;
    font-weight: 800;
    line-height: 1.14;
}

.guide-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.guide-article-meta span {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 11px;
    border: 1px solid rgba(210, 224, 214, 0.72);
    border-radius: 8px;
    background: rgba(246, 251, 246, 0.72);
    color: rgba(39, 52, 59, 0.64);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}

.guide-article-lead-block {
    box-sizing: border-box;
    margin-top: 24px;
    margin-bottom: 28px;
    padding: 20px 22px 18px;
    border: 1px solid rgba(183, 214, 204, 0.84);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(243, 250, 248, 0.96), rgba(250, 252, 251, 0.9)),
        radial-gradient(circle at top left, rgba(47, 143, 134, 0.1), transparent 58%),
        radial-gradient(circle at top right, rgba(214, 161, 103, 0.08), transparent 40%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.guide-article-lead {
    max-width: none;
    margin: 0;
    color: rgba(39, 52, 59, 0.68);
    font-size: 17px;
    line-height: 1.92;
}

.guide-article-lead-divider {
    display: block;
    width: 132px;
    height: 2px;
    margin-top: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(58, 155, 108, 0.92), rgba(58, 155, 108, 0.18));
}

.guide-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 10px;
}

.guide-article-body,
.guide-article-aside {
    display: grid;
    gap: 18px;
    align-content: start;
}

.guide-article-body-inner {
    box-sizing: border-box;
    width: 100%;
    padding: 24px 24px 28px;
    border: 1px solid rgba(198, 214, 210, 0.82);
    border-radius: 8px;
    background:
        radial-gradient(circle at top right, rgba(214, 161, 103, 0.035), transparent 24%),
        rgba(255, 255, 255, 0.8);
}

.guide-article-sticky {
    position: sticky;
    top: 108px;
    display: grid;
    gap: 14px;
}

.guide-article-body-inner p,
.article-rich p {
    margin: 0 0 18px;
    color: rgba(39, 52, 59, 0.76);
    font-size: 17px;
    line-height: 2;
}

.article-rich {
    color: rgba(39, 52, 59, 0.76);
}

.article-rich > :first-child {
    margin-top: 0;
}

.article-rich > :last-child {
    margin-bottom: 0;
}

.article-rich h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 38px 0 16px;
    color: rgba(39, 52, 59, 0.94);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
}

.article-rich h2::before {
    content: "";
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(58, 155, 108, 0.92), rgba(58, 155, 108, 0.18));
}

.article-rich h3 {
    position: relative;
    margin: 24px 0 10px;
    padding-left: 14px;
    color: rgba(39, 52, 59, 0.9);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.45;
}

.article-rich h3::before {
    content: "";
    position: absolute;
    top: 0.42em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(58, 155, 108, 0.78);
    box-shadow: 0 0 0 6px rgba(58, 155, 108, 0.12);
}

.article-rich ul,
.article-rich ol {
    display: grid;
    gap: 12px;
    margin: 0 0 18px;
    padding-left: 22px;
    color: rgba(39, 52, 59, 0.76);
    font-size: 16px;
    line-height: 1.95;
}

.article-rich li::marker {
    color: rgba(24, 92, 63, 0.78);
}

.article-rich blockquote {
    margin: 28px 0;
    padding: 18px 22px;
    border-left: 3px solid rgba(58, 155, 108, 0.68);
    background: rgba(255, 255, 255, 0.52);
    color: rgba(39, 52, 59, 0.8);
    font-size: 16px;
    line-height: 1.9;
}

.article-rich blockquote p:last-child {
    margin-bottom: 0;
}

.article-rich figure {
    overflow: hidden;
    margin: 24px 0 30px;
    border-radius: 8px;
    background: rgba(230, 240, 233, 0.9);
}

.article-rich figure img {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.article-rich figcaption {
    padding: 12px 14px 14px;
    color: rgba(39, 52, 59, 0.56);
    font-size: 13px;
    line-height: 1.7;
}

.article-rich a,
.guide-article-lead a {
    color: rgba(24, 92, 63, 0.96);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(58, 155, 108, 0.36);
    text-underline-offset: 4px;
}

.article-rich a:hover,
.guide-article-lead a:hover {
    color: rgba(18, 77, 52, 0.98);
    text-decoration-color: rgba(58, 155, 108, 0.56);
}

.article-rich .dlg-content-spot-link {
    padding: 0 3px;
    border-radius: 4px;
    background: rgba(54, 159, 104, 0.08);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.article-rich strong {
    color: rgba(39, 52, 59, 0.92);
}

.qa-answer-keyline {
    box-sizing: border-box;
    margin: 0 0 28px;
    padding: 16px 18px;
    border: 1px solid rgba(201, 220, 213, 0.78);
    border-radius: 12px;
    background: rgba(245, 250, 248, 0.94);
    color: rgba(39, 52, 59, 0.78);
    font-size: 16px;
    line-height: 1.85;
}

.qa-answer-keyline strong {
    color: rgba(39, 52, 59, 0.92);
}

.article-list-two-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
}

.article-list-two-column .article-item {
    padding-right: 0;
    padding-left: 0;
}

.article-list-two-column .article-item:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.guide-article-faq {
    margin-top: 8px;
}

.guide-related-spots {
    display: grid;
    gap: 10px;
}

.guide-related-spot {
    position: relative;
    display: grid;
    gap: 6px;
    padding: 13px 36px 13px 14px;
    border: 1px solid rgba(210, 224, 214, 0.58);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.48);
    transition: border-color 180ms ease, background 180ms ease;
}

.guide-related-spot::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 14px;
    color: rgba(39, 52, 59, 0.34);
    font-size: 18px;
    font-weight: 800;
    transform: translateY(-50%);
}

.guide-related-spot:hover {
    border-color: rgba(58, 155, 108, 0.24);
    background: rgba(255, 255, 255, 0.72);
}

.guide-related-spot strong {
    color: rgba(39, 52, 59, 0.92);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.guide-related-spot span {
    color: rgba(39, 52, 59, 0.66);
    font-size: 13px;
    line-height: 1.7;
}

.guide-summary-list {
    display: grid;
    gap: 14px;
}

.guide-summary-list div {
    display: grid;
    gap: 4px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(210, 224, 214, 0.7);
}

.guide-summary-list div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.guide-summary-list strong {
    color: rgba(39, 52, 59, 0.92);
    font-size: 14px;
    font-weight: 800;
}

.guide-summary-list span {
    color: rgba(39, 52, 59, 0.68);
    font-size: 14px;
    line-height: 1.8;
}

.guide-article-sideblock {
    box-sizing: border-box;
    padding: 18px;
    border: 1px solid rgba(198, 214, 210, 0.72);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 251, 250, 0.72)),
        radial-gradient(circle at top left, rgba(47, 143, 134, 0.06), transparent 56%);
    box-shadow: 0 12px 28px rgba(54, 96, 102, 0.06);
}

.guide-article-sideblock .tiny-label {
    display: block;
    margin-bottom: 12px;
    color: rgba(24, 92, 63, 0.84);
}

.guide-side-action {
    justify-content: center;
    width: 100%;
    margin-top: 14px;
}

.ai-result-field-block {
    background:
        linear-gradient(180deg, rgba(252, 255, 253, 0.92), rgba(246, 251, 249, 0.82)),
        radial-gradient(circle at top right, rgba(214, 161, 103, 0.08), transparent 44%),
        radial-gradient(circle at top left, rgba(47, 143, 134, 0.08), transparent 50%);
}

.ai-result-field-list {
    display: grid;
    gap: 14px;
}

.ai-result-field-group {
    display: grid;
    gap: 8px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(210, 224, 214, 0.72);
}

.ai-result-field-group:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.ai-result-field-group strong {
    color: rgba(39, 52, 59, 0.92);
    font-size: 15px;
    font-weight: 900;
}

.ai-result-field-group p {
    display: grid;
    gap: 4px;
    margin: 0;
    color: rgba(39, 52, 59, 0.72);
    font-size: 13px;
    line-height: 1.65;
}

.ai-result-field-group p span {
    color: rgba(24, 92, 63, 0.76);
    font-size: 12px;
    font-weight: 900;
}

.guide-related-guides-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.guide-article-bottomblock {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(210, 224, 214, 0.7);
}

.guide-article-pagination {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(210, 224, 214, 0.7);
}

.guide-article-pagecard {
    display: grid;
    gap: 8px;
    padding: 16px 18px;
    border: 1px solid rgba(210, 224, 214, 0.7);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.58);
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.guide-article-pagecard:hover {
    border-color: rgba(58, 155, 108, 0.32);
    background: rgba(255, 255, 255, 0.82);
    transform: translateY(-2px);
}

.guide-article-pagecard span {
    color: rgba(39, 52, 59, 0.5);
    font-size: 12px;
    font-weight: 800;
}

.guide-article-pagecard strong {
    color: rgba(39, 52, 59, 0.92);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
}

.guide-article-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.guide-article-gallery-card {
    overflow: hidden;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.58);
}

.guide-article-gallery-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1.08 / 1;
    object-fit: cover;
    transition: transform 240ms ease;
}

.guide-article-gallery-card:hover img {
    transform: scale(1.04);
}

.article-rich hr {
    margin: 28px 0;
    border: 0;
    border-top: 1px solid rgba(210, 224, 214, 0.7);
}

.article-rich table {
    width: 100%;
    margin: 8px 0 22px;
    border-collapse: collapse;
}

.article-rich th,
.article-rich td {
    padding: 12px 14px;
    border: 1px solid rgba(210, 224, 214, 0.7);
    font-size: 15px;
    line-height: 1.75;
    text-align: left;
}

.article-rich th {
    background: rgba(243, 250, 248, 0.92);
    color: rgba(39, 52, 59, 0.82);
    font-weight: 800;
}

.spot-gallery-page {
    padding-top: 86px;
    padding-bottom: 34px;
}

.spot-gallery-page .first-section {
    padding-top: 0;
}

.spot-gallery-hero {
    padding-top: 42px;
}

.spot-gallery-backlink {
    min-width: 92px;
    min-height: 38px;
    background: rgba(255, 255, 255, 0.92);
    color: rgba(32, 51, 43, 0.82);
}

.spot-gallery-directory-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.spot-gallery-directory-card {
    position: relative;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(198, 214, 210, 0.84);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    cursor: pointer;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.spot-gallery-directory-card:hover {
    border-color: rgba(58, 155, 108, 0.28);
    box-shadow: 0 18px 34px rgba(31, 107, 82, 0.1);
    transform: translateY(-3px);
}

.spot-gallery-directory-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.spot-gallery-directory-card span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    min-height: 24px;
    padding: 3px 9px;
    border-radius: 6px;
    background: rgba(24, 51, 42, 0.72);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
}

.spot-gallery-page .content-panel-head h1 {
    margin: 6px 0 0;
    color: var(--dlg-text);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.22;
}

.spot-image-detail-panel {
    max-width: 1040px;
    margin: 0 auto;
}

.spot-image-detail-figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(198, 214, 210, 0.84);
    border-radius: 10px;
    background: rgba(247, 251, 249, 0.94);
}

.spot-image-detail-figure img {
    display: block;
    width: 100%;
    max-height: 680px;
    object-fit: contain;
    background: rgba(21, 35, 31, 0.04);
}

.spot-image-detail-figure figcaption {
    padding: 14px 18px;
    color: rgba(39, 52, 59, 0.74);
    font-size: 14px;
    line-height: 1.8;
}

.spot-image-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.spot-image-detail-meta span {
    min-height: 28px;
    padding: 5px 10px;
    border: 1px solid rgba(58, 155, 108, 0.16);
    border-radius: 6px;
    background: rgba(240, 249, 245, 0.78);
    color: rgba(32, 76, 59, 0.82);
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
}

.spot-image-detail-source {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 8px;
    background: rgba(247, 251, 249, 0.88);
    color: rgba(39, 52, 59, 0.68);
    font-size: 13px;
    line-height: 1.8;
}

.spot-image-detail-source p {
    margin: 0 0 8px;
}

.spot-image-detail-source a {
    color: var(--dlg-green-dark);
    font-weight: 800;
    text-decoration: none;
}

.spot-image-detail-source a:hover {
    color: var(--dlg-green);
}

.spot-image-detail-empty {
    padding: 32px;
    border-radius: 8px;
    background: rgba(247, 251, 249, 0.9);
    color: rgba(39, 52, 59, 0.66);
    text-align: center;
}

.tags-page {
    padding-top: 86px;
    padding-bottom: 34px;
}

.tags-page .first-section {
    padding-top: 0;
}

.archive-breadcrumb-only {
    padding-top: 42px;
    padding-bottom: 6px;
}

.tags-index-panel {
    display: grid;
}

.tags-index-panel .content-panel-head h1 {
    margin: 6px 0 0;
    color: var(--dlg-text);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.22;
}

.tags-index-note {
    max-width: 720px;
    margin: 10px 0 0;
    color: rgba(39, 52, 59, 0.66);
    font-size: 14px;
    line-height: 1.8;
}

.tags-directory-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px 14px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(210, 224, 214, 0.7);
}

.tag-directory-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 54px;
    padding: 0 16px;
    border: 1px solid rgba(210, 224, 214, 0.76);
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(248, 251, 250, 0.68)),
        radial-gradient(circle at top right, rgba(214, 161, 103, 0.05), transparent 44%);
    color: rgba(39, 52, 59, 0.78);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.tag-directory-link:hover {
    border-color: rgba(58, 155, 108, 0.32);
    box-shadow: 0 12px 24px rgba(53, 96, 101, 0.05);
    color: rgba(24, 92, 63, 0.95);
    transform: translateY(-1px);
}

.tag-directory-link small {
    flex: 0 0 auto;
    color: rgba(39, 52, 59, 0.44);
    font-size: 11px;
    font-weight: 700;
}

.archive-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(210, 224, 214, 0.7);
}

.archive-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(210, 224, 214, 0.76);
    border-radius: 8px;
    background: rgba(248, 252, 249, 0.82);
    color: rgba(39, 52, 59, 0.72);
    font-size: 13px;
    font-weight: 800;
    transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.archive-pagination a:hover {
    border-color: rgba(58, 155, 108, 0.34);
    color: rgba(24, 92, 63, 0.94);
    transform: translateY(-1px);
}

.archive-pagination a.is-current {
    border-color: rgba(58, 155, 108, 0.34);
    background: rgba(239, 248, 243, 0.96);
    color: rgba(24, 92, 63, 0.96);
}

.archive-pagination-gap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 38px;
    color: rgba(39, 52, 59, 0.38);
    font-size: 13px;
    font-weight: 800;
}

.archive-page {
    padding-top: 86px;
    padding-bottom: 34px;
}

.archive-page .first-section {
    padding-top: 0;
}

.category-intro-panel {
    display: grid;
    gap: 8px;
}

.category-intro-panel h1 {
    margin: 0;
    color: rgba(39, 52, 59, 0.96);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.18;
}

.category-intro-panel p {
    max-width: 860px;
    margin: 0;
    color: rgba(39, 52, 59, 0.68);
    font-size: 15px;
    line-height: 1.85;
}

.archive-switch-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.archive-switch-link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(210, 224, 214, 0.76);
    border-radius: 8px;
    background: rgba(248, 252, 249, 0.82);
    color: rgba(39, 52, 59, 0.72);
    font-size: 13px;
    font-weight: 800;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.archive-switch-link:hover {
    border-color: rgba(58, 155, 108, 0.34);
    color: rgba(24, 92, 63, 0.94);
    transform: translateY(-1px);
}

.archive-switch-link.is-active {
    border-color: rgba(58, 155, 108, 0.34);
    background: rgba(239, 248, 243, 0.96);
    color: rgba(24, 92, 63, 0.96);
}

.category-latest-list .article-item {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
    padding: 18px 20px 20px;
    border: 1px solid rgba(198, 214, 210, 0.72);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 251, 250, 0.74)),
        radial-gradient(circle at top right, rgba(214, 161, 103, 0.06), transparent 38%);
}

.category-latest-list .article-item:last-child {
    margin-bottom: 0;
}

.category-latest-list .article-item h3 {
    margin: 0;
    font-size: 23px;
    line-height: 1.28;
    white-space: normal;
}

.category-latest-list .article-item p {
    margin: 0;
    color: rgba(39, 52, 59, 0.66);
    font-size: 14px;
    line-height: 1.8;
}

.tag-primary-panel {
    display: grid;
}

.tag-intro-block {
    max-width: 920px;
}

.tag-intro-block h1 {
    margin: 8px 0 0;
    color: rgba(39, 52, 59, 0.96);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.16;
}

.tag-intro-block p {
    max-width: 860px;
    margin: 10px 0 0;
    color: rgba(39, 52, 59, 0.68);
    font-size: 15px;
    line-height: 1.85;
}

.tag-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 14px;
}

.tag-facts span {
    position: relative;
    color: rgba(39, 52, 59, 0.56);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.7;
}

.tag-facts span:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: rgba(39, 52, 59, 0.22);
    content: "";
    transform: translateY(-50%);
}

.tag-primary-divider {
    width: 100%;
    height: 1px;
    margin: 22px 0 18px;
    background: linear-gradient(90deg, rgba(210, 224, 214, 0.82), rgba(210, 224, 214, 0.18));
}

.tag-page .content-panel-head {
    align-items: flex-end;
}

.tag-article-list {
    display: grid;
}

.tag-page .tag-article-list .article-item {
    margin-bottom: 0;
    padding: 18px 0 20px;
    border: 0;
    border-top: 1px solid rgba(214, 226, 217, 0.78);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.tag-page .tag-article-list .article-item:first-child {
    padding-top: 2px;
    border-top: 0;
}

.tag-page .tag-article-list .article-item:hover {
    background: transparent;
    transform: none;
}

.category-latest-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.tag-page .tag-story-item .article-meta {
    color: rgba(58, 155, 108, 0.88);
    font-size: 12px;
    font-weight: 800;
}

.category-latest-date {
    color: rgba(39, 52, 59, 0.5);
    font-size: 12px;
    font-weight: 700;
}

.tag-page .tag-article-list .article-item h3 {
    margin: 8px 0 0;
    font-size: 20px;
    line-height: 1.34;
    white-space: normal;
}

.tag-page .tag-article-list .article-item p {
    max-width: 860px;
    margin: 8px 0 0;
    color: rgba(39, 52, 59, 0.66);
    font-size: 14px;
    line-height: 1.78;
}

.tag-recommend-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.tag-recommend-card {
    display: grid;
    gap: 8px;
    padding: 18px 18px 20px;
    border: 1px solid rgba(198, 214, 210, 0.72);
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(248, 251, 250, 0.7)),
        radial-gradient(circle at top right, rgba(47, 143, 134, 0.04), transparent 38%);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tag-recommend-card:hover {
    border-color: rgba(58, 155, 108, 0.3);
    box-shadow: 0 16px 30px rgba(54, 96, 102, 0.06);
    transform: translateY(-1px);
}

.tag-recommend-card strong {
    color: rgba(39, 52, 59, 0.94);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.38;
}

.tag-recommend-card p {
    margin: 0;
    color: rgba(39, 52, 59, 0.66);
    font-size: 13px;
    line-height: 1.78;
}

.tag-empty-state {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px dashed rgba(198, 214, 210, 0.92);
    border-radius: 10px;
    background: rgba(248, 252, 249, 0.66);
}

.tag-empty-state h1,
.tag-empty-state strong {
    margin: 0;
    color: rgba(39, 52, 59, 0.92);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.tag-empty-state p {
    margin: 0;
    color: rgba(39, 52, 59, 0.64);
    font-size: 14px;
    line-height: 1.78;
}

.tag-empty-state .panel-more {
    justify-self: start;
    margin-top: 4px;
}

.qa-page {
    padding-top: 86px;
    padding-bottom: 34px;
}

.qa-page .section-shell {
    box-sizing: border-box;
    width: min(1344px, calc(100% - 16px));
    margin: 0 auto;
    padding-top: 22px;
}

.qa-page .first-section {
    padding-top: 0;
}

.qa-directory-hero {
    padding-top: 42px;
    padding-bottom: 10px;
}

.qa-breadcrumb-light {
    margin-bottom: 14px;
}

.qa-ask-hero {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.qa-ask-hero h1 {
    margin: 10px 0 0;
    color: var(--dlg-text);
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
}

.qa-ask-hero p {
    max-width: 700px;
    margin: 14px auto 0;
    color: rgba(39, 52, 59, 0.68);
    font-size: 16px;
    line-height: 1.85;
}

.qa-ask-panel {
    position: relative;
    margin-top: 24px;
    text-align: left;
}

.qa-ask-input {
    box-sizing: border-box;
    width: 100%;
    height: 192px;
    min-height: 192px;
    padding: 18px 22px 74px;
    border: 1px solid rgba(210, 224, 214, 0.9);
    border-radius: 8px;
    background: rgba(248, 252, 248, 0.9);
    color: rgba(39, 52, 59, 0.9);
    font: inherit;
    font-size: 18px;
    line-height: 1.75;
    outline: none;
    resize: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.qa-ask-input:focus {
    border-color: rgba(58, 155, 108, 0.42);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 36px rgba(54, 96, 102, 0.08);
}

.qa-ask-input::placeholder {
    color: rgba(105, 120, 130, 0.72);
}

.qa-ask-actions {
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.qa-ask-button {
    min-width: 140px;
}

.qa-ask-button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.qa-tool-message {
    margin: 8px 0 0;
    color: rgba(39, 52, 59, 0.62);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.6;
}

.qa-tool-message[data-state="error"] {
    color: rgba(176, 72, 58, 0.92);
}

.qa-tool-message[data-state="loading"] {
    color: rgba(47, 143, 134, 0.92);
}

.qa-feature-grid,
.qa-entry-grid,
.qa-topic-grid,
.qa-list-layout {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.qa-page .topic-card {
    border-radius: 12px;
    background: rgba(250, 252, 251, 0.9);
}

.qa-page .topic-card h3 {
    font-size: 20px;
}

.qa-page .topic-card p {
    font-size: 14px;
    line-height: 1.75;
}

.spots-page {
    padding: 86px 0 28px;
}

.spots-directory-hero {
    padding-top: 42px;
}

.spots-section {
    padding-top: 22px;
}

.spots-section-last {
    padding-bottom: 22px;
}

.spots-panel {
    padding: 22px;
    border-color: rgba(198, 214, 210, 0.82);
    background:
        radial-gradient(circle at top right, rgba(214, 161, 103, 0.04), transparent 24%),
        radial-gradient(circle at top left, rgba(47, 143, 134, 0.05), transparent 26%),
        rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 44px rgba(39, 52, 59, 0.045);
}

.spots-panel-head {
    align-items: flex-end;
    margin-bottom: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(198, 214, 210, 0.64);
}

.spots-panel-head h2 {
    font-size: 24px;
}

.spots-panel-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(210, 224, 214, 0.78);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.9);
    color: rgba(39, 52, 59, 0.5);
    font-size: 13px;
    font-weight: 800;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.spots-panel-more:hover {
    border-color: rgba(58, 155, 108, 0.28);
    background: rgba(248, 252, 249, 0.96);
    color: var(--dlg-primary);
}

.catalog-label,
.card-label {
    color: var(--dlg-primary-2);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.region-filter-board,
.region-filter-row {
    display: grid;
}

.region-filter-board {
    gap: 26px;
}

.region-filter-row {
    gap: 16px;
}

.province-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.province-chip,
.city-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(210, 224, 214, 0.9);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.82);
    color: rgba(39, 52, 59, 0.68);
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.province-chip.is-active,
.city-chip.is-active {
    border-color: rgba(58, 155, 108, 0.32);
    background: rgba(58, 155, 108, 0.14);
    color: var(--dlg-primary);
}

.province-chip:hover,
.city-chip:hover {
    border-color: rgba(58, 155, 108, 0.36);
    background: rgba(58, 155, 108, 0.08);
    color: rgba(24, 92, 63, 0.96);
}

.province-letter-grid {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 10px;
}

.province-letter-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 1px solid rgba(210, 224, 214, 0.86);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.74);
    color: rgba(39, 52, 59, 0.68);
    font-size: 13px;
    font-weight: 800;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.province-letter-grid a:hover,
.province-letter-grid a.is-active {
    border-color: rgba(58, 155, 108, 0.28);
    background: rgba(58, 155, 108, 0.12);
    color: var(--dlg-primary);
}

.region-filter-tail {
    display: none;
}

.mobile-collapse-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(210, 224, 214, 0.82);
    border-radius: 8px;
    background: rgba(248, 252, 249, 0.9);
    color: rgba(39, 52, 59, 0.72);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.city-filter-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.city-filter-sidebar,
.scenic-list-card,
.topic-card {
    border: 1px solid rgba(198, 214, 210, 0.84);
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 250, 249, 0.82)),
        radial-gradient(circle at top left, rgba(47, 143, 134, 0.05), transparent 42%);
}

.city-filter-sidebar {
    padding: 20px;
}

.city-filter-sidebar h3 {
    margin: 8px 0 0;
    color: var(--dlg-text);
    font-size: 30px;
    line-height: 1.2;
}

.city-filter-sidebar p,
.city-results-title p,
.scenic-list-card p,
.topic-card p {
    color: rgba(39, 52, 59, 0.64);
    font-size: 14px;
    line-height: 1.75;
}

.city-filter-sidebar p {
    margin: 12px 0 0;
}

.city-switch-panel {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(198, 214, 210, 0.72);
}

.city-switch-list {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.city-switch-list .city-chip {
    justify-content: flex-start;
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 8px;
}

.city-switch-list .city-chip.is-active {
    box-shadow: inset 3px 0 0 var(--dlg-primary-2);
}

.city-filter-main {
    display: grid;
    gap: 14px;
}

.city-results-title {
    display: grid;
    gap: 2px;
}

.city-results-title strong {
    color: var(--dlg-text);
    font-size: 30px;
    line-height: 1.2;
}

.city-results-title p {
    margin: 0;
}

.scenic-list-grid,
.directory-type-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-content: start;
}

.scenic-list-card,
.topic-card {
    padding: 20px;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.scenic-list-card:hover,
.topic-card:hover {
    border-color: rgba(58, 155, 108, 0.28);
    box-shadow: 0 14px 30px rgba(54, 96, 102, 0.09);
    transform: translateY(-2px);
}

.scenic-list-card h3,
.topic-card h3 {
    margin: 8px 0 0;
    color: var(--dlg-text);
    font-size: 20px;
    line-height: 1.3;
}

.scenic-list-card h3 a,
.topic-card h3 a {
    transition: color 180ms ease;
}

.scenic-list-card h3 a:hover,
.topic-card h3 a:hover {
    color: var(--dlg-primary);
}

.scenic-list-card p,
.topic-card p {
    margin: 12px 0 0;
}

@media (max-width: 1199px) {
    .hotspots-ranking-grid,
    .hotspots-city-grid,
    .hotspots-question-grid,
    .hotspots-theme-grid,
    .guides-feature-grid,
    .guides-entry-grid,
    .guides-question-grid,
    .guides-list-layout,
    .guide-related-guides-grid,
    .guide-article-gallery-grid,
    .spot-gallery-directory-grid,
    .tag-recommend-grid,
    .tags-directory-grid,
    .qa-feature-grid,
    .qa-entry-grid,
    .qa-topic-grid,
    .qa-list-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hotspots-hero-shell,
    .guides-hero-shell {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 20px;
    }

    .hotspots-hero-copy h1,
    .guides-hero-copy h1,
    .qa-ask-hero h1 {
        font-size: 46px;
    }

    .guide-article-title {
        font-size: 40px;
    }

    .guide-article-body-inner p,
    .article-rich p {
        font-size: 16px;
        line-height: 1.9;
    }

    .province-letter-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .city-filter-layout {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .scenic-list-grid,
    .directory-type-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .hotspots-page,
    .guides-page,
    .guide-detail-page,
    .qa-detail-page,
    .spot-gallery-page,
    .archive-page,
    .tags-page,
    .qa-page {
        padding-top: 126px;
    }

    .hotspots-hero,
    .guides-hero {
        min-height: auto;
    }

    .hotspots-breadcrumb-wrap,
    .guides-breadcrumb-wrap,
    .qa-directory-hero,
    .guide-article-hero,
    .spot-gallery-hero,
    .archive-breadcrumb-only {
        padding-top: 30px;
    }

    .guide-article-layout {
        grid-template-columns: 1fr;
    }

    .guide-article-aside {
        order: 2;
    }

    .guide-article-body {
        order: 1;
    }

    .guide-article-sticky {
        position: static;
        top: auto;
    }

    .hotspots-hero-shell,
    .guides-hero-shell {
        padding: 20px 16px 30px;
    }

    .hotspots-hero-copy,
    .hotspots-hero-copy p,
    .guides-hero-copy,
    .guides-hero-copy p {
        max-width: none;
    }

    .hotspots-hero-focus,
    .guides-hero-focus {
        max-width: 480px;
    }

    .spots-page {
        padding-top: 126px;
    }

    .spots-directory-hero {
        padding-top: 30px;
    }

    .city-filter-layout {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .city-switch-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .city-switch-list .city-chip {
        justify-content: center;
    }
}

@media (max-width: 680px) {
    .hotspots-page,
    .guides-page,
    .guide-detail-page,
    .qa-detail-page,
    .spot-gallery-page,
    .archive-page,
    .tags-page,
    .qa-page {
        padding-top: 118px;
    }

    .hotspots-page .section-shell,
    .guides-page .section-shell,
    .qa-page .section-shell {
        width: calc(100% - 32px);
        padding-top: 16px;
    }

    .hotspots-hero-shell,
    .hotspots-ranking-grid,
    .hotspots-city-grid,
    .hotspots-question-grid,
    .hotspots-theme-grid,
    .guides-hero-shell,
    .guides-feature-grid,
    .guides-entry-grid,
    .guides-question-grid,
    .guides-list-layout,
    .qa-feature-grid,
    .qa-entry-grid,
    .qa-topic-grid,
    .qa-list-layout {
        grid-template-columns: 1fr;
    }

    .spot-gallery-directory-grid {
        grid-template-columns: 1fr;
    }

    .tag-recommend-grid {
        grid-template-columns: 1fr;
    }

    .archive-switch-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .archive-switch-link {
        justify-content: center;
        width: 100%;
        min-height: 40px;
        padding: 0 10px;
        text-align: center;
    }

    .tags-directory-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .article-list-two-column {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .guide-article-pagination,
    .guide-related-guides-grid,
    .guide-article-gallery-grid {
        grid-template-columns: 1fr;
    }

    .article-list-two-column .article-item:nth-last-child(-n + 2) {
        border-bottom: 1px solid rgba(198, 214, 210, 0.6);
    }

    .article-list-two-column .article-item:last-child {
        border-bottom: 0;
    }

    .hotspots-breadcrumb-wrap,
    .guides-breadcrumb-wrap {
        padding-top: 18px;
    }

    .hotspots-hero-copy h1,
    .guides-hero-copy h1,
    .qa-ask-hero h1 {
        font-size: 24px;
        line-height: 1.18;
    }

    .guide-article-title {
        font-size: 22px;
        line-height: 1.18;
    }

    .hotspots-hero-copy p,
    .guides-hero-copy p,
    .qa-ask-hero p {
        font-size: 14px;
        line-height: 1.72;
    }

    .guide-article-lead,
    .guide-article-body-inner p,
    .article-rich p {
        font-size: 15px;
        line-height: 1.85;
    }

    .hotspots-hero-focus,
    .guides-hero-focus {
        padding: 16px;
    }

    .hotspots-hero-focus h2,
    .guides-hero-focus h2,
    .content-panel-head h3,
    .spot-gallery-page .content-panel-head h1,
    .tags-index-panel .content-panel-head h1 {
        font-size: 18px;
        line-height: 1.28;
    }

    .content-panel {
        padding: 16px;
    }

    .guide-article-body-inner,
    .guide-article-sideblock {
        padding: 16px;
        border-radius: 10px;
    }

    .content-panel-head {
        align-items: flex-start;
        margin-bottom: 16px;
        padding-bottom: 12px;
    }

    .panel-more {
        min-width: 52px;
        min-height: 30px;
        padding: 0 10px;
        font-size: 11px;
    }

    .hotspots-rank-body,
    .hotspots-theme-card,
    .guides-feature-body {
        padding: 16px;
    }

    .hotspots-rank-card h3,
    .hotspots-theme-card h3,
    .hotspots-page .topic-card h3,
    .guides-feature-card h3,
    .guides-page .topic-card h3,
    .qa-page .topic-card h3,
    .article-item h3 {
        font-size: 16px;
        line-height: 1.42;
        white-space: normal;
    }

    .hotspots-rank-card p,
    .hotspots-theme-card p,
    .hotspots-page .topic-card p,
    .guides-feature-card p,
    .guides-page .topic-card p,
    .qa-page .topic-card p {
        font-size: 13px;
        line-height: 1.72;
    }

    .guide-article-topline {
        gap: 6px 10px;
    }

    .guide-article-meta {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        margin-top: 12px;
    }

    .guide-article-meta span {
        justify-content: center;
        width: 100%;
        min-height: 32px;
        padding: 5px 8px;
        font-size: 12px;
        text-align: center;
    }

    .guide-article-lead-block {
        margin-top: 12px;
        padding: 14px;
    }

    .guide-article-lead-divider {
        width: 88px;
        margin-top: 14px;
    }

    .article-rich h2 {
        gap: 10px;
        margin: 28px 0 14px;
        font-size: 20px;
    }

    .article-rich h3 {
        margin: 20px 0 10px;
        font-size: 16px;
    }

    .article-rich ul,
    .article-rich ol {
        gap: 10px;
        padding-left: 20px;
        font-size: 15px;
        line-height: 1.85;
    }

    .article-rich table {
        display: block;
        overflow-x: auto;
        font-size: 14px;
    }

    .qa-answer-keyline {
        padding: 14px;
        font-size: 14px;
        line-height: 1.78;
    }

    .tag-directory-link {
        min-height: 48px;
        padding: 0 12px;
        font-size: 13px;
    }

    .archive-pagination {
        flex-wrap: wrap;
    }

    .archive-pagination a {
        height: 36px;
        min-width: 36px;
        padding: 0 12px;
        font-size: 12px;
    }

    .qa-breadcrumb-light {
        margin-bottom: 10px;
    }

    .qa-ask-panel {
        margin-top: 18px;
    }

    .qa-ask-input {
        height: 148px;
        min-height: 148px;
        padding: 14px 16px 60px;
        font-size: 15px;
        line-height: 1.72;
    }

    .qa-ask-actions {
        right: 12px;
        bottom: 12px;
    }

    .qa-ask-button {
        min-width: 112px;
        min-height: 40px;
        padding: 0 14px;
        font-size: 13px;
    }

    .spots-page {
        padding-top: 118px;
    }

    .tag-intro-block h1 {
        font-size: 24px;
        line-height: 1.22;
    }

    .category-intro-panel h1 {
        font-size: 24px;
        line-height: 1.22;
    }

    .category-intro-panel p {
        font-size: 14px;
        line-height: 1.75;
    }

    .category-latest-list .article-item {
        gap: 8px;
        padding: 16px;
        border-radius: 10px;
    }

    .category-latest-list .article-item h3 {
        font-size: 16px;
        line-height: 1.45;
    }

    .category-latest-list .article-item p {
        font-size: 14px;
        line-height: 1.72;
    }

    .tag-intro-block p {
        font-size: 14px;
        line-height: 1.75;
    }

    .tag-page .content-panel-head {
        align-items: flex-start;
    }

    .spots-directory-hero {
        padding-top: 18px;
    }

    .spots-section {
        padding-top: 16px;
    }

    .spots-panel {
        padding: 16px;
    }

    .spots-panel-head {
        align-items: flex-start;
        margin-bottom: 16px;
        padding-bottom: 12px;
    }

    .spots-panel-head h2 {
        font-size: 20px;
    }

    .spots-panel-more {
        min-width: 52px;
        min-height: 30px;
        padding: 0 10px;
        font-size: 11px;
    }

    .region-filter-row-hot {
        display: none;
    }

    .region-filter-board {
        gap: 20px;
    }

    .region-filter-row {
        gap: 12px;
    }

    .region-filter-tail {
        display: flex;
        justify-content: center;
        padding-top: 4px;
    }

    .province-letter-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        overflow: hidden;
        transition: max-height 180ms ease;
    }

    .province-letter-grid.is-mobile-collapsed {
        max-height: 84px;
    }

    .province-letter-grid a {
        min-height: 36px;
        font-size: 12px;
    }

    .city-filter-sidebar {
        padding: 16px;
    }

    .city-filter-sidebar p {
        margin-top: 8px;
    }

    .city-switch-panel {
        margin-top: 14px;
        padding-top: 14px;
    }

    .city-switch-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 12px;
    }

    .city-switch-list .city-chip {
        min-height: 40px;
        padding: 0 12px;
        font-size: 13px;
    }

    .scenic-list-grid,
    .directory-type-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .scenic-list-card,
    .topic-card {
        padding: 16px;
    }

    .scenic-list-card h3,
    .topic-card h3 {
        font-size: 16px;
        line-height: 1.45;
    }

    .scenic-list-card p,
    .topic-card p {
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.72;
    }
}

.auth-page {
    min-height: calc(100svh - 86px);
    padding-top: 86px;
    background:
        radial-gradient(circle at 10% 8%, rgba(214, 161, 103, 0.14), transparent 24%),
        radial-gradient(circle at 88% 14%, rgba(84, 161, 152, 0.14), transparent 26%),
        linear-gradient(180deg, #fbfdfc 0%, #f7fbfa 100%);
}

.auth-hero {
    padding: 42px 0 18px;
}

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

.auth-breadcrumb {
    margin-bottom: 18px;
}

.auth-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
    gap: 38px;
    align-items: stretch;
}

.auth-copy {
    display: flex;
    min-height: 520px;
    padding: 52px 0 48px;
    flex-direction: column;
    justify-content: center;
}

.auth-kicker {
    display: inline-flex;
    width: fit-content;
    min-height: 30px;
    align-items: center;
    padding: 0 12px;
    border: 1px solid rgba(58, 155, 108, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    color: rgba(31, 107, 82, 0.82);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.auth-copy h1 {
    max-width: 560px;
    margin: 18px 0 0;
    color: var(--dlg-text);
    font-size: 48px;
    line-height: 1.12;
    letter-spacing: 0;
}

.auth-copy p {
    max-width: 520px;
    margin: 16px 0 0;
    color: var(--dlg-muted);
    font-size: 17px;
    line-height: 1.9;
}

.auth-guide-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.auth-guide-list span {
    position: relative;
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    padding: 0 14px 0 30px;
    border: 1px solid rgba(146, 175, 173, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.68);
    color: rgba(42, 61, 67, 0.82);
    font-size: 13px;
    font-weight: 800;
}

.auth-guide-list span::before {
    position: absolute;
    left: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--dlg-primary), var(--dlg-primary-2));
    content: "";
}

.auth-panel {
    align-self: center;
    padding: 26px;
    border: 1px solid rgba(146, 175, 173, 0.2);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 58px rgba(39, 52, 59, 0.08);
}

.auth-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    padding: 4px;
    border: 1px solid rgba(146, 175, 173, 0.16);
    border-radius: 10px;
    background: rgba(241, 247, 245, 0.8);
}

.auth-tabs a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: rgba(42, 61, 67, 0.66);
    font-size: 14px;
    font-weight: 900;
    transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.auth-tabs a.is-active {
    background: #fff;
    color: var(--dlg-primary);
    box-shadow: 0 8px 20px rgba(39, 52, 59, 0.06);
}

.auth-form {
    display: grid;
    gap: 15px;
    margin-top: 22px;
}

.auth-field {
    display: grid;
    gap: 8px;
}

.auth-field span {
    color: rgba(42, 61, 67, 0.84);
    font-size: 13px;
    font-weight: 900;
}

.auth-field input {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(146, 175, 173, 0.26);
    border-radius: 8px;
    outline: none;
    background: rgba(250, 253, 252, 0.96);
    color: var(--dlg-text);
    font: inherit;
    font-size: 15px;
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.auth-field input:focus {
    border-color: rgba(58, 155, 108, 0.46);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(58, 155, 108, 0.1);
}

.auth-form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: rgba(42, 61, 67, 0.72);
    font-size: 13px;
    font-weight: 800;
}

.auth-form-row a,
.auth-switch a,
.auth-secondary-link {
    color: var(--dlg-primary);
    font-weight: 900;
}

.auth-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.auth-check input {
    width: 15px;
    height: 15px;
    accent-color: var(--dlg-primary);
}

.auth-submit {
    display: inline-flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #1f6b52, #3a9b6c);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(31, 107, 82, 0.18);
    transition: filter 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.auth-submit:hover {
    box-shadow: 0 18px 34px rgba(31, 107, 82, 0.22);
    filter: saturate(1.06);
    transform: translateY(-1px);
}

.auth-submit-link {
    width: auto;
    min-width: 150px;
    padding: 0 20px;
}

.auth-switch {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(146, 175, 173, 0.16);
    text-align: center;
    font-size: 14px;
}

.auth-notice {
    display: grid;
    gap: 6px;
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.7;
}

.auth-notice p {
    margin: 0;
}

.auth-notice--error {
    border: 1px solid rgba(177, 77, 65, 0.18);
    background: rgba(255, 246, 244, 0.92);
    color: #9a3d31;
}

.auth-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.auth-signed {
    display: grid;
    gap: 12px;
    margin-top: 22px;
    text-align: left;
}

.auth-status-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--dlg-primary-2);
    box-shadow: 0 0 0 6px rgba(58, 155, 108, 0.12);
}

.auth-signed h2 {
    margin: 6px 0 0;
    color: var(--dlg-text);
    font-size: 24px;
}

.auth-signed p {
    margin: 0;
    color: var(--dlg-muted);
    line-height: 1.8;
}

.auth-actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 8px;
}

@media (max-width: 991px) {
    .auth-page {
        padding-top: 126px;
    }

    .auth-hero {
        padding-top: 30px;
    }

    .auth-layout {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .auth-copy {
        min-height: auto;
        padding: 10px 0 0;
    }

    .auth-copy h1 {
        font-size: 38px;
    }

    .auth-panel {
        align-self: stretch;
    }
}

@media (max-width: 680px) {
    .auth-page {
        padding-top: 118px;
    }

    .auth-shell {
        width: calc(100% - 32px);
    }

    .auth-copy h1 {
        font-size: 32px;
    }

    .auth-copy p {
        font-size: 15px;
        line-height: 1.8;
    }

    .auth-panel {
        padding: 18px;
        border-radius: 12px;
    }

    .auth-form-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}

.account-page {
    padding-top: 86px;
    padding-bottom: 34px;
}

.account-page .first-section {
    padding-top: 0;
}

.account-hero {
    padding-top: 42px;
    padding-bottom: 6px;
}

.auth-section {
    padding-top: 18px;
    padding-bottom: 28px;
}

.auth-section .auth-shell {
    width: auto;
    max-width: 560px;
    margin: 0 auto;
    padding: 32px 0 24px;
}

.auth-section .auth-card {
    padding: 24px;
    border: 1px solid rgba(198, 214, 210, 0.84);
    border-radius: 8px;
    background:
        radial-gradient(circle at top right, rgba(214, 161, 103, 0.035), transparent 22%),
        rgba(255, 255, 255, 0.8);
    box-shadow: 0 18px 44px rgba(39, 52, 59, 0.05);
}

.auth-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.auth-section .auth-tabs {
    display: grid;
    width: max-content;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin: 0 auto 18px;
    padding: 6px;
    border: 1px solid rgba(210, 224, 214, 0.88);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.76);
}

.auth-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 42px;
    border-radius: 10px;
    color: rgba(39, 52, 59, 0.62);
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.auth-panels {
    position: relative;
}

.auth-section .auth-panel {
    display: none;
    padding: 6px 2px 2px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.auth-panel-copy {
    margin: 0 0 6px;
    color: rgba(39, 52, 59, 0.6);
    font-size: 14px;
    line-height: 1.72;
}

#auth-login:checked ~ .auth-card .auth-tabs .auth-tab:first-child,
#auth-register:checked ~ .auth-card .auth-tabs .auth-tab:last-child {
    background: rgba(234, 246, 238, 0.92);
    color: var(--dlg-primary-2);
    box-shadow: 0 10px 24px rgba(58, 155, 108, 0.14);
}

#auth-login:checked ~ .auth-card .auth-panels .auth-login-panel,
#auth-register:checked ~ .auth-card .auth-panels .auth-register-panel {
    display: block;
}

.account-form {
    display: grid;
    gap: 14px;
}

.field {
    display: grid;
    min-width: 0;
    gap: 8px;
}

.field span {
    color: rgba(39, 52, 59, 0.62);
    font-size: 13px;
    font-weight: 800;
}

.field span em {
    margin-left: 4px;
    color: var(--dlg-primary-2);
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.field span em.optional {
    color: rgba(39, 52, 59, 0.42);
}

.field input,
.field select,
.field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(167, 188, 186, 0.26);
    border-radius: 8px;
    outline: none;
    background: rgba(249, 252, 251, 0.94);
    color: var(--dlg-text);
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.field input::placeholder,
.field textarea::placeholder {
    color: rgba(39, 52, 59, 0.36);
    font-weight: 600;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: rgba(47, 143, 134, 0.42);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(47, 143, 134, 0.1);
}

.account-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: rgba(39, 52, 59, 0.68);
    font-size: 13px;
}

.account-inline a,
.account-plain-link {
    color: rgba(39, 52, 59, 0.68);
    font-weight: 800;
}

.account-inline a:hover,
.account-plain-link:hover {
    color: var(--dlg-primary);
}

.account-check {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1.55;
}

.account-check input {
    accent-color: var(--dlg-primary);
}

.account-submit {
    width: 100%;
    min-height: 50px;
}

.account-signed-state {
    display: grid;
    gap: 12px;
    padding: 10px 2px 2px;
}

.account-signed-state strong {
    color: var(--dlg-text);
    font-size: 20px;
    line-height: 1.4;
}

.account-signed-state p {
    margin: 0;
    color: var(--dlg-muted);
    line-height: 1.8;
}

.account-signed-actions {
    display: grid;
    gap: 12px;
    margin-top: 4px;
}

@media (max-width: 991px) {
    .account-page {
        padding-top: 126px;
    }

    .account-hero {
        padding-top: 30px;
    }
}

@media (max-width: 680px) {
    .account-page {
        padding-top: 118px;
    }

    .account-hero {
        padding-top: 8px;
        padding-bottom: 0;
    }

    .auth-section {
        padding-top: 8px;
        padding-bottom: 18px;
    }

    .auth-section .auth-shell {
        padding: 8px 0 12px;
    }

    .auth-section .auth-card {
        padding: 16px;
    }

    .auth-section .auth-tabs {
        width: 100%;
        margin-bottom: 14px;
    }

    .auth-tab {
        min-width: 0;
        height: 40px;
        font-size: 13px;
    }

    .auth-section .auth-panel {
        padding: 2px 0 0;
    }

    .auth-panel-copy {
        margin-bottom: 4px;
        font-size: 13px;
        line-height: 1.68;
    }

    .account-form {
        gap: 12px;
    }

    .account-inline {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        font-size: 12px;
    }

    .account-submit {
        min-height: 44px;
    }
}

.auth-notice--success {
    border: 1px solid rgba(47, 143, 134, 0.18);
    background: rgba(239, 250, 244, 0.94);
    color: rgba(24, 92, 63, 0.94);
}

.account-content-section {
    padding-top: 18px;
    padding-bottom: 42px;
}

.account-hero-top {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.account-hero-links {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 6px;
    border: 1px solid rgba(210, 224, 214, 0.82);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 26px rgba(39, 52, 59, 0.035);
}

.account-hero-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 9px;
    color: rgba(39, 52, 59, 0.62);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.account-hero-links a:hover,
.account-hero-links a.is-active {
    background: rgba(234, 246, 238, 0.94);
    color: var(--dlg-primary-2);
    box-shadow: 0 10px 24px rgba(58, 155, 108, 0.12);
}

.account-card,
.account-item-card,
.account-history-row {
    box-sizing: border-box;
    border: 1px solid rgba(198, 214, 210, 0.82);
    border-radius: 8px;
    background:
        radial-gradient(circle at top right, rgba(214, 161, 103, 0.035), transparent 24%),
        rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 44px rgba(39, 52, 59, 0.05);
}

.account-card {
    padding: 22px;
}

.account-card a,
.account-item-card a,
.account-history-row a {
    color: inherit;
    text-decoration: none;
}

.account-card a:hover,
.account-item-card a:hover,
.account-history-row a:hover {
    color: var(--dlg-primary);
}

.account-page .field input:disabled {
    cursor: not-allowed;
    background: rgba(240, 246, 244, 0.78);
    color: rgba(39, 52, 59, 0.52);
}

.account-page .field textarea {
    min-height: 132px;
    resize: vertical;
    line-height: 1.7;
}

.profile-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) 320px;
    gap: 18px;
    align-items: start;
}

.profile-side {
    display: grid;
    gap: 18px;
}

.profile-side-card h3 {
    margin: 8px 0 0;
    color: var(--dlg-text);
    font-size: 24px;
    line-height: 1.24;
    font-weight: 800;
}

.profile-side-card p {
    margin: 12px 0 0;
    color: rgba(39, 52, 59, 0.68);
    font-size: 14px;
    line-height: 1.8;
}

.profile-side-link {
    margin-top: 16px;
}

.account-list-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.account-item-card {
    display: flex;
    min-height: 270px;
    flex-direction: column;
    padding: 20px;
}

.account-item-card h3 {
    margin: 10px 0 0;
    color: var(--dlg-text);
    font-size: 22px;
    line-height: 1.28;
    font-weight: 800;
}

.account-item-card p {
    margin: 12px 0 0;
    color: rgba(39, 52, 59, 0.68);
    font-size: 14px;
    line-height: 1.8;
}

.account-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
    padding-top: 16px;
}

.account-item-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid rgba(210, 224, 214, 0.88);
    border-radius: 8px;
    background: rgba(248, 252, 248, 0.9);
    color: rgba(39, 52, 59, 0.6);
    font-size: 12px;
    font-weight: 800;
}

.account-remove-form {
    margin: 14px 0 0;
}

.account-remove-button {
    width: 100%;
    min-height: 38px;
    border: 1px solid rgba(210, 224, 214, 0.84);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    color: rgba(39, 52, 59, 0.58);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.account-remove-button:hover {
    border-color: rgba(177, 77, 65, 0.22);
    background: rgba(255, 247, 245, 0.9);
    color: #9a3d31;
}

.account-empty-state {
    display: grid;
    max-width: 680px;
    gap: 12px;
    margin: 0 auto;
    text-align: center;
}

.account-empty-state h3 {
    margin: 0;
    color: var(--dlg-text);
    font-size: 28px;
    font-weight: 800;
}

.account-empty-state p {
    margin: 0 auto;
    max-width: 520px;
    color: rgba(39, 52, 59, 0.66);
    line-height: 1.8;
}

.account-empty-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 8px;
}

.account-history-list {
    display: grid;
    gap: 14px;
}

.account-history-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    padding: 20px 22px;
}

.account-history-row h3 {
    margin: 10px 0 0;
    color: var(--dlg-text);
    font-size: 24px;
    line-height: 1.26;
    font-weight: 800;
}

.account-history-row p {
    margin: 12px 0 0;
    color: rgba(39, 52, 59, 0.68);
    font-size: 14px;
    line-height: 1.8;
}

.account-history-side {
    flex: 0 0 128px;
    text-align: right;
}

.account-history-side strong {
    display: block;
    color: rgba(39, 52, 59, 0.76);
    font-size: 14px;
    font-weight: 800;
}

.account-history-side a {
    display: inline-flex;
    margin-top: 12px;
    color: var(--dlg-primary);
    font-size: 14px;
    font-weight: 800;
}

.guide-member-sideblock {
    display: grid;
    gap: 12px;
}

.member-favorite-form {
    margin: 0;
}

.guide-favorite-button,
.guide-member-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    border-radius: 10px;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.guide-favorite-button {
    border: 0;
    background: linear-gradient(135deg, var(--dlg-primary), #5cae9b);
    box-shadow: 0 14px 28px rgba(47, 143, 134, 0.18);
    color: #fff;
    cursor: pointer;
}

.guide-favorite-button.is-favorited {
    border: 1px solid rgba(47, 143, 134, 0.26);
    background: rgba(237, 248, 242, 0.94);
    box-shadow: none;
    color: var(--dlg-primary-2);
}

.guide-member-link {
    border: 1px solid rgba(210, 224, 214, 0.82);
    background: rgba(255, 255, 255, 0.76);
    color: rgba(39, 52, 59, 0.62);
}

.guide-member-link:hover {
    color: var(--dlg-primary);
}

.guide-favorite-feedback {
    margin: 0;
    color: rgba(24, 92, 63, 0.82);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 991px) {
    .profile-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 680px) {
    .account-content-section {
        padding-top: 10px;
        padding-bottom: 24px;
    }

    .account-hero-top {
        justify-content: stretch;
        margin-top: 12px;
    }

    .account-hero-links {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .account-hero-links a {
        min-height: 36px;
        padding: 0 8px;
        font-size: 12px;
    }

    .account-card,
    .account-item-card,
    .account-history-row {
        padding: 16px;
    }

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

    .account-item-card {
        min-height: 0;
    }

    .account-history-row {
        flex-direction: column;
        gap: 12px;
    }

    .account-history-side {
        flex: 0 0 auto;
        width: 100%;
        text-align: left;
    }

    .account-empty-actions {
        flex-direction: column;
    }
}

.not-found-page {
    overflow: hidden;
    padding-top: 86px;
}

.not-found-hero {
    position: relative;
    display: flex;
    min-height: calc(100svh - 86px);
    padding: 34px 0 54px;
    color: #fff;
    isolation: isolate;
}

.not-found-hero::before {
    position: absolute;
    inset: -18px;
    z-index: -2;
    content: "";
    background:
        linear-gradient(90deg, rgba(14, 36, 31, 0.88) 0%, rgba(17, 48, 42, 0.7) 42%, rgba(16, 45, 40, 0.26) 100%),
        var(--not-found-bg) center / cover no-repeat;
    transform: scale(1.04);
    animation: notFoundDrift 16s ease-in-out infinite alternate;
}

.not-found-hero::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        radial-gradient(circle at 18% 22%, rgba(239, 205, 150, 0.22), transparent 25%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(9, 30, 26, 0.68) 100%);
}

.not-found-shell {
    display: flex;
    width: min(1360px, calc(100% - 16px));
    margin: 0 auto;
    flex-direction: column;
}

.not-found-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    font-weight: 800;
}

.not-found-breadcrumb a {
    color: rgba(255, 255, 255, 0.84);
    transition: color 180ms ease;
}

.not-found-breadcrumb a:hover {
    color: #fff;
}

.not-found-breadcrumb strong {
    color: #fff;
}

.not-found-copy {
    width: min(650px, 100%);
    margin-top: auto;
    padding: 90px 0 20px;
    animation: notFoundRise 520ms ease both;
}

.not-found-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    backdrop-filter: blur(12px);
}

.not-found-copy h1 {
    margin: 22px 0 0;
    max-width: 620px;
    color: #fff;
    font-size: clamp(42px, 5.1vw, 72px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: 0;
}

.not-found-copy p {
    margin: 18px 0 0;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.82;
}

.not-found-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.not-found-primary,
.not-found-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 900;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.not-found-primary {
    border: 0;
    background: linear-gradient(135deg, var(--dlg-primary), #64b99f);
    box-shadow: 0 18px 34px rgba(13, 67, 52, 0.3);
    color: #fff;
}

.not-found-secondary {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
}

.not-found-primary:hover,
.not-found-secondary:hover {
    transform: translateY(-2px);
}

.not-found-primary:hover {
    box-shadow: 0 22px 42px rgba(13, 67, 52, 0.38);
}

.not-found-secondary:hover {
    border-color: rgba(255, 255, 255, 0.46);
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.not-found-guide {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(0, 1.45fr);
    gap: 18px;
    padding-top: 24px;
    padding-bottom: 52px;
}

.not-found-search {
    display: grid;
    align-content: center;
    min-height: 174px;
    padding: 22px;
    border: 1px solid rgba(210, 224, 214, 0.78);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 44px rgba(39, 52, 59, 0.06);
}

.not-found-search label {
    margin-bottom: 12px;
    color: var(--dlg-text);
    font-size: 18px;
    font-weight: 900;
}

.not-found-search > div {
    display: flex;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(210, 224, 214, 0.95);
    border-radius: 12px;
    background: #fff;
}

.not-found-search input {
    width: 100%;
    min-width: 0;
    height: 48px;
    border: 0;
    outline: 0;
    padding: 0 16px;
    color: var(--dlg-text);
    font: inherit;
    font-size: 14px;
}

.not-found-search input::placeholder {
    color: rgba(39, 52, 59, 0.42);
}

.not-found-search button {
    flex: 0 0 auto;
    min-width: 94px;
    border: 0;
    background: linear-gradient(135deg, var(--dlg-primary), #5cae9b);
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: filter 180ms ease;
}

.not-found-search button:hover {
    filter: brightness(1.04);
}

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

.not-found-route {
    display: flex;
    min-height: 174px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    border: 1px solid rgba(210, 224, 214, 0.78);
    border-radius: 14px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(246, 252, 249, 0.82)),
        radial-gradient(circle at 86% 14%, rgba(75, 164, 120, 0.16), transparent 34%);
    box-shadow: 0 18px 44px rgba(39, 52, 59, 0.05);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.not-found-route span {
    display: inline-flex;
    width: fit-content;
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(238, 247, 242, 0.94);
    color: var(--dlg-primary);
    font-size: 12px;
    font-weight: 900;
}

.not-found-route strong {
    margin-top: 16px;
    color: var(--dlg-text);
    font-size: 20px;
    line-height: 1.36;
    font-weight: 900;
}

.not-found-route:hover {
    border-color: rgba(58, 155, 108, 0.28);
    background:
        linear-gradient(145deg, #fff, rgba(244, 251, 247, 0.98)),
        radial-gradient(circle at 86% 14%, rgba(75, 164, 120, 0.2), transparent 34%);
    box-shadow: 0 22px 48px rgba(39, 52, 59, 0.08);
    transform: translateY(-3px);
}

@keyframes notFoundRise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes notFoundDrift {
    from {
        transform: scale(1.04) translate3d(0, 0, 0);
    }

    to {
        transform: scale(1.08) translate3d(-14px, 8px, 0);
    }
}

@media (max-width: 991px) {
    .not-found-guide {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .not-found-page {
        padding-top: 72px;
    }

    .not-found-hero {
        min-height: 560px;
        padding: 24px 0 34px;
    }

    .not-found-shell {
        width: min(100% - 16px, 1360px);
    }

    .not-found-copy {
        padding-top: 54px;
    }

    .not-found-copy h1 {
        font-size: 38px;
        line-height: 1.12;
    }

    .not-found-copy p {
        font-size: 15px;
        line-height: 1.78;
    }

    .not-found-actions,
    .not-found-search > div {
        flex-direction: column;
    }

    .not-found-primary,
    .not-found-secondary,
    .not-found-search button {
        width: 100%;
    }

    .not-found-search button {
        min-height: 44px;
    }

    .not-found-route-grid {
        grid-template-columns: 1fr;
    }

    .not-found-route {
        min-height: 118px;
    }
}

/* Home page */
.home-page {
    --ink: var(--dlg-text);
    --muted: var(--dlg-muted);
    --orange: #2f8f86;
    --teal: #245f63;
    --sun: #d6a167;
    --line-strong: rgba(198, 214, 210, 0.86);
    --panel-elevated: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 250, 0.84));
    --field-surface: rgba(250, 253, 251, 0.94);
    --shadow-hover: 0 18px 34px rgba(54, 96, 102, 0.12);
    padding: 112px 0 80px;
}

.home-page .section-shell {
    width: 100%;
    max-width: 1360px;
    padding: 34px 8px 0;
}

.home-page .first-section {
    padding-top: 0;
}

.home-page .tiny-label,
.home-page .card-label,
.home-page .article-meta {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: var(--orange);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
}

.home-page .planner-panel,
.home-page .nearby-panel,
.home-page .content-panel,
.home-page .topic-card,
.home-page .hierarchy-card,
.home-page .side-card {
    border: 1px solid var(--line-strong);
    background:
        radial-gradient(circle at 92% 0%, rgba(214, 161, 103, 0.07), transparent 26%),
        radial-gradient(circle at 8% 0%, rgba(47, 143, 134, 0.06), transparent 30%),
        var(--panel-elevated);
    box-shadow: var(--dlg-shadow);
    backdrop-filter: blur(14px);
}

.home-page .planner-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) 324px;
    gap: 20px;
    margin-top: 14px;
    padding: 24px;
    border-radius: 12px;
}

.home-page .planner-main {
    min-width: 0;
}

.home-page .planner-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.home-page .planner-head-main {
    max-width: 680px;
}

.home-page .planner-head h1,
.home-page .side-card h3,
.home-page .nearby-head h3,
.home-page .content-panel-head h3,
.home-page .hierarchy-card h3,
.home-page .topic-card h3 {
    margin: 6px 0 0;
    color: rgba(39, 52, 59, 0.94);
    font-size: 21px;
    font-weight: 900;
    line-height: 1.28;
}

.home-page .planner-head-copy {
    margin: 8px 0 0;
    color: rgba(39, 52, 59, 0.58);
    font-size: 13px;
    line-height: 1.75;
}

.home-page .planner-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    max-width: 360px;
}

.home-page .planner-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid var(--line-strong);
    border-radius: 10px;
    background: rgba(242, 247, 245, 0.96);
    color: rgba(39, 52, 59, 0.68);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.home-page .planner-form {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.home-page .field-span-4 {
    grid-column: 1 / -1;
}

.home-page .planner-group-card {
    border: 1px solid rgba(198, 214, 210, 0.82);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(252, 253, 253, 0.94), rgba(246, 250, 249, 0.86)),
        radial-gradient(circle at 0% 0%, rgba(47, 143, 134, 0.05), transparent 44%);
    padding: 18px;
}

.home-page .planner-group-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.home-page .planner-group-head h3 {
    margin: 6px 0 0;
    color: rgba(39, 52, 59, 0.92);
    font-size: 19px;
    font-weight: 900;
    line-height: 1.25;
}

.home-page .planner-group-head-side {
    display: grid;
    justify-items: end;
    gap: 8px;
    max-width: 320px;
}

.home-page .planner-group-head-side p {
    margin: 0;
    color: rgba(39, 52, 59, 0.58);
    font-size: 13px;
    line-height: 1.7;
    text-align: right;
}

.home-page .planner-group-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(210, 224, 214, 0.78);
    border-radius: 999px;
    background: rgba(248, 252, 249, 0.9);
    color: rgba(39, 52, 59, 0.72);
    font-size: 12px;
    font-weight: 900;
}

.home-page .group-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 24px;
    border-radius: 10px;
    background: rgba(47, 143, 134, 0.1);
    color: var(--orange);
    font-size: 11px;
    font-weight: 900;
}

.home-page .planner-grid {
    display: grid;
    gap: 16px;
}

.home-page .planner-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-page .planner-grid-2,
.home-page .planner-bottom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-page .planner-bottom-grid {
    display: grid;
    gap: 16px;
    margin-top: 16px;
}

.home-page .field,
.home-page .group-block {
    min-width: 0;
}

.home-page .field {
    display: grid;
    gap: 8px;
}

.home-page .field span,
.home-page .group-title {
    color: rgba(39, 52, 59, 0.64);
    font-size: 13px;
    font-weight: 900;
}

.home-page .field span em {
    margin-left: 4px;
    color: var(--orange);
    font-style: normal;
    font-size: 11px;
    font-weight: 900;
}

.home-page .field span em.optional {
    color: rgba(39, 52, 59, 0.42);
}

.home-page .field input,
.home-page .field select,
.home-page .field textarea {
    width: 100%;
    border: 1px solid rgba(167, 188, 186, 0.32);
    border-radius: 8px;
    background: var(--field-surface);
    padding: 14px 16px;
    color: var(--ink);
    font-size: 15px;
    font-weight: 700;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.home-page .field input::placeholder,
.home-page .field textarea::placeholder {
    color: rgba(39, 52, 59, 0.36);
    font-weight: 600;
}

.home-page .field select {
    min-height: 48px;
}

.home-page .field textarea {
    min-height: 116px;
    resize: vertical;
}

.home-page .field input:focus,
.home-page .field select:focus,
.home-page .field textarea:focus {
    border-color: rgba(47, 143, 134, 0.42);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(47, 143, 134, 0.1);
}

.home-page .group-block {
    padding: 16px;
    border: 1px solid rgba(210, 224, 214, 0.88);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
}

.home-page .chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.home-page .chip {
    min-height: 38px;
    border: 1px solid rgba(39, 52, 59, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.86);
    padding: 0 14px;
    color: rgba(39, 52, 59, 0.72);
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.home-page .chip.is-active,
.home-page .chip:hover {
    border-color: rgba(47, 143, 134, 0.34);
    background: rgba(47, 143, 134, 0.1);
    color: rgba(24, 92, 63, 0.96);
}

.home-page .check-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 16px;
    margin-top: 12px;
}

.home-page .check-row label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: rgba(39, 52, 59, 0.72);
    font-size: 14px;
    line-height: 1.5;
}

.home-page .check-row input {
    margin-top: 3px;
    accent-color: var(--dlg-primary);
}

.home-page .planner-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 2px;
}

.home-page .primary-button,
.home-page .ghost-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    border-radius: 10px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.home-page .primary-button:disabled,
.home-page .ghost-button:disabled {
    cursor: wait;
    opacity: 0.72;
}

.home-page .primary-button i,
.home-page .ghost-button i,
.home-page .primary-button svg,
.home-page .ghost-button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    stroke-width: 2.4;
}

.home-page .primary-button {
    border: 1px solid rgba(31, 107, 82, 0.2);
    background: linear-gradient(180deg, #2f8f66 0%, #1f6b52 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(31, 107, 82, 0.16);
}

.home-page .ghost-button {
    border: 1px solid var(--line-strong);
    background: rgba(255, 255, 255, 0.9);
    color: rgba(39, 52, 59, 0.72);
}

.home-page .planner-side {
    display: grid;
    align-content: flex-start;
    gap: 14px;
    min-width: 0;
}

.home-page .side-card {
    overflow: hidden;
    border-radius: 8px;
}

.home-page .article-stream-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 18px 14px;
    border-bottom: 1px solid rgba(198, 214, 210, 0.72);
}

.home-page .article-stream-head a {
    color: rgba(39, 52, 59, 0.56);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.home-page .article-list {
    display: grid;
}

.home-page .article-item {
    min-width: 0;
    padding: 15px 18px;
    border-bottom: 1px solid rgba(198, 214, 210, 0.62);
    transition: background 180ms ease;
}

.home-page .article-item:last-child {
    border-bottom: 0;
}

.home-page .article-item h3 {
    margin: 7px 0 0;
    color: rgba(39, 52, 59, 0.9);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.48;
    transition: color 180ms ease;
}

.home-page .planner-side .article-item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-page .article-item:hover {
    background:
        linear-gradient(90deg, rgba(214, 161, 103, 0.05), rgba(47, 143, 134, 0.05)),
        rgba(255, 255, 255, 0.5);
}

.home-page .article-item:hover h3,
.home-page .hierarchy-card:hover h3,
.home-page .topic-card:hover h3,
.home-page .guide-feature:hover h3 {
    color: rgba(24, 92, 63, 0.96);
}

.home-page .article-item-summary p,
.home-page .side-card p {
    margin: 0;
    color: rgba(39, 52, 59, 0.7);
    font-size: 15px;
    line-height: 1.8;
}

.home-page .hidden {
    display: none;
}

.home-page .content-panel,
.home-page .nearby-panel {
    border-radius: 8px;
    padding: 22px;
}

.home-page .content-panel-head,
.home-page .nearby-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.home-page .nearby-head {
    margin-bottom: 0;
}

.home-page .panel-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    height: 36px;
    border: 1px solid var(--line-strong);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    color: rgba(58, 77, 84, 0.74);
    font-size: 13px;
    font-weight: 900;
}

.home-page .panel-more:hover,
.home-page .article-stream-head a:hover {
    color: rgba(24, 92, 63, 0.96);
}

.home-page .status-pill {
    display: inline-flex;
    align-items: center;
    height: 32px;
    border-radius: 10px;
    padding: 0 12px;
    background: rgba(31, 107, 82, 0.14);
    color: var(--teal);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.home-page .status-pill.is-loading {
    background: rgba(58, 155, 108, 0.14);
    color: var(--orange);
}

.home-page .status-pill.is-ready {
    background: rgba(31, 107, 82, 0.14);
    color: var(--teal);
}

.home-page .status-pill.is-fallback {
    background: rgba(105, 120, 130, 0.14);
    color: var(--muted);
}

.home-page .nearby-copy {
    margin: 10px 0 0;
    max-width: 760px;
    color: rgba(39, 52, 59, 0.67);
    font-size: 15px;
    line-height: 1.8;
}

.home-page .nearby-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.home-page .nearby-card {
    overflow: hidden;
    min-width: 0;
    border: 1px solid rgba(198, 214, 210, 0.86);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-page .nearby-card-link {
    display: block;
    height: 100%;
}

.home-page .nearby-card-media {
    position: relative;
    aspect-ratio: 1.16 / 1;
    background-position: center;
    background-size: cover;
}

.home-page .nearby-card-media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(39, 52, 59, 0.02), rgba(39, 52, 59, 0.18));
}

.home-page .nearby-card-body {
    padding: 16px 16px 18px;
}

.home-page .nearby-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.home-page .nearby-card h4 {
    margin: 0;
    color: rgba(39, 52, 59, 0.92);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
}

.home-page .nearby-card span {
    flex: 0 0 auto;
    border-radius: 10px;
    background: rgba(245, 250, 248, 0.92);
    padding: 6px 10px;
    color: rgba(39, 52, 59, 0.62);
    font-size: 12px;
    font-weight: 900;
}

.home-page .nearby-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 10px 0 0;
    color: rgba(39, 52, 59, 0.67);
    font-size: 14px;
    line-height: 1.75;
}

.home-page .hierarchy-grid,
.home-page .topic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.home-page .hierarchy-card,
.home-page .topic-card {
    min-height: 184px;
    border-radius: 8px;
    padding: 20px;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.home-page .hierarchy-card p,
.home-page .topic-card p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 12px 0 0;
    color: rgba(39, 52, 59, 0.66);
    font-size: 15px;
    line-height: 1.8;
}

.home-page .guide-layout {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 2.05fr);
    gap: 18px;
}

.home-page .guide-feature {
    min-width: 0;
    border: 1px solid rgba(198, 214, 210, 0.82);
    border-radius: 8px;
    padding: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 249, 0.88)),
        radial-gradient(circle at 0% 0%, rgba(47, 143, 134, 0.08), transparent 54%),
        radial-gradient(circle at 100% 0%, rgba(214, 161, 103, 0.07), transparent 40%);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-page .guide-feature-list {
    display: grid;
    gap: 14px;
    margin-top: 12px;
}

.home-page .guide-feature-item + .guide-feature-item {
    padding-top: 18px;
    border-top: 1px solid rgba(210, 224, 214, 0.8);
}

.home-page .guide-feature h3 {
    margin: 0;
    color: rgba(39, 52, 59, 0.94);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.3;
}

.home-page .guide-feature p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 12px 0 0;
    color: rgba(39, 52, 59, 0.68);
    font-size: 14px;
    line-height: 1.75;
}

.home-page .guide-feature h3 a,
.home-page .hierarchy-card h3 a,
.home-page .topic-card h3 a,
.home-page .nearby-card h4,
.home-page .article-item h3 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-page .guide-feature h3 a {
    -webkit-line-clamp: 2;
}

.home-page .hierarchy-card h3 a,
.home-page .topic-card h3 a,
.home-page .nearby-card h4 {
    -webkit-line-clamp: 2;
}

.home-page .article-item h3 a {
    -webkit-line-clamp: 1;
}

.home-page .guide-feature-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.home-page .guide-feature-meta span {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(210, 224, 214, 0.9);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    color: rgba(39, 52, 59, 0.66);
    font-size: 13px;
    font-weight: 900;
}

.home-page .guide-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.home-page .guide-stream {
    overflow: hidden;
    min-width: 0;
    border: 1px solid rgba(198, 214, 210, 0.82);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.82);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-page .guide-stream .article-item {
    padding: 14px 18px;
}

.home-page .guide-stream .article-item h3 {
    margin-top: 7px;
    line-height: 1.38;
}

.home-page .guide-feature:hover,
.home-page .guide-stream:hover,
.home-page .hierarchy-card:hover,
.home-page .topic-card:hover,
.home-page .nearby-card:hover {
    transform: translateY(-3px);
    border-color: rgba(47, 143, 134, 0.24);
    box-shadow: var(--shadow-hover);
}

.article-rich .article-inline-gallery-image {
    border: 1px solid rgba(198, 214, 210, 0.76);
    box-shadow: 0 18px 42px rgba(39, 52, 59, 0.08);
}

@media (max-width: 1180px) {
    .home-page .planner-panel {
        grid-template-columns: 1fr;
    }

    .home-page .planner-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-page .planner-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .home-page {
        padding-top: 78px;
    }

    .home-page .guide-layout,
    .home-page .guide-columns {
        grid-template-columns: 1fr;
    }

    .home-page .nearby-cards,
    .home-page .hierarchy-grid,
    .home-page .topic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .home-page {
        padding-top: 72px;
        padding-bottom: 46px;
    }

    .home-page .section-shell {
        width: min(100% - 16px, 1360px);
        padding-top: 16px;
    }

    .home-page .planner-panel,
    .home-page .content-panel,
    .home-page .nearby-panel {
        padding: 14px;
    }

    .home-page .planner-head,
    .home-page .planner-group-head,
    .home-page .content-panel-head,
    .home-page .nearby-head,
    .home-page .planner-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-page .planner-badges {
        justify-content: flex-start;
        max-width: none;
    }

    .home-page .planner-group-head-side {
        justify-items: start;
        max-width: none;
    }

    .home-page .planner-group-head-side p {
        text-align: left;
    }

    .home-page .planner-group-toggle {
        display: inline-flex;
    }

    .home-page .planner-group-card.is-collapsed .planner-grid,
    .home-page .planner-group-card.is-collapsed .planner-bottom-grid {
        display: none;
    }

    .home-page .planner-grid-4,
    .home-page .planner-grid-2,
    .home-page .planner-bottom-grid,
    .home-page .planner-side,
    .home-page .nearby-cards,
    .home-page .hierarchy-grid,
    .home-page .topic-grid {
        grid-template-columns: 1fr;
    }

    .home-page .check-row {
        grid-template-columns: 1fr;
    }

    .home-page .primary-button,
    .home-page .ghost-button {
        width: 100%;
    }

    .home-page .guide-feature h3 {
        font-size: 22px;
    }

    .home-page .nearby-card-media {
        aspect-ratio: 1.35 / 1;
    }
}
