        *,
        *::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: #0b0b0e;
            color: #e8e6e3;
            line-height: 1.7;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a {
            color: #f5c842;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffde7a;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #f0ede8;
        }
        h1 {
            font-size: 2.4rem;
            margin: 0 0 1rem;
        }
        h2 {
            font-size: 1.8rem;
            margin: 2.5rem 0 1rem;
            border-bottom: 2px solid #f5c84233;
            padding-bottom: 0.45rem;
        }
        h3 {
            font-size: 1.35rem;
            margin: 1.8rem 0 0.75rem;
        }
        h4 {
            font-size: 1.1rem;
            margin: 1.2rem 0 0.5rem;
            font-weight: 600;
        }
        p {
            margin: 0 0 1.25rem;
        }
        .wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.25rem;
            width: 100%;
        }
        .site-header {
            background: #131318;
            border-bottom: 2px solid #2a2a32;
            padding: 0.75rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(6px);
            background: #131318ee;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.75rem 1.25rem;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: 2px;
            color: #f5c842;
            text-transform: uppercase;
            background: linear-gradient(135deg, #f5c842 0%, #ff8a5c 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-flex;
            align-items: center;
            gap: 0.25rem;
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #f5c842;
            font-size: 1.6rem;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #e8e6e3;
            font-size: 1.6rem;
            cursor: pointer;
            padding: 0.25rem 0.5rem;
            border-radius: 4px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #2a2a32;
        }
        .primary-nav {
            display: flex;
            flex-wrap: wrap;
            gap: 0.25rem 0.1rem;
            align-items: center;
        }
        .primary-nav a {
            padding: 0.4rem 0.9rem;
            border-radius: 6px;
            font-size: 0.92rem;
            font-weight: 500;
            color: #c8c6c2;
            transition: background 0.2s, color 0.2s;
            white-space: nowrap;
        }
        .primary-nav a:hover,
        .primary-nav a:focus-visible {
            background: #2a2a32;
            color: #f5c842;
            text-decoration: none;
        }
        .primary-nav a i {
            margin-right: 0.35rem;
            font-size: 0.85rem;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.3rem 0.6rem;
            font-size: 0.82rem;
            color: #999;
            padding: 0.6rem 0 0.2rem;
            margin-top: 0.2rem;
        }
        .breadcrumb a {
            color: #bbb;
        }
        .breadcrumb a:hover {
            color: #f5c842;
        }
        .breadcrumb .sep {
            color: #555;
        }
        .breadcrumb .current {
            color: #f5c842;
            font-weight: 500;
        }
        .hero {
            padding: 2.5rem 0 1.5rem;
            text-align: center;
        }
        .hero h1 {
            font-size: 2.8rem;
            background: linear-gradient(135deg, #f5c842, #ff7b3a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 0.5rem;
        }
        .hero .subhead {
            font-size: 1.15rem;
            color: #b0aca8;
            max-width: 720px;
            margin: 0 auto 1.2rem;
        }
        .hero .meta-info {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.2rem 2.5rem;
            font-size: 0.92rem;
            color: #999;
        }
        .hero .meta-info i {
            margin-right: 0.4rem;
            color: #f5c842;
        }
        .feature-image-wrap {
            margin: 2rem 0 2.5rem;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.7);
            background: #1a1a22;
        }
        .feature-image-wrap img {
            width: 100%;
            max-height: 520px;
            object-fit: cover;
        }
        .feature-image-wrap figcaption {
            padding: 0.75rem 1.25rem;
            font-size: 0.88rem;
            color: #aaa;
            background: #1a1a22;
            border-top: 1px solid #2a2a32;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem 2.5rem;
        }
        @media (min-width: 868px) {
            .content-grid {
                grid-template-columns: 1fr 300px;
            }
            .content-grid .main-col {
                grid-column: 1;
            }
            .content-grid .side-col {
                grid-column: 2;
            }
        }
        .main-col p,
        .side-col p {
            margin-bottom: 1.2rem;
        }
        .side-col .card {
            background: #18181f;
            border-radius: 10px;
            padding: 1.25rem 1.2rem;
            margin-bottom: 1.5rem;
            border: 1px solid #2a2a32;
        }
        .side-col .card h3 {
            font-size: 1.15rem;
            margin-top: 0;
            margin-bottom: 0.75rem;
            border-bottom: 1px solid #2a2a32;
            padding-bottom: 0.5rem;
        }
        .side-col .card ul {
            list-style: none;
            padding-left: 0;
        }
        .side-col .card ul li {
            padding: 0.35rem 0;
            border-bottom: 1px solid #22222a;
        }
        .side-col .card ul li:last-child {
            border-bottom: none;
        }
        .side-col .card ul li a {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .side-col .card ul li a i {
            width: 1.2rem;
            color: #f5c842;
        }
        .link-list-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.2rem;
            padding: 1rem 0;
            list-style: none;
        }
        .link-list-inline li a {
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            background: #1e1e28;
            padding: 0.3rem 0.9rem;
            border-radius: 20px;
            font-size: 0.88rem;
            border: 1px solid #2a2a32;
            transition: background 0.2s, border-color 0.2s;
        }
        .link-list-inline li a:hover {
            background: #2a2a36;
            border-color: #f5c842;
            text-decoration: none;
        }
        .search-section {
            background: #18181f;
            border-radius: 10px;
            padding: 1.5rem 1.8rem;
            margin: 2rem 0;
            border: 1px solid #2a2a32;
        }
        .search-form {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            align-items: center;
        }
        .search-form input[type="text"] {
            flex: 1 1 240px;
            padding: 0.7rem 1rem;
            border-radius: 8px;
            border: 1px solid #333;
            background: #0f0f14;
            color: #e8e6e3;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.25s;
        }
        .search-form input[type="text"]:focus {
            border-color: #f5c842;
        }
        .search-form button {
            padding: 0.7rem 1.6rem;
            background: #f5c842;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.95rem;
            color: #0b0b0e;
            cursor: pointer;
            transition: background 0.25s, transform 0.1s;
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
        }
        .search-form button:hover {
            background: #ffde7a;
            transform: scale(1.02);
        }
        .interaction-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.8rem;
            margin: 2.5rem 0;
        }
        @media (min-width: 700px) {
            .interaction-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
        .comment-section,
        .rating-section {
            background: #18181f;
            border-radius: 10px;
            padding: 1.5rem 1.5rem 1.8rem;
            border: 1px solid #2a2a32;
        }
        .comment-section h3,
        .rating-section h3 {
            margin-top: 0;
            border-bottom: 1px solid #2a2a32;
            padding-bottom: 0.5rem;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .comment-form textarea,
        .comment-form input {
            width: 100%;
            padding: 0.7rem 1rem;
            border-radius: 8px;
            border: 1px solid #333;
            background: #0f0f14;
            color: #e8e6e3;
            font-size: 0.92rem;
            margin-bottom: 0.7rem;
            font-family: inherit;
            outline: none;
            transition: border 0.25s;
        }
        .comment-form textarea:focus,
        .comment-form input:focus {
            border-color: #f5c842;
        }
        .comment-form textarea {
            min-height: 90px;
            resize: vertical;
        }
        .comment-form button,
        .rating-form button {
            padding: 0.6rem 1.8rem;
            background: #f5c842;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.92rem;
            color: #0b0b0e;
            cursor: pointer;
            transition: background 0.25s;
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            background: #ffde7a;
        }
        .rating-form select {
            padding: 0.6rem 1rem;
            border-radius: 8px;
            border: 1px solid #333;
            background: #0f0f14;
            color: #e8e6e3;
            font-size: 0.92rem;
            outline: none;
            margin-bottom: 0.7rem;
            width: 100%;
            max-width: 160px;
        }
        .rating-display {
            margin-top: 1rem;
            font-size: 1.1rem;
        }
        .rating-display .stars {
            color: #f5c842;
            letter-spacing: 2px;
        }
        .site-footer {
            background: #101014;
            border-top: 2px solid #2a2a32;
            padding: 2rem 0 1.2rem;
            margin-top: auto;
        }
        .footer-inner {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
        .footer-links {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem 2rem;
            justify-content: center;
        }
        .footer-links a {
            color: #b8b6b2;
            font-size: 0.92rem;
        }
        .footer-links a:hover {
            color: #f5c842;
        }
        friend-link {
            display: block;
            padding: 1rem 0 0.5rem;
            border-top: 1px solid #2a2a32;
            text-align: center;
            font-size: 0.9rem;
            color: #aaa;
        }
        friend-link a {
            color: #ddd;
            margin: 0 0.6rem;
        }
        friend-link a:hover {
            color: #f5c842;
        }
        .copyright {
            text-align: center;
            font-size: 0.82rem;
            color: #777;
            padding-top: 0.8rem;
            border-top: 1px solid #1e1e28;
        }
        .copyright a {
            color: #aaa;
        }
        @media (max-width: 767px) {
            .nav-toggle {
                display: block;
            }
            .primary-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #18181f;
                padding: 0.75rem 0.5rem;
                border-radius: 10px;
                margin-top: 0.5rem;
                border: 1px solid #2a2a32;
            }
            .primary-nav.open {
                display: flex;
            }
            .primary-nav a {
                padding: 0.6rem 0.8rem;
                width: 100%;
            }
            .hero h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
        }
        @media (min-width: 768px) {
            .primary-nav {
                display: flex !important;
            }
            .nav-toggle {
                display: none !important;
            }
        }
        @media (max-width: 480px) {
            .wrapper {
                padding: 0 0.9rem;
            }
            .hero h1 {
                font-size: 1.6rem;
            }
            .search-form input[type="text"] {
                flex: 1 1 100%;
            }
        }
        .highlight {
            color: #f5c842;
            font-weight: 600;
        }
        .emoji-big {
            font-size: 1.8rem;
            line-height: 1;
        }
        .badge {
            display: inline-block;
            background: #f5c84222;
            color: #f5c842;
            padding: 0.1rem 0.7rem;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            border: 1px solid #f5c84244;
            margin-left: 0.4rem;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.2rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #18181f;
            border-radius: 8px;
            overflow: hidden;
            font-size: 0.92rem;
        }
        th,
        td {
            padding: 0.6rem 0.9rem;
            text-align: left;
            border-bottom: 1px solid #2a2a32;
        }
        th {
            background: #22222c;
            color: #f5c842;
            font-weight: 600;
        }
        tr:last-child td {
            border-bottom: none;
        }
        blockquote {
            border-left: 4px solid #f5c842;
            padding: 0.6rem 1.2rem;
            margin: 1.2rem 0;
            background: #18181f;
            border-radius: 0 8px 8px 0;
            font-style: italic;
            color: #c8c4be;
        }
        .toc {
            background: #18181f;
            border-radius: 10px;
            padding: 1.2rem 1.5rem;
            margin: 1.8rem 0;
            border: 1px solid #2a2a32;
        }
        .toc ol {
            padding-left: 1.2rem;
        }
        .toc ol li {
            padding: 0.2rem 0;
        }
        .toc ol li a {
            color: #ccc;
        }
        .toc ol li a:hover {
            color: #f5c842;
        }
        .last-updated {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            font-size: 0.85rem;
            color: #999;
            background: #18181f;
            padding: 0.3rem 1rem;
            border-radius: 20px;
            border: 1px solid #2a2a32;
        }
        .last-updated i {
            color: #f5c842;
        }
