        *,
        *::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: #f5f3f0;
            color: #1e1b1a;
            line-height: 1.7;
            padding: 0;
            margin: 0;
            -webkit-font-smoothing: antialiased;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        a {
            color: #c0392b;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #962d22;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.4rem;
            margin: 1rem 0;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #111;
            margin-top: 1.8em;
            margin-bottom: 0.5em;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.4em;
        }
        h2 {
            font-size: 1.8rem;
            border-bottom: 3px solid #c0392b;
            padding-bottom: 0.25rem;
        }
        h3 {
            font-size: 1.35rem;
            color: #2c3e50;
        }
        h4 {
            font-size: 1.1rem;
            color: #34495e;
        }
        p {
            margin-bottom: 1.2rem;
        }
        .container {
            max-width: 1140px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: #0d0b0a;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.6rem;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #f1c40f;
            text-transform: uppercase;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 0.3rem;
            transition: opacity 0.2s;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none;
            color: #f1c40f;
        }
        .my-logo i {
            font-size: 2rem;
            color: #e74c3c;
        }
        .my-logo span {
            font-size: 0.7rem;
            display: block;
            color: #aaa;
            letter-spacing: 1px;
            font-weight: 400;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
        }
        .nav-list {
            list-style: none;
            display: flex;
            gap: 0.2rem;
            padding: 0;
            margin: 0;
        }
        .nav-list li a {
            color: #eee;
            padding: 0.5rem 0.9rem;
            border-radius: 30px;
            font-size: 0.92rem;
            font-weight: 500;
            transition: background 0.25s, color 0.25s;
            display: block;
            white-space: nowrap;
        }
        .nav-list li a:hover {
            background: #c0392b;
            color: #fff;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #f1c40f;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            transition: transform 0.2s;
        }
        .hamburger:hover {
            transform: scale(1.1);
        }
        .breadcrumb {
            background: #e8e3dd;
            padding: 0.7rem 0;
            font-size: 0.88rem;
            color: #555;
            border-bottom: 1px solid #d5cfc8;
        }
        .breadcrumb a {
            color: #c0392b;
        }
        .breadcrumb span {
            margin: 0 0.3rem;
        }
        .search-section {
            background: #1e2a38;
            padding: 2rem 0;
            margin: 1.8rem 0;
            border-radius: 16px;
            color: #fff;
        }
        .search-section .container {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 1rem;
        }
        .search-section label {
            font-size: 1.2rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form {
            display: flex;
            flex: 1 1 320px;
            max-width: 520px;
            border-radius: 60px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }
        .search-form input {
            flex: 1;
            border: none;
            padding: 0.8rem 1.2rem;
            font-size: 1rem;
            outline: none;
            min-width: 0;
        }
        .search-form button {
            background: #c0392b;
            color: #fff;
            border: none;
            padding: 0 1.6rem;
            font-size: 1.1rem;
            cursor: pointer;
            transition: background 0.25s;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .search-form button:hover {
            background: #962d22;
        }
        .hero-intro {
            padding: 2rem 0 0.5rem;
        }
        .hero-intro h1 {
            font-size: 2.6rem;
            background: linear-gradient(135deg, #c0392b, #f39c12);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .meta-info {
            display: flex;
            flex-wrap: wrap;
            gap: 1.2rem;
            font-size: 0.95rem;
            color: #666;
            margin: 0.5rem 0 1.5rem;
            border-bottom: 1px dashed #ccc;
            padding-bottom: 0.8rem;
        }
        .meta-info i {
            color: #c0392b;
            margin-right: 0.3rem;
        }
        .last-updated {
            font-weight: 600;
            color: #2c3e50;
        }
        .toc {
            background: #fff;
            border-radius: 14px;
            padding: 1.4rem 1.8rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            margin: 1.2rem 0 2rem;
            border-left: 5px solid #c0392b;
        }
        .toc h3 {
            margin-top: 0;
            font-size: 1.3rem;
        }
        .toc ul {
            list-style: none;
            padding: 0;
            columns: 2 220px;
            column-gap: 2rem;
        }
        .toc ul li {
            margin-bottom: 0.3rem;
            break-inside: avoid;
        }
        .toc ul li a {
            display: block;
            padding: 0.2rem 0;
            font-weight: 500;
            border-bottom: 1px dotted #ddd;
        }
        .toc ul li a::before {
            content: "⚡ ";
            color: #c0392b;
        }
        .movie-card {
            background: #fff;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            border-left: 6px solid #c0392b;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .movie-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        }
        .movie-card h3 {
            margin-top: 0;
            font-size: 1.5rem;
            color: #c0392b;
        }
        .movie-card .sub-meta {
            font-size: 0.9rem;
            color: #777;
            margin-bottom: 0.8rem;
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }
        .movie-card .sub-meta i {
            margin-right: 0.3rem;
        }
        .movie-card .rating-stars {
            color: #f39c12;
            letter-spacing: 2px;
        }
        .featured-image-wrapper {
            margin: 2rem 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
            background: #1a1a1a;
            text-align: center;
        }
        .featured-image-wrapper img {
            width: 100%;
            max-height: 520px;
            object-fit: cover;
        }
        .featured-image-wrapper figcaption {
            padding: 0.6rem 1rem;
            color: #ccc;
            font-size: 0.85rem;
            background: #111;
        }
        .exclusive-box {
            background: linear-gradient(135deg, #1e2a38, #0d1b2a);
            color: #eee;
            border-radius: 16px;
            padding: 2rem;
            margin: 2rem 0;
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
        }
        .exclusive-box h3 {
            color: #f1c40f;
            margin-top: 0;
            font-size: 1.6rem;
        }
        .exclusive-box ul {
            list-style: none;
            padding: 0;
        }
        .exclusive-box ul li {
            padding: 0.4rem 0;
            border-bottom: 1px solid #2a3a4a;
        }
        .exclusive-box ul li::before {
            content: "🔶 ";
        }
        .user-feedback {
            background: #fff;
            border-radius: 16px;
            padding: 2rem;
            margin: 2.5rem 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            border-top: 5px solid #c0392b;
        }
        .user-feedback h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin-top: 1.2rem;
        }
        .feedback-form label {
            display: block;
            font-weight: 600;
            margin: 0.6rem 0 0.2rem;
            font-size: 0.95rem;
        }
        .feedback-form input,
        .feedback-form textarea,
        .feedback-form select {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 2px solid #ddd;
            border-radius: 10px;
            font-size: 0.95rem;
            transition: border 0.2s;
            background: #fafafa;
            font-family: inherit;
        }
        .feedback-form input:focus,
        .feedback-form textarea:focus,
        .feedback-form select:focus {
            border-color: #c0392b;
            outline: none;
            background: #fff;
        }
        .feedback-form textarea {
            min-height: 90px;
            resize: vertical;
        }
        .feedback-form .btn {
            background: #c0392b;
            color: #fff;
            border: none;
            padding: 0.8rem 2rem;
            border-radius: 60px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            margin-top: 0.8rem;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .feedback-form .btn:hover {
            background: #962d22;
            transform: scale(1.02);
        }
        .rating-group {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.2rem;
            margin: 0.4rem 0 0.6rem;
        }
        .rating-group input {
            display: none;
        }
        .rating-group label {
            font-size: 2rem;
            color: #ccc;
            cursor: pointer;
            transition: color 0.2s, transform 0.15s;
        }
        .rating-group label:hover,
        .rating-group label:hover~label,
        .rating-group input:checked~label {
            color: #f39c12;
            transform: scale(1.1);
        }
        @media (max-width:720px) {
            .feedback-grid {
                grid-template-columns: 1fr;
            }
            .hero-intro h1 {
                font-size: 1.8rem;
            }
            .movie-card {
                padding: 1.2rem;
            }
            .exclusive-box {
                padding: 1.4rem;
            }
        }
        .inline-link-highlight {
            background: #fef9e7;
            padding: 0.1rem 0.3rem;
            border-radius: 4px;
            font-weight: 500;
        }
        friend-link {
            display: block;
            background: #1e2a38;
            color: #ddd;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin: 2.5rem 0 0;
            font-size: 0.95rem;
        }
        friend-link a {
            color: #f1c40f;
            font-weight: 500;
            padding: 0.2rem 0.6rem;
            display: inline-block;
        }
        friend-link a:hover {
            color: #fff;
            text-decoration: underline;
        }
        friend-link .fl-title {
            font-size: 1.2rem;
            font-weight: 700;
            color: #f1c40f;
            margin-bottom: 0.8rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .site-footer {
            background: #0d0b0a;
            color: #aaa;
            padding: 2rem 0;
            margin-top: 2rem;
            text-align: center;
            border-top: 4px solid #c0392b;
        }
        .site-footer .copyright {
            font-size: 0.88rem;
            letter-spacing: 0.3px;
        }
        .site-footer .copyright strong {
            color: #f1c40f;
        }
        @media (max-width:820px) {
            .nav-list {
                display: none;
                flex-direction: column;
                background: #0d0b0a;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                padding: 0.8rem 1.2rem;
                gap: 0.2rem;
                border-top: 2px solid #c0392b;
                box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
            }
            .nav-list.active {
                display: flex;
            }
            .nav-list li a {
                padding: 0.7rem 1rem;
                border-radius: 8px;
            }
            .hamburger {
                display: block;
            }
            .header-inner {
                position: relative;
            }
            .toc ul {
                columns: 1;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .my-logo span {
                font-size: 0.6rem;
            }
        }
        @media (max-width:480px) {
            .hero-intro h1 {
                font-size: 1.5rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .search-form input {
                padding: 0.6rem 0.8rem;
                font-size: 0.9rem;
            }
            .search-form button {
                padding: 0 1rem;
                font-size: 0.9rem;
            }
            .movie-card {
                padding: 1rem;
            }
            .exclusive-box {
                padding: 1rem;
            }
            .user-feedback {
                padding: 1.2rem;
            }
            friend-link {
                padding: 1.2rem;
            }
        }
        .text-muted {
            color: #888;
            font-size: 0.9rem;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .emoji-big {
            font-size: 1.8rem;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.2rem 0;
            font-size: 0.92rem;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        }
        .data-table th {
            background: #c0392b;
            color: #fff;
            padding: 0.7rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        .data-table td {
            padding: 0.6rem 1rem;
            border-bottom: 1px solid #eee;
        }
        .data-table tr:last-child td {
            border-bottom: none;
        }
        .data-table tr:hover td {
            background: #fef9e7;
        }
