        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #0c0c0d;
            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: #ffd966;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
            width: 100%;
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #1a1a1e;
        }
        ::-webkit-scrollbar-thumb {
            background: #f5c842;
            border-radius: 4px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #ffd966;
        }
        .site-header {
            background: linear-gradient(180deg, #141416 0%, #1a1a20 100%);
            border-bottom: 2px solid #2a2a32;
            padding: 16px 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 12px 20px;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 900;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #f5c842;
            text-shadow: 0 0 20px rgba(245, 200, 66, 0.3);
            transition: text-shadow 0.3s;
            font-family: 'Impact', 'Arial Black', sans-serif;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .my-logo:hover {
            text-shadow: 0 0 40px rgba(245, 200, 66, 0.6);
            text-decoration: none;
        }
        .my-logo .logo-icon {
            font-size: 2rem;
        }
        .my-logo .logo-sub {
            font-size: 0.7rem;
            font-weight: 400;
            letter-spacing: 1px;
            color: #aaa;
            display: block;
            font-family: 'Segoe UI', sans-serif;
            text-transform: none;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f5c842;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(245, 200, 66, 0.1);
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }
        .main-nav a {
            padding: 8px 16px;
            border-radius: 8px;
            font-weight: 500;
            font-size: 0.95rem;
            color: #ccc;
            transition: background 0.25s, color 0.25s;
            white-space: nowrap;
        }
        .main-nav a:hover,
        .main-nav a.active {
            background: rgba(245, 200, 66, 0.12);
            color: #f5c842;
            text-decoration: none;
        }
        .main-nav a i {
            margin-right: 6px;
        }
        .breadcrumb {
            background: #18181c;
            padding: 12px 0;
            border-bottom: 1px solid #2a2a32;
            font-size: 0.9rem;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
            align-items: center;
        }
        .breadcrumb li::after {
            content: "›";
            margin-left: 10px;
            color: #666;
        }
        .breadcrumb li:last-child::after {
            content: none;
        }
        .breadcrumb li:last-child {
            color: #f5c842;
            font-weight: 500;
        }
        .breadcrumb a {
            color: #aaa;
        }
        .breadcrumb a:hover {
            color: #f5c842;
        }
        .hero {
            padding: 60px 0 50px;
            background: radial-gradient(ellipse at 30% 20%, #1e1e2a, #0c0c0d 80%);
            text-align: center;
            border-bottom: 1px solid #2a2a32;
        }
        .hero h1 {
            font-size: clamp(2.2rem, 6vw, 4rem);
            font-weight: 900;
            color: #f5c842;
            text-shadow: 0 4px 30px rgba(245, 200, 66, 0.25);
            line-height: 1.15;
            margin-bottom: 16px;
            letter-spacing: -0.5px;
        }
        .hero p {
            font-size: 1.2rem;
            color: #bbb;
            max-width: 800px;
            margin: 0 auto 20px;
        }
        .hero .meta-badge {
            display: inline-flex;
            flex-wrap: wrap;
            gap: 16px 28px;
            justify-content: center;
            color: #999;
            font-size: 0.95rem;
            background: rgba(255, 255, 255, 0.04);
            padding: 12px 28px;
            border-radius: 40px;
            border: 1px solid #2a2a32;
        }
        .hero .meta-badge i {
            color: #f5c842;
            margin-right: 6px;
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 48px 40px;
            padding: 48px 0 60px;
        }
        .content-article {
            min-width: 0;
        }
        .sidebar {
            min-width: 0;
        }
        .content-article section {
            margin-bottom: 52px;
        }
        .content-article h2 {
            font-size: 2rem;
            font-weight: 800;
            color: #f5c842;
            border-left: 5px solid #f5c842;
            padding-left: 20px;
            margin-bottom: 24px;
            line-height: 1.3;
        }
        .content-article h3 {
            font-size: 1.45rem;
            font-weight: 700;
            color: #e0d6c8;
            margin-top: 32px;
            margin-bottom: 14px;
        }
        .content-article h4 {
            font-size: 1.15rem;
            font-weight: 600;
            color: #ccc;
            margin-top: 24px;
            margin-bottom: 10px;
        }
        .content-article p {
            margin-bottom: 18px;
            color: #d0cecc;
            font-size: 1.05rem;
        }
        .content-article p strong {
            color: #f0e6d8;
        }
        .content-article ul,
        .content-article ol {
            margin: 0 0 20px 24px;
            color: #d0cecc;
        }
        .content-article li {
            margin-bottom: 8px;
        }
        .content-article blockquote {
            border-left: 4px solid #f5c842;
            padding: 16px 24px;
            margin: 24px 0;
            background: rgba(245, 200, 66, 0.05);
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #ccc;
        }
        .content-article .feature-img {
            margin: 28px 0;
            border-radius: 14px;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
        }
        .content-article .feature-img figcaption {
            text-align: center;
            font-size: 0.9rem;
            color: #888;
            margin-top: 10px;
        }
        .sidebar-card {
            background: #18181c;
            border-radius: 16px;
            padding: 24px;
            margin-bottom: 28px;
            border: 1px solid #2a2a32;
        }
        .sidebar-card h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #f5c842;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .sidebar-card ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sidebar-card li {
            margin-bottom: 10px;
        }
        .sidebar-card li a {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px 12px;
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.03);
            transition: background 0.2s;
        }
        .sidebar-card li a:hover {
            background: rgba(245, 200, 66, 0.08);
            text-decoration: none;
        }
        .sidebar-card li a i {
            width: 20px;
            color: #f5c842;
            font-size: 0.9rem;
        }
        .search-form {
            display: flex;
            border-radius: 40px;
            overflow: hidden;
            border: 1px solid #333;
            background: #222228;
            transition: border-color 0.3s;
        }
        .search-form:focus-within {
            border-color: #f5c842;
        }
        .search-form input {
            flex: 1;
            padding: 12px 18px;
            border: none;
            background: transparent;
            color: #e8e6e3;
            font-size: 1rem;
            outline: none;
        }
        .search-form input::placeholder {
            color: #777;
        }
        .search-form button {
            padding: 12px 20px;
            background: #f5c842;
            border: none;
            color: #0c0c0d;
            font-weight: 700;
            cursor: pointer;
            transition: background 0.25s;
            font-size: 1rem;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .search-form button:hover {
            background: #ffd966;
        }
        .comment-section,
        .rating-section {
            background: #18181c;
            border-radius: 16px;
            padding: 28px;
            border: 1px solid #2a2a32;
            margin-top: 40px;
        }
        .comment-section h3,
        .rating-section h3 {
            font-size: 1.4rem;
            font-weight: 700;
            color: #f5c842;
            margin-bottom: 18px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .comment-form textarea,
        .comment-form input,
        .rating-form select {
            width: 100%;
            padding: 12px 16px;
            border-radius: 10px;
            border: 1px solid #333;
            background: #222228;
            color: #e8e6e3;
            font-size: 1rem;
            margin-bottom: 14px;
            font-family: inherit;
            transition: border-color 0.3s;
        }
        .comment-form textarea:focus,
        .comment-form input:focus,
        .rating-form select:focus {
            border-color: #f5c842;
            outline: none;
        }
        .comment-form textarea {
            min-height: 100px;
            resize: vertical;
        }
        .comment-form .btn,
        .rating-form .btn {
            padding: 12px 32px;
            background: #f5c842;
            border: none;
            border-radius: 40px;
            color: #0c0c0d;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .comment-form .btn:hover,
        .rating-form .btn:hover {
            background: #ffd966;
            transform: scale(1.02);
        }
        .rating-form {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 14px;
        }
        .rating-form select {
            flex: 1;
            min-width: 100px;
            margin-bottom: 0;
        }
        .rating-form .btn {
            margin-bottom: 0;
        }
        friend-link {
            display: block;
            padding: 32px 0;
            border-top: 1px solid #2a2a32;
            margin-top: 20px;
        }
        friend-link .friend-title {
            font-size: 1.1rem;
            font-weight: 700;
            color: #f5c842;
            margin-bottom: 14px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        friend-link .friend-list {
            display: flex;
            flex-wrap: wrap;
            gap: 12px 20px;
        }
        friend-link .friend-list a {
            color: #aaa;
            font-size: 0.95rem;
            padding: 4px 0;
            border-bottom: 1px solid transparent;
            transition: color 0.2s, border-color 0.2s;
        }
        friend-link .friend-list a:hover {
            color: #f5c842;
            border-bottom-color: #f5c842;
            text-decoration: none;
        }
        .site-footer {
            background: #101014;
            border-top: 2px solid #1f1f28;
            padding: 32px 0 24px;
            margin-top: auto;
            text-align: center;
            font-size: 0.9rem;
            color: #777;
        }
        .site-footer .copyright {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 8px 24px;
            align-items: center;
        }
        .site-footer .copyright i {
            color: #f5c842;
        }
        .site-footer a {
            color: #aaa;
        }
        .site-footer a:hover {
            color: #f5c842;
        }
        @media (max-width: 1024px) {
            .main-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            .sidebar {
                order: 2;
            }
            .sidebar .sidebar-card {
                display: inline-block;
                width: 100%;
                vertical-align: top;
            }
            .sidebar .sidebar-card-wrap {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 20px;
            }
        }
        @media (max-width: 768px) {
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                gap: 4px;
                padding-top: 12px;
                border-top: 1px solid #2a2a32;
                margin-top: 8px;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 12px 16px;
                border-radius: 8px;
            }
            .hero {
                padding: 40px 0 32px;
            }
            .hero h1 {
                font-size: 2rem;
            }
            .hero .meta-badge {
                flex-direction: column;
                gap: 8px;
                padding: 12px 18px;
                font-size: 0.85rem;
            }
            .content-article h2 {
                font-size: 1.6rem;
                padding-left: 14px;
            }
            .content-article h3 {
                font-size: 1.25rem;
            }
            .content-article p {
                font-size: 1rem;
            }
            .sidebar .sidebar-card-wrap {
                grid-template-columns: 1fr;
            }
            .comment-section,
            .rating-section {
                padding: 20px;
            }
            .rating-form {
                flex-direction: column;
                align-items: stretch;
            }
            .rating-form select {
                margin-bottom: 10px;
            }
            .breadcrumb {
                font-size: 0.8rem;
                padding: 10px 0;
            }
            .container {
                padding: 0 16px;
            }
        }
        @media (max-width: 480px) {
            .my-logo {
                font-size: 1.4rem;
            }
            .my-logo .logo-sub {
                font-size: 0.6rem;
            }
            .hero h1 {
                font-size: 1.7rem;
            }
            .content-article h2 {
                font-size: 1.35rem;
            }
            .content-article blockquote {
                padding: 12px 16px;
            }
        }
        .text-glow {
            color: #f5c842;
        }
        .mt-2 {
            margin-top: 12px;
        }
        .mb-2 {
            margin-bottom: 12px;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
        }
        .img-placeholder {
            background: linear-gradient(135deg, #1e1e2a, #2a2a3a);
            border: 1px solid #333;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 280px;
            border-radius: 14px;
            color: #666;
            font-size: 1.2rem;
            flex-direction: column;
            gap: 12px;
        }
        .img-placeholder i {
            font-size: 3rem;
            color: #f5c842;
            opacity: 0.5;
        }
        .img-placeholder span {
            font-weight: 500;
        }
