* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #0b0b0e;
            color: #e8e6e3;
            line-height: 1.8;
            font-size: 16px;
        }
        a {
            color: #f5a623;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        a:hover {
            color: #ffc107;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(145deg, #1a1a2e 0%, #16213e 100%);
            padding: 18px 0;
            border-bottom: 3px solid #f5a623;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(245, 166, 35, 0.15);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 900;
            letter-spacing: 2px;
            text-transform: uppercase;
            background: linear-gradient(135deg, #f5a623, #ff6b35);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: none;
            transition: transform 0.3s ease;
        }
        .my-logo:hover {
            transform: scale(1.03);
            text-decoration: none;
        }
        .my-logo i {
            -webkit-text-fill-color: #f5a623;
            margin-right: 6px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f5a623;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 6px 12px;
            border-radius: 6px;
            transition: background 0.3s;
        }
        .nav-toggle:hover {
            background: rgba(245, 166, 35, 0.15);
        }
        .main-nav {
            display: flex;
            gap: 28px;
            align-items: center;
            flex-wrap: wrap;
        }
        .main-nav a {
            color: #cfcfcf;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 6px 0;
            border-bottom: 2px solid transparent;
            transition: all 0.3s ease;
        }
        .main-nav a:hover {
            color: #f5a623;
            border-bottom-color: #f5a623;
            text-decoration: none;
        }
        .main-nav a i {
            margin-right: 6px;
        }
        .breadcrumb-wrap {
            background: #15151f;
            padding: 12px 0;
            border-bottom: 1px solid #2a2a3a;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            gap: 8px 16px;
            font-size: 0.85rem;
            color: #aaa;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 12px;
            color: #f5a623;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #ccc;
        }
        .breadcrumb a:hover {
            color: #f5a623;
        }
        .breadcrumb .current {
            color: #f5a623;
            font-weight: 600;
        }
        .main-content {
            padding: 40px 0 60px;
        }
        .article-header {
            margin-bottom: 40px;
        }
        .article-header h1 {
            font-size: 2.8rem;
            font-weight: 900;
            line-height: 1.2;
            color: #fff;
            text-shadow: 0 2px 20px rgba(245, 166, 35, 0.3);
            margin-bottom: 16px;
        }
        .article-header .meta {
            display: flex;
            flex-wrap: wrap;
            gap: 20px 30px;
            color: #999;
            font-size: 0.9rem;
            border-top: 1px solid #2a2a3a;
            padding-top: 16px;
        }
        .article-header .meta i {
            color: #f5a623;
            margin-right: 6px;
        }
        .featured-image {
            margin: 30px 0 40px;
            border-radius: 14px;
            overflow: hidden;
        }
        .featured-image figcaption {
            text-align: center;
            color: #888;
            font-size: 0.85rem;
            margin-top: 10px;
            font-style: italic;
        }
        .content-section {
            margin-bottom: 50px;
        }
        .content-section h2 {
            font-size: 2rem;
            font-weight: 800;
            color: #f5a623;
            border-left: 5px solid #f5a623;
            padding-left: 18px;
            margin-bottom: 24px;
            margin-top: 10px;
        }
        .content-section h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #ffc107;
            margin-top: 30px;
            margin-bottom: 14px;
        }
        .content-section h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #e0a800;
            margin-top: 22px;
            margin-bottom: 10px;
        }
        .content-section p {
            margin-bottom: 18px;
            color: #d5d5d5;
        }
        .content-section ul,
        .content-section ol {
            margin: 16px 0 20px 24px;
            color: #d5d5d5;
        }
        .content-section li {
            margin-bottom: 8px;
        }
        .content-section blockquote {
            border-left: 4px solid #f5a623;
            background: rgba(245, 166, 35, 0.06);
            padding: 16px 24px;
            margin: 24px 0;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #ccc;
        }
        .highlight-box {
            background: linear-gradient(135deg, rgba(245, 166, 35, 0.08), rgba(255, 107, 53, 0.05));
            border: 1px solid rgba(245, 166, 35, 0.25);
            border-radius: 12px;
            padding: 24px 28px;
            margin: 28px 0;
        }
        .highlight-box strong {
            color: #f5a623;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        .stat-card {
            background: #1a1a2e;
            border: 1px solid #2a2a3a;
            border-radius: 12px;
            padding: 20px 16px;
            text-align: center;
            transition: transform 0.3s, box-shadow 0.3s;
        }
        .stat-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 28px rgba(245, 166, 35, 0.12);
        }
        .stat-card .number {
            font-size: 2.4rem;
            font-weight: 900;
            color: #f5a623;
            display: block;
        }
        .stat-card .label {
            font-size: 0.9rem;
            color: #aaa;
            margin-top: 4px;
        }
        .inline-link-icon {
            color: #f5a623;
            font-weight: 600;
        }
        .search-section {
            background: #15151f;
            border-radius: 14px;
            padding: 32px 28px;
            margin: 40px 0;
            border: 1px solid #2a2a3a;
        }
        .search-section h2 {
            font-size: 1.6rem;
            color: #f5a623;
            margin-bottom: 16px;
            border-left: none;
            padding-left: 0;
        }
        .search-form {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }
        .search-form input[type="text"] {
            flex: 1;
            min-width: 200px;
            padding: 14px 20px;
            border: 2px solid #2a2a3a;
            border-radius: 8px;
            background: #0b0b0e;
            color: #e8e6e3;
            font-size: 1rem;
            transition: border-color 0.3s;
        }
        .search-form input[type="text"]:focus {
            outline: none;
            border-color: #f5a623;
        }
        .search-form button {
            padding: 14px 32px;
            background: linear-gradient(135deg, #f5a623, #e69500);
            border: none;
            border-radius: 8px;
            color: #0b0b0e;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: transform 0.3s, box-shadow 0.3s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-form button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 24px rgba(245, 166, 35, 0.35);
        }
        .comments-section {
            background: #15151f;
            border-radius: 14px;
            padding: 32px 28px;
            margin: 40px 0;
            border: 1px solid #2a2a3a;
        }
        .comments-section h2 {
            font-size: 1.6rem;
            color: #f5a623;
            margin-bottom: 20px;
            border-left: none;
            padding-left: 0;
        }
        .comment-form textarea {
            width: 100%;
            padding: 14px 18px;
            border: 2px solid #2a2a3a;
            border-radius: 8px;
            background: #0b0b0e;
            color: #e8e6e3;
            font-size: 1rem;
            min-height: 120px;
            resize: vertical;
            transition: border-color 0.3s;
        }
        .comment-form textarea:focus {
            outline: none;
            border-color: #f5a623;
        }
        .comment-form .form-row {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
            margin: 16px 0;
        }
        .comment-form .form-row input {
            flex: 1;
            min-width: 180px;
            padding: 12px 16px;
            border: 2px solid #2a2a3a;
            border-radius: 8px;
            background: #0b0b0e;
            color: #e8e6e3;
            font-size: 0.95rem;
        }
        .comment-form .form-row input:focus {
            outline: none;
            border-color: #f5a623;
        }
        .comment-form button {
            padding: 12px 36px;
            background: linear-gradient(135deg, #f5a623, #e69500);
            border: none;
            border-radius: 8px;
            color: #0b0b0e;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: transform 0.3s, box-shadow 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .comment-form button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 24px rgba(245, 166, 35, 0.35);
        }
        .rating-section {
            background: #15151f;
            border-radius: 14px;
            padding: 32px 28px;
            margin: 40px 0;
            border: 1px solid #2a2a3a;
            text-align: center;
        }
        .rating-section h2 {
            font-size: 1.6rem;
            color: #f5a623;
            margin-bottom: 16px;
            border-left: none;
            padding-left: 0;
        }
        .stars {
            font-size: 2.8rem;
            color: #444;
            cursor: pointer;
            display: inline-flex;
            gap: 8px;
            transition: color 0.3s;
        }
        .stars i {
            transition: color 0.3s, transform 0.2s;
        }
        .stars i:hover,
        .stars i.active {
            color: #f5a623;
            transform: scale(1.1);
        }
        .stars i.fa-star {
            color: #f5a623;
        }
        .rating-result {
            margin-top: 12px;
            font-size: 1.1rem;
            color: #ccc;
        }
        .rating-result span {
            font-weight: 700;
            color: #f5a623;
        }
        .site-footer {
            background: #0d0d14;
            border-top: 3px solid #f5a623;
            padding: 40px 0 20px;
            margin-top: 40px;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            margin-bottom: 30px;
        }
        .footer-col h4 {
            color: #f5a623;
            font-size: 1.1rem;
            margin-bottom: 14px;
            border-bottom: 1px solid #2a2a3a;
            padding-bottom: 8px;
        }
        .footer-col a {
            display: block;
            color: #aaa;
            font-size: 0.9rem;
            padding: 4px 0;
            transition: color 0.3s;
        }
        .footer-col a:hover {
            color: #f5a623;
        }
        friend-link {
            display: block;
            margin-top: 8px;
        }
        friend-link a {
            display: inline-block;
            padding: 4px 10px;
            margin: 3px 4px 3px 0;
            background: rgba(245, 166, 35, 0.08);
            border-radius: 6px;
            border: 1px solid rgba(245, 166, 35, 0.15);
            font-size: 0.85rem;
        }
        friend-link a:hover {
            background: rgba(245, 166, 35, 0.18);
            border-color: rgba(245, 166, 35, 0.4);
        }
        .copyright {
            text-align: center;
            padding-top: 24px;
            border-top: 1px solid #1e1e2a;
            color: #777;
            font-size: 0.85rem;
        }
        .copyright strong {
            color: #f5a623;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                gap: 8px;
                padding: 18px 0 8px;
                border-top: 1px solid #2a2a3a;
                margin-top: 12px;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 10px 0;
                font-size: 1rem;
                border-bottom: 1px solid #1e1e2a;
            }
            .article-header h1 {
                font-size: 1.8rem;
            }
            .content-section h2 {
                font-size: 1.5rem;
            }
            .content-section h3 {
                font-size: 1.2rem;
            }
            .stat-grid {
                grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
            }
            .search-form {
                flex-direction: column;
            }
            .search-form input[type="text"] {
                min-width: auto;
            }
            .comment-form .form-row {
                flex-direction: column;
            }
            .comment-form .form-row input {
                min-width: auto;
            }
            .stars {
                font-size: 2.2rem;
            }
            .header-inner {
                align-items: center;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .footer-inner {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 14px;
            }
            .article-header h1 {
                font-size: 1.5rem;
            }
            .content-section h2 {
                font-size: 1.3rem;
                padding-left: 12px;
            }
            .stat-card .number {
                font-size: 1.8rem;
            }
            .search-section,
            .comments-section,
            .rating-section {
                padding: 20px 16px;
            }
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #0b0b0e;
        }
        ::-webkit-scrollbar-thumb {
            background: #2a2a3a;
            border-radius: 6px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #f5a623;
        }
        html {
            scroll-behavior: smooth;
        }
        :focus-visible {
            outline: 2px solid #f5a623;
            outline-offset: 2px;
        }
