        *,
        *::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, BlinkMacSystemFont, sans-serif;
            background: #fafaf8;
            color: #1e2a31;
            line-height: 1.7;
            padding: 0 16px;
            max-width: 1280px;
            margin: 0 auto;
        }
        a {
            color: #1a6b3c;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus-visible {
            color: #0d4a28;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.4rem;
            margin: 0.8rem 0;
        }
        li {
            margin-bottom: 0.3rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #0f2a1e;
            margin-top: 1.8rem;
            margin-bottom: 0.6rem;
        }
        h1 {
            font-size: 2.4rem;
            border-bottom: 4px solid #2d8f5e;
            display: inline-block;
            padding-bottom: 0.2rem;
            margin-top: 0.4rem;
        }
        h2 {
            font-size: 1.8rem;
            color: #1a5e3c;
            border-left: 5px solid #2d8f5e;
            padding-left: 0.9rem;
        }
        h3 {
            font-size: 1.35rem;
            color: #1e4d32;
        }
        h4 {
            font-size: 1.1rem;
            color: #2a5c3e;
            font-weight: 600;
        }
        p {
            margin: 0.8rem 0 1rem 0;
            text-align: justify;
        }
        .container {
            width: 100%;
            padding: 0 4px;
        }
        header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 1rem 0 0.6rem 0;
            border-bottom: 2px solid #e0e6df;
            position: relative;
            background: #fafaf8;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 800;
            color: #0f3d28;
            letter-spacing: -0.5px;
            background: linear-gradient(145deg, #1e6b3c, #0f3d28);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .my-logo i {
            -webkit-text-fill-color: #1e6b3c;
            color: #1e6b3c;
            font-size: 1.8rem;
        }
        .my-logo small {
            font-size: 0.7rem;
            font-weight: 400;
            -webkit-text-fill-color: #4b6b5a;
            color: #4b6b5a;
            letter-spacing: 0.3px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #1e6b3c;
            cursor: pointer;
            padding: 4px 10px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #e4ede6;
        }
        nav#main-nav {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.6rem 1.4rem;
        }
        nav#main-nav a {
            font-weight: 500;
            font-size: 0.95rem;
            padding: 0.3rem 0;
            position: relative;
            color: #1f3d2e;
        }
        nav#main-nav a::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 2px;
            background: #2d8f5e;
            transition: width 0.25s ease;
        }
        nav#main-nav a:hover::after,
        nav#main-nav a:focus-visible::after {
            width: 100%;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.4rem 0.6rem;
            font-size: 0.85rem;
            padding: 0.6rem 0 0.2rem 0;
            color: #4f6b5b;
            background: #f0f4f1;
            border-radius: 40px;
            padding: 0.4rem 1rem;
            margin: 0.8rem 0 0.2rem 0;
            width: fit-content;
        }
        .breadcrumb i {
            font-size: 0.7rem;
            color: #6a8a78;
        }
        .breadcrumb a {
            color: #1a6b3c;
        }
        .breadcrumb span.current {
            color: #2d4a38;
            font-weight: 500;
        }
        .search-bar {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin: 1.2rem 0 0.6rem 0;
            background: white;
            padding: 8px 12px;
            border-radius: 60px;
            box-shadow: 0 2px 12px rgba(0, 20, 10, 0.06);
            border: 1px solid #dce6e0;
            max-width: 500px;
        }
        .search-bar input {
            flex: 1;
            border: none;
            outline: none;
            font-size: 0.95rem;
            padding: 6px 4px;
            background: transparent;
            min-width: 140px;
        }
        .search-bar button {
            background: #1a6b3c;
            border: none;
            color: white;
            padding: 6px 18px;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            font-size: 0.9rem;
        }
        .search-bar button:hover {
            background: #0f4f2c;
        }
        .hero-img-wrapper {
            margin: 1.2rem 0 1.6rem 0;
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 6px 24px rgba(0, 20, 10, 0.10);
            background: #dce8e0;
        }
        .hero-img-wrapper img {
            width: 100%;
            max-height: 420px;
            object-fit: cover;
        }
        .hero-img-wrapper .img-credit {
            position: absolute;
            bottom: 8px;
            right: 12px;
            background: rgba(0, 0, 0, 0.55);
            color: #eee;
            font-size: 0.7rem;
            padding: 2px 10px;
            border-radius: 30px;
            backdrop-filter: blur(4px);
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2rem 2.4rem;
            margin: 1rem 0 2rem 0;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            position: relative;
        }
        .sidebar-sticky {
            position: sticky;
            top: 1rem;
        }
        .sidebar-card {
            background: white;
            border-radius: 16px;
            padding: 1.2rem 1.2rem;
            box-shadow: 0 2px 16px rgba(0, 20, 10, 0.06);
            border: 1px solid #e4ece6;
            margin-bottom: 1.4rem;
        }
        .sidebar-card h3 {
            margin-top: 0;
            font-size: 1.1rem;
            border-bottom: 2px solid #d4e2da;
            padding-bottom: 0.4rem;
        }
        .sidebar-card ul {
            list-style: none;
            padding-left: 0;
        }
        .sidebar-card ul li {
            padding: 0.4rem 0;
            border-bottom: 1px solid #f0f4f1;
        }
        .sidebar-card ul li a {
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .sidebar-card ul li a i {
            width: 1.2rem;
            color: #2d8f5e;
        }
        .feedback-forms {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.4rem;
            margin: 2rem 0 1.4rem 0;
        }
        .form-card {
            background: white;
            border-radius: 16px;
            padding: 1.2rem 1.5rem 1.5rem 1.5rem;
            border: 1px solid #e4ece6;
            box-shadow: 0 2px 12px rgba(0, 20, 10, 0.04);
        }
        .form-card h3 {
            margin-top: 0;
            font-size: 1.15rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .form-card form {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-top: 0.6rem;
        }
        .form-card input,
        .form-card textarea,
        .form-card select {
            padding: 10px 14px;
            border: 1px solid #ccd9d2;
            border-radius: 40px;
            font-size: 0.9rem;
            background: #fcfcfc;
            transition: border 0.2s;
            font-family: inherit;
        }
        .form-card textarea {
            border-radius: 16px;
            min-height: 80px;
            resize: vertical;
        }
        .form-card input:focus,
        .form-card textarea:focus,
        .form-card select:focus {
            border-color: #1a6b3c;
            outline: none;
            box-shadow: 0 0 0 3px rgba(26, 107, 60, 0.12);
        }
        .form-card button {
            background: #1a6b3c;
            color: white;
            border: none;
            padding: 10px 24px;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            font-size: 0.95rem;
            align-self: flex-start;
        }
        .form-card button:hover {
            background: #0f4f2c;
            transform: scale(1.01);
        }
        .rating-stars {
            display: flex;
            gap: 6px;
            font-size: 1.6rem;
            color: #e0b849;
            cursor: pointer;
            direction: rtl;
        }
        .rating-stars input {
            display: none;
        }
        .rating-stars label {
            cursor: pointer;
            transition: color 0.15s, transform 0.1s;
            color: #ccc;
        }
        .rating-stars label:hover,
        .rating-stars label:hover~label,
        .rating-stars input:checked~label {
            color: #e0b849;
        }
        .rating-stars label:hover {
            transform: scale(1.15);
        }
        footer {
            margin-top: 3rem;
            padding: 1.8rem 0 1.2rem 0;
            border-top: 2px solid #dce6e0;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-start;
            gap: 1.4rem;
        }
        footer .footer-copy {
            font-size: 0.85rem;
            color: #4f6b5b;
        }
        friend-link {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 1.4rem;
            font-size: 0.9rem;
            background: #f0f4f1;
            padding: 0.6rem 1.2rem;
            border-radius: 40px;
        }
        friend-link a {
            font-weight: 500;
            color: #1a5e3c;
        }
        friend-link a:hover {
            text-decoration: underline;
        }
        @media (max-width: 820px) {
            .main-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                order: 2;
            }
            .sidebar-sticky {
                position: static;
            }
            .feedback-forms {
                grid-template-columns: 1fr;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            header {
                flex-wrap: wrap;
            }
            .nav-toggle {
                display: block;
            }
            nav#main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                padding: 0.8rem 0 0.4rem 0;
                gap: 0.3rem;
                border-top: 1px solid #dce6e0;
                margin-top: 0.4rem;
            }
            nav#main-nav.open {
                display: flex;
            }
            nav#main-nav a {
                padding: 0.4rem 0;
                font-size: 1rem;
                width: 100%;
            }
            .breadcrumb {
                font-size: 0.75rem;
                padding: 0.3rem 0.8rem;
            }
            .search-bar {
                max-width: 100%;
            }
            .hero-img-wrapper img {
                max-height: 220px;
            }
            footer {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            friend-link {
                justify-content: center;
            }
        }
        @media (max-width: 480px) {
            body {
                padding: 0 8px;
            }
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            .form-card {
                padding: 1rem 1rem 1.2rem 1rem;
            }
            .rating-stars {
                font-size: 1.4rem;
            }
        }
        .tag {
            display: inline-block;
            background: #e4ede6;
            padding: 0.1rem 0.8rem;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 600;
            color: #1a5e3c;
            margin-right: 0.3rem;
        }
        .highlight-box {
            background: #eaf2ed;
            border-left: 5px solid #2d8f5e;
            padding: 1rem 1.4rem;
            border-radius: 0 16px 16px 0;
            margin: 1.2rem 0;
        }
        .stat-number {
            font-weight: 800;
            font-size: 1.1em;
            color: #0f4f2c;
        }
        .emoji-big {
            font-size: 1.4em;
            margin-right: 4px;
        }
        .last-updated {
            font-size: 0.8rem;
            color: #6a8a78;
            display: flex;
            align-items: center;
            gap: 6px;
            margin: 0.2rem 0 0.8rem 0;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.9rem;
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
        }
        th,
        td {
            padding: 10px 14px;
            text-align: left;
            border-bottom: 1px solid #e4ece6;
        }
        th {
            background: #dce8e0;
            font-weight: 700;
            color: #0f2a1e;
        }
        tr:last-child td {
            border-bottom: none;
        }
        .link-list-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 1rem;
            list-style: none;
            padding-left: 0;
        }
        .link-list-inline li a {
            font-weight: 500;
        }
        .skip-link {
            position: absolute;
            top: -100px;
            left: 16px;
            background: #1a6b3c;
            color: white;
            padding: 8px 18px;
            border-radius: 40px;
            z-index: 1000;
            font-weight: 600;
        }
        .skip-link:focus {
            top: 12px;
        }
