* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            background: #0b0b0b;
            color: #e8e8e8;
            line-height: 1.7;
            font-size: 16px;
            -webkit-font-smoothing: antialiased;
        }
        a {
            color: #f5b642;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #ffd700;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(135deg, #1a1a2e, #0f0f1a);
            border-bottom: 3px solid #f5b642;
            padding: 12px 0;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 4px 30px rgba(245, 182, 66, 0.1);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 28px;
            font-weight: 800;
            letter-spacing: 2px;
            background: linear-gradient(45deg, #f5b642, #ffd700);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-transform: uppercase;
            text-shadow: 0 0 30px rgba(245, 182, 66, 0.3);
        }
        .my-logo a {
            color: inherit;
            -webkit-text-fill-color: transparent;
            background: inherit;
            -webkit-background-clip: text;
            background-clip: text;
        }
        .my-logo a:hover {
            text-decoration: none;
        }
        .my-logo small {
            font-size: 14px;
            -webkit-text-fill-color: #aaa;
            color: #aaa;
            letter-spacing: 1px;
            display: block;
            font-weight: 300;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f5b642;
            font-size: 28px;
            cursor: pointer;
            padding: 4px 10px;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(245, 182, 66, 0.15);
        }
        .main-nav {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
            align-items: center;
        }
        .main-nav a {
            padding: 6px 16px;
            border-radius: 30px;
            font-weight: 500;
            font-size: 14px;
            color: #ddd;
            transition: all 0.25s;
            border: 1px solid transparent;
        }
        .main-nav a:hover {
            color: #ffd700;
            border-color: #f5b642;
            background: rgba(245, 182, 66, 0.08);
            text-decoration: none;
        }
        .main-nav a.active {
            color: #ffd700;
            border-color: #f5b642;
            background: rgba(245, 182, 66, 0.12);
        }
        .breadcrumb {
            padding: 14px 0 6px;
            font-size: 13px;
            color: #999;
        }
        .breadcrumb a {
            color: #f5b642;
        }
        .breadcrumb span {
            color: #ccc;
        }
        .breadcrumb i {
            margin: 0 6px;
            font-size: 10px;
            color: #666;
        }
        .search-bar {
            display: flex;
            max-width: 500px;
            margin: 20px 0 30px;
            border-radius: 40px;
            overflow: hidden;
            border: 1px solid #333;
            background: #1a1a2a;
            transition: border-color 0.3s;
        }
        .search-bar:focus-within {
            border-color: #f5b642;
        }
        .search-bar input {
            flex: 1;
            padding: 12px 20px;
            border: none;
            background: transparent;
            color: #fff;
            font-size: 15px;
            outline: none;
        }
        .search-bar input::placeholder {
            color: #777;
        }
        .search-bar button {
            padding: 12px 24px;
            background: #f5b642;
            border: none;
            color: #0b0b0b;
            font-weight: 700;
            cursor: pointer;
            font-size: 15px;
            transition: background 0.25s;
        }
        .search-bar button:hover {
            background: #ffd700;
        }
        .content-wrapper {
            background: #111118;
            border-radius: 24px;
            padding: 30px 28px;
            margin: 10px 0 40px;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
            border: 1px solid #222;
        }
        h1 {
            font-size: 38px;
            font-weight: 800;
            color: #ffd700;
            margin-bottom: 10px;
            line-height: 1.2;
            letter-spacing: -0.5px;
        }
        h1 i {
            color: #f5b642;
            margin-right: 10px;
        }
        .last-updated {
            color: #888;
            font-size: 14px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .last-updated i {
            color: #f5b642;
        }
        .featured-image {
            border-radius: 16px;
            overflow: hidden;
            margin: 20px 0 30px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
            border: 1px solid #2a2a3a;
        }
        .featured-image img {
            width: 100%;
            max-height: 500px;
            object-fit: cover;
        }
        .featured-image figcaption {
            padding: 12px 18px;
            background: #1a1a2a;
            font-size: 13px;
            color: #aaa;
            border-top: 1px solid #2a2a3a;
        }
        h2 {
            font-size: 28px;
            font-weight: 700;
            color: #f5b642;
            margin: 40px 0 16px;
            padding-bottom: 8px;
            border-bottom: 2px solid #222;
        }
        h2 i {
            margin-right: 10px;
        }
        h3 {
            font-size: 22px;
            font-weight: 600;
            color: #ffd700;
            margin: 30px 0 12px;
        }
        h3 i {
            margin-right: 8px;
            color: #f5b642;
        }
        h4 {
            font-size: 18px;
            font-weight: 600;
            color: #f0c860;
            margin: 20px 0 10px;
        }
        p {
            margin-bottom: 16px;
            color: #d5d5d5;
        }
        .highlight {
            background: rgba(245, 182, 66, 0.08);
            padding: 2px 8px;
            border-radius: 4px;
            font-weight: 600;
            color: #ffd700;
        }
        .insight-box {
            background: linear-gradient(135deg, #1a1a2e, #0f0f1a);
            border-left: 4px solid #f5b642;
            padding: 18px 22px;
            border-radius: 12px;
            margin: 20px 0;
            box-shadow: 0 2px 20px rgba(245, 182, 66, 0.05);
        }
        .insight-box strong {
            color: #ffd700;
        }
        ul,
        ol {
            padding-left: 24px;
            margin-bottom: 18px;
            color: #d5d5d5;
        }
        li {
            margin-bottom: 6px;
        }
        .link-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 18px;
            padding: 16px 0;
            margin: 10px 0 20px;
            list-style: none;
        }
        .link-list li a {
            color: #f5b642;
            font-weight: 500;
            font-size: 14px;
        }
        .link-list li a:hover {
            color: #ffd700;
        }
        .link-list li::before {
            content: "🎯";
            margin-right: 6px;
            font-size: 12px;
        }
        .interaction-area {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin: 40px 0 20px;
            padding-top: 30px;
            border-top: 1px solid #222;
        }
        .rating-box,
        .comment-box {
            flex: 1 1 300px;
            background: #1a1a2a;
            border-radius: 16px;
            padding: 24px 26px;
            border: 1px solid #2a2a3a;
        }
        .rating-box h3,
        .comment-box h3 {
            margin-top: 0;
            font-size: 20px;
        }
        .star-rating {
            display: flex;
            gap: 6px;
            font-size: 30px;
            cursor: pointer;
            margin: 12px 0;
        }
        .star-rating i {
            color: #444;
            transition: color 0.2s, transform 0.15s;
        }
        .star-rating i.active,
        .star-rating i:hover {
            color: #f5b642;
            transform: scale(1.1);
        }
        .rating-box form,
        .comment-box form {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .rating-box input,
        .comment-box input,
        .comment-box textarea {
            padding: 12px 16px;
            border-radius: 10px;
            border: 1px solid #333;
            background: #0f0f1a;
            color: #fff;
            font-size: 14px;
            outline: none;
            transition: border-color 0.3s;
        }
        .rating-box input:focus,
        .comment-box input:focus,
        .comment-box textarea:focus {
            border-color: #f5b642;
        }
        .comment-box textarea {
            resize: vertical;
            min-height: 80px;
        }
        .btn-submit {
            padding: 12px 24px;
            background: #f5b642;
            border: none;
            border-radius: 30px;
            color: #0b0b0b;
            font-weight: 700;
            font-size: 15px;
            cursor: pointer;
            transition: background 0.25s, transform 0.1s;
        }
        .btn-submit:hover {
            background: #ffd700;
            transform: scale(1.02);
        }
        .btn-submit:active {
            transform: scale(0.97);
        }
        friend-link {
            display: block;
            padding: 24px 0 10px;
            margin-top: 20px;
            border-top: 1px solid #222;
        }
        friend-link h3 {
            font-size: 18px;
            color: #f5b642;
            margin-bottom: 14px;
        }
        friend-link ul {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 18px;
            list-style: none;
            padding: 0;
        }
        friend-link ul li a {
            font-size: 14px;
            color: #aaa;
            transition: color 0.2s;
        }
        friend-link ul li a:hover {
            color: #ffd700;
        }
        friend-link ul li::before {
            content: "🔗 ";
            font-size: 12px;
        }
        .site-footer {
            background: #0a0a12;
            border-top: 2px solid #1a1a2a;
            padding: 30px 0 20px;
            text-align: center;
            font-size: 13px;
            color: #777;
        }
        .site-footer a {
            color: #f5b642;
        }
        .site-footer .copyright {
            margin-top: 12px;
            letter-spacing: 0.5px;
        }
        .schema-hidden {
            display: none;
        }
        @media (max-width: 768px) {
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                padding: 16px 0 8px;
                gap: 4px;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 10px 18px;
                border-radius: 8px;
                font-size: 15px;
            }
            .content-wrapper {
                padding: 18px 14px;
                border-radius: 16px;
            }
            h1 {
                font-size: 26px;
            }
            h2 {
                font-size: 22px;
            }
            h3 {
                font-size: 18px;
            }
            .interaction-area {
                flex-direction: column;
                gap: 20px;
            }
            .search-bar {
                max-width: 100%;
            }
            .container {
                padding: 0 12px;
            }
            .link-list {
                flex-direction: column;
                gap: 6px;
            }
        }
        @media (min-width: 769px) {
            .nav-toggle {
                display: none !important;
            }
            .main-nav {
                display: flex !important;
            }
        }
        ::-webkit-scrollbar {
            width: 6px;
        }
        ::-webkit-scrollbar-track {
            background: #0b0b0b;
        }
        ::-webkit-scrollbar-thumb {
            background: #f5b642;
            border-radius: 10px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #ffd700;
        }
