        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, Roboto, 'Helvetica Neue', sans-serif;
            background: #f5f7f2;
            color: #1e2a1e;
            line-height: 1.7;
            padding: 0 1rem;
        }
        a {
            color: #1a6b3c;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus-visible {
            color: #c85a1a;
            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.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: 1.25;
            color: #0f2b1a;
            margin-top: 1.8rem;
            margin-bottom: 0.6rem;
            font-weight: 700;
        }
        h1 {
            font-size: 2.4rem;
            border-bottom: 4px solid #f9a826;
            display: inline-block;
            padding-bottom: 0.3rem;
        }
        h2 {
            font-size: 1.8rem;
            border-left: 5px solid #f9a826;
            padding-left: 0.8rem;
        }
        h3 {
            font-size: 1.4rem;
            color: #1e4a2e;
        }
        h4 {
            font-size: 1.15rem;
            color: #2d5a3a;
            font-weight: 600;
        }
        p {
            margin: 1rem 0;
            max-width: 75ch;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 24px 24px 0 0;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
            padding: 0 1.5rem 2rem;
        }
        header {
            background: linear-gradient(135deg, #0f3b2a 0%, #1a6b3c 100%);
            border-radius: 0 0 24px 24px;
            padding: 1.2rem 1.8rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            position: relative;
            color: #fff;
            margin-bottom: 1.5rem;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #f9a826, #ffd166);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 8px rgba(249, 168, 38, 0.3);
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo i {
            -webkit-text-fill-color: #f9a826;
            font-size: 1.6rem;
        }
        .my-logo a {
            color: inherit;
            text-decoration: none;
            -webkit-text-fill-color: transparent;
        }
        .my-logo a:hover {
            text-decoration: none;
            opacity: 0.9;
        }
        .main-nav {
            display: flex;
            gap: 0.4rem 1.2rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .main-nav a {
            color: #f0f7f0;
            font-weight: 500;
            padding: 0.3rem 0.6rem;
            border-radius: 30px;
            transition: background 0.2s, color 0.2s;
            font-size: 0.95rem;
        }
        .main-nav a:hover {
            background: rgba(249, 168, 38, 0.25);
            color: #ffd166;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: 2px solid #f9a826;
            color: #f9a826;
            font-size: 1.6rem;
            padding: 0.3rem 0.8rem;
            border-radius: 10px;
            cursor: pointer;
            transition: 0.2s;
        }
        .hamburger:hover {
            background: #f9a826;
            color: #0f3b2a;
        }
        .nav-toggle {
            display: none;
        }
        .breadcrumb {
            background: #edf3ea;
            padding: 0.6rem 1.2rem;
            border-radius: 40px;
            font-size: 0.85rem;
            margin: 0.5rem 0 1.2rem;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.8rem;
            align-items: center;
            color: #3d5a3d;
        }
        .breadcrumb a {
            color: #1a6b3c;
        }
        .breadcrumb i {
            font-size: 0.7rem;
            color: #7a9a7a;
        }
        .search-module {
            background: #edf3ea;
            border-radius: 60px;
            padding: 0.3rem 0.3rem 0.3rem 1.5rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            max-width: 500px;
            margin: 1.2rem 0 1.8rem;
            border: 1px solid #cde0cd;
            transition: box-shadow 0.2s;
        }
        .search-module:focus-within {
            box-shadow: 0 0 0 3px rgba(26, 107, 60, 0.2);
        }
        .search-module input {
            flex: 1;
            border: none;
            background: transparent;
            padding: 0.7rem 0.5rem;
            font-size: 0.95rem;
            outline: none;
            min-width: 120px;
            color: #1e2a1e;
        }
        .search-module button {
            background: #1a6b3c;
            border: none;
            color: #fff;
            padding: 0.5rem 1.4rem;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .search-module button:hover {
            background: #f9a826;
            color: #0f2b1a;
        }
        .search-module button:active {
            transform: scale(0.96);
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.8rem;
            margin: 2.5rem 0 2rem;
            padding: 1.8rem;
            background: #f8faf6;
            border-radius: 24px;
            border: 1px solid #dce8dc;
        }
        .feedback-grid form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }
        .feedback-grid label {
            font-weight: 600;
            color: #1a4a2a;
            font-size: 0.95rem;
        }
        .feedback-grid input,
        .feedback-grid textarea,
        .feedback-grid select {
            padding: 0.7rem 1rem;
            border: 1px solid #cde0cd;
            border-radius: 16px;
            font-size: 0.95rem;
            background: #fff;
            transition: border 0.2s;
            font-family: inherit;
        }
        .feedback-grid input:focus,
        .feedback-grid textarea:focus,
        .feedback-grid select:focus {
            border-color: #1a6b3c;
            outline: none;
            box-shadow: 0 0 0 3px rgba(26, 107, 60, 0.12);
        }
        .feedback-grid textarea {
            min-height: 90px;
            resize: vertical;
        }
        .feedback-grid .btn-primary {
            background: #1a6b3c;
            color: #fff;
            border: none;
            padding: 0.7rem 1.6rem;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            font-size: 1rem;
            align-self: flex-start;
        }
        .feedback-grid .btn-primary:hover {
            background: #f9a826;
            color: #0f2b1a;
        }
        .feedback-grid .btn-primary:active {
            transform: scale(0.96);
        }
        .score-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 1.8rem;
            color: #d4d4d4;
            cursor: pointer;
            direction: rtl;
        }
        .score-stars i {
            transition: color 0.15s, transform 0.15s;
        }
        .score-stars i:hover,
        .score-stars i:hover~i {
            color: #f9a826;
            transform: scale(1.1);
        }
        .score-stars input:checked~i {
            color: #f9a826;
        }
        .score-group {
            display: flex;
            flex-direction: column;
            gap: 0.4rem;
        }
        .content-area {
            padding: 0.5rem 0 1rem;
        }
        .content-area .featured-img {
            margin: 1.8rem 0;
            border-radius: 20px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }
        .highlight-box {
            background: #f0f7ee;
            border-left: 6px solid #f9a826;
            padding: 1.2rem 1.8rem;
            border-radius: 0 20px 20px 0;
            margin: 1.6rem 0;
        }
        .highlight-box p {
            margin: 0.3rem 0;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 1rem;
            margin: 1.6rem 0;
        }
        .stat-card {
            background: #f8faf6;
            border-radius: 20px;
            padding: 1.2rem 1rem;
            text-align: center;
            border: 1px solid #dce8dc;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .stat-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
        }
        .stat-card .number {
            font-size: 2rem;
            font-weight: 800;
            color: #1a6b3c;
        }
        .stat-card .label {
            font-size: 0.9rem;
            color: #3d5a3d;
            font-weight: 500;
        }
        .quote-block {
            background: #eaf2e8;
            border-radius: 20px;
            padding: 1.5rem 2rem;
            margin: 1.8rem 0;
            font-style: italic;
            position: relative;
        }
        .quote-block::before {
            content: '\201C';
            font-size: 4rem;
            color: #1a6b3c;
            opacity: 0.2;
            position: absolute;
            top: -0.2rem;
            left: 0.8rem;
            font-family: Georgia, serif;
        }
        .quote-block .attribution {
            font-style: normal;
            font-weight: 600;
            margin-top: 0.6rem;
            color: #1a4a2a;
        }
        .link-list-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.2rem;
            padding: 0.6rem 0;
            list-style: none;
        }
        .link-list-inline li {
            margin: 0;
        }
        .link-list-inline a {
            background: #edf3ea;
            padding: 0.2rem 1rem 0.2rem 0.8rem;
            border-radius: 30px;
            font-size: 0.9rem;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
            border: 1px solid #d4e2d4;
            transition: 0.2s;
        }
        .link-list-inline a:hover {
            background: #1a6b3c;
            color: #fff;
            border-color: #1a6b3c;
            text-decoration: none;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            font-size: 0.95rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        }
        .data-table th {
            background: #1a6b3c;
            color: #fff;
            padding: 0.8rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        .data-table td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #e2ede2;
        }
        .data-table tr:nth-child(even) {
            background: #f8fbf8;
        }
        .data-table tr:hover td {
            background: #eff6ef;
        }
        footer {
            max-width: 1200px;
            margin: 0 auto 1.5rem;
            background: #0f2b1a;
            border-radius: 24px 24px 24px 24px;
            padding: 2rem 2rem 1.6rem;
            color: #cde0cd;
        }
        footer a {
            color: #f9a826;
        }
        footer a:hover {
            color: #ffd166;
        }
        friend-link {
            display: block;
            margin: 1rem 0 0.8rem;
            font-weight: 600;
            font-size: 1rem;
        }
        friend-link a {
            display: inline-block;
            margin: 0.2rem 1rem 0.2rem 0;
            font-weight: 400;
            background: rgba(249, 168, 38, 0.08);
            padding: 0.15rem 1rem 0.15rem 0.8rem;
            border-radius: 30px;
            border: 1px solid rgba(249, 168, 38, 0.15);
        }
        .copyright {
            border-top: 1px solid #2a4a2a;
            padding-top: 1.2rem;
            margin-top: 1rem;
            font-size: 0.85rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 0.5rem;
        }
        .update-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            background: #1a4a2a;
            color: #cde0cd;
            padding: 0.2rem 1rem 0.2rem 0.8rem;
            border-radius: 30px;
            font-size: 0.8rem;
        }
        @media (max-width: 768px) {
            body {
                padding: 0 0.6rem;
            }
            .container {
                padding: 0 0.8rem 1.5rem;
                border-radius: 16px 16px 0 0;
            }
            header {
                padding: 0.8rem 1rem;
                border-radius: 0 0 16px 16px;
                flex-wrap: wrap;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .hamburger {
                display: inline-block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                padding: 1rem 0 0.4rem;
                gap: 0.3rem;
            }
            .main-nav a {
                padding: 0.5rem 0.8rem;
                font-size: 1rem;
                border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            }
            .nav-toggle:checked~.main-nav {
                display: flex;
            }
            .nav-toggle:checked~.hamburger {
                background: #f9a826;
                color: #0f3b2a;
            }
            .feedback-grid {
                grid-template-columns: 1fr;
                padding: 1.2rem;
            }
            h1 {
                font-size: 1.7rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .stat-grid {
                grid-template-columns: 1fr 1fr;
            }
            .data-table {
                font-size: 0.8rem;
            }
            .data-table th,
            .data-table td {
                padding: 0.5rem 0.6rem;
            }
            footer {
                padding: 1.2rem 1rem;
                border-radius: 16px;
            }
            .breadcrumb {
                font-size: 0.75rem;
                padding: 0.4rem 0.8rem;
            }
            .search-module {
                max-width: 100%;
                flex-wrap: nowrap;
            }
            .search-module input {
                min-width: 80px;
                font-size: 0.85rem;
            }
            .search-module button {
                padding: 0.4rem 1rem;
                font-size: 0.8rem;
            }
        }
        @media (max-width: 480px) {
            .stat-grid {
                grid-template-columns: 1fr;
            }
            .feedback-grid input,
            .feedback-grid textarea,
            .feedback-grid select {
                font-size: 0.85rem;
            }
            .score-stars {
                font-size: 1.5rem;
            }
        }
        @media (min-width: 769px) {
            .hamburger {
                display: none;
            }
            .main-nav {
                display: flex !important;
            }
        }
        :focus-visible {
            outline: 3px solid #f9a826;
            outline-offset: 2px;
        }
        .skip-link {
            position: absolute;
            top: -100px;
            left: 1rem;
            background: #f9a826;
            color: #0f2b1a;
            padding: 0.5rem 1.2rem;
            border-radius: 0 0 12px 12px;
            z-index: 100;
            font-weight: 600;
        }
        .skip-link:focus {
            top: 0;
        }
        @media print {
            .search-module,
            .feedback-grid,
            .hamburger,
            .nav-toggle {
                display: none !important;
            }
            body {
                background: #fff;
                padding: 0;
            }
            .container {
                box-shadow: none;
                border-radius: 0;
                padding: 0 1rem;
            }
            header {
                background: #0f3b2a !important;
                -webkit-text-fill-color: #fff;
                color: #fff;
                border-radius: 0;
            }
            .my-logo {
                -webkit-text-fill-color: #f9a826;
            }
            footer {
                border-radius: 0;
                background: #0f2b1a !important;
            }
        }
