        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
            background: #f5f7fc;
            color: #1a1a2e;
            line-height: 1.75;
            padding: 0;
            margin: 0;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #2d6a4f;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #1b4332;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            margin-top: 1.8rem;
            margin-bottom: 0.8rem;
            color: #0d1b2a;
        }
        h1 {
            font-size: 2.2rem;
            border-bottom: 4px solid #2d6a4f;
            padding-bottom: 0.5rem;
        }
        h2 {
            font-size: 1.7rem;
            border-left: 5px solid #2d6a4f;
            padding-left: 0.9rem;
            margin-top: 2.5rem;
        }
        h3 {
            font-size: 1.35rem;
            margin-top: 2rem;
        }
        h4 {
            font-size: 1.1rem;
            margin-top: 1.5rem;
            font-weight: 600;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(145deg, #0d1b2a 0%, #1b3a4b 100%);
            color: #fff;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            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: #f0c929;
            text-decoration: none;
            letter-spacing: 1px;
            text-shadow: 0 2px 8px rgba(240, 201, 41, 0.3);
            transition: transform 0.2s;
            display: inline-block;
        }
        .my-logo:hover {
            transform: scale(1.03);
            color: #ffd966;
        }
        .my-logo small {
            font-size: 0.7rem;
            display: block;
            color: #a8d5ba;
            letter-spacing: 2px;
            font-weight: 400;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 6px 10px;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .main-nav {
            display: flex;
            gap: 0.3rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .main-nav a {
            color: #e0f0e8;
            padding: 0.5rem 1rem;
            border-radius: 30px;
            font-size: 0.92rem;
            font-weight: 500;
            transition: all 0.25s ease;
            text-decoration: none;
        }
        .main-nav a:hover,
        .main-nav a.active {
            background: rgba(240, 201, 41, 0.2);
            color: #f0c929;
            text-decoration: none;
        }
        .main-nav a i {
            margin-right: 6px;
        }
        .breadcrumb {
            background: #e9edf5;
            padding: 0.6rem 0;
            font-size: 0.9rem;
            border-bottom: 1px solid #d6dce8;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #5a6a7a;
            font-weight: 600;
        }
        .breadcrumb a {
            color: #2d6a4f;
        }
        .breadcrumb .current {
            color: #1a1a2e;
            font-weight: 600;
        }
        .hero-section {
            background: linear-gradient(135deg, #e8f0ee 0%, #d4e4de 100%);
            padding: 2.5rem 0 2rem;
            border-radius: 0 0 40px 40px;
            margin-bottom: 2rem;
        }
        .hero-section h1 {
            border-bottom: none;
            font-size: 2.4rem;
            margin-top: 0;
        }
        .hero-section .subtitle {
            font-size: 1.2rem;
            color: #2d4a3e;
            max-width: 780px;
        }
        .update-badge {
            display: inline-block;
            background: #0d1b2a;
            color: #f0c929;
            padding: 0.25rem 1rem;
            border-radius: 30px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-top: 0.8rem;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
        }
        .card {
            background: #fff;
            border-radius: 20px;
            padding: 1.8rem 2rem;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .card:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
        }
        .feature-img-wrapper {
            margin: 1.5rem 0;
            border-radius: 16px;
            overflow: hidden;
            background: #eef3f0;
            position: relative;
        }
        .feature-img-wrapper img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .feature-img-wrapper .img-caption {
            padding: 0.6rem 1rem;
            background: rgba(13, 27, 42, 0.85);
            color: #f0f4f0;
            font-size: 0.9rem;
            text-align: center;
        }
        .search-box {
            background: #fff;
            border-radius: 60px;
            display: flex;
            overflow: hidden;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            max-width: 560px;
            margin: 1.2rem 0;
            border: 1px solid #d0dce8;
        }
        .search-box input {
            flex: 1;
            border: none;
            padding: 0.9rem 1.5rem;
            font-size: 1rem;
            outline: none;
            background: transparent;
            font-family: inherit;
        }
        .search-box button {
            background: #2d6a4f;
            color: #fff;
            border: none;
            padding: 0.9rem 1.8rem;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-box button:hover {
            background: #1b4332;
        }
        .comment-area,
        .rating-area {
            margin-top: 1.5rem;
            padding-top: 1.5rem;
            border-top: 2px dashed #d6dce8;
        }
        .comment-area textarea,
        .rating-area select,
        .rating-area input {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 1px solid #cbd5e1;
            border-radius: 12px;
            font-family: inherit;
            font-size: 1rem;
            transition: border 0.2s;
            background: #fafcff;
        }
        .comment-area textarea:focus,
        .rating-area select:focus,
        .rating-area input:focus {
            border-color: #2d6a4f;
            outline: none;
            box-shadow: 0 0 0 3px rgba(45, 106, 79, 0.15);
        }
        .comment-area textarea {
            min-height: 110px;
            resize: vertical;
        }
        .btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #2d6a4f;
            color: #fff;
            padding: 0.7rem 1.8rem;
            border: none;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            font-family: inherit;
        }
        .btn:hover {
            background: #1b4332;
            transform: scale(1.02);
        }
        .btn-outline {
            background: transparent;
            color: #2d6a4f;
            border: 2px solid #2d6a4f;
        }
        .btn-outline:hover {
            background: #2d6a4f;
            color: #fff;
        }
        .inline-links {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 1.2rem;
            padding: 0.6rem 0;
            list-style: none;
        }
        .inline-links li a {
            background: #eef3f0;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            font-size: 0.92rem;
            color: #1a3a2e;
            transition: all 0.2s;
        }
        .inline-links li a:hover {
            background: #2d6a4f;
            color: #fff;
            text-decoration: none;
        }
        .site-footer {
            background: #0d1b2a;
            color: #cbd5e1;
            padding: 2.5rem 0 1.5rem;
            margin-top: 3rem;
            border-radius: 40px 40px 0 0;
        }
        .site-footer a {
            color: #a8d5ba;
        }
        .site-footer a:hover {
            color: #f0c929;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        .footer-grid h4 {
            color: #f0c929;
            margin-top: 0;
            font-size: 1.1rem;
        }
        .friend-link {
            display: block;
            padding: 0.4rem 0;
            font-size: 0.95rem;
        }
        .friend-link a {
            color: #b8d4c4;
        }
        .friend-link a:hover {
            color: #f0c929;
        }
        .copyright {
            text-align: center;
            padding-top: 2rem;
            margin-top: 2rem;
            border-top: 1px solid #1f3a4a;
            font-size: 0.9rem;
            color: #8aa0b0;
        }
        @media (max-width: 768px) {
            .header-inner {
                flex-wrap: nowrap;
            }
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                background: #0d1b2a;
                padding: 1rem 0.5rem;
                border-radius: 0 0 20px 20px;
                margin-top: 0.8rem;
                gap: 0.2rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.7rem 1.2rem;
                border-radius: 12px;
            }
            h1 {
                font-size: 1.7rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .hero-section h1 {
                font-size: 1.7rem;
            }
            .card {
                padding: 1.2rem 1.2rem;
            }
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            .search-box {
                flex-direction: column;
                border-radius: 20px;
            }
            .search-box button {
                border-radius: 0 0 20px 20px;
                justify-content: center;
            }
            .breadcrumb ol {
                font-size: 0.8rem;
            }
            .container {
                padding: 0 14px;
            }
        }
        @media (min-width: 769px) {
            .main-nav {
                display: flex !important;
            }
            .content-grid {
                grid-template-columns: 1fr;
            }
        }
        @media (min-width: 992px) {
            .content-grid {
                grid-template-columns: 1fr 1fr;
                gap: 2rem;
            }
            .content-grid .full-width {
                grid-column: 1 / -1;
            }
        }
        .emoji-lg {
            font-size: 1.6rem;
            display: inline-block;
            margin-right: 0.3rem;
        }
        .highlight {
            background: linear-gradient(to right, #f0c92933, #f0c9291a);
            padding: 0.1rem 0.4rem;
            border-radius: 6px;
            font-weight: 600;
        }
        .quote-block {
            background: #eef6f2;
            border-left: 5px solid #2d6a4f;
            padding: 1.2rem 1.8rem;
            border-radius: 0 16px 16px 0;
            margin: 1.5rem 0;
            font-style: italic;
        }
        .stat-badge {
            display: inline-block;
            background: #0d1b2a;
            color: #f0c929;
            padding: 0.2rem 0.9rem;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.2rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #fafcff;
            border-radius: 12px;
            overflow: hidden;
        }
        th,
        td {
            padding: 0.7rem 1rem;
            text-align: left;
            border-bottom: 1px solid #e2e8f0;
        }
        th {
            background: #0d1b2a;
            color: #f0c929;
            font-weight: 600;
        }
        tr:last-child td {
            border-bottom: none;
        }
        .rating-stars {
            display: flex;
            gap: 4px;
            font-size: 1.6rem;
            color: #f0c929;
            cursor: pointer;
        }
        .rating-stars span {
            transition: transform 0.15s;
        }
        .rating-stars span:hover {
            transform: scale(1.3);
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #e9edf5;
        }
        ::-webkit-scrollbar-thumb {
            background: #2d6a4f;
            border-radius: 10px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #1b4332;
        }
