        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
            background: #f0f4e8;
            color: #1e2a1e;
            line-height: 1.7;
            scroll-behavior: smooth;
        }
        a {
            color: #2a7a2a;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #4caf50;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(145deg, #1b3a1b, #2d5a2d);
            padding: 16px 0;
            border-bottom: 4px solid #7cb342;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            color: #f1f9e6;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
            letter-spacing: 1px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .my-logo i {
            color: #8bc34a;
            font-size: 2.2rem;
        }
        .my-logo:hover {
            color: #d4ed9a;
            text-decoration: none;
        }
        .my-logo span {
            font-size: 0.85rem;
            font-weight: 400;
            color: #b9d88b;
            margin-left: 6px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #8bc34a;
            color: #f1f9e6;
            font-size: 1.8rem;
            padding: 6px 14px;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #3a6e3a;
        }
        .main-nav {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            align-items: center;
        }
        .main-nav a {
            color: #e6f2d6;
            font-weight: 500;
            padding: 8px 16px;
            border-radius: 30px;
            transition: background 0.2s, color 0.2s;
            font-size: 0.95rem;
        }
        .main-nav a:hover {
            background: #8bc34a;
            color: #1b3a1b;
            text-decoration: none;
        }
        .main-nav a i {
            margin-right: 6px;
        }
        .breadcrumb {
            background: #e6edd9;
            padding: 12px 0;
            border-bottom: 1px solid #c3d9b0;
        }
        .breadcrumb-list {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            gap: 6px 12px;
            font-size: 0.9rem;
        }
        .breadcrumb-list li+li::before {
            content: "›";
            margin-right: 10px;
            color: #6a8f5a;
            font-weight: 700;
        }
        .breadcrumb-list a {
            color: #2a6a2a;
        }
        .breadcrumb-list .current {
            color: #4a7a3a;
            font-weight: 600;
        }
        .content-wrap {
            background: #ffffff;
            border-radius: 28px;
            padding: 40px 36px;
            margin: 30px 0;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
        }
        h1 {
            font-size: 2.8rem;
            color: #1b3a1b;
            border-left: 8px solid #7cb342;
            padding-left: 24px;
            margin-bottom: 24px;
            line-height: 1.2;
        }
        h2 {
            font-size: 2rem;
            color: #1e4a1e;
            margin-top: 50px;
            margin-bottom: 18px;
            padding-bottom: 8px;
            border-bottom: 3px solid #b8d98a;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        h2 i {
            color: #7cb342;
        }
        h3 {
            font-size: 1.5rem;
            color: #2a5a2a;
            margin-top: 32px;
            margin-bottom: 12px;
        }
        h4 {
            font-size: 1.2rem;
            color: #3a6a3a;
            margin-top: 22px;
            margin-bottom: 8px;
            font-weight: 600;
        }
        p {
            margin-bottom: 18px;
            font-size: 1.05rem;
        }
        .update-badge {
            display: inline-block;
            background: #e6f0d6;
            padding: 6px 20px;
            border-radius: 30px;
            font-size: 0.9rem;
            color: #2d5a2d;
            margin-bottom: 24px;
            font-weight: 500;
        }
        .update-badge i {
            margin-right: 8px;
        }
        .feature-image {
            margin: 28px 0 32px;
            border-radius: 16px;
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
        }
        .highlight-box {
            background: #f2f9ea;
            border-left: 6px solid #7cb342;
            padding: 20px 28px;
            border-radius: 0 16px 16px 0;
            margin: 28px 0;
        }
        .highlight-box strong {
            color: #1b4a1b;
        }
        .strategy-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 24px;
            margin: 28px 0;
        }
        .strategy-card {
            background: #f7fbf2;
            border-radius: 16px;
            padding: 22px 20px;
            border: 1px solid #d8eac8;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .strategy-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
        }
        .strategy-card h4 {
            margin-top: 0;
        }
        .strategy-card i {
            color: #7cb342;
            font-size: 1.8rem;
            margin-bottom: 10px;
        }
        .wiki-table {
            width: 100%;
            border-collapse: collapse;
            margin: 24px 0;
            font-size: 0.98rem;
            border-radius: 12px;
            overflow: hidden;
        }
        .wiki-table th {
            background: #1b3a1b;
            color: #f1f9e6;
            padding: 14px 18px;
            text-align: left;
            font-weight: 600;
        }
        .wiki-table td {
            padding: 12px 18px;
            border-bottom: 1px solid #ddecd0;
            background: #fafdf7;
        }
        .wiki-table tr:hover td {
            background: #f0f8e6;
        }
        .search-section {
            background: #eef4e6;
            border-radius: 20px;
            padding: 30px;
            margin: 40px 0 20px;
        }
        .search-form {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }
        .search-form input[type="text"] {
            flex: 1;
            min-width: 200px;
            padding: 14px 20px;
            border: 2px solid #b8d98a;
            border-radius: 50px;
            font-size: 1rem;
            outline: none;
            transition: border 0.2s;
        }
        .search-form input[type="text"]:focus {
            border-color: #4caf50;
        }
        .search-form button {
            background: #2d5a2d;
            color: #fff;
            border: none;
            padding: 14px 34px;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .search-form button:hover {
            background: #1b4a1b;
            transform: scale(1.02);
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 40px 0;
        }
        @media (max-width:700px) {
            .feedback-grid {
                grid-template-columns: 1fr;
            }
        }
        .feedback-card {
            background: #f6faf0;
            border-radius: 20px;
            padding: 28px;
            border: 1px solid #d8eac8;
        }
        .feedback-card h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .feedback-card textarea,
        .feedback-card input {
            width: 100%;
            padding: 14px 16px;
            border: 2px solid #cce0bc;
            border-radius: 12px;
            font-size: 0.98rem;
            font-family: inherit;
            resize: vertical;
            outline: none;
            transition: border 0.2s;
        }
        .feedback-card textarea:focus,
        .feedback-card input:focus {
            border-color: #7cb342;
        }
        .feedback-card textarea {
            min-height: 100px;
        }
        .feedback-card .star-select {
            display: flex;
            gap: 6px;
            font-size: 1.8rem;
            margin: 10px 0 14px;
            cursor: pointer;
            color: #ccc;
        }
        .feedback-card .star-select i:hover,
        .feedback-card .star-select i.active {
            color: #f9b000;
        }
        .feedback-card .btn-submit {
            background: #2d5a2d;
            color: #fff;
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .feedback-card .btn-submit:hover {
            background: #1b4a1b;
        }
        friend-link {
            display: block;
            padding: 28px 0 16px;
            border-top: 2px solid #c3d9b0;
            margin-top: 30px;
        }
        friend-link .fl-head {
            font-size: 1.2rem;
            font-weight: 700;
            color: #1b3a1b;
            margin-bottom: 14px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 12px 4px 0;
            padding: 6px 18px;
            background: #eef4e6;
            border-radius: 30px;
            font-size: 0.95rem;
            transition: background 0.2s;
        }
        friend-link a:hover {
            background: #d4eac4;
            text-decoration: none;
        }
        .site-footer {
            background: #1b3a1b;
            color: #d4eac4;
            padding: 32px 0 24px;
            margin-top: 40px;
            border-top: 4px solid #7cb342;
        }
        .footer-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
            font-size: 0.95rem;
        }
        .footer-inner .copy {
            opacity: 0.9;
        }
        .footer-inner a {
            color: #b8d98a;
        }
        .footer-inner a:hover {
            color: #e6f2d6;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                padding-top: 16px;
                gap: 4px;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 12px 20px;
                border-radius: 12px;
                background: #2a4a2a;
                width: 100%;
            }
            .content-wrap {
                padding: 24px 18px;
            }
            h1 {
                font-size: 2rem;
                padding-left: 16px;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .my-logo span {
                font-size: 0.7rem;
            }
            .search-form button {
                padding: 12px 24px;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 12px;
            }
            .content-wrap {
                padding: 18px 12px;
            }
            h1 {
                font-size: 1.6rem;
            }
            .wiki-table th,
            .wiki-table td {
                padding: 8px 10px;
                font-size: 0.85rem;
            }
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .mt-20 {
            margin-top: 20px;
        }
        .mb-20 {
            margin-bottom: 20px;
        }
        .text-muted {
            color: #5a7a5a;
        }
        .badge-green {
            background: #dcedc4;
            padding: 2px 14px;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
            color: #1b4a1b;
        }
