        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #f8f9fc;
            color: #1e2a3a;
            line-height: 1.7;
            -webkit-font-smoothing: antialiased;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #0a6e4f;
            text-decoration: none;
            transition: color 0.25s ease, background 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #064a36;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #0b1a2b;
        }
        h1 {
            font-size: 2.4rem;
            margin-bottom: 0.75rem;
        }
        h2 {
            font-size: 1.8rem;
            margin-top: 2.5rem;
            margin-bottom: 0.6rem;
            border-bottom: 3px solid #0a6e4f;
            padding-bottom: 0.35rem;
        }
        h3 {
            font-size: 1.35rem;
            margin-top: 1.8rem;
            margin-bottom: 0.4rem;
            color: #144a3a;
        }
        h4 {
            font-size: 1.1rem;
            margin-top: 1.2rem;
            margin-bottom: 0.3rem;
            color: #1e5a4a;
        }
        p {
            margin-bottom: 1rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.25rem;
        }
        .site-header {
            background: linear-gradient(135deg, #0b1a2b 0%, #1a3a4a 100%);
            color: #fff;
            padding: 0.6rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.5rem 1rem;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 800;
            letter-spacing: 1px;
            color: #f5c842;
            text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            transition: transform 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
            color: #f5c842;
        }
        .my-logo i {
            font-size: 1.5rem;
            color: #fff;
        }
        .my-logo small {
            font-size: 0.6rem;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.7);
            display: block;
            letter-spacing: 2px;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 0.8rem;
        }
        .nav-list {
            list-style: none;
            display: flex;
            gap: 0.2rem 0.6rem;
            flex-wrap: wrap;
            padding: 0;
        }
        .nav-list li a {
            color: #e8edf2;
            padding: 0.35rem 0.7rem;
            border-radius: 30px;
            font-size: 0.85rem;
            font-weight: 500;
            transition: background 0.25s, color 0.25s;
            white-space: nowrap;
        }
        .nav-list li a:hover,
        .nav-list li a:focus-visible {
            background: rgba(255, 255, 255, 0.15);
            color: #f5c842;
            text-decoration: none;
        }
        .nav-list li a.active {
            background: #f5c842;
            color: #0b1a2b;
        }
        .hamburger {
            display: none;
            background: transparent;
            border: 2px solid rgba(255, 255, 255, 0.5);
            border-radius: 6px;
            color: #fff;
            font-size: 1.4rem;
            padding: 0.3rem 0.7rem;
            cursor: pointer;
            transition: border-color 0.2s;
        }
        .hamburger:hover {
            border-color: #f5c842;
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumb-wrap {
            background: #edf0f5;
            padding: 0.5rem 0;
            font-size: 0.8rem;
            border-bottom: 1px solid #d6dce4;
        }
        .breadcrumb-wrap nav ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            padding: 0;
        }
        .breadcrumb-wrap nav ol li+li::before {
            content: "›";
            margin-right: 0.5rem;
            color: #7a8a9a;
        }
        .breadcrumb-wrap nav ol li a {
            color: #0a6e4f;
        }
        .breadcrumb-wrap nav ol li [aria-current="page"] {
            color: #1e2a3a;
            font-weight: 600;
        }
        .hero {
            background: linear-gradient(112deg, #0f2a3a 0%, #1d4a5a 100%);
            color: #fff;
            padding: 2.5rem 0 2rem;
            margin-bottom: 2rem;
            border-radius: 0 0 60px 60px;
        }
        .hero h1 {
            color: #fff;
            font-size: 2.6rem;
            margin-bottom: 0.5rem;
            text-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
        }
        .hero p {
            font-size: 1.1rem;
            max-width: 780px;
            color: #d4e4ed;
            margin-bottom: 0.3rem;
        }
        .hero .meta-info {
            display: flex;
            flex-wrap: wrap;
            gap: 1.2rem;
            margin-top: 0.8rem;
            font-size: 0.85rem;
            color: #b0c8d6;
        }
        .hero .meta-info span i {
            margin-right: 0.3rem;
            color: #f5c842;
        }
        .search-section {
            background: #fff;
            padding: 1.8rem 1.5rem;
            border-radius: 20px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
            margin-bottom: 2.5rem;
            border: 1px solid #e8ecf2;
        }
        .search-section form {
            display: flex;
            gap: 0.6rem;
            flex-wrap: wrap;
        }
        .search-section input[type="search"] {
            flex: 1 1 260px;
            padding: 0.8rem 1.2rem;
            border: 2px solid #d6dce4;
            border-radius: 50px;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.3s;
        }
        .search-section input[type="search"]:focus {
            border-color: #0a6e4f;
        }
        .search-section button {
            padding: 0.7rem 1.8rem;
            background: #0a6e4f;
            color: #fff;
            border: none;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-section button:hover {
            background: #064a36;
            transform: translateY(-2px);
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 320px;
            gap: 2rem;
        }
        .content-area {
            background: #fff;
            padding: 2rem 2rem 2.5rem;
            border-radius: 24px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
            border: 1px solid #edf0f5;
        }
        .content-area .featured-image {
            border-radius: 16px;
            overflow: hidden;
            margin: 1.5rem 0 2rem;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        }
        .content-area .featured-image img {
            width: 100%;
            max-height: 520px;
            object-fit: cover;
        }
        .content-area .featured-image figcaption {
            background: #f0f4f9;
            padding: 0.6rem 1rem;
            font-size: 0.85rem;
            color: #2a3a4a;
            font-style: italic;
        }
        .sidebar {
            display: flex;
            flex-direction: column;
            gap: 1.8rem;
        }
        .sidebar-box {
            background: #fff;
            padding: 1.5rem 1.2rem;
            border-radius: 20px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
            border: 1px solid #edf0f5;
        }
        .sidebar-box h3 {
            margin-top: 0;
            font-size: 1.2rem;
            border-left: 4px solid #0a6e4f;
            padding-left: 0.6rem;
        }
        .sidebar-box ul {
            list-style: none;
            padding: 0;
        }
        .sidebar-box ul li {
            padding: 0.4rem 0;
            border-bottom: 1px dashed #e8ecf2;
        }
        .sidebar-box ul li a {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.9rem;
        }
        .sidebar-box ul li a i {
            color: #0a6e4f;
            width: 1.2rem;
            text-align: center;
        }
        .rating-comment-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.8rem;
            margin-top: 2.5rem;
            padding-top: 2rem;
            border-top: 2px solid #e8ecf2;
        }
        .rating-box,
        .comment-box {
            background: #f8faff;
            padding: 1.5rem 1.5rem 1.8rem;
            border-radius: 18px;
            border: 1px solid #e0e6ef;
        }
        .rating-box h3,
        .comment-box h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.2rem;
            margin: 0.8rem 0 1rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 1.8rem;
            color: #d0d5dd;
            cursor: pointer;
            transition: color 0.2s, transform 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5b342;
            transform: scale(1.05);
        }
        .rating-box form,
        .comment-box form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }
        .rating-box form input,
        .rating-box form button,
        .comment-box form input,
        .comment-box form textarea,
        .comment-box form button {
            padding: 0.7rem 1rem;
            border-radius: 10px;
            border: 1.5px solid #d6dce4;
            font-size: 0.95rem;
            font-family: inherit;
            outline: none;
            transition: border-color 0.2s;
        }
        .rating-box form input:focus,
        .comment-box form input:focus,
        .comment-box form textarea:focus {
            border-color: #0a6e4f;
        }
        .rating-box form button,
        .comment-box form button {
            background: #0a6e4f;
            color: #fff;
            border: none;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            align-self: flex-start;
            padding: 0.6rem 2rem;
        }
        .rating-box form button:hover,
        .comment-box form button:hover {
            background: #064a36;
            transform: translateY(-2px);
        }
        .comment-box form textarea {
            min-height: 90px;
            resize: vertical;
        }
        .site-footer {
            background: #0b1a2b;
            color: #c8d6e0;
            margin-top: 3.5rem;
            padding: 2.5rem 0 1.8rem;
            border-radius: 50px 50px 0 0;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
        }
        .footer-inner h4 {
            color: #f5c842;
            margin-top: 0;
            font-size: 1.1rem;
            border-bottom: 2px solid #1a3a4a;
            padding-bottom: 0.4rem;
        }
        friend-link {
            display: block;
        }
        friend-link ul {
            list-style: none;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem 1.2rem;
        }
        friend-link ul li a {
            color: #b0c8d6;
            font-size: 0.9rem;
            padding: 0.2rem 0;
            border-bottom: 1px dotted transparent;
            transition: border-color 0.2s, color 0.2s;
        }
        friend-link ul li a:hover {
            color: #f5c842;
            border-bottom-color: #f5c842;
            text-decoration: none;
        }
        .footer-copy {
            margin-top: 2rem;
            padding-top: 1.2rem;
            border-top: 1px solid #1a3a4a;
            text-align: center;
            font-size: 0.85rem;
            color: #8a9aab;
        }
        .footer-copy a {
            color: #f5c842;
        }
        @media (max-width: 992px) {
            .main-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 1.2rem;
            }
            .rating-comment-grid {
                grid-template-columns: 1fr;
            }
            .footer-inner {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 768px) {
            .hamburger {
                display: inline-block;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #0b1a2b;
                padding: 0.8rem 0.5rem;
                border-radius: 0 0 16px 16px;
                gap: 0.2rem;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
            }
            #nav-toggle:checked+.hamburger+.nav-list,
            #nav-toggle:checked~.nav-list {
                display: flex;
            }
            .nav-list li a {
                padding: 0.5rem 1rem;
                white-space: normal;
            }
            .header-inner {
                position: relative;
            }
            .hero h1 {
                font-size: 1.8rem;
            }
            .hero p {
                font-size: 0.95rem;
            }
            .content-area {
                padding: 1.2rem 1rem;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .sidebar {
                grid-template-columns: 1fr;
            }
            .search-section form {
                flex-direction: column;
            }
            .search-section input[type="search"] {
                flex: 1 1 auto;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.8rem;
            }
            .hero {
                padding: 1.5rem 0 1.2rem;
            }
            .hero h1 {
                font-size: 1.5rem;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            .my-logo small {
                font-size: 0.5rem;
            }
            .breadcrumb-wrap {
                font-size: 0.7rem;
            }
            .rating-box,
            .comment-box {
                padding: 1rem;
            }
            .star-rating label {
                font-size: 1.5rem;
            }
        }
        .text-muted {
            color: #5a6a7a;
            font-size: 0.9rem;
        }
        .mt-2 {
            margin-top: 1.2rem;
        }
        .mb-1 {
            margin-bottom: 0.5rem;
        }
        .highlight {
            background: #fcf3d7;
            padding: 0.1rem 0.3rem;
            border-radius: 4px;
        }
        .pill-link {
            display: inline-block;
            background: #eaf4ef;
            color: #0a6e4f;
            padding: 0.1rem 0.8rem;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 500;
        }
        .pill-link:hover {
            background: #0a6e4f;
            color: #fff;
            text-decoration: none;
        }
        .emoji-lg {
            font-size: 1.4rem;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.2rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.9rem;
        }
        table th,
        table td {
            padding: 0.6rem 0.8rem;
            border: 1px solid #dce3ec;
            text-align: left;
        }
        table th {
            background: #0a6e4f;
            color: #fff;
            font-weight: 600;
        }
        table tr:nth-child(even) {
            background: #f6f8fb;
        }
