        *,
        *::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: #f7f9fc;
            color: #1e2a3a;
            line-height: 1.7;
            padding: 0 1rem;
        }
        a {
            color: #0a6e4f;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover {
            color: #064a35;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin: 1rem 0;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: 1.3;
            color: #0b2b1e;
            margin-top: 2rem;
            margin-bottom: 0.75rem;
            font-weight: 700;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.5rem;
            border-bottom: 4px solid #f1c40f;
            display: inline-block;
            padding-bottom: 0.25rem;
        }
        h2 {
            font-size: 1.9rem;
            border-left: 5px solid #0a6e4f;
            padding-left: 0.75rem;
        }
        h3 {
            font-size: 1.5rem;
            color: #1a4a3a;
        }
        h4 {
            font-size: 1.2rem;
            color: #2c5a4a;
        }
        p {
            margin-bottom: 1.2rem;
        }
        strong,
        b {
            color: #0b2b1e;
            font-weight: 700;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 0.5rem;
        }
        .site-header {
            background: linear-gradient(145deg, #ffffff 0%, #f0f5f3 100%);
            padding: 1rem 1.5rem;
            border-radius: 0 0 24px 24px;
            box-shadow: 0 6px 24px rgba(0, 30, 20, 0.08);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            position: relative;
            margin-bottom: 1.5rem;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #0a6e4f, #1a9e7a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo i {
            -webkit-text-fill-color: #f1c40f;
            font-size: 2rem;
        }
        .my-logo:hover {
            text-decoration: none;
            opacity: 0.9;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 1rem;
        }
        .nav-list {
            list-style: none;
            display: flex;
            gap: 0.2rem;
            padding: 0;
            margin: 0;
            flex-wrap: wrap;
        }
        .nav-list li a {
            display: block;
            padding: 0.5rem 1rem;
            border-radius: 40px;
            font-weight: 500;
            font-size: 0.9rem;
            color: #1e3a2e;
            transition: all 0.25s ease;
        }
        .nav-list li a:hover {
            background: #0a6e4f;
            color: #fff;
            text-decoration: none;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(10, 110, 79, 0.3);
        }
        .nav-list li a i {
            margin-right: 0.3rem;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #0a6e4f;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(10, 110, 79, 0.1);
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0.6rem 0;
            margin: 0 0 1rem 0;
            font-size: 0.85rem;
            color: #5a6a6a;
        }
        .breadcrumb li+li::before {
            content: "›";
            padding: 0 0.6rem;
            color: #9aa8a8;
            font-weight: 600;
        }
        .breadcrumb a {
            color: #0a6e4f;
        }
        .breadcrumb .active {
            color: #3a5a4a;
            font-weight: 500;
        }
        .search-form {
            display: flex;
            gap: 0.4rem;
            max-width: 480px;
            margin: 2rem 0 1.5rem;
            background: #fff;
            padding: 0.3rem;
            border-radius: 60px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
            border: 1px solid #dce8e2;
        }
        .search-form input {
            flex: 1;
            border: none;
            padding: 0.7rem 1.2rem;
            font-size: 0.95rem;
            border-radius: 60px;
            outline: none;
            background: transparent;
            font-family: inherit;
        }
        .search-form button {
            background: #0a6e4f;
            border: none;
            color: #fff;
            padding: 0.7rem 1.6rem;
            border-radius: 60px;
            font-size: 0.95rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s ease;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .search-form button:hover {
            background: #064a35;
        }
        .section-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 1.8rem 2rem;
            margin-bottom: 2.2rem;
            box-shadow: 0 4px 20px rgba(0, 20, 15, 0.04);
            border: 1px solid #e8f0ec;
            transition: box-shadow 0.3s ease;
        }
        .section-card:hover {
            box-shadow: 0 8px 32px rgba(0, 40, 30, 0.08);
        }
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.6rem;
            margin: 1.5rem 0;
        }
        .feature-item {
            background: #f4f9f6;
            padding: 1.5rem 1.2rem;
            border-radius: 16px;
            border-left: 4px solid #f1c40f;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }
        .feature-item:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 28px rgba(10, 110, 79, 0.08);
        }
        .feature-item i {
            font-size: 2rem;
            color: #0a6e4f;
            margin-bottom: 0.6rem;
        }
        .feature-item h4 {
            margin-top: 0.2rem;
            margin-bottom: 0.4rem;
        }
        .img-wrap {
            margin: 1.8rem 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 6px 24px rgba(0, 20, 15, 0.08);
        }
        .img-wrap figcaption {
            padding: 0.8rem 1rem;
            font-size: 0.85rem;
            color: #4a6a5a;
            background: #f4f9f6;
            border-top: 1px solid #e0ece6;
            font-style: italic;
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 0.3rem;
            color: #1a3a2e;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 1px solid #d0ded8;
            border-radius: 12px;
            font-size: 0.95rem;
            font-family: inherit;
            transition: border 0.2s ease;
            background: #fafcfb;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: #0a6e4f;
            outline: none;
            box-shadow: 0 0 0 3px rgba(10, 110, 79, 0.12);
        }
        .form-group textarea {
            min-height: 120px;
            resize: vertical;
        }
        .btn-primary {
            background: #0a6e4f;
            border: none;
            color: #fff;
            padding: 0.75rem 2rem;
            border-radius: 60px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s ease, transform 0.15s ease;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .btn-primary:hover {
            background: #064a35;
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(10, 110, 79, 0.25);
        }
        .btn-primary i {
            font-size: 0.9rem;
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 1.6rem;
            color: #d0d8d4;
            cursor: pointer;
            direction: rtl;
        }
        .rating-stars input {
            display: none;
        }
        .rating-stars label {
            transition: color 0.2s ease, transform 0.15s ease;
            color: #d0d8d4;
        }
        .rating-stars label:hover,
        .rating-stars label:hover~label,
        .rating-stars input:checked~label {
            color: #f1c40f;
            transform: scale(1.1);
        }
        .site-footer {
            background: #0b2b1e;
            color: #d0e0d8;
            padding: 2.5rem 2rem 1.5rem;
            border-radius: 24px 24px 0 0;
            margin-top: 3rem;
        }
        .site-footer a {
            color: #b0d8c8;
        }
        .site-footer a:hover {
            color: #f1c40f;
            text-decoration: underline;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }
        .footer-grid h4 {
            color: #f1c40f;
            margin-top: 0;
            margin-bottom: 0.8rem;
            font-size: 1.1rem;
        }
        .footer-grid ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-grid ul li {
            margin-bottom: 0.4rem;
        }
        .footer-grid ul li a {
            font-size: 0.9rem;
        }
        .copyright {
            border-top: 1px solid #1a4a3a;
            padding-top: 1.5rem;
            text-align: center;
            font-size: 0.85rem;
            color: #8aa89a;
        }
        .copyright strong {
            color: #d0e0d8;
        }
        friend-link {
            display: block;
            background: #1a3a2e;
            padding: 1.2rem 1.5rem;
            border-radius: 16px;
            margin: 1.5rem 0 0.5rem;
            font-size: 0.9rem;
            color: #c0d8d0;
        }
        friend-link a {
            color: #f1c40f;
            margin: 0 0.4rem;
        }
        friend-link a:hover {
            color: #fff;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            font-size: 0.92rem;
        }
        .data-table th,
        .data-table td {
            padding: 0.7rem 1rem;
            text-align: left;
            border-bottom: 1px solid #e0ece6;
        }
        .data-table th {
            background: #f0f5f3;
            font-weight: 700;
            color: #0b2b1e;
        }
        .data-table tr:hover td {
            background: #f7fbf9;
        }
        @media (max-width: 768px) {
            body {
                padding: 0 0.6rem;
            }
            .site-header {
                padding: 0.8rem 1rem;
                border-radius: 0 0 16px 16px;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .my-logo i {
                font-size: 1.4rem;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #fff;
                padding: 1rem 0.5rem;
                border-radius: 16px;
                box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
                margin-top: 0.8rem;
                border: 1px solid #e0ece6;
            }
            .nav-list.show {
                display: flex;
            }
            .nav-list li a {
                padding: 0.6rem 1rem;
                border-radius: 12px;
            }
            .hamburger {
                display: block;
            }
            .nav-wrapper {
                flex-wrap: wrap;
                width: 100%;
            }
            .nav-wrapper .nav-list {
                order: 3;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .section-card {
                padding: 1.2rem 1rem;
            }
            .search-form {
                flex-direction: column;
                border-radius: 20px;
                padding: 0.6rem;
            }
            .search-form input {
                padding: 0.6rem 1rem;
            }
            .search-form button {
                justify-content: center;
                padding: 0.6rem 1rem;
            }
            .feature-grid {
                grid-template-columns: 1fr;
            }
            .rating-stars {
                font-size: 1.4rem;
                justify-content: center;
            }
            .site-footer {
                padding: 1.8rem 1rem 1rem;
            }
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
            .data-table {
                font-size: 0.82rem;
            }
            .data-table th,
            .data-table td {
                padding: 0.5rem 0.6rem;
            }
        }
        @media (min-width: 769px) {
            .hamburger {
                display: none !important;
            }
            .nav-list {
                display: flex !important;
            }
        }
        .badge {
            display: inline-block;
            background: #f1c40f;
            color: #0b2b1e;
            padding: 0.2rem 0.8rem;
            border-radius: 40px;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.3px;
            text-transform: uppercase;
        }
        .updated-badge {
            font-size: 0.85rem;
            color: #4a7a6a;
            display: flex;
            align-items: center;
            gap: 0.4rem;
            margin-bottom: 1.2rem;
        }
        .updated-badge i {
            color: #f1c40f;
        }
        .highlight-box {
            background: #fef9e7;
            border-left: 5px solid #f1c40f;
            padding: 1.2rem 1.5rem;
            border-radius: 12px;
            margin: 1.5rem 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .emoji-big {
            font-size: 1.8rem;
            line-height: 1;
        }
        .inline-icon {
            margin-right: 0.3rem;
            color: #0a6e4f;
        }
        .two-col {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
            margin: 1.2rem 0;
        }
        @media (max-width: 640px) {
            .two-col {
                grid-template-columns: 1fr;
            }
        }
        .stat-number {
            font-size: 2.2rem;
            font-weight: 800;
            color: #0a6e4f;
            line-height: 1.2;
        }
        .stat-label {
            font-size: 0.85rem;
            color: #4a6a5a;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
