        *,
        *::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;
            line-height: 1.75;
            color: #1a1a1a;
            background: #f9f7f5;
            padding: 0;
            max-width: 1400px;
            margin: 0 auto;
            background-image: radial-gradient(ellipse at top, #fff 0%, #f3f0ed 100%);
        }
        a {
            color: #c8102e;
            text-decoration: none;
            transition: color 0.2s, border-bottom 0.2s;
        }
        a:hover,
        a:focus {
            color: #9e0c24;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: #1a1a1a;
            padding: 12px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            border-bottom: 3px solid #c8102e;
        }
        .header-inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 900;
            letter-spacing: -0.5px;
            color: #fff;
            text-transform: uppercase;
            background: linear-gradient(135deg, #c8102e, #ff6b35);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 2px 2px 8px rgba(200, 16, 46, 0.2);
            transition: transform 0.2s;
        }
        .my-logo:hover {
            transform: scale(1.02);
        }
        .my-logo i {
            -webkit-text-fill-color: #c8102e;
            margin-right: 6px;
            font-size: 1.6rem;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 4px 10px;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .primary-nav {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            align-items: center;
        }
        .primary-nav a {
            color: #eee;
            padding: 6px 14px;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: background 0.25s, color 0.25s;
            white-space: nowrap;
        }
        .primary-nav a:hover,
        .primary-nav a:focus {
            background: #c8102e;
            color: #fff;
            text-decoration: none;
        }
        .primary-nav a i {
            margin-right: 5px;
            font-size: 0.8rem;
        }
        .breadcrumb-nav {
            background: #fff;
            padding: 10px 0;
            border-bottom: 1px solid #e0d8d0;
            font-size: 0.85rem;
        }
        .breadcrumb-nav ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 16px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .breadcrumb-nav li+li::before {
            content: "›";
            margin-right: 16px;
            color: #aaa;
            font-weight: 700;
        }
        .breadcrumb-nav a {
            color: #555;
        }
        .breadcrumb-nav a:hover {
            color: #c8102e;
        }
        .breadcrumb-nav .current {
            color: #1a1a1a;
            font-weight: 600;
        }
        main {
            padding: 30px 0 50px;
        }
        main .container {
            background: #fff;
            border-radius: 24px;
            padding: 40px 40px 50px;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.05);
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 900;
            line-height: 1.2;
            margin-bottom: 16px;
            color: #1a1a1a;
            letter-spacing: -0.02em;
        }
        h1 i {
            color: #c8102e;
        }
        .subhead {
            font-size: 1.2rem;
            color: #555;
            margin-bottom: 30px;
            font-weight: 400;
            border-left: 4px solid #c8102e;
            padding-left: 20px;
        }
        .last-updated {
            display: inline-block;
            background: #f0ece8;
            padding: 6px 18px;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #555;
            margin-bottom: 30px;
        }
        .last-updated i {
            margin-right: 6px;
            color: #c8102e;
        }
        h2 {
            font-size: 2rem;
            font-weight: 800;
            margin: 48px 0 16px;
            color: #1a1a1a;
            border-bottom: 3px solid #c8102e;
            padding-bottom: 8px;
            display: inline-block;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin: 32px 0 12px;
            color: #222;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin: 24px 0 8px;
            color: #333;
        }
        p {
            margin-bottom: 18px;
            color: #2a2a2a;
        }
        .lead {
            font-size: 1.15rem;
            color: #333;
            font-weight: 400;
        }
        strong {
            color: #1a1a1a;
        }
        .text-highlight {
            background: linear-gradient(to right, #fff0e8, #ffe8e0);
            padding: 2px 8px;
            border-radius: 4px;
            font-weight: 600;
        }
        .featured-image {
            margin: 30px 0 30px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        }
        .featured-image figcaption {
            background: #f6f2ee;
            padding: 10px 20px;
            font-size: 0.85rem;
            color: #666;
            font-style: italic;
        }
        .content-links {
            background: #f8f4f0;
            border-left: 4px solid #c8102e;
            padding: 20px 24px;
            border-radius: 0 12px 12px 0;
            margin: 28px 0;
        }
        .content-links ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 10px 24px;
        }
        .content-links li a {
            font-weight: 500;
        }
        .content-links li a i {
            margin-right: 5px;
            color: #c8102e;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 28px 0;
            border-radius: 12px;
            border: 1px solid #e8e0d8;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
        }
        th,
        td {
            padding: 14px 18px;
            text-align: left;
            border-bottom: 1px solid #e8e0d8;
        }
        th {
            background: #1a1a1a;
            color: #fff;
            font-weight: 700;
            letter-spacing: 0.5px;
        }
        tr:nth-child(even) {
            background: #faf7f4;
        }
        tr:hover {
            background: #f0eae4;
        }
        .form-card {
            background: #faf7f4;
            border-radius: 16px;
            padding: 28px 30px;
            margin: 30px 0;
            border: 1px solid #e8e0d8;
        }
        .form-card h3 {
            margin-top: 0;
        }
        .form-group {
            margin-bottom: 18px;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 4px;
            font-size: 0.9rem;
            color: #222;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #ddd;
            border-radius: 10px;
            font-size: 1rem;
            font-family: inherit;
            transition: border-color 0.2s, box-shadow 0.2s;
            background: #fff;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: #c8102e;
            box-shadow: 0 0 0 4px rgba(200, 16, 46, 0.1);
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            display: inline-block;
            padding: 12px 32px;
            background: #c8102e;
            color: #fff;
            border: none;
            border-radius: 30px;
            font-size: 1rem;
            font-weight: 700;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s, box-shadow 0.25s;
            box-shadow: 0 4px 12px rgba(200, 16, 46, 0.3);
        }
        .btn:hover {
            background: #9e0c24;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(200, 16, 46, 0.35);
        }
        .btn i {
            margin-right: 8px;
        }
        .rating-stars {
            display: flex;
            gap: 6px;
            font-size: 2rem;
            color: #ddd;
            cursor: pointer;
            direction: rtl;
        }
        .rating-stars input {
            display: none;
        }
        .rating-stars label {
            transition: color 0.2s, transform 0.15s;
            cursor: pointer;
        }
        .rating-stars label:hover,
        .rating-stars label:hover~label,
        .rating-stars input:checked~label {
            color: #ffb800;
            transform: scale(1.1);
        }
        .comment-item {
            border-bottom: 1px solid #e8e0d8;
            padding: 18px 0;
        }
        .comment-item:last-child {
            border-bottom: none;
        }
        .comment-meta {
            font-size: 0.85rem;
            color: #888;
            margin-bottom: 4px;
        }
        .comment-meta strong {
            color: #1a1a1a;
        }
        .comment-body {
            color: #333;
        }
        .site-footer {
            background: #1a1a1a;
            color: #ccc;
            padding: 40px 0 20px;
            margin-top: 40px;
            border-top: 4px solid #c8102e;
        }
        .footer-inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 30px;
        }
        .site-footer h4 {
            color: #fff;
            font-weight: 700;
            margin-bottom: 12px;
            font-size: 1.1rem;
        }
        .site-footer a {
            color: #bbb;
        }
        .site-footer a:hover {
            color: #fff;
            text-decoration: underline;
        }
        friend-link {
            display: block;
            margin: 12px 0;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 12px 4px 0;
            padding: 4px 0;
        }
        .copyright {
            text-align: center;
            padding-top: 24px;
            margin-top: 24px;
            border-top: 1px solid #333;
            font-size: 0.85rem;
            color: #888;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 20px;
            padding-right: 20px;
        }
        .copyright strong {
            color: #ccc;
        }
        @media (max-width: 768px) {
            .header-inner {
                padding: 0 16px;
            }
            .nav-toggle {
                display: block;
            }
            .primary-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                padding: 16px 0 8px;
                gap: 4px;
            }
            .primary-nav.open {
                display: flex;
            }
            .primary-nav a {
                padding: 10px 16px;
                border-radius: 8px;
                width: 100%;
                background: rgba(255, 255, 255, 0.04);
            }
            main .container {
                padding: 24px 18px 30px;
                border-radius: 16px;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .subhead {
                font-size: 1rem;
                padding-left: 14px;
            }
            .breadcrumb-nav ol {
                padding: 0 16px;
                gap: 4px 12px;
                font-size: 0.78rem;
            }
            .form-card {
                padding: 20px 16px;
            }
            .rating-stars {
                font-size: 1.6rem;
            }
            .content-links ul {
                flex-direction: column;
                gap: 6px;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 20px;
            }
        }
        @media (min-width: 769px) and (max-width: 1024px) {
            main .container {
                padding: 30px 28px;
            }
            h1 {
                font-size: 2.3rem;
            }
        }
        .scroll-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: #c8102e;
            color: #fff;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            box-shadow: 0 4px 20px rgba(200, 16, 46, 0.3);
            transition: transform 0.2s, background 0.2s;
            z-index: 999;
            border: none;
            cursor: pointer;
        }
        .scroll-top:hover {
            transform: translateY(-4px);
            background: #9e0c24;
        }
        .eeat-badge {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 20px;
            background: #f0ece8;
            padding: 14px 20px;
            border-radius: 12px;
            margin: 20px 0 28px;
            font-size: 0.85rem;
        }
        .eeat-badge span i {
            color: #c8102e;
            margin-right: 5px;
        }
