        *,
        *::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;
            background: #f5f2eb;
            color: #2d2a24;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #4a7c3f;
            text-decoration: underline;
            transition: color 0.2s;
        }
        a:hover {
            color: #2b5a1f;
            text-decoration: none;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin: 0.75rem 0;
        }
        li {
            margin-bottom: 0.3rem;
        }
        h1 {
            font-size: 2.4rem;
            font-weight: 800;
            color: #2d4a1e;
            margin: 0 0 0.5rem 0;
            line-height: 1.2;
            letter-spacing: -0.02em;
        }
        h2 {
            font-size: 1.8rem;
            font-weight: 700;
            color: #3d5a2a;
            margin: 2rem 0 0.75rem 0;
            border-left: 5px solid #7cb342;
            padding-left: 0.9rem;
            line-height: 1.3;
        }
        h3 {
            font-size: 1.35rem;
            font-weight: 600;
            color: #4d6b38;
            margin: 1.5rem 0 0.5rem 0;
            line-height: 1.4;
        }
        h4 {
            font-size: 1.1rem;
            font-weight: 600;
            color: #5a7a44;
            margin: 1rem 0 0.4rem 0;
            line-height: 1.4;
        }
        p {
            margin: 0 0 1rem 0;
        }
        .text-muted {
            color: #6b6560;
        }
        .text-sm {
            font-size: 0.9rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: linear-gradient(145deg, #3d5a2a, #2d4a1e);
            color: #fff;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.5rem 1rem;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 800;
            color: #f5e6c8;
            text-decoration: none;
            letter-spacing: -0.03em;
            background: rgba(255, 255, 255, 0.08);
            padding: 0.2rem 0.8rem;
            border-radius: 40px;
            transition: background 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo:hover {
            background: rgba(255, 255, 255, 0.18);
            color: #f5e6c8;
        }
        .my-logo i {
            color: #ffd54f;
            font-size: 1.3rem;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            color: #e8e0d4;
            text-decoration: none;
            padding: 0.4rem 0.9rem;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: background 0.2s, color 0.2s;
            white-space: nowrap;
        }
        .main-nav a:hover,
        .main-nav a.active {
            background: rgba(255, 255, 255, 0.15);
            color: #ffd54f;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #f5e6c8;
            font-size: 1.6rem;
            cursor: pointer;
            padding: 0.2rem 0.5rem;
            transition: color 0.2s;
        }
        .hamburger:hover {
            color: #ffd54f;
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumb {
            background: #ece7de;
            padding: 0.6rem 0;
            font-size: 0.85rem;
            border-bottom: 1px solid #d6cfc2;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.5rem;
            color: #8a7f72;
        }
        .breadcrumb a {
            color: #4a7c3f;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb .current {
            color: #6b6560;
        }
        .hero-image {
            margin: 1.5rem 0 2rem 0;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.10);
            background: #d9d0c0;
        }
        .hero-image img {
            width: 100%;
            height: auto;
            display: block;
            aspect-ratio: 1200/630;
            object-fit: cover;
        }
        .hero-caption {
            background: #f0ebe2;
            padding: 0.6rem 1.2rem;
            font-style: italic;
            color: #5a4f44;
            font-size: 0.9rem;
            border-radius: 0 0 20px 20px;
        }
        .info-box {
            background: #f0ebe2;
            border-left: 5px solid #7cb342;
            padding: 1rem 1.4rem;
            border-radius: 12px;
            margin: 1.5rem 0;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        }
        .info-box strong {
            color: #2d4a1e;
        }
        .highlight {
            background: #fff8e1;
            padding: 0.1rem 0.3rem;
            border-radius: 6px;
            font-weight: 600;
        }
        .search-form {
            display: flex;
            gap: 0.5rem;
            margin: 1.8rem 0;
            flex-wrap: wrap;
            max-width: 600px;
        }
        .search-form input[type="text"] {
            flex: 1;
            min-width: 180px;
            padding: 0.7rem 1.2rem;
            border: 2px solid #d6cfc2;
            border-radius: 40px;
            font-size: 1rem;
            background: #fff;
            transition: border 0.2s;
        }
        .search-form input[type="text"]:focus {
            border-color: #7cb342;
            outline: none;
            box-shadow: 0 0 0 3px rgba(124, 179, 66, 0.15);
        }
        .search-form button {
            background: #4a7c3f;
            color: #fff;
            border: none;
            padding: 0.7rem 1.6rem;
            border-radius: 40px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .search-form button:hover {
            background: #2d5a1f;
            transform: scale(1.02);
        }
        .interaction-section {
            background: #f0ebe2;
            border-radius: 20px;
            padding: 1.8rem 2rem;
            margin: 2.5rem 0;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
        }
        .interaction-section h3 {
            margin-top: 0;
        }
        .form-group {
            margin-bottom: 1rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 0.3rem;
            color: #3d5a2a;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.6rem 1rem;
            border: 2px solid #d6cfc2;
            border-radius: 12px;
            font-size: 1rem;
            background: #fff;
            transition: border 0.2s;
            font-family: inherit;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: #7cb342;
            outline: none;
            box-shadow: 0 0 0 3px rgba(124, 179, 66, 0.12);
        }
        .form-group textarea {
            resize: vertical;
            min-height: 100px;
        }
        .form-row {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }
        .form-row .form-group {
            flex: 1;
            min-width: 140px;
        }
        .btn {
            background: #4a7c3f;
            color: #fff;
            border: none;
            padding: 0.7rem 2rem;
            border-radius: 40px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .btn:hover {
            background: #2d5a1f;
            transform: scale(1.02);
        }
        .btn-outline {
            background: transparent;
            color: #4a7c3f;
            border: 2px solid #4a7c3f;
        }
        .btn-outline:hover {
            background: #4a7c3f;
            color: #fff;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            gap: 0.25rem;
            justify-content: flex-end;
            font-size: 1.8rem;
            margin: 0.3rem 0;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            color: #d6cfc2;
            transition: color 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f9a825;
        }
        .site-footer {
            background: #2d4a1e;
            color: #d9d0c0;
            padding: 2.5rem 0 1.5rem 0;
            margin-top: 3rem;
            border-top: 6px solid #7cb342;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        .site-footer h4 {
            color: #f5e6c8;
            margin-bottom: 0.8rem;
            font-weight: 700;
        }
        .site-footer a {
            color: #b8d4a8;
            text-decoration: none;
        }
        .site-footer a:hover {
            color: #ffd54f;
            text-decoration: underline;
        }
        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-links li {
            margin-bottom: 0.35rem;
        }
        .footer-bottom {
            border-top: 1px solid #4d6b38;
            padding-top: 1.2rem;
            margin-top: 2rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            font-size: 0.85rem;
        }
        friend-link {
            display: block;
            margin: 1rem 0 0.5rem 0;
            font-style: normal;
        }
        friend-link a {
            display: inline-block;
            margin: 0.2rem 0.6rem 0.2rem 0;
        }
        .last-updated {
            display: inline-block;
            background: #e8e0d4;
            color: #4d3d30;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }
        @media (max-width: 900px) {
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 700px) {
            .hamburger {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                background: rgba(45, 74, 30, 0.97);
                padding: 0.8rem 0.6rem;
                border-radius: 0 0 20px 20px;
                margin-top: 0.4rem;
                gap: 0.1rem;
            }
            #nav-toggle:checked+.hamburger+.main-nav {
                display: flex;
            }
            .main-nav a {
                padding: 0.6rem 1rem;
                border-radius: 12px;
                text-align: center;
            }
            .header-inner {
                align-items: center;
            }
            .my-logo {
                font-size: 1.3rem;
                padding: 0.1rem 0.6rem;
            }
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
            .interaction-section {
                padding: 1.2rem 1rem;
            }
            .form-row {
                flex-direction: column;
                gap: 0;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                justify-content: center;
            }
            .breadcrumb ol {
                font-size: 0.75rem;
            }
            .hero-image {
                border-radius: 12px;
            }
            .hero-caption {
                border-radius: 0 0 12px 12px;
                font-size: 0.8rem;
            }
        }
        @media (max-width: 480px) {
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            .container {
                padding: 0 0.8rem;
            }
            .star-rating {
                font-size: 1.5rem;
            }
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.5rem;
            align-items: center;
        }
        .gap-1 {
            gap: 0.5rem;
        }
        .grid-2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
        }
        @media (max-width: 600px) {
            .grid-2 {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        .inline-icon {
            margin-right: 0.3rem;
        }
        .emoji-lg {
            font-size: 1.3rem;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
        }
        th,
        td {
            padding: 0.6rem 1rem;
            text-align: left;
            border-bottom: 1px solid #e0d8cc;
        }
        th {
            background: #e8f0e0;
            font-weight: 700;
            color: #2d4a1e;
        }
        tr:last-child td {
            border-bottom: none;
        }
        .badge {
            display: inline-block;
            background: #7cb342;
            color: #fff;
            padding: 0.1rem 0.7rem;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 700;
        }
        .badge-gold {
            background: #f9a825;
        }
        .blockquote {
            background: #f5f0e8;
            border-left: 5px solid #7cb342;
            padding: 0.8rem 1.2rem;
            margin: 1rem 0;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #4d3d30;
        }
        .blockquote cite {
            display: block;
            margin-top: 0.4rem;
            font-style: normal;
            font-weight: 600;
            color: #4a7c3f;
        }
