        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
            background: #f8f6f2;
            color: #1e1e2a;
            line-height: 1.7;
            padding: 0 1rem;
        }
        a {
            color: #b8860b;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #8b6508;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin: 0.8rem 0;
        }
        li {
            margin-bottom: 0.3rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
            border-radius: 28px;
            padding: 1.8rem 2.2rem;
            margin-top: 1.2rem;
            margin-bottom: 2rem;
        }
        .site-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 1rem;
            border-bottom: 2px solid #eae5db;
            position: relative;
        }
        .my-logo {
            font-size: 2.2rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(145deg, #1e3c2c, #2a6b4e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo i {
            -webkit-text-fill-color: #b8860b;
            font-size: 2rem;
        }
        .my-logo:hover {
            text-decoration: none;
            opacity: 0.85;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .nav-list {
            display: flex;
            list-style: none;
            gap: 0.3rem 1rem;
            flex-wrap: wrap;
            padding: 0;
            margin: 0;
        }
        .nav-list li a {
            font-weight: 600;
            font-size: 0.95rem;
            padding: 0.4rem 0.8rem;
            border-radius: 40px;
            transition: background 0.2s, color 0.2s;
            color: #2a2a3a;
        }
        .nav-list li a:hover {
            background: #f0ebe3;
            color: #b8860b;
            text-decoration: none;
        }
        .nav-list li a i {
            margin-right: 0.3rem;
            font-size: 0.85rem;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #1e1e2a;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            transition: color 0.2s;
        }
        .hamburger:hover {
            color: #b8860b;
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumb {
            padding: 0.8rem 0 0.2rem 0;
            font-size: 0.9rem;
            color: #5a5a6a;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
        }
        .breadcrumb a {
            color: #5a5a6a;
        }
        .breadcrumb a:hover {
            color: #b8860b;
        }
        .breadcrumb span {
            color: #b8860b;
            font-weight: 500;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1.2;
            margin: 1.2rem 0 0.6rem 0;
            color: #1a2e22;
            letter-spacing: -0.5px;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            margin: 2.2rem 0 0.8rem 0;
            color: #1e3c2c;
            border-left: 6px solid #b8860b;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 1.8rem 0 0.5rem 0;
            color: #2a4a3a;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin: 1.2rem 0 0.3rem 0;
            color: #3a5a4a;
        }
        p {
            margin: 0.8rem 0;
            color: #2d2d3a;
        }
        .last-updated {
            font-size: 0.85rem;
            color: #888;
            margin-top: -0.2rem;
            margin-bottom: 1.2rem;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .last-updated i {
            color: #b8860b;
        }
        .feature-image {
            border-radius: 20px;
            overflow: hidden;
            margin: 1.5rem 0;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
        }
        .feature-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .feature-image figcaption {
            padding: 0.6rem 1rem;
            background: #f7f3ec;
            font-size: 0.85rem;
            color: #555;
            font-style: italic;
        }
        .highlight-card {
            background: #f7f3ec;
            border-radius: 16px;
            padding: 1.2rem 1.6rem;
            margin: 1.2rem 0;
            border-left: 6px solid #b8860b;
        }
        .highlight-card h4 {
            margin-top: 0;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 1rem;
            margin: 1.2rem 0;
        }
        .stat-item {
            background: #f0ebe3;
            border-radius: 14px;
            padding: 1rem 1.2rem;
            text-align: center;
            transition: transform 0.2s;
        }
        .stat-item:hover {
            transform: translateY(-4px);
        }
        .stat-item .number {
            font-size: 2.2rem;
            font-weight: 800;
            color: #b8860b;
            display: block;
        }
        .stat-item .label {
            font-size: 0.9rem;
            color: #4a4a5a;
            font-weight: 500;
        }
        .blockquote {
            background: #f7f3ec;
            border-radius: 16px;
            padding: 1.2rem 2rem;
            margin: 1.5rem 0;
            font-style: italic;
            position: relative;
        }
        .blockquote::before {
            content: '\201C';
            font-size: 3.5rem;
            color: #b8860b;
            position: absolute;
            left: 0.6rem;
            top: -0.2rem;
            line-height: 1;
            font-family: Georgia, serif;
        }
        .blockquote p {
            margin: 0.2rem 0;
        }
        .blockquote .attribution {
            font-style: normal;
            font-weight: 600;
            color: #b8860b;
            text-align: right;
        }
        .form-section {
            background: #faf8f4;
            border-radius: 20px;
            padding: 1.6rem 2rem;
            margin: 2rem 0;
            border: 1px solid #eae5db;
        }
        .form-section h3 i {
            color: #b8860b;
            margin-right: 0.5rem;
        }
        .form-group {
            margin: 0.8rem 0;
        }
        .form-group label {
            font-weight: 600;
            display: block;
            margin-bottom: 0.2rem;
            font-size: 0.95rem;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 2px solid #ddd8ce;
            border-radius: 12px;
            font-size: 1rem;
            background: #fff;
            transition: border 0.2s;
            font-family: inherit;
        }
        .form-group input:focus,
        .form-group textarea:focus {
            border-color: #b8860b;
            outline: none;
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            background: #b8860b;
            color: #fff;
            border: none;
            padding: 0.7rem 1.8rem;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .btn:hover {
            background: #9e7209;
            transform: scale(0.97);
            color: #fff;
            text-decoration: none;
        }
        .btn i {
            font-size: 0.9rem;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.2rem;
            font-size: 1.8rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #ccc;
            cursor: pointer;
            transition: color 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5a623;
        }
        .link-list-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.8rem;
            padding: 0.4rem 0;
            list-style: none;
        }
        .link-list-inline li a {
            background: #f0ebe3;
            padding: 0.2rem 1rem;
            border-radius: 40px;
            font-size: 0.9rem;
            font-weight: 500;
            color: #2a2a3a;
            transition: background 0.2s, color 0.2s;
        }
        .link-list-inline li a:hover {
            background: #b8860b;
            color: #fff;
            text-decoration: none;
        }
        friend-link {
            display: block;
            padding: 1.2rem 0 0.6rem 0;
            border-top: 2px solid #eae5db;
            margin-top: 1.2rem;
        }
        friend-link .friend-title {
            font-weight: 700;
            font-size: 1rem;
            color: #3a3a4a;
            margin-bottom: 0.4rem;
        }
        friend-link .friend-list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.4rem;
            list-style: none;
            padding: 0;
        }
        friend-link .friend-list li a {
            color: #5a5a6a;
            font-size: 0.9rem;
        }
        friend-link .friend-list li a:hover {
            color: #b8860b;
        }
        .site-footer {
            padding: 1.2rem 0 0.8rem 0;
            border-top: 2px solid #eae5db;
            margin-top: 1.2rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            font-size: 0.85rem;
            color: #7a7a8a;
        }
        .site-footer .copyright i {
            color: #b8860b;
        }
        @media (max-width: 900px) {
            .container {
                padding: 1rem 1.2rem;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .my-logo {
                font-size: 1.7rem;
            }
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #fff;
                border-radius: 16px;
                padding: 0.8rem 0.4rem;
                box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                z-index: 99;
                margin-top: 0.4rem;
            }
            #nav-toggle:checked+.hamburger+.nav-list,
            .nav-list.show {
                display: flex;
            }
            .nav-list li a {
                padding: 0.6rem 1rem;
                display: block;
            }
            .site-header {
                position: relative;
            }
            .breadcrumb {
                font-size: 0.8rem;
            }
            .stat-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .form-section {
                padding: 1rem 1.2rem;
            }
            .star-rating {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0.8rem 0.9rem;
                border-radius: 16px;
            }
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.3rem;
                padding-left: 0.6rem;
            }
            h3 {
                font-size: 1.1rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .stat-grid {
                grid-template-columns: 1fr 1fr;
                gap: 0.6rem;
            }
            .stat-item .number {
                font-size: 1.6rem;
            }
            .btn {
                width: 100%;
                justify-content: center;
            }
        }
        .text-muted {
            color: #7a7a8a;
            font-size: 0.9rem;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-between {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }
        .gap-1 {
            gap: 1rem;
        }
