        *,
        *::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, 'Helvetica Neue', Arial, sans-serif;
            background: #f4f4f7;
            color: #1e1e2a;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        a {
            color: #c8102e;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus {
            color: #8b0000;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin-bottom: 1.2rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        p {
            margin-bottom: 1.2rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #0b0b14;
            margin-top: 2rem;
            margin-bottom: 0.8rem;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.5rem;
        }
        h2 {
            font-size: 1.9rem;
            border-left: 5px solid #c8102e;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.5rem;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: #0b0b14;
            padding: 1rem 0;
            border-bottom: 4px solid #c8102e;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 900;
            letter-spacing: -1px;
            background: linear-gradient(135deg, #c8102e, #ff4d4d);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: none;
            display: inline-block;
            text-decoration: none !important;
        }
        .my-logo span {
            font-weight: 300;
            color: #fff;
            -webkit-text-fill-color: #fff;
            background: none;
        }
        .my-logo:hover {
            opacity: 0.9;
            text-decoration: none !important;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.3rem 0.6rem;
            transition: transform 0.2s;
        }
        .nav-toggle:hover {
            transform: scale(1.1);
        }
        .primary-nav {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.2rem;
        }
        .primary-nav a {
            color: #eee;
            padding: 0.5rem 1rem;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: background 0.25s, color 0.25s;
            text-decoration: none !important;
        }
        .primary-nav a:hover {
            background: #c8102e;
            color: #fff;
            text-decoration: none !important;
        }
        .primary-nav .nav-cta {
            background: #c8102e;
            color: #fff;
            font-weight: 700;
        }
        .primary-nav .nav-cta:hover {
            background: #a00d25;
        }
        .breadcrumb {
            background: #eaeaf0;
            padding: 0.7rem 0;
            font-size: 0.9rem;
            border-bottom: 1px solid #d5d5dd;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #888;
        }
        .breadcrumb a {
            color: #333;
        }
        .breadcrumb a:hover {
            color: #c8102e;
        }
        .breadcrumb .current {
            color: #c8102e;
            font-weight: 600;
        }
        .search-bar {
            background: #fff;
            padding: 1.8rem 0;
            border-bottom: 1px solid #ddd;
        }
        .search-form {
            display: flex;
            max-width: 640px;
            margin: 0 auto;
            border-radius: 50px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
        }
        .search-form input[type="text"] {
            flex: 1;
            padding: 0.9rem 1.5rem;
            border: 2px solid #ddd;
            border-right: none;
            border-radius: 50px 0 0 50px;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.3s;
        }
        .search-form input[type="text"]:focus {
            border-color: #c8102e;
        }
        .search-form button {
            background: #c8102e;
            color: #fff;
            border: none;
            padding: 0 2rem;
            font-size: 1.1rem;
            cursor: pointer;
            border-radius: 0 50px 50px 0;
            transition: background 0.25s;
        }
        .search-form button:hover {
            background: #a00d25;
        }
        .hero {
            background: linear-gradient(135deg, #0b0b14 0%, #1a1a2e 100%);
            color: #fff;
            padding: 3.5rem 0 3rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .hero::after {
            content: "";
            position: absolute;
            top: -60%;
            right: -20%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(200, 16, 46, 0.15) 0%, transparent 70%);
            pointer-events: none;
        }
        .hero h1 {
            font-size: 3rem;
            color: #fff;
            margin-bottom: 0.5rem;
            margin-top: 0;
            letter-spacing: -1px;
        }
        .hero h1 span {
            color: #c8102e;
        }
        .hero p {
            font-size: 1.2rem;
            opacity: 0.85;
            max-width: 760px;
            margin: 0 auto 1.5rem;
        }
        .hero .hero-meta {
            font-size: 0.95rem;
            color: #aaa;
            display: flex;
            justify-content: center;
            gap: 2rem;
            flex-wrap: wrap;
        }
        .hero .hero-meta i {
            margin-right: 0.4rem;
            color: #c8102e;
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
            padding: 2.5rem 0;
        }
        .content-area {
            background: #fff;
            padding: 2rem 2.2rem;
            border-radius: 12px;
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
        }
        .sidebar {
            background: #fff;
            padding: 1.8rem 1.5rem;
            border-radius: 12px;
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
            align-self: start;
            position: sticky;
            top: 100px;
        }
        .sidebar h3 {
            font-size: 1.3rem;
            border-bottom: 2px solid #c8102e;
            padding-bottom: 0.5rem;
            margin-top: 0;
        }
        .sidebar ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sidebar li {
            border-bottom: 1px solid #eee;
            padding: 0.6rem 0;
        }
        .sidebar li a {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            font-weight: 500;
        }
        .sidebar li a i {
            color: #c8102e;
            width: 1.2rem;
            text-align: center;
        }
        .featured-image {
            margin: 1.8rem 0 2.2rem;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
        }
        .featured-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        .featured-image figcaption {
            background: #f1f1f5;
            padding: 0.7rem 1.2rem;
            font-size: 0.9rem;
            color: #555;
            font-style: italic;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0 2rem;
            font-size: 0.95rem;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        }
        .data-table th {
            background: #0b0b14;
            color: #fff;
            padding: 0.8rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        .data-table td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #e8e8ef;
        }
        .data-table tr:nth-child(even) td {
            background: #f8f8fc;
        }
        .data-table tr:hover td {
            background: #ffebee;
        }
        .interaction-section {
            background: #fff;
            padding: 2rem 2.2rem;
            border-radius: 12px;
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
            margin-top: 2rem;
        }
        .interaction-section h2 {
            margin-top: 0;
        }
        .comment-form,
        .score-form {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            margin: 1.5rem 0;
            max-width: 700px;
        }
        .comment-form textarea,
        .comment-form input,
        .score-form select,
        .score-form input {
            padding: 0.8rem 1.2rem;
            border: 2px solid #ddd;
            border-radius: 8px;
            font-size: 1rem;
            font-family: inherit;
            transition: border-color 0.3s;
            width: 100%;
        }
        .comment-form textarea:focus,
        .comment-form input:focus,
        .score-form select:focus,
        .score-form input:focus {
            border-color: #c8102e;
            outline: none;
        }
        .comment-form textarea {
            min-height: 120px;
            resize: vertical;
        }
        .btn {
            background: #c8102e;
            color: #fff;
            border: none;
            padding: 0.8rem 2.2rem;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            align-self: flex-start;
        }
        .btn:hover {
            background: #a00d25;
            transform: translateY(-2px);
        }
        .btn i {
            margin-right: 0.5rem;
        }
        .score-display {
            background: #f8f8fc;
            padding: 1rem 1.5rem;
            border-radius: 10px;
            display: inline-flex;
            align-items: center;
            gap: 1rem;
            font-size: 1.1rem;
        }
        .score-display .stars {
            color: #f5a623;
            letter-spacing: 2px;
        }
        .site-footer {
            background: #0b0b14;
            color: #ccc;
            padding: 2.5rem 0 1.5rem;
            margin-top: 3rem;
            border-top: 4px solid #c8102e;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }
        .footer-grid h4 {
            color: #fff;
            font-size: 1.1rem;
            margin-top: 0;
            border-bottom: 1px solid #333;
            padding-bottom: 0.5rem;
        }
        .footer-grid a {
            color: #aaa;
            display: block;
            padding: 0.2rem 0;
            font-size: 0.9rem;
        }
        .footer-grid a:hover {
            color: #c8102e;
        }
        friend-link {
            display: block;
            background: #12121f;
            padding: 1.2rem 1.5rem;
            border-radius: 10px;
            margin: 1.5rem 0 0.5rem;
            border-left: 4px solid #c8102e;
        }
        friend-link a {
            color: #ddd;
            margin: 0 0.8rem 0 0;
            display: inline-block;
            padding: 0.2rem 0;
        }
        friend-link a:hover {
            color: #c8102e;
        }
        .copyright {
            text-align: center;
            border-top: 1px solid #222;
            padding-top: 1.5rem;
            font-size: 0.9rem;
            color: #888;
        }
        .copyright a {
            color: #c8102e;
        }
        @media (max-width: 992px) {
            .main-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                order: 2;
            }
            .content-area {
                order: 1;
            }
            .hero h1 {
                font-size: 2.2rem;
            }
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .primary-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #0b0b14;
                padding: 1rem 0;
                border-top: 1px solid #222;
                margin-top: 1rem;
            }
            .primary-nav.open {
                display: flex;
            }
            .primary-nav a {
                padding: 0.7rem 1.2rem;
                border-radius: 0;
            }
            .header-inner {
                align-items: center;
            }
            .my-logo {
                font-size: 1.6rem;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            .content-area {
                padding: 1.2rem;
            }
            .interaction-section {
                padding: 1.2rem;
            }
            .hero {
                padding: 2rem 0;
            }
            .hero h1 {
                font-size: 1.8rem;
            }
            .search-form input[type="text"] {
                padding: 0.7rem 1rem;
            }
            .search-form button {
                padding: 0 1.2rem;
            }
            .data-table {
                font-size: 0.8rem;
            }
            .data-table th,
            .data-table td {
                padding: 0.5rem 0.6rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 12px;
            }
            .hero h1 {
                font-size: 1.5rem;
            }
            .hero p {
                font-size: 0.95rem;
            }
            .btn {
                padding: 0.6rem 1.5rem;
                font-size: 0.9rem;
            }
            .breadcrumb {
                font-size: 0.8rem;
            }
        }
        .text-muted {
            color: #777;
            font-size: 0.9rem;
        }
        .update-badge {
            display: inline-block;
            background: #c8102e;
            color: #fff;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 0.5px;
        }
        .highlight-box {
            background: #f1f5ff;
            border-left: 4px solid #c8102e;
            padding: 1.2rem 1.5rem;
            border-radius: 0 8px 8px 0;
            margin: 1.5rem 0;
        }
        .highlight-box strong {
            color: #c8102e;
        }
        .emoji-lg {
            font-size: 1.3rem;
        }
        .gap-list {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 0.6rem;
            padding: 0;
            list-style: none;
        }
        .gap-list li a {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            background: #f8f8fc;
            padding: 0.5rem 1rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .gap-list li a:hover {
            background: #ffebee;
            text-decoration: none;
        }
        .gap-list li a i {
            color: #c8102e;
        }
