        *,
        *::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: #f7f4ee;
            color: #2d2a24;
            line-height: 1.75;
            padding: 0;
            margin: 0;
            -webkit-font-smoothing: antialiased;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        a {
            color: #1a6b4a;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover {
            color: #0d4a32;
            text-decoration: underline;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #1e2b26;
        }
        h1 {
            font-size: 2.4rem;
            margin-bottom: 0.75rem;
        }
        h2 {
            font-size: 2rem;
            margin-top: 2.5rem;
            margin-bottom: 0.75rem;
            border-left: 6px solid #2b8a6e;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.5rem;
            margin-top: 2rem;
            margin-bottom: 0.5rem;
        }
        h4 {
            font-size: 1.2rem;
            margin-top: 1.5rem;
            margin-bottom: 0.4rem;
            color: #2b5a4a;
        }
        p {
            margin-bottom: 1.2rem;
        }
        ul,
        ol {
            margin-bottom: 1.5rem;
            padding-left: 1.8rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        blockquote {
            border-left: 5px solid #2b8a6e;
            background: #edf5f1;
            padding: 1rem 1.5rem;
            margin: 1.5rem 0;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #1e3b32;
        }
        strong {
            color: #1a4a3a;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background: #1e2b26;
            color: #f5efe6;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            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;
            padding: 0 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 800;
            color: #f5efe6;
            text-decoration: none;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #f5d98c, #d4a853);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .my-logo:hover {
            opacity: 0.9;
            text-decoration: none;
        }
        .my-logo small {
            font-size: 0.7rem;
            -webkit-text-fill-color: #b8c9c0;
            display: block;
            font-weight: 400;
            letter-spacing: 1px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #f5efe6;
            cursor: pointer;
            padding: 0.3rem 0.6rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.08);
        }
        nav#main-nav ul {
            display: flex;
            gap: 1.2rem;
            list-style: none;
            padding: 0;
            margin: 0;
            align-items: center;
            flex-wrap: wrap;
        }
        nav#main-nav ul li a {
            color: #dce8e0;
            font-weight: 500;
            padding: 0.4rem 0.8rem;
            border-radius: 6px;
            transition: background 0.2s, color 0.2s;
            font-size: 0.95rem;
        }
        nav#main-nav ul li a:hover {
            background: rgba(255, 255, 255, 0.1);
            color: #f5d98c;
            text-decoration: none;
        }
        .breadcrumb {
            background: #edf5f1;
            padding: 0.7rem 0;
            font-size: 0.9rem;
            border-bottom: 1px solid #d6e2da;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumb ol li+li::before {
            content: "›";
            margin: 0 0.5rem;
            color: #6f8a7c;
        }
        .breadcrumb ol li a {
            color: #1a6b4a;
        }
        .breadcrumb ol li[aria-current="page"] {
            color: #4a6658;
            font-weight: 600;
        }
        .hero {
            background: linear-gradient(145deg, #1e2b26 0%, #2d4a3e 100%);
            color: #f5efe6;
            padding: 3rem 0 4rem;
            margin-bottom: 2rem;
            border-radius: 0 0 40px 40px;
        }
        .hero .container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2.5rem;
            align-items: center;
        }
        .hero h1 {
            color: #f5efe6;
            font-size: 2.8rem;
            line-height: 1.2;
            margin-bottom: 1rem;
        }
        .hero h1 span {
            background: linear-gradient(135deg, #f5d98c, #d4a853);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero p {
            font-size: 1.1rem;
            opacity: 0.9;
            margin-bottom: 1.5rem;
        }
        .hero-meta {
            display: flex;
            gap: 1.5rem;
            flex-wrap: wrap;
            font-size: 0.95rem;
            color: #b8d0c2;
        }
        .hero-meta i {
            margin-right: 0.4rem;
            color: #f5d98c;
        }
        .hero-img {
            border-radius: 20px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .search-section {
            background: #fff;
            padding: 2rem 0;
            border-radius: 24px;
            margin: 1.5rem 0 2rem;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
        }
        .search-form {
            display: flex;
            gap: 0.8rem;
            max-width: 700px;
            margin: 0 auto;
            padding: 0 20px;
            flex-wrap: wrap;
        }
        .search-form input {
            flex: 1;
            padding: 0.9rem 1.4rem;
            border: 2px solid #d6e2da;
            border-radius: 50px;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.3s;
            min-width: 200px;
            background: #f7f4ee;
        }
        .search-form input:focus {
            border-color: #2b8a6e;
        }
        .search-form button {
            padding: 0.9rem 2rem;
            background: #1a6b4a;
            color: #fff;
            border: none;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s, transform 0.2s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #0d4a32;
            transform: translateY(-2px);
        }
        .content-area {
            background: #fff;
            border-radius: 28px;
            padding: 2.5rem 2.8rem;
            margin: 2rem 0;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.04);
        }
        .content-area .container {
            max-width: 900px;
        }
        .featured-image-wrap {
            margin: 2rem 0 2.5rem;
            border-radius: 16px;
            overflow: hidden;
            background: #edf5f1;
        }
        .featured-image-wrap img {
            width: 100%;
            border-radius: 16px;
        }
        .featured-image-wrap figcaption {
            padding: 0.8rem 1.2rem;
            font-size: 0.9rem;
            color: #4a6658;
            background: #edf5f1;
        }
        .last-updated {
            display: inline-block;
            background: #edf5f1;
            padding: 0.3rem 1.2rem;
            border-radius: 50px;
            font-size: 0.85rem;
            color: #2b5a4a;
            margin-bottom: 1.5rem;
        }
        .resource-links {
            background: #f7f4ee;
            padding: 1.5rem 2rem;
            border-radius: 20px;
            margin: 2rem 0;
            border: 1px solid #e2e8e2;
        }
        .resource-links ul {
            columns: 2;
            column-gap: 2rem;
            list-style: none;
            padding: 0;
        }
        .resource-links ul li {
            break-inside: avoid;
            padding: 0.3rem 0;
        }
        .resource-links ul li a {
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .resource-links ul li a::before {
            content: "🃏";
            font-size: 0.9rem;
        }
        .interaction-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin: 3rem 0;
        }
        .comment-box,
        .rating-box {
            background: #f7f4ee;
            padding: 1.8rem 2rem;
            border-radius: 24px;
            border: 1px solid #e2e8e2;
        }
        .comment-box h3,
        .rating-box h3 {
            margin-top: 0;
            font-size: 1.4rem;
        }
        .comment-box form,
        .rating-box form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }
        .comment-box textarea {
            padding: 0.9rem 1.2rem;
            border: 2px solid #d6e2da;
            border-radius: 16px;
            font-size: 1rem;
            font-family: inherit;
            resize: vertical;
            min-height: 100px;
            background: #fff;
            transition: border-color 0.3s;
        }
        .comment-box textarea:focus {
            border-color: #2b8a6e;
            outline: none;
        }
        .comment-box input,
        .rating-box input {
            padding: 0.8rem 1.2rem;
            border: 2px solid #d6e2da;
            border-radius: 50px;
            font-size: 1rem;
            background: #fff;
            transition: border-color 0.3s;
        }
        .comment-box input:focus,
        .rating-box input:focus {
            border-color: #2b8a6e;
            outline: none;
        }
        .comment-box button,
        .rating-box button {
            padding: 0.8rem 1.8rem;
            background: #1a6b4a;
            color: #fff;
            border: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.3s, transform 0.2s;
            align-self: flex-start;
        }
        .comment-box button:hover,
        .rating-box button:hover {
            background: #0d4a32;
            transform: translateY(-2px);
        }
        .star-select {
            display: flex;
            gap: 0.5rem;
            font-size: 2rem;
            color: #d4a853;
            cursor: pointer;
            flex-wrap: wrap;
        }
        .star-select i {
            transition: transform 0.2s, color 0.2s;
        }
        .star-select i:hover {
            transform: scale(1.2);
            color: #b8923a;
        }
        footer {
            background: #1e2b26;
            color: #c8d9d0;
            padding: 2.5rem 0 1.5rem;
            margin-top: 3rem;
            border-radius: 40px 40px 0 0;
        }
        footer .container {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 2rem;
        }
        footer h4 {
            color: #f5d98c;
            margin-top: 0;
            font-size: 1.2rem;
        }
        footer a {
            color: #b8d0c2;
        }
        footer a:hover {
            color: #f5d98c;
        }
        friend-link {
            display: block;
            background: #2a3d36;
            padding: 1.2rem 1.5rem;
            border-radius: 16px;
            margin: 1rem 0;
            font-size: 0.95rem;
        }
        friend-link a {
            display: inline-block;
            margin-right: 1.5rem;
            padding: 0.2rem 0;
        }
        .copyright {
            grid-column: 1 / -1;
            text-align: center;
            padding-top: 1.5rem;
            border-top: 1px solid #3a5248;
            font-size: 0.9rem;
            color: #8aa69a;
        }
        @media (max-width: 900px) {
            .hero .container {
                grid-template-columns: 1fr;
                text-align: center;
            }
            .hero h1 {
                font-size: 2.2rem;
            }
            .hero-meta {
                justify-content: center;
            }
            .interaction-grid {
                grid-template-columns: 1fr;
            }
            footer .container {
                grid-template-columns: 1fr;
            }
            .resource-links ul {
                columns: 1;
            }
            .content-area {
                padding: 1.8rem 1.2rem;
            }
        }
        @media (max-width: 700px) {
            .nav-toggle {
                display: block;
            }
            nav#main-nav ul {
                display: none;
                flex-direction: column;
                width: 100%;
                padding: 1rem 0 0.5rem;
                gap: 0.4rem;
            }
            nav#main-nav ul.open {
                display: flex;
            }
            nav#main-nav ul li a {
                display: block;
                padding: 0.6rem 1rem;
                border-radius: 8px;
            }
            .header-inner {
                align-items: center;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
            .hero h1 {
                font-size: 1.9rem;
            }
        }
        @media (max-width: 480px) {
            .content-area {
                padding: 1.2rem 0.8rem;
                border-radius: 16px;
            }
            .container {
                padding: 0 12px;
            }
            .hero {
                padding: 2rem 0 2.5rem;
            }
            .my-logo {
                font-size: 1.6rem;
            }
            .comment-box,
            .rating-box {
                padding: 1.2rem;
            }
        }
        .fade-in {
            animation: fadeIn 0.5s ease forwards;
        }
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(12px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
