        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
            line-height: 1.7;
            color: #2c2b28;
            background: #f6f2eb;
            background-image: linear-gradient(145deg, #f6f2eb 0%, #ede7dc 100%);
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a {
            color: #3d7a2a;
            text-decoration: none;
            transition: color 0.2s, border-color 0.2s;
        }
        a:hover,
        a:focus-visible {
            color: #6abf4b;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #1d3b12;
            margin-top: 1.6em;
            margin-bottom: 0.5em;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.4em;
        }
        h2 {
            font-size: 1.8rem;
            border-bottom: 3px solid #cba87b;
            padding-bottom: 0.25em;
        }
        h3 {
            font-size: 1.4rem;
            color: #2b5a1a;
        }
        h4 {
            font-size: 1.15rem;
            color: #3d2d1b;
        }
        p {
            margin-bottom: 1.2em;
        }
        ul,
        ol {
            margin-bottom: 1.2em;
            padding-left: 1.6em;
        }
        li {
            margin-bottom: 0.35em;
        }
        strong {
            color: #1f4a10;
            font-weight: 700;
        }
        em {
            font-style: italic;
            color: #5a4a33;
        }
        hr {
            border: none;
            border-top: 2px dashed #cba87b;
            margin: 2.5rem 0;
        }
        .skip-link {
            position: absolute;
            top: -100%;
            left: 1rem;
            background: #1d3b12;
            color: #fff;
            padding: 0.6rem 1.2rem;
            border-radius: 0 0 6px 6px;
            z-index: 1000;
            font-weight: 600;
        }
        .skip-link:focus {
            top: 0;
        }
        .container {
            max-width: 1180px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: linear-gradient(135deg, #1d3b12 0%, #2d5e1a 100%);
            color: #fff;
            padding: 0.6rem 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
            position: sticky;
            top: 0;
            z-index: 900;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.6rem 1.2rem;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #ffd35c;
            text-shadow: 2px 2px 0 #1f3d13, 4px 4px 0 rgba(0, 0, 0, 0.2);
            transition: transform 0.2s;
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
            color: #ffe07a;
        }
        .my-logo i {
            font-size: 1.6rem;
            color: #ffb347;
        }
        .my-logo small {
            font-size: 0.55rem;
            font-weight: 400;
            color: #cde4c0;
            letter-spacing: 0.5px;
            align-self: flex-end;
            margin-bottom: 0.2rem;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 0.8rem;
        }
        .main-nav {
            display: flex;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            color: #e8f0e0;
            font-weight: 500;
            padding: 0.4rem 0.9rem;
            border-radius: 30px;
            font-size: 0.9rem;
            transition: background 0.25s, color 0.25s;
            white-space: nowrap;
        }
        .main-nav a:hover,
        .main-nav a:focus-visible {
            background: rgba(255, 255, 255, 0.18);
            color: #ffd35c;
            text-decoration: none;
        }
        .main-nav a i {
            margin-right: 0.3rem;
            font-size: 0.8rem;
        }
        .hamburger {
            display: none;
            background: none;
            border: 2px solid #e8f0e0;
            color: #e8f0e0;
            font-size: 1.4rem;
            padding: 0.3rem 0.7rem;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(255, 255, 255, 0.12);
        }
        .hamburger i {
            pointer-events: none;
        }
        .breadcrumbs {
            background: #e3d9cb;
            padding: 0.55rem 0;
            font-size: 0.85rem;
            border-bottom: 1px solid #d4c4b0;
        }
        .breadcrumbs ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            margin: 0;
            padding: 0;
        }
        .breadcrumbs li+li::before {
            content: "›";
            margin-right: 0.5rem;
            color: #7a6a55;
            font-weight: 600;
        }
        .breadcrumbs a {
            color: #3d7a2a;
        }
        .breadcrumbs .current {
            color: #4d3a28;
            font-weight: 600;
        }
        .hero {
            background: linear-gradient(145deg, #2d5e1a, #1d3b12);
            color: #fff;
            padding: 2.8rem 1.2rem;
            border-radius: 0 0 48px 48px;
            margin-bottom: 2.5rem;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
            text-align: center;
        }
        .hero h1 {
            color: #ffd35c;
            font-size: 2.8rem;
            margin-top: 0;
            text-shadow: 2px 2px 0 #1f3d13;
        }
        .hero p {
            font-size: 1.15rem;
            max-width: 780px;
            margin: 0.8rem auto 0;
            color: #e2f0d8;
        }
        .hero .meta {
            font-size: 0.9rem;
            color: #b8d4a8;
            margin-top: 1.2rem;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 1.2rem;
        }
        .hero .meta i {
            margin-right: 0.4rem;
        }
        .search-section {
            background: #fff;
            border-radius: 20px;
            padding: 1.6rem 2rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            margin-bottom: 2.2rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 1rem;
        }
        .search-section label {
            font-weight: 600;
            color: #1d3b12;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form {
            display: flex;
            flex: 1 1 300px;
            gap: 0.4rem;
        }
        .search-form input {
            flex: 1;
            padding: 0.7rem 1.2rem;
            border: 2px solid #d4c4b0;
            border-radius: 40px;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.25s;
            background: #faf8f5;
        }
        .search-form input:focus {
            border-color: #3d7a2a;
        }
        .search-form button {
            background: #3d7a2a;
            color: #fff;
            border: none;
            border-radius: 40px;
            padding: 0.7rem 1.6rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .search-form button:hover {
            background: #2d5e1a;
            transform: scale(1.02);
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
            margin-bottom: 3rem;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            min-width: 0;
        }
        .info-box {
            background: #fff;
            border-radius: 18px;
            padding: 1.6rem 1.8rem;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
            margin-bottom: 2rem;
            border-left: 6px solid #3d7a2a;
        }
        .info-box.warning {
            border-left-color: #d4a24e;
        }
        .info-box.tip {
            border-left-color: #2d7a9e;
        }
        .info-box h3 {
            margin-top: 0;
        }
        .pylon-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.92rem;
            margin: 1.2rem 0 1.8rem;
            background: #fff;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
        }
        .pylon-table th {
            background: #1d3b12;
            color: #ffd35c;
            padding: 0.7rem 0.8rem;
            text-align: left;
            font-weight: 600;
        }
        .pylon-table td {
            padding: 0.65rem 0.8rem;
            border-bottom: 1px solid #ece3d8;
        }
        .pylon-table tr:last-child td {
            border-bottom: none;
        }
        .pylon-table tr:hover td {
            background: #f8f3eb;
        }
        .featured-img {
            border-radius: 18px;
            overflow: hidden;
            margin: 1.8rem 0;
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
            background: #e3d9cb;
        }
        .featured-img img {
            width: 100%;
            height: auto;
            aspect-ratio: 16/9;
            object-fit: cover;
        }
        .featured-img figcaption {
            padding: 0.7rem 1.2rem;
            font-size: 0.85rem;
            color: #4d3a28;
            background: #f0ebe2;
            font-style: italic;
        }
        .link-list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.8rem;
            list-style: none;
            padding: 0;
        }
        .link-list li a {
            background: #e3d9cb;
            padding: 0.2rem 0.9rem;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #1d3b12;
            transition: background 0.2s;
        }
        .link-list li a:hover {
            background: #cba87b;
            color: #fff;
            text-decoration: none;
        }
        .rating-area {
            background: #fff;
            border-radius: 20px;
            padding: 1.6rem 2rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            margin-bottom: 2rem;
        }
        .rating-area h3 {
            margin-top: 0;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.2rem;
            font-size: 1.8rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #d4c4b0;
            cursor: pointer;
            transition: color 0.2s, transform 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5b342;
        }
        .star-rating label:hover {
            transform: scale(1.15);
        }
        .rating-area .score-btn {
            margin-top: 0.8rem;
            background: #3d7a2a;
            color: #fff;
            border: none;
            padding: 0.55rem 2rem;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s;
        }
        .rating-area .score-btn:hover {
            background: #2d5e1a;
        }
        .comments-area {
            background: #fff;
            border-radius: 20px;
            padding: 1.6rem 2rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            margin-bottom: 2rem;
        }
        .comments-area h3 {
            margin-top: 0;
        }
        .comment-form textarea {
            width: 100%;
            padding: 0.8rem 1.2rem;
            border: 2px solid #d4c4b0;
            border-radius: 14px;
            font-size: 0.95rem;
            resize: vertical;
            min-height: 100px;
            font-family: inherit;
            transition: border 0.25s;
            background: #faf8f5;
        }
        .comment-form textarea:focus {
            border-color: #3d7a2a;
            outline: none;
        }
        .comment-form .comment-row {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem;
            margin-top: 0.6rem;
            align-items: center;
        }
        .comment-form input[type="text"] {
            flex: 1 1 180px;
            padding: 0.55rem 1rem;
            border: 2px solid #d4c4b0;
            border-radius: 40px;
            font-size: 0.9rem;
            background: #faf8f5;
            transition: border 0.25s;
        }
        .comment-form input[type="text"]:focus {
            border-color: #3d7a2a;
            outline: none;
        }
        .comment-form .comment-btn {
            background: #3d7a2a;
            color: #fff;
            border: none;
            padding: 0.55rem 2rem;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s;
        }
        .comment-form .comment-btn:hover {
            background: #2d5e1a;
        }
        .sidebar-widget {
            background: #fff;
            border-radius: 18px;
            padding: 1.4rem 1.6rem;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
            margin-bottom: 1.8rem;
        }
        .sidebar-widget h3 {
            margin-top: 0;
            font-size: 1.2rem;
            border-bottom: 2px solid #e3d9cb;
            padding-bottom: 0.4rem;
        }
        .sidebar-widget ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sidebar-widget li {
            padding: 0.35rem 0;
            border-bottom: 1px solid #f0ebe2;
        }
        .sidebar-widget li:last-child {
            border-bottom: none;
        }
        .sidebar-widget a {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: #2c2b28;
        }
        .sidebar-widget a:hover {
            color: #3d7a2a;
            text-decoration: none;
        }
        .sidebar-widget a i {
            color: #cba87b;
            width: 1.2rem;
            text-align: center;
        }
        .friend-links-wrap {
            background: #e3d9cb;
            border-radius: 20px;
            padding: 1.4rem 1.8rem;
            margin: 2.5rem 0 1.8rem;
        }
        .friend-links-wrap h3 {
            margin-top: 0;
            color: #1d3b12;
        }
        friend-link {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1rem;
            font-size: 0.95rem;
        }
        friend-link a {
            color: #3d7a2a;
            font-weight: 500;
        }
        friend-link a:hover {
            color: #1d3b12;
        }
        .site-footer {
            background: #1d3b12;
            color: #cde4c0;
            padding: 2rem 0;
            margin-top: auto;
            font-size: 0.9rem;
        }
        .site-footer .footer-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 1rem;
            align-items: center;
        }
        .site-footer a {
            color: #ffd35c;
        }
        .site-footer a:hover {
            color: #ffe07a;
        }
        .site-footer .copyright {
            font-size: 0.82rem;
            color: #a8c898;
        }
        .schema-hidden {
            display: none;
        }
        @media (max-width: 900px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .hero h1 {
                font-size: 2rem;
            }
        }
        @media (max-width: 720px) {
            .hamburger {
                display: block;
            }
            .main-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #1d3b12;
                padding: 0.8rem 0.4rem;
                border-radius: 0 0 16px 16px;
                margin-top: 0.4rem;
                gap: 0.1rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.5rem 1rem;
                border-radius: 8px;
            }
            .header-inner {
                align-items: center;
            }
            .hero {
                padding: 1.8rem 1rem;
                border-radius: 0 0 28px 28px;
            }
            .hero h1 {
                font-size: 1.6rem;
            }
            .search-section {
                padding: 1.2rem 1.2rem;
                flex-direction: column;
                align-items: stretch;
            }
            .search-form {
                flex-wrap: wrap;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
            .info-box {
                padding: 1.2rem 1.2rem;
            }
            .rating-area,
            .comments-area {
                padding: 1.2rem 1.2rem;
            }
            .pylon-table {
                font-size: 0.8rem;
            }
            .pylon-table th,
            .pylon-table td {
                padding: 0.4rem 0.5rem;
            }
            .sidebar-widget {
                padding: 1rem 1.2rem;
            }
            .friend-links-wrap {
                padding: 1rem 1.2rem;
            }
            .site-footer .footer-inner {
                flex-direction: column;
                text-align: center;
            }
        }
        @media (max-width: 480px) {
            .my-logo {
                font-size: 1.4rem;
            }
            .my-logo small {
                font-size: 0.45rem;
            }
            .hero h1 {
                font-size: 1.3rem;
            }
            .hero p {
                font-size: 0.95rem;
            }
            .breadcrumbs {
                font-size: 0.75rem;
            }
            .pylon-table {
                font-size: 0.7rem;
            }
            .pylon-table th,
            .pylon-table td {
                padding: 0.3rem 0.35rem;
            }
        }
        @media print {
            .site-header {
                position: static;
                background: #1d3b12;
            }
            .hamburger {
                display: none !important;
            }
            .main-nav {
                display: flex !important;
            }
            .search-section,
            .rating-area,
            .comments-area {
                break-inside: avoid;
            }
            .hero {
                background: #2d5e1a;
                color: #fff;
            }
            .site-footer {
                background: #1d3b12;
            }
        }
