        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
            background: #0b0e14;
            color: #e8e6e3;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #f5c542;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #ffdd77;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.25rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            margin-top: 0;
            color: #f5e7c8;
        }
        h1 {
            font-size: 2.4rem;
            margin-bottom: 0.75rem;
        }
        h2 {
            font-size: 1.8rem;
            margin: 2.2rem 0 1rem 0;
            border-bottom: 2px solid #2a3a4a;
            padding-bottom: 0.4rem;
        }
        h3 {
            font-size: 1.35rem;
            margin: 1.8rem 0 0.8rem 0;
            color: #f0d9a8;
        }
        h4 {
            font-size: 1.1rem;
            margin: 1.2rem 0 0.5rem 0;
            color: #dcc9a0;
        }
        p {
            margin-bottom: 1rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .section-spacing {
            padding: 2rem 0;
        }
        .btn {
            display: inline-block;
            padding: 0.6rem 1.4rem;
            background: #2a3a4a;
            color: #f5e7c8;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-size: 0.95rem;
            font-weight: 600;
            transition: background 0.25s ease, transform 0.15s ease;
        }
        .btn:hover {
            background: #3e5268;
            transform: translateY(-2px);
            text-decoration: none;
            color: #fff;
        }
        .btn-primary {
            background: #b8860b;
            color: #0b0e14;
        }
        .btn-primary:hover {
            background: #d4a017;
        }
        .site-header {
            background: #141a22;
            border-bottom: 3px solid #2a3a4a;
            padding: 0.6rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.6rem;
            font-weight: 800;
            color: #f5c542;
            letter-spacing: 1px;
            text-transform: uppercase;
            background: linear-gradient(135deg, #f5c542, #d4a017);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            transition: opacity 0.2s;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none;
        }
        .my-logo small {
            font-size: 0.65rem;
            display: block;
            -webkit-text-fill-color: #8a9aa8;
            color: #8a9aa8;
            letter-spacing: 2px;
            font-weight: 400;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f5e7c8;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.5rem;
        }
        .nav-menu {
            display: flex;
            gap: 1.2rem;
            align-items: center;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .nav-menu li a {
            color: #c8d0d8;
            font-weight: 500;
            padding: 0.4rem 0.2rem;
            border-bottom: 2px solid transparent;
            transition: border-color 0.25s, color 0.25s;
            font-size: 0.9rem;
        }
        .nav-menu li a:hover {
            color: #f5c542;
            border-bottom-color: #f5c542;
            text-decoration: none;
        }
        .nav-menu li a.active {
            color: #f5c542;
            border-bottom-color: #f5c542;
        }
        .breadcrumb {
            background: #1a212b;
            padding: 0.65rem 0;
            font-size: 0.85rem;
            border-bottom: 1px solid #2a3a4a;
        }
        .breadcrumb ol {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "/";
            margin-right: 0.4rem;
            color: #6a7a8a;
        }
        .breadcrumb a {
            color: #aabbcc;
        }
        .breadcrumb a:hover {
            color: #f5c542;
        }
        .breadcrumb .current {
            color: #f5e7c8;
            font-weight: 600;
        }
        .hero {
            background: linear-gradient(145deg, #0f1620 0%, #1a2533 100%);
            padding: 3rem 0 2.5rem 0;
            text-align: center;
            border-bottom: 4px solid #2a3a4a;
            position: relative;
        }
        .hero::after {
            content: "☠️";
            position: absolute;
            right: 2rem;
            bottom: 1rem;
            font-size: 3rem;
            opacity: 0.15;
        }
        .hero h1 {
            font-size: 2.8rem;
            margin-bottom: 0.4rem;
            background: linear-gradient(135deg, #f5e7c8, #f5c542);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero .subtitle {
            font-size: 1.15rem;
            color: #aabbcc;
            max-width: 700px;
            margin: 0.5rem auto 1.2rem;
        }
        .hero .meta-info {
            color: #7a8a9a;
            font-size: 0.9rem;
        }
        .hero .meta-info i {
            margin-right: 0.3rem;
        }
        .search-section {
            background: #141a22;
            padding: 1.2rem 0;
            border-bottom: 1px solid #2a3a4a;
        }
        .search-form {
            display: flex;
            max-width: 600px;
            margin: 0 auto;
            gap: 0.5rem;
        }
        .search-form input {
            flex: 1;
            padding: 0.7rem 1rem;
            border: 1px solid #3a4a5a;
            border-radius: 6px;
            background: #1a2533;
            color: #e8e6e3;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.3s;
        }
        .search-form input:focus {
            border-color: #f5c542;
        }
        .search-form button {
            padding: 0.7rem 1.6rem;
            background: #b8860b;
            border: none;
            border-radius: 6px;
            color: #0b0e14;
            font-weight: 700;
            cursor: pointer;
            transition: background 0.25s;
            font-size: 1rem;
        }
        .search-form button:hover {
            background: #d4a017;
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
            padding: 2.5rem 0;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            background: #141a22;
            border-radius: 12px;
            padding: 1.5rem;
            border: 1px solid #2a3a4a;
            height: fit-content;
            position: sticky;
            top: 90px;
        }
        .sidebar h3 {
            font-size: 1.2rem;
            margin-top: 0;
            border-bottom: 2px solid #2a3a4a;
            padding-bottom: 0.5rem;
            margin-bottom: 1rem;
        }
        .sidebar ul {
            list-style: none;
            padding: 0;
        }
        .sidebar ul li {
            margin-bottom: 0.5rem;
        }
        .sidebar ul li a {
            color: #c8d0d8;
            font-size: 0.9rem;
            display: block;
            padding: 0.3rem 0.5rem;
            border-radius: 4px;
            transition: background 0.2s, color 0.2s;
        }
        .sidebar ul li a:hover {
            background: #1e2a38;
            color: #f5c542;
            text-decoration: none;
        }
        .featured-image {
            margin: 1.8rem 0;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #2a3a4a;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
        }
        .featured-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        .featured-image figcaption {
            background: #141a22;
            padding: 0.6rem 1rem;
            font-size: 0.85rem;
            color: #8a9aa8;
            border-top: 1px solid #2a3a4a;
        }
        .highlight-box {
            background: #1a2533;
            border-left: 4px solid #f5c542;
            padding: 1.2rem 1.5rem;
            margin: 1.5rem 0;
            border-radius: 0 8px 8px 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.5rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #141a22;
            border-radius: 8px;
            overflow: hidden;
        }
        th,
        td {
            padding: 0.7rem 1rem;
            text-align: left;
            border-bottom: 1px solid #2a3a4a;
        }
        th {
            background: #1e2a38;
            color: #f5c542;
            font-weight: 700;
        }
        tr:hover td {
            background: #1a2533;
        }
        .comment-section,
        .rating-section {
            background: #141a22;
            border-radius: 12px;
            padding: 1.8rem;
            margin: 2rem 0;
            border: 1px solid #2a3a4a;
        }
        .comment-section h3,
        .rating-section h3 {
            margin-top: 0;
        }
        .comment-form textarea,
        .comment-form input {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 1px solid #3a4a5a;
            border-radius: 6px;
            background: #1a2533;
            color: #e8e6e3;
            font-size: 0.95rem;
            margin-bottom: 0.8rem;
            font-family: inherit;
            resize: vertical;
        }
        .comment-form textarea:focus,
        .comment-form input:focus {
            border-color: #f5c542;
            outline: none;
        }
        .rating-stars {
            display: flex;
            gap: 0.4rem;
            font-size: 1.6rem;
            color: #5a6a7a;
            cursor: pointer;
            margin-bottom: 0.8rem;
            flex-wrap: wrap;
        }
        .rating-stars i:hover,
        .rating-stars i.active {
            color: #f5c542;
        }
        .rating-stars i {
            transition: color 0.2s, transform 0.15s;
        }
        .rating-stars i:hover {
            transform: scale(1.2);
        }
        friend-link {
            display: block;
            background: #141a22;
            border-radius: 12px;
            padding: 1.5rem;
            margin: 2rem 0 1rem;
            border: 1px solid #2a3a4a;
        }
        friend-link h3 {
            margin-top: 0;
            font-size: 1.2rem;
            border-bottom: 2px solid #2a3a4a;
            padding-bottom: 0.5rem;
            margin-bottom: 1rem;
        }
        .friend-list {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }
        .friend-list a {
            background: #1e2a38;
            padding: 0.5rem 1.2rem;
            border-radius: 30px;
            font-size: 0.9rem;
            color: #c8d0d8;
            transition: background 0.25s, color 0.25s;
            border: 1px solid #2a3a4a;
        }
        .friend-list a:hover {
            background: #2a3a4a;
            color: #f5c542;
            text-decoration: none;
        }
        .site-footer {
            background: #0d121a;
            border-top: 3px solid #2a3a4a;
            padding: 2rem 0 1.5rem;
            margin-top: 2rem;
            text-align: center;
            color: #7a8a9a;
            font-size: 0.85rem;
        }
        .site-footer .copyright {
            margin-top: 0.8rem;
            letter-spacing: 0.5px;
        }
        .site-footer a {
            color: #aabbcc;
        }
        .site-footer a:hover {
            color: #f5c542;
        }
        @media (max-width: 900px) {
            .main-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                margin-top: 2rem;
            }
            h1 {
                font-size: 2rem;
            }
            .hero h1 {
                font-size: 2.2rem;
            }
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                gap: 0.4rem;
                padding: 1rem 0 0.5rem 0;
                border-top: 1px solid #2a3a4a;
                margin-top: 0.8rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu li a {
                padding: 0.5rem 0;
                display: block;
                border-bottom: 1px solid #1e2a38;
            }
            .header-inner {
                align-items: center;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            .hero h1 {
                font-size: 1.8rem;
            }
            .search-form {
                flex-direction: column;
            }
            .rating-stars {
                font-size: 1.4rem;
            }
            .breadcrumb ol {
                font-size: 0.75rem;
                gap: 0.2rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.8rem;
            }
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .hero h1 {
                font-size: 1.5rem;
            }
            .hero .subtitle {
                font-size: 0.95rem;
            }
            .comment-section,
            .rating-section {
                padding: 1rem;
            }
            .friend-list {
                flex-direction: column;
            }
            .friend-list a {
                text-align: center;
            }
        }
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(24px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .fade-in {
            animation: fadeInUp 0.6s ease forwards;
        }
        .emoji-lg {
            font-size: 1.8rem;
            vertical-align: middle;
        }
        .tag {
            display: inline-block;
            background: #2a3a4a;
            padding: 0.2rem 0.8rem;
            border-radius: 30px;
            font-size: 0.75rem;
            color: #aabbcc;
            margin-right: 0.3rem;
        }
        .updated-badge {
            color: #7a8a9a;
            font-size: 0.85rem;
        }
        .updated-badge i {
            margin-right: 0.3rem;
        }
        .divider {
            border: none;
            height: 1px;
            background: linear-gradient(to right, transparent, #2a3a4a, transparent);
            margin: 2rem 0;
        }
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 1.2rem;
            margin: 1.5rem 0;
        }
        .card {
            background: #1a2533;
            border-radius: 10px;
            padding: 1.2rem;
            border: 1px solid #2a3a4a;
            transition: transform 0.2s, border-color 0.2s;
        }
        .card:hover {
            transform: translateY(-4px);
            border-color: #f5c542;
        }
        .card h4 {
            margin-top: 0;
        }
        .card .card-icon {
            font-size: 2rem;
            color: #f5c542;
            margin-bottom: 0.5rem;
        }
