        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            background: #f8f6f2;
            color: #1e1e1e;
            line-height: 1.7;
            padding: 0;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #c75b2c;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #9a3f1a;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: 1.25;
            color: #1e2a3a;
            margin-bottom: 0.5rem;
        }
        h1 {
            font-size: 2.2rem;
            margin-top: 0;
        }
        h2 {
            font-size: 1.7rem;
            margin-top: 2.5rem;
            border-bottom: 3px solid #e67e22;
            padding-bottom: 0.3rem;
        }
        h3 {
            font-size: 1.3rem;
            margin-top: 1.8rem;
            color: #2c3e50;
        }
        h4 {
            font-size: 1.1rem;
            margin-top: 1.2rem;
            color: #34495e;
        }
        p {
            margin-bottom: 1rem;
        }
        .container {
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 1.25rem;
        }
        .site-header {
            background: linear-gradient(135deg, #1e2a3a 0%, #2c3e50 100%);
            color: #fff;
            padding: 0.75rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.6rem;
            font-weight: 800;
            color: #f39c12;
            letter-spacing: 1px;
            text-transform: uppercase;
            background: rgba(255, 255, 255, 0.08);
            padding: 0.25rem 1rem 0.25rem 0.75rem;
            border-radius: 40px;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            transition: background 0.3s ease;
        }
        .my-logo:hover {
            background: rgba(255, 255, 255, 0.15);
            text-decoration: none;
        }
        .my-logo i {
            font-size: 1.3rem;
            color: #e67e22;
        }
        .nav-toggle {
            background: none;
            border: 2px solid rgba(255, 255, 255, 0.3);
            color: #fff;
            font-size: 1.4rem;
            padding: 0.3rem 0.7rem;
            border-radius: 6px;
            cursor: pointer;
            display: none;
            transition: background 0.25s ease;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .main-nav {
            display: flex;
            gap: 0.2rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .main-nav a {
            color: #eaeaea;
            padding: 0.4rem 0.9rem;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: background 0.25s ease, color 0.25s ease;
            white-space: nowrap;
        }
        .main-nav a:hover,
        .main-nav a:focus {
            background: rgba(255, 255, 255, 0.12);
            color: #f39c12;
            text-decoration: none;
        }
        .main-nav a.active {
            background: #e67e22;
            color: #fff;
        }
        .breadcrumb-wrap {
            background: #f0ebe3;
            padding: 0.6rem 0;
            font-size: 0.88rem;
            border-bottom: 1px solid #e0d6c8;
        }
        .breadcrumb-wrap .container {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.3rem;
        }
        .breadcrumb-wrap a {
            color: #7f6b5a;
        }
        .breadcrumb-wrap a:hover {
            color: #c75b2c;
        }
        .breadcrumb-wrap span {
            color: #5a4a3a;
        }
        .breadcrumb-wrap .sep {
            color: #b09a86;
            margin: 0 0.2rem;
        }
        .search-section {
            background: #fff;
            padding: 1.2rem 0;
            border-bottom: 1px solid #e8e0d6;
        }
        .search-form {
            display: flex;
            max-width: 600px;
            margin: 0 auto;
            border-radius: 50px;
            overflow: hidden;
            border: 2px solid #dcd3c7;
            background: #fff;
            transition: border-color 0.3s ease;
        }
        .search-form:focus-within {
            border-color: #e67e22;
        }
        .search-form input {
            flex: 1;
            border: none;
            padding: 0.8rem 1.2rem;
            font-size: 1rem;
            outline: none;
            background: transparent;
        }
        .search-form button {
            background: #e67e22;
            border: none;
            color: #fff;
            padding: 0 1.5rem;
            font-size: 1.1rem;
            cursor: pointer;
            transition: background 0.25s ease;
        }
        .search-form button:hover {
            background: #c75b2c;
        }
        .main-content {
            padding: 2rem 0 3rem;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2.5rem;
        }
        .article-body {
            background: #fff;
            padding: 2rem 2rem 2.5rem;
            border-radius: 16px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        }
        .featured-image {
            margin: 1.5rem 0 2rem;
            border-radius: 12px;
            overflow: hidden;
            background: #e8e0d6;
        }
        .featured-image img {
            width: 100%;
            object-fit: cover;
            max-height: 420px;
        }
        .featured-image figcaption {
            padding: 0.6rem 1rem;
            font-size: 0.85rem;
            color: #5a4a3a;
            background: #f5f0ea;
            font-style: italic;
        }
        .last-update {
            display: inline-block;
            background: #f0ebe3;
            padding: 0.3rem 1rem;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #5a4a3a;
            margin-bottom: 1.2rem;
        }
        .last-update i {
            margin-right: 0.4rem;
            color: #e67e22;
        }
        .highlight-box {
            background: #fcf8f3;
            border-left: 5px solid #e67e22;
            padding: 1.2rem 1.5rem;
            border-radius: 0 10px 10px 0;
            margin: 1.5rem 0;
        }
        .highlight-box strong {
            color: #c75b2c;
        }
        .btn {
            display: inline-block;
            background: #e67e22;
            color: #fff;
            padding: 0.65rem 1.6rem;
            border-radius: 40px;
            font-weight: 600;
            font-size: 0.95rem;
            transition: background 0.25s ease, transform 0.2s ease;
            border: none;
            cursor: pointer;
        }
        .btn:hover {
            background: #c75b2c;
            transform: translateY(-2px);
            text-decoration: none;
            color: #fff;
        }
        .btn i {
            margin-right: 0.4rem;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            font-size: 0.92rem;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        }
        .data-table th {
            background: #1e2a3a;
            color: #f39c12;
            padding: 0.7rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        .data-table td {
            padding: 0.65rem 1rem;
            border-bottom: 1px solid #ece6de;
            background: #fdfcfa;
        }
        .data-table tr:last-child td {
            border-bottom: none;
        }
        .data-table tr:hover td {
            background: #f8f3ec;
        }
        .interaction-section {
            background: #fff;
            padding: 2rem;
            border-radius: 16px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            margin-top: 1.5rem;
        }
        .rating-stars {
            display: flex;
            gap: 0.5rem;
            font-size: 2rem;
            color: #ddd;
            cursor: pointer;
            margin: 0.8rem 0 1rem;
        }
        .rating-stars i {
            transition: color 0.2s ease, transform 0.15s ease;
        }
        .rating-stars i:hover,
        .rating-stars i.active {
            color: #f39c12;
            transform: scale(1.12);
        }
        .score-form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
            max-width: 400px;
        }
        .score-form input,
        .score-form textarea,
        .comment-form input,
        .comment-form textarea {
            padding: 0.7rem 1rem;
            border: 1.5px solid #dcd3c7;
            border-radius: 8px;
            font-size: 0.95rem;
            transition: border-color 0.3s ease;
            background: #fefdfb;
            font-family: inherit;
        }
        .score-form input:focus,
        .score-form textarea:focus,
        .comment-form input:focus,
        .comment-form textarea:focus {
            border-color: #e67e22;
            outline: none;
        }
        .comment-form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
            max-width: 600px;
            margin-top: 0.8rem;
        }
        .comment-list {
            margin-top: 1.5rem;
            border-top: 2px solid #f0ebe3;
            padding-top: 1.2rem;
        }
        .comment-item {
            padding: 1rem 0;
            border-bottom: 1px solid #f0ebe3;
        }
        .comment-item:last-child {
            border-bottom: none;
        }
        .comment-item strong {
            color: #2c3e50;
        }
        .comment-item .date {
            font-size: 0.8rem;
            color: #999;
            margin-left: 0.5rem;
        }
        .sidebar-links {
            background: #fff;
            padding: 1.8rem 1.8rem 2rem;
            border-radius: 16px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        }
        .sidebar-links h3 {
            margin-top: 0;
            font-size: 1.2rem;
            border-bottom: 2px solid #e67e22;
            padding-bottom: 0.4rem;
            margin-bottom: 1rem;
        }
        .link-list {
            list-style: none;
            padding: 0;
        }
        .link-list li {
            padding: 0.45rem 0;
            border-bottom: 1px solid #f0ebe3;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .link-list li::before {
            content: "\f126";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            color: #e67e22;
            font-size: 0.7rem;
        }
        .link-list li:last-child {
            border-bottom: none;
        }
        .link-list a {
            color: #2c3e50;
            font-weight: 500;
        }
        .link-list a:hover {
            color: #c75b2c;
        }
        .site-footer {
            background: #1e2a3a;
            color: #cfd8e0;
            padding: 2.5rem 0 0;
            margin-top: 2rem;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            padding-bottom: 1.5rem;
        }
        .footer-inner h4 {
            color: #f39c12;
            margin-bottom: 0.8rem;
            font-size: 1.1rem;
        }
        .footer-inner a {
            color: #bcc8d4;
        }
        .footer-inner a:hover {
            color: #f39c12;
        }
        friend-link {
            display: block;
            margin-top: 0.5rem;
        }
        friend-link a {
            display: inline-block;
            margin-right: 1rem;
            margin-bottom: 0.3rem;
        }
        .copyright {
            background: #151f2b;
            padding: 1rem 0;
            text-align: center;
            font-size: 0.85rem;
            color: #8899a8;
            border-top: 1px solid #2a3a4a;
        }
        .copyright a {
            color: #bcc8d4;
        }
        .copyright a:hover {
            color: #f39c12;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                padding-top: 0.8rem;
                gap: 0.3rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.6rem 1rem;
                border-radius: 8px;
                background: rgba(255, 255, 255, 0.06);
            }
            .header-inner {
                align-items: center;
            }
            .my-logo {
                font-size: 1.2rem;
                padding: 0.2rem 0.8rem 0.2rem 0.6rem;
            }
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            h3 {
                font-size: 1.1rem;
            }
            .article-body {
                padding: 1.2rem;
            }
            .interaction-section {
                padding: 1.2rem;
            }
            .sidebar-links {
                padding: 1.2rem;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
            .data-table {
                font-size: 0.82rem;
            }
            .data-table th,
            .data-table td {
                padding: 0.5rem 0.6rem;
            }
            .rating-stars {
                font-size: 1.6rem;
            }
            .container {
                padding: 0 0.9rem;
            }
        }
        @media (max-width: 480px) {
            .search-form input {
                padding: 0.6rem 0.9rem;
                font-size: 0.9rem;
            }
            .search-form button {
                padding: 0 1rem;
                font-size: 1rem;
            }
            .btn {
                padding: 0.5rem 1.2rem;
                font-size: 0.85rem;
            }
        }
        .scroll-top {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            background: #e67e22;
            color: #fff;
            width: 46px;
            height: 46px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            box-shadow: 0 4px 14px rgba(230, 126, 34, 0.35);
            transition: transform 0.25s ease, background 0.25s ease;
            z-index: 900;
            border: none;
            cursor: pointer;
        }
        .scroll-top:hover {
            background: #c75b2c;
            transform: translateY(-4px);
        }
        .eeat-badge {
            display: flex;
            flex-wrap: wrap;
            gap: 1.2rem;
            margin: 1.8rem 0 0.5rem;
            padding: 1rem 0;
            border-top: 1px solid #e8e0d6;
            font-size: 0.85rem;
            color: #5a4a3a;
        }
        .eeat-badge span {
            background: #f5f0ea;
            padding: 0.2rem 0.9rem;
            border-radius: 30px;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .eeat-badge i {
            color: #e67e22;
        }
        .emoji-lg {
            font-size: 1.3rem;
        }
        .text-accent {
            color: #c75b2c;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: center;
        }
        .gap-1 {
            gap: 0.5rem;
        }
        .fw-700 {
            font-weight: 700;
        }
        .fs-small {
            font-size: 0.88rem;
        }
