        *,
        *::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;
            background: #f5f9fc;
            color: #1a2a3a;
            line-height: 1.7;
            -webkit-font-smoothing: antialiased;
        }
        a {
            color: #0a6e4f;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover,
        a:focus {
            color: #064d36;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: 1.25;
            color: #0b2b1f;
            margin-top: 1.8rem;
            margin-bottom: 0.6rem;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.4rem;
        }
        h2 {
            font-size: 1.9rem;
            border-left: 6px solid #0a6e4f;
            padding-left: 0.9rem;
        }
        h3 {
            font-size: 1.5rem;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
        }
        p {
            margin-bottom: 1.2rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .badge {
            display: inline-block;
            background: #0a6e4f;
            color: #fff;
            padding: 0.2rem 0.9rem;
            border-radius: 40px;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 0.3px;
        }
        .divider {
            border: none;
            height: 2px;
            background: linear-gradient(90deg, #0a6e4f, #d4e9e0);
            margin: 2.5rem 0;
        }
        .text-center {
            text-align: center;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .emoji-big {
            font-size: 1.8rem;
            vertical-align: middle;
        }
        .site-header {
            background: linear-gradient(145deg, #ffffff, #e9f3ef);
            box-shadow: 0 4px 20px rgba(10, 110, 79, 0.08);
            position: sticky;
            top: 0;
            z-index: 100;
            padding: 0.4rem 0;
            border-bottom: 2px solid #c8e0d6;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 0.6rem 0;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            color: #0a6e4f;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #0a6e4f, #1aa06d);
            -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: initial;
            color: #0a6e4f;
            font-size: 2rem;
        }
        .my-logo small {
            font-size: 0.7rem;
            font-weight: 400;
            -webkit-text-fill-color: initial;
            color: #2d5a4a;
            letter-spacing: 0.6px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #0a6e4f;
            color: #0a6e4f;
            font-size: 1.6rem;
            padding: 0.3rem 0.8rem;
            border-radius: 10px;
            cursor: pointer;
            transition: 0.2s;
        }
        .nav-toggle:hover {
            background: #0a6e4f;
            color: #fff;
        }
        .main-nav {
            display: flex;
            gap: 0.2rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .main-nav a {
            padding: 0.5rem 1rem;
            border-radius: 40px;
            font-weight: 500;
            color: #1a3a2e;
            transition: 0.2s;
            font-size: 0.92rem;
        }
        .main-nav a:hover {
            background: #0a6e4f;
            color: #fff;
            text-decoration: none;
        }
        .main-nav a.active {
            background: #0a6e4f20;
            color: #0a6e4f;
            font-weight: 700;
        }
        .breadcrumb {
            background: #edf6f2;
            padding: 0.6rem 1.2rem;
            border-radius: 40px;
            display: inline-flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            font-size: 0.85rem;
            margin: 0.8rem 0 1.2rem 0;
        }
        .breadcrumb a {
            color: #0a6e4f;
        }
        .breadcrumb span {
            color: #3d5e50;
        }
        .search-form {
            display: flex;
            gap: 6px;
            max-width: 520px;
            margin: 1.6rem 0 2rem 0;
            background: #fff;
            padding: 4px;
            border-radius: 60px;
            box-shadow: 0 4px 16px rgba(10, 110, 79, 0.1);
            border: 1px solid #cde0d6;
        }
        .search-form input {
            flex: 1;
            border: none;
            padding: 0.8rem 1.2rem;
            border-radius: 60px;
            font-size: 1rem;
            outline: none;
            background: transparent;
        }
        .search-form button {
            background: #0a6e4f;
            color: #fff;
            border: none;
            padding: 0.8rem 1.8rem;
            border-radius: 60px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
            font-size: 1rem;
        }
        .search-form button:hover {
            background: #064d36;
            transform: scale(1.02);
        }
        .interaction-panel {
            background: #ffffff;
            border-radius: 24px;
            padding: 2rem;
            margin: 2.8rem 0;
            box-shadow: 0 8px 32px rgba(10, 110, 79, 0.06);
            border: 1px solid #dcece4;
        }
        .interaction-panel h3 {
            margin-top: 0;
        }
        .star-rating {
            display: flex;
            gap: 6px;
            font-size: 2.2rem;
            color: #e0c04f;
            cursor: pointer;
            direction: rtl;
            unicode-bidi: bidi-override;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            transition: 0.15s;
            color: #d0d0d0;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5b342;
            transform: scale(1.1);
        }
        .comment-form textarea {
            width: 100%;
            border: 2px solid #dcece4;
            border-radius: 16px;
            padding: 1rem;
            font-size: 1rem;
            resize: vertical;
            min-height: 100px;
            transition: 0.2s;
        }
        .comment-form textarea:focus {
            border-color: #0a6e4f;
            outline: none;
            box-shadow: 0 0 0 4px rgba(10, 110, 79, 0.08);
        }
        .comment-form .btn-submit {
            background: #0a6e4f;
            color: #fff;
            border: none;
            padding: 0.7rem 2.2rem;
            border-radius: 60px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.2s;
            margin-top: 0.6rem;
        }
        .comment-form .btn-submit:hover {
            background: #064d36;
            transform: translateY(-1px);
        }
        .score-display {
            font-size: 1.4rem;
            font-weight: 700;
            color: #0a6e4f;
        }
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
            gap: 1.8rem;
            margin: 2rem 0;
        }
        .card {
            background: #fff;
            border-radius: 20px;
            padding: 1.5rem;
            box-shadow: 0 4px 20px rgba(10, 110, 79, 0.04);
            border: 1px solid #e6f0eb;
            transition: 0.25s;
        }
        .card:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 36px rgba(10, 110, 79, 0.1);
            border-color: #0a6e4f40;
        }
        .card i {
            color: #0a6e4f;
            font-size: 2rem;
            margin-bottom: 0.6rem;
        }
        .site-footer {
            background: #0b2b1f;
            color: #d4e9e0;
            padding: 2.8rem 0 1.2rem 0;
            margin-top: 3.5rem;
            border-radius: 40px 40px 0 0;
        }
        .site-footer a {
            color: #b3d9cc;
        }
        .site-footer a:hover {
            color: #fff;
        }
        .footer-flex {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 2rem;
        }
        .footer-col {
            flex: 1 1 200px;
        }
        .friend-link {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem 1.6rem;
            padding: 1.2rem 0;
            border-top: 1px solid #2d5a4a;
            margin-top: 1.6rem;
        }
        .friend-link a {
            font-size: 0.92rem;
            background: #1a3a2e;
            padding: 0.3rem 1.2rem;
            border-radius: 40px;
            transition: 0.2s;
        }
        .friend-link a:hover {
            background: #0a6e4f;
            text-decoration: none;
        }
        .copyright {
            text-align: center;
            padding-top: 1.6rem;
            font-size: 0.85rem;
            opacity: 0.8;
            border-top: 1px solid #2d5a4a;
            margin-top: 1.6rem;
        }
        @media (max-width: 800px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                background: #fff;
                padding: 1rem 0;
                border-radius: 24px;
                margin-top: 0.8rem;
                box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.8rem 1.4rem;
                width: 100%;
                border-radius: 0;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            .header-inner {
                padding: 0.2rem 0;
            }
            .interaction-panel {
                padding: 1.2rem;
            }
            .search-form {
                flex-wrap: wrap;
                border-radius: 30px;
            }
            .search-form input {
                width: 100%;
                border-radius: 30px;
            }
            .search-form button {
                width: 100%;
                border-radius: 30px;
            }
        }
        @media (max-width: 480px) {
            .my-logo {
                font-size: 1.4rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
                padding: 0.4rem 0.8rem;
            }
            .card-grid {
                grid-template-columns: 1fr;
            }
            .star-rating {
                font-size: 1.6rem;
            }
        }
        .highlight {
            background: #f0f9f4;
            padding: 0.1rem 0.4rem;
            border-radius: 8px;
            font-weight: 600;
            color: #0a6e4f;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.6rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
        }
        th,
        td {
            padding: 0.8rem 1.2rem;
            text-align: left;
            border-bottom: 1px solid #e6f0eb;
        }
        th {
            background: #0a6e4f;
            color: #fff;
            font-weight: 600;
        }
        tr:last-child td {
            border-bottom: none;
        }
        .quote {
            background: #e9f3ef;
            padding: 1.6rem 2rem;
            border-radius: 20px;
            font-style: italic;
            position: relative;
            margin: 1.6rem 0;
        }
        .quote::before {
            content: '"';
            font-size: 3rem;
            color: #0a6e4f;
            position: absolute;
            left: 12px;
            top: -4px;
            opacity: 0.3;
        }
        .last-update {
            font-size: 0.82rem;
            color: #4d6d5e;
            text-align: right;
            margin-top: 0.6rem;
            font-weight: 500;
        }
        .img-caption {
            font-size: 0.85rem;
            color: #3d5e50;
            margin-top: 0.4rem;
            text-align: center;
        }
        .feature-list {
            list-style: none;
            padding: 0;
        }
        .feature-list li {
            padding: 0.4rem 0 0.4rem 2rem;
            position: relative;
        }
        .feature-list li::before {
            content: "⚡";
            position: absolute;
            left: 0;
            color: #0a6e4f;
        }
