        *,
        *::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: #f7f5f0;
            color: #2d2a24;
            line-height: 1.75;
            padding: 0 16px;
            max-width: 1200px;
            margin: 0 auto;
        }
        a {
            color: #2e7d32;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #1b5e20;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            margin-top: 1.6em;
            margin-bottom: 0.6em;
            color: #1e3a1e;
        }
        h1 {
            font-size: 2.4rem;
            border-bottom: 4px solid #4caf50;
            padding-bottom: 0.2em;
        }
        h2 {
            font-size: 1.8rem;
            border-left: 6px solid #4caf50;
            padding-left: 16px;
            margin-top: 2rem;
        }
        h3 {
            font-size: 1.4rem;
            color: #2e5e2e;
        }
        h4 {
            font-size: 1.15rem;
            color: #3a6b3a;
        }
        p {
            margin-bottom: 1.2em;
            font-size: 1.05rem;
        }
        ul,
        ol {
            margin: 0.8em 0 1.4em 1.8em;
        }
        li {
            margin-bottom: 0.4em;
        }
        strong {
            color: #1b4d1b;
        }
        .emoji {
            font-size: 1.2em;
            margin-right: 4px;
        }
        header {
            padding: 20px 0 10px;
            border-bottom: 2px solid #c8e6c9;
            margin-bottom: 24px;
        }
        .header-top {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 800;
            color: #1b5e20;
            letter-spacing: -0.5px;
            display: flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
        }
        .my-logo:hover {
            text-decoration: none;
            color: #2e7d32;
        }
        .my-logo i {
            color: #f9a825;
            font-size: 2.2rem;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .nav-menu {
            display: flex;
            list-style: none;
            gap: 6px;
            flex-wrap: wrap;
            margin: 0;
        }
        .nav-menu li a {
            display: inline-block;
            padding: 8px 16px;
            border-radius: 30px;
            background: #e8f5e9;
            color: #1b5e20;
            font-weight: 600;
            font-size: 0.95rem;
            transition: all 0.25s;
            border: 1px solid transparent;
        }
        .nav-menu li a:hover {
            background: #1b5e20;
            color: #fff;
            text-decoration: none;
            border-color: #1b5e20;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #1b5e20;
            cursor: pointer;
            padding: 4px 8px;
        }
        .nav-toggle {
            display: none;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 12px 0 4px;
            margin: 0;
            font-size: 0.9rem;
            color: #5d5a55;
        }
        .breadcrumb li+li::before {
            content: "›";
            padding: 0 10px;
            color: #8d8a85;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #2e7d32;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb .active {
            color: #1b5e20;
            font-weight: 600;
        }
        .search-bar {
            display: flex;
            max-width: 520px;
            margin: 20px 0 28px;
            border-radius: 50px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
            border: 1px solid #c8e6c9;
        }
        .search-bar input {
            flex: 1;
            padding: 14px 22px;
            border: none;
            outline: none;
            font-size: 1rem;
            background: #fff;
            min-width: 0;
        }
        .search-bar button {
            padding: 14px 28px;
            background: #2e7d32;
            color: #fff;
            border: none;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-bar button:hover {
            background: #1b5e20;
        }
        .content-area {
            background: #ffffff;
            padding: 32px 28px;
            border-radius: 24px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
            margin-bottom: 32px;
        }
        .content-area p:last-child {
            margin-bottom: 0;
        }
        .featured-image {
            margin: 24px 0 32px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }
        .featured-image img {
            width: 100%;
            max-height: 480px;
            object-fit: cover;
        }
        .featured-image figcaption {
            padding: 12px 16px;
            background: #f1f8e9;
            font-size: 0.9rem;
            color: #336633;
            font-style: italic;
        }
        .update-badge {
            display: inline-block;
            background: #e8f5e9;
            color: #1b5e20;
            padding: 6px 18px;
            border-radius: 30px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 16px;
            border: 1px solid #a5d6a7;
        }
        .rating-section {
            background: #f9fbe7;
            padding: 20px 24px;
            border-radius: 16px;
            margin: 32px 0 24px;
            border: 1px solid #dcedc8;
        }
        .rating-stars {
            display: flex;
            gap: 6px;
            font-size: 2rem;
            color: #f9a825;
            cursor: pointer;
            direction: rtl;
        }
        .rating-stars input {
            display: none;
        }
        .rating-stars label {
            cursor: pointer;
            transition: transform 0.15s, color 0.15s;
            color: #ccc;
        }
        .rating-stars label:hover,
        .rating-stars label:hover~label,
        .rating-stars input:checked~label {
            color: #f9a825;
            transform: scale(1.1);
        }
        .rating-form button {
            margin-top: 12px;
            padding: 10px 32px;
            background: #2e7d32;
            color: #fff;
            border: none;
            border-radius: 40px;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.25s;
        }
        .rating-form button:hover {
            background: #1b5e20;
        }
        .comment-section {
            margin: 32px 0 24px;
            padding: 24px;
            background: #f5f5f0;
            border-radius: 16px;
            border: 1px solid #e0ddd5;
        }
        .comment-section textarea {
            width: 100%;
            padding: 14px 18px;
            border: 1px solid #c8e6c9;
            border-radius: 12px;
            font-size: 1rem;
            font-family: inherit;
            resize: vertical;
            min-height: 100px;
            background: #fff;
        }
        .comment-section input[type="text"] {
            width: 100%;
            padding: 12px 18px;
            border: 1px solid #c8e6c9;
            border-radius: 12px;
            font-size: 1rem;
            margin-bottom: 12px;
            background: #fff;
        }
        .comment-section button {
            padding: 12px 36px;
            background: #2e7d32;
            color: #fff;
            border: none;
            border-radius: 40px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s;
            margin-top: 8px;
        }
        .comment-section button:hover {
            background: #1b5e20;
        }
        .wiki-table {
            width: 100%;
            border-collapse: collapse;
            margin: 24px 0;
            font-size: 0.95rem;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
        }
        .wiki-table th {
            background: #2e7d32;
            color: #fff;
            padding: 12px 16px;
            text-align: left;
            font-weight: 700;
        }
        .wiki-table td {
            padding: 10px 16px;
            border-bottom: 1px solid #e0e0e0;
            background: #fff;
        }
        .wiki-table tr:nth-child(even) td {
            background: #f9fbe7;
        }
        .wiki-table tr:hover td {
            background: #e8f5e9;
        }
        .interview-block {
            background: #f1f8e9;
            padding: 24px 28px;
            border-radius: 16px;
            border-left: 6px solid #4caf50;
            margin: 28px 0;
        }
        .interview-block .quote {
            font-size: 1.1rem;
            font-style: italic;
            color: #2d2a24;
        }
        .interview-block .author {
            font-weight: 700;
            color: #1b5e20;
            margin-top: 12px;
        }
        friend-link {
            display: block;
            background: #f1f8e9;
            padding: 24px 28px;
            border-radius: 16px;
            margin: 32px 0 16px;
            border: 1px solid #c8e6c9;
        }
        friend-link h3 {
            margin-top: 0;
            font-size: 1.3rem;
            color: #1b5e20;
        }
        friend-link ul {
            list-style: none;
            margin: 12px 0 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 8px 20px;
        }
        friend-link li a {
            color: #2e7d32;
            font-weight: 600;
            font-size: 0.95rem;
        }
        friend-link li a:hover {
            text-decoration: underline;
        }
        footer {
            padding: 28px 0 32px;
            border-top: 2px solid #c8e6c9;
            margin-top: 24px;
            text-align: center;
            font-size: 0.9rem;
            color: #5d5a55;
        }
        footer .copyright {
            font-weight: 600;
            color: #1b5e20;
            margin-top: 8px;
        }
        @media (max-width: 768px) {
            body {
                padding: 0 12px;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
                padding-left: 12px;
            }
            h3 {
                font-size: 1.2rem;
            }
            .content-area {
                padding: 20px 16px;
            }
            .header-top {
                flex-wrap: wrap;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .my-logo i {
                font-size: 1.6rem;
            }
            .hamburger {
                display: block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #fff;
                padding: 16px 0;
                border-radius: 16px;
                box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
                margin-top: 12px;
                border: 1px solid #c8e6c9;
            }
            .nav-menu li a {
                display: block;
                padding: 12px 20px;
                border-radius: 0;
                background: transparent;
                border-bottom: 1px solid #f0eee8;
            }
            .nav-menu li:last-child a {
                border-bottom: none;
            }
            .nav-toggle:checked~.nav-menu {
                display: flex;
            }
            .nav-wrapper {
                flex-wrap: wrap;
            }
            .search-bar {
                max-width: 100%;
                flex-direction: row;
            }
            .search-bar input {
                padding: 12px 16px;
                font-size: 0.95rem;
            }
            .search-bar button {
                padding: 12px 20px;
                font-size: 0.9rem;
            }
            .wiki-table {
                font-size: 0.85rem;
            }
            .wiki-table th,
            .wiki-table td {
                padding: 8px 10px;
            }
            .rating-stars {
                font-size: 1.6rem;
            }
            .interview-block {
                padding: 16px 18px;
            }
            friend-link {
                padding: 16px 18px;
            }
            friend-link ul {
                flex-direction: column;
                gap: 6px;
            }
        }
        @media (max-width: 480px) {
            h1 {
                font-size: 1.5rem;
            }
            h2 {
                font-size: 1.2rem;
            }
            h3 {
                font-size: 1.05rem;
            }
            .content-area {
                padding: 14px 12px;
            }
            .my-logo {
                font-size: 1.2rem;
            }
            .my-logo i {
                font-size: 1.3rem;
            }
            .search-bar button span {
                display: none;
            }
            .breadcrumb {
                font-size: 0.8rem;
            }
        }
        .text-green {
            color: #2e7d32;
        }
        .bg-light-green {
            background: #f1f8e9;
        }
        .mt-0 {
            margin-top: 0;
        }
        .mb-0 {
            margin-bottom: 0;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 12px;
        }
        .gap-8 {
            gap: 8px;
        }
        .list-inline {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }
