        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
            background: #f4f7f2;
            color: #1e2a1e;
            line-height: 1.7;
            padding: 0 1rem;
        }
        a {
            color: #1b5e20;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover,
        a:focus-visible {
            color: #388e3c;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4 {
            line-height: 1.25;
            color: #0d3b0d;
            margin-bottom: 0.5rem;
            font-weight: 700;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 1.5rem;
        }
        h2 {
            font-size: 1.9rem;
            margin-top: 2.5rem;
            border-left: 6px solid #2e7d32;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.45rem;
            margin-top: 1.8rem;
            color: #1b4d1b;
        }
        h4 {
            font-size: 1.15rem;
            margin-top: 1.2rem;
            color: #2a5c2a;
        }
        p {
            margin-bottom: 1.1rem;
        }
        ul,
        ol {
            margin: 0.8rem 0 1.2rem 1.8rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        strong,
        b {
            color: #0d3b0d;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            padding: 1.2rem 1.8rem 2.5rem;
            border-radius: 20px;
            box-shadow: 0 12px 40px rgba(0, 30, 0, 0.08);
            margin-top: 1rem;
            margin-bottom: 2rem;
        }
        .site-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 0.8rem 0 0.6rem;
            border-bottom: 3px solid #c8e6c9;
            position: relative;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            background: linear-gradient(145deg, #1b5e20, #388e3c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
            text-decoration: none !important;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none !important;
        }
        .logo-sub {
            font-size: 0.7rem;
            display: block;
            color: #558b2f;
            font-weight: 400;
            letter-spacing: 0.3px;
            -webkit-text-fill-color: #558b2f;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 0.8rem;
        }
        .nav-list {
            display: flex;
            list-style: none;
            gap: 0.2rem;
            margin: 0;
            flex-wrap: wrap;
        }
        .nav-list li a {
            display: inline-block;
            padding: 0.5rem 1rem;
            font-weight: 600;
            border-radius: 40px;
            font-size: 0.9rem;
            background: transparent;
            transition: background 0.25s, color 0.25s;
        }
        .nav-list li a:hover {
            background: #e8f5e9;
            color: #1b5e20;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #1b5e20;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            transition: transform 0.2s;
        }
        .hamburger:hover {
            transform: scale(1.1);
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0.7rem 0 0.3rem;
            margin: 0;
            font-size: 0.85rem;
            color: #5a7a5a;
        }
        .breadcrumb li+li::before {
            content: "›";
            padding: 0 0.6rem;
            color: #8aaa8a;
        }
        .breadcrumb a {
            color: #2e7d32;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .search-section {
            background: #f1f8e9;
            padding: 1.2rem 1.5rem;
            border-radius: 16px;
            margin: 1.8rem 0 2rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.8rem 1.5rem;
        }
        .search-section label {
            font-weight: 700;
            font-size: 1rem;
            color: #1b4d1b;
        }
        .search-form {
            display: flex;
            flex: 1 1 280px;
            gap: 0.5rem;
        }
        .search-form input[type="text"] {
            flex: 1;
            padding: 0.7rem 1rem;
            border: 2px solid #c8e6c9;
            border-radius: 50px;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.2s;
            background: #fff;
        }
        .search-form input[type="text"]:focus {
            border-color: #2e7d32;
        }
        .search-form button {
            background: #2e7d32;
            color: #fff;
            border: none;
            border-radius: 50px;
            padding: 0.7rem 1.4rem;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .search-form button:hover {
            background: #1b5e20;
            transform: scale(1.02);
        }
        .feature-image {
            margin: 2rem 0 1.8rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 6px 24px rgba(0, 40, 0, 0.1);
        }
        .feature-image figcaption {
            padding: 0.7rem 1rem;
            background: #f1f8e9;
            font-size: 0.85rem;
            color: #3a5a3a;
            font-style: italic;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            font-size: 0.95rem;
            background: #fafff5;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 30, 0, 0.05);
        }
        .data-table th {
            background: #2e7d32;
            color: #fff;
            padding: 0.8rem 1rem;
            text-align: left;
            font-weight: 700;
        }
        .data-table td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #e0eedd;
        }
        .data-table tr:last-child td {
            border-bottom: none;
        }
        .data-table tr:hover td {
            background: #edf7ea;
        }
        .interaction-area {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.8rem;
            margin: 2.8rem 0 2rem;
        }
        .comment-box,
        .rating-box {
            background: #f9fcf7;
            border: 1px solid #ddeedd;
            border-radius: 18px;
            padding: 1.5rem 1.8rem;
        }
        .comment-box h3,
        .rating-box h3 {
            margin-top: 0;
            font-size: 1.3rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .comment-form textarea {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 2px solid #d4e8d4;
            border-radius: 12px;
            font-size: 0.95rem;
            font-family: inherit;
            resize: vertical;
            min-height: 90px;
            transition: border 0.2s;
            background: #fff;
        }
        .comment-form textarea:focus {
            border-color: #2e7d32;
            outline: none;
        }
        .comment-form input[type="text"] {
            width: 100%;
            padding: 0.65rem 1rem;
            border: 2px solid #d4e8d4;
            border-radius: 12px;
            font-size: 0.95rem;
            margin-top: 0.5rem;
            transition: border 0.2s;
        }
        .comment-form input[type="text"]:focus {
            border-color: #2e7d32;
            outline: none;
        }
        .comment-form button,
        .rating-form button {
            background: #2e7d32;
            color: #fff;
            border: none;
            border-radius: 50px;
            padding: 0.7rem 1.8rem;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            margin-top: 0.8rem;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            background: #1b5e20;
            transform: scale(1.02);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.1rem;
            margin: 0.6rem 0 0.8rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 2rem;
            color: #ccc;
            cursor: pointer;
            transition: color 0.15s, transform 0.1s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f9a825;
            transform: scale(1.05);
        }
        friend-link {
            display: block;
            padding: 1.5rem 1.2rem;
            background: #f1f8e9;
            border-radius: 16px;
            margin: 2.2rem 0 0.5rem;
            font-size: 0.95rem;
        }
        friend-link a {
            display: inline-block;
            margin: 0.2rem 0.6rem 0.2rem 0;
            padding: 0.25rem 0.8rem;
            background: #ffffff;
            border-radius: 30px;
            font-weight: 600;
            color: #1b5e20;
            transition: background 0.2s, box-shadow 0.2s;
        }
        friend-link a:hover {
            background: #e8f5e9;
            box-shadow: 0 2px 8px rgba(0, 40, 0, 0.1);
            text-decoration: none;
        }
        .site-footer {
            border-top: 3px solid #c8e6c9;
            padding: 1.5rem 0 0.8rem;
            margin-top: 1.8rem;
            font-size: 0.85rem;
            color: #4a6a4a;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }
        .site-footer .copyright {
            font-weight: 500;
        }
        @media (max-width: 820px) {
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #ffffff;
                border-radius: 16px;
                padding: 0.8rem 0.4rem;
                box-shadow: 0 12px 30px rgba(0, 20, 0, 0.12);
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                z-index: 50;
                border: 1px solid #ddeedd;
            }
            .nav-list.active {
                display: flex;
            }
            .hamburger {
                display: block;
            }
            .interaction-area {
                grid-template-columns: 1fr;
            }
            .container {
                padding: 0.8rem 1rem 1.8rem;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            .data-table {
                font-size: 0.8rem;
            }
            .data-table th,
            .data-table td {
                padding: 0.5rem 0.6rem;
            }
            .search-section {
                flex-direction: column;
                align-items: stretch;
            }
            .search-form {
                flex: 1 1 auto;
            }
        }
        @media (max-width: 480px) {
            .my-logo {
                font-size: 1.4rem;
            }
            .site-footer {
                flex-direction: column;
                gap: 0.5rem;
                text-align: center;
            }
            .star-rating label {
                font-size: 1.6rem;
            }
        }
        section[id] {
            scroll-margin-top: 1.2rem;
        }
        .highlight-green {
            background: #e8f5e9;
            padding: 0.1rem 0.4rem;
            border-radius: 6px;
            font-weight: 600;
        }
        .badge {
            display: inline-block;
            background: #2e7d32;
            color: #fff;
            font-size: 0.7rem;
            padding: 0.15rem 0.7rem;
            border-radius: 30px;
            font-weight: 700;
            letter-spacing: 0.3px;
        }
        .last-updated {
            font-size: 0.85rem;
            color: #5a7a5a;
            margin-top: 0.2rem;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        hr {
            border: none;
            border-top: 2px dashed #c8e6c9;
            margin: 2rem 0;
        }
