        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.7;
            color: #1a2a1f;
            background: #f5f3ee;
            padding: 0;
            margin: 0;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #2d6a4f;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #1b4332;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 800;
            line-height: 1.2;
            color: #1b4332;
            margin-bottom: 0.75rem;
            letter-spacing: -0.02em;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.3;
            color: #2d6a4f;
            margin-top: 2.8rem;
            margin-bottom: 0.8rem;
            border-bottom: 3px solid #95d5b2;
            padding-bottom: 0.4rem;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            line-height: 1.4;
            color: #2d6a4f;
            margin-top: 2rem;
            margin-bottom: 0.6rem;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            line-height: 1.5;
            color: #3a7b5c;
            margin-top: 1.5rem;
            margin-bottom: 0.4rem;
        }
        p {
            margin-bottom: 1.2rem;
            color: #2c3e2f;
        }
        .text-muted {
            color: #5a7a6a;
            font-size: 0.95rem;
        }
        .text-small {
            font-size: 0.85rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: linear-gradient(135deg, #1b4332 0%, #2d6a4f 50%, #40916c 100%);
            color: #fff;
            padding: 0.8rem 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            position: sticky;
            top: 0;
            z-index: 100;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            color: #fff;
            text-decoration: none;
            letter-spacing: -0.02em;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            transition: opacity 0.2s;
        }
        .my-logo:hover {
            opacity: 0.9;
            text-decoration: none;
            color: #fff;
        }
        .my-logo i {
            font-size: 2rem;
            color: #d8f3dc;
        }
        .my-logo span {
            font-size: 0.7rem;
            font-weight: 400;
            opacity: 0.8;
            display: block;
            line-height: 1.2;
        }
        .logo-sub {
            font-size: 0.65rem;
            font-weight: 300;
            opacity: 0.75;
            letter-spacing: 0.3px;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 1.2rem;
        }
        .main-nav a {
            color: #d8f3dc;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 0.3rem 0.6rem;
            border-radius: 6px;
            transition: background 0.2s, color 0.2s;
        }
        .main-nav a:hover {
            background: rgba(255, 255, 255, 0.15);
            color: #fff;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .breadcrumb {
            background: #e9ece5;
            padding: 0.6rem 0;
            font-size: 0.85rem;
            color: #5a7a6a;
        }
        .breadcrumb-inner {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem;
            align-items: center;
        }
        .breadcrumb-inner a {
            color: #2d6a4f;
        }
        .breadcrumb-inner .sep {
            color: #95b8a8;
        }
        .breadcrumb-inner .current {
            color: #1b4332;
            font-weight: 500;
        }
        .hero {
            background: linear-gradient(145deg, #1b4332 0%, #2d6a4f 40%, #40916c 100%);
            color: #fff;
            padding: 3rem 0 2.5rem;
            margin-bottom: 2rem;
            border-radius: 0 0 40px 40px;
        }
        .hero h1 {
            color: #fff;
            font-size: 2.8rem;
            text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
        }
        .hero p {
            color: #d8f3dc;
            font-size: 1.15rem;
            max-width: 720px;
        }
        .hero .meta {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            margin-top: 1.2rem;
            font-size: 0.95rem;
            color: #b7e4c7;
        }
        .hero .meta i {
            margin-right: 0.4rem;
        }
        .content-area {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
            padding: 0 0 2.5rem;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            min-width: 0;
        }
        .card {
            background: #fff;
            border-radius: 16px;
            padding: 1.6rem;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
            margin-bottom: 1.8rem;
            transition: box-shadow 0.2s;
        }
        .card:hover {
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
        }
        .card h3 {
            margin-top: 0;
        }
        .feature-image {
            border-radius: 16px;
            overflow: hidden;
            margin: 1.5rem 0 2rem;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }
        .feature-image img {
            width: 100%;
            object-fit: cover;
        }
        .feature-image figcaption {
            background: #f0efe9;
            padding: 0.6rem 1.2rem;
            font-size: 0.85rem;
            color: #5a7a6a;
            font-style: italic;
        }
        .link-list {
            list-style: none;
            padding: 0;
        }
        .link-list li {
            padding: 0.6rem 0;
            border-bottom: 1px solid #e8ece5;
            margin-bottom: 0;
        }
        .link-list li:last-child {
            border-bottom: none;
        }
        .link-list a {
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .link-list a i {
            font-size: 0.8rem;
            color: #95b8a8;
        }
        .search-form {
            display: flex;
            gap: 0.6rem;
            margin: 1rem 0;
        }
        .search-form input {
            flex: 1;
            padding: 0.7rem 1rem;
            border: 2px solid #d8e2d6;
            border-radius: 10px;
            font-size: 1rem;
            background: #fff;
            transition: border 0.2s;
            outline: none;
        }
        .search-form input:focus {
            border-color: #2d6a4f;
        }
        .search-form button {
            padding: 0.7rem 1.4rem;
            background: #2d6a4f;
            color: #fff;
            border: none;
            border-radius: 10px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
        }
        .search-form button:hover {
            background: #1b4332;
            transform: scale(1.02);
        }
        .search-form button i {
            margin-right: 0.3rem;
        }
        .comment-box,
        .score-box {
            margin-top: 1.2rem;
        }
        .comment-box textarea {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 2px solid #d8e2d6;
            border-radius: 10px;
            font-size: 1rem;
            font-family: inherit;
            resize: vertical;
            min-height: 100px;
            transition: border 0.2s;
            outline: none;
        }
        .comment-box textarea:focus {
            border-color: #2d6a4f;
        }
        .comment-box .btn,
        .score-box .btn {
            padding: 0.6rem 1.6rem;
            background: #2d6a4f;
            color: #fff;
            border: none;
            border-radius: 10px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            margin-top: 0.6rem;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .comment-box .btn:hover,
        .score-box .btn:hover {
            background: #1b4332;
            transform: scale(1.02);
        }
        .star-rating {
            display: flex;
            gap: 0.3rem;
            font-size: 1.8rem;
            color: #d8e2d6;
            cursor: pointer;
            transition: color 0.2s;
            margin: 0.6rem 0;
        }
        .star-rating .star {
            transition: color 0.15s, transform 0.15s;
        }
        .star-rating .star:hover,
        .star-rating .star.active {
            color: #f4a261;
            transform: scale(1.1);
        }
        .star-rating .star.selected {
            color: #e76f51;
        }
        .sidebar .card h3 {
            font-size: 1.2rem;
            border-bottom: 2px solid #95d5b2;
            padding-bottom: 0.4rem;
            margin-bottom: 0.8rem;
        }
        .sidebar .card h3 i {
            margin-right: 0.5rem;
            color: #2d6a4f;
        }
        friend-link {
            display: block;
            padding: 1.2rem 0;
        }
        friend-link .friend-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            list-style: none;
            padding: 0;
        }
        friend-link .friend-grid li {
            margin-bottom: 0;
        }
        friend-link .friend-grid a {
            background: #e9ece5;
            padding: 0.4rem 1rem;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: background 0.2s, color 0.2s;
            display: inline-block;
        }
        friend-link .friend-grid a:hover {
            background: #2d6a4f;
            color: #fff;
            text-decoration: none;
        }
        .site-footer {
            background: #1b4332;
            color: #d8f3dc;
            padding: 2rem 0 1.2rem;
            margin-top: 2rem;
        }
        .site-footer .footer-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 1.5rem;
        }
        .site-footer .footer-copy {
            font-size: 0.85rem;
            opacity: 0.8;
            text-align: center;
            width: 100%;
            padding-top: 1rem;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            margin-top: 1rem;
        }
        .site-footer a {
            color: #95d5b2;
        }
        .site-footer a:hover {
            color: #d8f3dc;
        }
        @media (max-width: 900px) {
            .content-area {
                grid-template-columns: 1fr;
            }
            .sidebar {
                order: 2;
            }
            .main-content {
                order: 1;
            }
            h1 {
                font-size: 2rem;
            }
            .hero h1 {
                font-size: 2.2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .hero {
                padding: 2rem 0 1.5rem;
            }
        }
        @media (max-width: 640px) {
            .header-inner {
                flex-wrap: wrap;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                gap: 0.4rem;
                padding: 0.8rem 0 0.4rem;
                border-top: 1px solid rgba(255, 255, 255, 0.15);
                margin-top: 0.6rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.5rem 0.8rem;
                font-size: 1rem;
            }
            .hamburger {
                display: block;
            }
            h1 {
                font-size: 1.7rem;
            }
            .hero h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .container {
                padding: 0 0.9rem;
            }
            .card {
                padding: 1.2rem;
            }
            .feature-image {
                margin: 1rem 0 1.5rem;
            }
            .hero .meta {
                flex-direction: column;
                gap: 0.4rem;
                font-size: 0.85rem;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
            .star-rating {
                font-size: 1.5rem;
            }
            friend-link .friend-grid {
                gap: 0.6rem;
            }
            .site-footer .footer-inner {
                flex-direction: column;
                text-align: center;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
        }
        .highlight {
            background: #f0f7f0;
            padding: 0.1rem 0.3rem;
            border-radius: 4px;
            font-weight: 600;
        }
        .badge {
            display: inline-block;
            background: #95d5b2;
            color: #1b4332;
            padding: 0.2rem 0.8rem;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 0.3px;
        }
        .divider {
            height: 2px;
            background: linear-gradient(to right, #95d5b2, transparent);
            margin: 2rem 0;
        }
        .emoji-lg {
            font-size: 1.4em;
            line-height: 1;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.2rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
        }
        table th {
            background: #2d6a4f;
            color: #fff;
            padding: 0.6rem 1rem;
            text-align: left;
        }
        table td {
            padding: 0.6rem 1rem;
            border-bottom: 1px solid #e8ece5;
        }
        table tr:hover td {
            background: #f5faf5;
        }
        .scroll-top {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: #2d6a4f;
            color: #fff;
            border: none;
            font-size: 1.3rem;
            cursor: pointer;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
            transition: transform 0.2s, background 0.2s;
            z-index: 50;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .scroll-top:hover {
            transform: scale(1.08);
            background: #1b4332;
        }
        @media (max-width: 480px) {
            .scroll-top {
                bottom: 1rem;
                right: 1rem;
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }
        }
        .eeat-badge {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            margin: 1rem 0;
            font-size: 0.85rem;
        }
        .eeat-badge span {
            background: #e9ece5;
            padding: 0.3rem 1rem;
            border-radius: 20px;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
