        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #0c0c0f;
            color: #e8e6e3;
            line-height: 1.7;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a {
            color: #f5c542;
            text-decoration: none;
            transition: color 0.25s ease, opacity 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffd966;
            opacity: 0.9;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #f0ece4;
            letter-spacing: 0.01em;
        }
        h1 {
            font-size: 2.6rem;
            margin-bottom: 1rem;
            border-left: 6px solid #f5c542;
            padding-left: 1.2rem;
        }
        h2 {
            font-size: 2rem;
            margin: 2.5rem 0 1.2rem 0;
            border-bottom: 2px solid #2a2a30;
            padding-bottom: 0.5rem;
        }
        h3 {
            font-size: 1.5rem;
            margin: 2rem 0 0.8rem 0;
            color: #f0e6d0;
        }
        h4 {
            font-size: 1.2rem;
            margin: 1.4rem 0 0.6rem 0;
            color: #d9ceb8;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
        }
        ul,
        ol {
            margin: 0.8rem 0 1.4rem 2rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        strong {
            color: #f5c542;
            font-weight: 600;
        }
        em {
            color: #c9b99a;
        }
        hr {
            border: none;
            border-top: 1px solid #2a2a30;
            margin: 2.5rem 0;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
            width: 100%;
        }
        .site-header {
            background: #141418;
            border-bottom: 2px solid #2a2a30;
            padding: 0.6rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            backdrop-filter: blur(6px);
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.7);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem 1.5rem;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            color: #f5c542;
            text-transform: uppercase;
            background: linear-gradient(135deg, #f5c542, #e6a800);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            transition: transform 0.3s ease;
            display: inline-block;
        }
        .my-logo:hover {
            transform: scale(1.02);
        }
        .my-logo small {
            font-size: 0.7rem;
            display: block;
            -webkit-text-fill-color: #aaa;
            color: #aaa;
            letter-spacing: 0.1em;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f5c542;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            transition: opacity 0.2s;
        }
        .nav-toggle:hover {
            opacity: 0.7;
        }
        .primary-nav {
            display: flex;
            align-items: center;
            gap: 0.6rem 1.2rem;
            flex-wrap: wrap;
        }
        .primary-nav a {
            padding: 0.3rem 0.8rem;
            border-radius: 6px;
            font-weight: 500;
            font-size: 0.95rem;
            color: #cfcbc4;
            transition: background 0.25s, color 0.25s;
        }
        .primary-nav a:hover {
            background: #2a2a30;
            color: #f5c542;
        }
        .primary-nav a.active {
            color: #f5c542;
            border-bottom: 2px solid #f5c542;
        }
        .breadcrumb {
            background: #1a1a20;
            padding: 0.7rem 0;
            font-size: 0.9rem;
            border-bottom: 1px solid #28282e;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.8rem;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #666;
        }
        .breadcrumb a {
            color: #b0aba0;
        }
        .breadcrumb .current {
            color: #f5c542;
        }
        main {
            flex: 1;
            padding: 2rem 0 3rem;
        }
        .article-section {
            background: #15151b;
            border-radius: 16px;
            padding: 2rem 2.2rem;
            margin-bottom: 2.5rem;
            border: 1px solid #24242c;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
        }
        .article-section.highlight {
            border-left: 5px solid #f5c542;
            background: #1a1a22;
        }
        .feature-image-wrap {
            margin: 1.8rem 0 2.2rem 0;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 4px 30px rgba(245, 197, 66, 0.15);
            position: relative;
        }
        .feature-image-wrap img {
            width: 100%;
            max-height: 500px;
            object-fit: cover;
        }
        .feature-image-wrap figcaption {
            background: rgba(0, 0, 0, 0.7);
            padding: 0.8rem 1.2rem;
            font-size: 0.9rem;
            color: #ccc;
        }
        .search-box {
            display: flex;
            gap: 0.6rem;
            max-width: 580px;
            margin: 1.5rem 0 0.5rem 0;
            background: #1e1e26;
            border-radius: 50px;
            padding: 0.3rem 0.3rem 0.3rem 1.2rem;
            border: 1px solid #33333f;
            transition: border-color 0.3s;
        }
        .search-box:focus-within {
            border-color: #f5c542;
        }
        .search-box input {
            flex: 1;
            background: transparent;
            border: none;
            padding: 0.8rem 0.2rem;
            font-size: 1rem;
            color: #f0ece4;
            outline: none;
        }
        .search-box input::placeholder {
            color: #777;
        }
        .search-box button {
            background: #f5c542;
            border: none;
            padding: 0 1.8rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            color: #0c0c0f;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-box button:hover {
            background: #ffd966;
            transform: scale(1.02);
        }
        .rating-area {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem 2.5rem;
            align-items: center;
            margin: 1.2rem 0;
        }
        .star-rating {
            display: flex;
            gap: 0.3rem;
            font-size: 2rem;
            color: #444;
            cursor: pointer;
        }
        .star-rating .fa-star.active {
            color: #f5c542;
        }
        .star-rating .fa-star.hover {
            color: #e6b800;
        }
        .rating-score {
            font-size: 1.8rem;
            font-weight: 700;
            color: #f5c542;
            background: #1e1e26;
            padding: 0.3rem 1.2rem;
            border-radius: 40px;
            border: 1px solid #333;
        }
        .comment-form {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            margin: 1.8rem 0 0.8rem 0;
            background: #1a1a22;
            padding: 1.8rem 2rem;
            border-radius: 16px;
            border: 1px solid #2a2a34;
        }
        .comment-form label {
            font-weight: 600;
            font-size: 1rem;
            color: #d9ceb8;
        }
        .comment-form input,
        .comment-form textarea {
            background: #0c0c12;
            border: 1px solid #33333f;
            padding: 0.9rem 1.2rem;
            border-radius: 10px;
            font-size: 1rem;
            color: #f0ece4;
            transition: border-color 0.3s;
            font-family: inherit;
        }
        .comment-form input:focus,
        .comment-form textarea:focus {
            border-color: #f5c542;
            outline: none;
        }
        .comment-form textarea {
            min-height: 120px;
            resize: vertical;
        }
        .comment-form .btn-submit {
            background: #f5c542;
            color: #0c0c0f;
            border: none;
            padding: 0.9rem 2.2rem;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.05rem;
            cursor: pointer;
            align-self: flex-start;
            transition: background 0.25s, transform 0.15s;
        }
        .comment-form .btn-submit:hover {
            background: #ffd966;
            transform: scale(1.02);
        }
        friend-link {
            display: block;
            margin: 1.8rem 0 0.5rem 0;
            padding: 1.2rem 1.8rem;
            background: #191920;
            border-radius: 14px;
            border: 1px solid #2a2a34;
        }
        friend-link a {
            display: inline-block;
            margin: 0.25rem 0.8rem 0.25rem 0;
            padding: 0.2rem 0.6rem;
            background: #25252e;
            border-radius: 6px;
            font-size: 0.95rem;
            color: #cfcbc4;
            transition: background 0.25s, color 0.25s;
        }
        friend-link a:hover {
            background: #f5c542;
            color: #0c0c0f;
        }
        friend-link .label {
            font-weight: 600;
            color: #f5c542;
            margin-right: 0.8rem;
            font-size: 0.95rem;
        }
        .site-footer {
            background: #101014;
            border-top: 2px solid #1e1e26;
            padding: 2.5rem 0 1.8rem 0;
            margin-top: 1.5rem;
        }
        .footer-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 1.2rem;
            font-size: 0.95rem;
            color: #999;
        }
        .footer-inner .copyright {
            color: #777;
            font-size: 0.9rem;
        }
        .footer-inner .copyright strong {
            color: #bbb;
        }
        .styled-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            background: #1a1a22;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #2a2a34;
        }
        .styled-table th,
        .styled-table td {
            padding: 1rem 1.2rem;
            text-align: left;
            border-bottom: 1px solid #2a2a34;
        }
        .styled-table th {
            background: #25252e;
            color: #f5c542;
            font-weight: 600;
            font-size: 0.95rem;
            text-transform: uppercase;
            letter-spacing: 0.04em;
        }
        .styled-table td {
            color: #d9ceb8;
        }
        .styled-table tr:last-child td {
            border-bottom: none;
        }
        @media (max-width: 768px) {
            h1 {
                font-size: 1.8rem;
                padding-left: 0.8rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .container {
                padding: 0 1rem;
            }
            .article-section {
                padding: 1.4rem 1.2rem;
            }
            .header-inner {
                flex-direction: row;
            }
            .nav-toggle {
                display: block;
            }
            .primary-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                background: #141418;
                padding: 1rem 0.5rem;
                border-top: 1px solid #2a2a30;
                margin-top: 0.6rem;
            }
            .primary-nav.open {
                display: flex;
            }
            .primary-nav a {
                padding: 0.7rem 1rem;
                border-bottom: 1px solid #22222a;
            }
            .search-box {
                flex-direction: column;
                border-radius: 16px;
                padding: 0.8rem;
            }
            .search-box button {
                padding: 0.7rem 1.2rem;
                justify-content: center;
            }
            .rating-area {
                flex-direction: column;
                align-items: flex-start;
            }
            .comment-form {
                padding: 1.2rem;
            }
            .styled-table {
                font-size: 0.85rem;
            }
            .styled-table th,
            .styled-table td {
                padding: 0.7rem 0.8rem;
            }
            .footer-inner {
                flex-direction: column;
                text-align: center;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .breadcrumb {
                font-size: 0.8rem;
            }
            .feature-image-wrap figcaption {
                font-size: 0.8rem;
                padding: 0.5rem 0.8rem;
            }
        }
        @media (max-width: 480px) {
            h1 {
                font-size: 1.5rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            .article-section {
                padding: 1rem 0.8rem;
                border-radius: 12px;
            }
            .container {
                padding: 0 0.6rem;
            }
            .star-rating {
                font-size: 1.6rem;
            }
            .rating-score {
                font-size: 1.4rem;
                padding: 0.2rem 1rem;
            }
        }
        .badge {
            display: inline-block;
            background: #f5c542;
            color: #0c0c0f;
            padding: 0.2rem 1rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 700;
            letter-spacing: 0.04em;
        }
        .last-updated {
            font-size: 0.9rem;
            color: #999;
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .last-updated i {
            color: #f5c542;
        }
        .divider-gradient {
            height: 3px;
            background: linear-gradient(90deg, #f5c542, #e6a800, #f5c542);
            width: 80px;
            margin: 0.6rem 0 1.2rem 0;
            border-radius: 4px;
        }
        .btn-top {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            background: #f5c542;
            color: #0c0c0f;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 20px rgba(245, 197, 66, 0.3);
            transition: transform 0.25s, opacity 0.25s;
            opacity: 0.7;
            z-index: 999;
        }
        .btn-top:hover {
            transform: translateY(-4px);
            opacity: 1;
        }
        @media (max-width: 480px) {
            .btn-top {
                bottom: 1rem;
                right: 1rem;
                width: 40px;
                height: 40px;
                font-size: 1.1rem;
            }
        }
        .img-placeholder {
            background: linear-gradient(145deg, #1e1e28, #2a2a36);
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 260px;
            color: #555;
            font-size: 1.2rem;
            border-radius: 12px;
            border: 1px solid #333;
        }
        .img-placeholder i {
            font-size: 3rem;
            color: #f5c542;
            opacity: 0.4;
            margin-right: 1rem;
        }
