*,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
            background: #0b0f1a;
            color: #e8e6e3;
            line-height: 1.7;
            min-height: 100vh;
        }
        a {
            color: #f0c45a;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffda7a;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        .container {
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 1.25rem;
        }
        .site-header {
            background: #111827;
            border-bottom: 2px solid #f0c45a33;
            padding: 0.75rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            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;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: 1px;
            background: linear-gradient(135deg, #f0c45a, #d48c2c);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            text-shadow: 0 0 20px #f0c45a33;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo i {
            font-size: 1.6rem;
            color: #f0c45a;
        }
        .my-logo:hover {
            text-decoration: none;
            opacity: 0.9;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f0c45a;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.5rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #1e293b;
        }
        .primary-nav {
            display: flex;
            align-items: center;
            gap: 1.2rem;
            flex-wrap: wrap;
        }
        .primary-nav a {
            font-weight: 500;
            font-size: 0.95rem;
            padding: 0.3rem 0.1rem;
            border-bottom: 2px solid transparent;
            transition: border-color 0.2s, color 0.2s;
            color: #cfd1d4;
        }
        .primary-nav a:hover {
            border-bottom-color: #f0c45a;
            color: #f0c45a;
            text-decoration: none;
        }
        .breadcrumbs {
            background: #0d121f;
            padding: 0.6rem 0;
            border-bottom: 1px solid #1e293b;
            font-size: 0.85rem;
        }
        .breadcrumbs ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.6rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumbs li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #6b7280;
        }
        .breadcrumbs a {
            color: #9ca3af;
        }
        .breadcrumbs a:hover {
            color: #f0c45a;
        }
        .breadcrumbs .current {
            color: #f0c45a;
            font-weight: 500;
        }
        .hero {
            background: linear-gradient(145deg, #0f1a2e, #1a0f0a);
            padding: 3rem 0 2.5rem;
            border-bottom: 2px solid #f0c45a22;
            text-align: center;
        }
        .hero h1 {
            font-size: clamp(1.9rem, 5vw, 3.2rem);
            font-weight: 800;
            line-height: 1.2;
            background: linear-gradient(135deg, #f5d78e, #f0c45a, #d48c2c);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            margin-bottom: 0.75rem;
        }
        .hero p {
            font-size: 1.1rem;
            color: #b0b8c4;
            max-width: 720px;
            margin: 0 auto 1.2rem;
        }
        .hero .meta-info {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 1.5rem;
            font-size: 0.9rem;
            color: #7f8a9b;
        }
        .hero .meta-info i {
            color: #f0c45a;
            margin-right: 0.3rem;
        }
        .content-wrap {
            display: grid;
            grid-template-columns: 1fr 280px;
            gap: 2.5rem;
            padding: 2.5rem 0;
        }
        .main-content h2 {
            font-size: 1.9rem;
            font-weight: 700;
            margin: 2.2rem 0 1rem 0;
            padding-bottom: 0.4rem;
            border-bottom: 2px solid #f0c45a33;
            color: #f5d78e;
        }
        .main-content h3 {
            font-size: 1.4rem;
            font-weight: 600;
            margin: 1.8rem 0 0.8rem 0;
            color: #e8d5a3;
        }
        .main-content h4 {
            font-size: 1.15rem;
            font-weight: 600;
            margin: 1.4rem 0 0.5rem 0;
            color: #d4c08f;
        }
        .main-content p {
            margin-bottom: 1rem;
            color: #d1d5db;
        }
        .main-content strong {
            color: #f0c45a;
            font-weight: 600;
        }
        .main-content .highlight-block {
            background: #141e2e;
            border-left: 4px solid #f0c45a;
            padding: 1rem 1.4rem;
            border-radius: 0 8px 8px 0;
            margin: 1.2rem 0;
        }
        .main-content .highlight-block p {
            margin-bottom: 0.3rem;
        }
        .feature-img {
            border-radius: 12px;
            margin: 1.5rem 0;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
            width: 100%;
            object-fit: cover;
        }
        .link-list-inline {
            display: inline;
        }
        .sidebar {
            position: sticky;
            top: 90px;
            align-self: start;
        }
        .sidebar-card {
            background: #111827;
            border-radius: 12px;
            padding: 1.4rem 1.2rem;
            margin-bottom: 1.5rem;
            border: 1px solid #1e293b;
        }
        .sidebar-card h4 {
            font-size: 1.1rem;
            font-weight: 600;
            color: #f0c45a;
            margin-bottom: 0.8rem;
            border-bottom: 1px solid #1e293b;
            padding-bottom: 0.5rem;
        }
        .sidebar-card ul {
            list-style: none;
            padding: 0;
        }
        .sidebar-card li {
            margin-bottom: 0.5rem;
        }
        .sidebar-card a {
            font-size: 0.9rem;
            display: block;
            padding: 0.25rem 0;
        }
        .sidebar-card a i {
            margin-right: 0.4rem;
            font-size: 0.75rem;
            color: #f0c45a;
        }
        .search-form {
            display: flex;
            gap: 0.4rem;
        }
        .search-form input {
            flex: 1;
            padding: 0.6rem 0.8rem;
            border-radius: 8px;
            border: 1px solid #1e293b;
            background: #0b0f1a;
            color: #e8e6e3;
            font-size: 0.9rem;
            outline: none;
            transition: border-color 0.2s;
        }
        .search-form input:focus {
            border-color: #f0c45a;
        }
        .search-form button {
            background: #f0c45a;
            color: #0b0f1a;
            border: none;
            border-radius: 8px;
            padding: 0.5rem 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
        }
        .search-form button:hover {
            background: #ffda7a;
            transform: scale(1.02);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.2rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 1.7rem;
            color: #374151;
            cursor: pointer;
            transition: color 0.2s, transform 0.1s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f0c45a;
            transform: scale(1.05);
        }
        .rating-form textarea {
            width: 100%;
            padding: 0.6rem 0.8rem;
            border-radius: 8px;
            border: 1px solid #1e293b;
            background: #0b0f1a;
            color: #e8e6e3;
            font-size: 0.9rem;
            resize: vertical;
            min-height: 60px;
            outline: none;
            transition: border-color 0.2s;
            margin-top: 0.5rem;
        }
        .rating-form textarea:focus {
            border-color: #f0c45a;
        }
        .rating-form button {
            background: #f0c45a;
            color: #0b0f1a;
            border: none;
            border-radius: 8px;
            padding: 0.5rem 1.2rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            margin-top: 0.6rem;
        }
        .rating-form button:hover {
            background: #ffda7a;
        }
        .comment-form textarea {
            width: 100%;
            padding: 0.6rem 0.8rem;
            border-radius: 8px;
            border: 1px solid #1e293b;
            background: #0b0f1a;
            color: #e8e6e3;
            font-size: 0.9rem;
            resize: vertical;
            min-height: 70px;
            outline: none;
            transition: border-color 0.2s;
        }
        .comment-form textarea:focus {
            border-color: #f0c45a;
        }
        .comment-form input {
            width: 100%;
            padding: 0.5rem 0.8rem;
            border-radius: 8px;
            border: 1px solid #1e293b;
            background: #0b0f1a;
            color: #e8e6e3;
            font-size: 0.9rem;
            outline: none;
            transition: border-color 0.2s;
            margin: 0.4rem 0;
        }
        .comment-form input:focus {
            border-color: #f0c45a;
        }
        .comment-form button {
            background: #f0c45a;
            color: #0b0f1a;
            border: none;
            border-radius: 8px;
            padding: 0.5rem 1.2rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            margin-top: 0.4rem;
        }
        .comment-form button:hover {
            background: #ffda7a;
        }
        .site-footer {
            background: #0a0e17;
            border-top: 2px solid #f0c45a22;
            padding: 2.5rem 0 1.2rem;
            margin-top: 2rem;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }
        .footer-col h5 {
            color: #f0c45a;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0.8rem;
            border-bottom: 1px solid #1e293b;
            padding-bottom: 0.4rem;
        }
        .footer-col ul {
            list-style: none;
            padding: 0;
        }
        .footer-col li {
            margin-bottom: 0.4rem;
        }
        .footer-col a {
            font-size: 0.88rem;
            color: #9ca3af;
        }
        .footer-col a:hover {
            color: #f0c45a;
        }
        .friend-link {
            display: block;
            background: #111827;
            border-radius: 10px;
            padding: 1.2rem 1.4rem;
            margin-top: 1rem;
            border: 1px solid #1e293b;
        }
        .friend-link h5 {
            color: #f0c45a;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 0.6rem;
        }
        .friend-link ul {
            list-style: none;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem 1.5rem;
        }
        .friend-link a {
            font-size: 0.9rem;
            color: #9ca3af;
        }
        .friend-link a:hover {
            color: #f0c45a;
        }
        .copyright {
            text-align: center;
            padding-top: 1.5rem;
            border-top: 1px solid #1e293b;
            font-size: 0.85rem;
            color: #6b7280;
        }
        .copyright strong {
            color: #9ca3af;
        }
        @media (max-width: 820px) {
            .content-wrap {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                order: 2;
            }
            .main-content {
                order: 1;
            }
        }
        @media (max-width: 640px) {
            .nav-toggle {
                display: block;
            }
            .primary-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                padding: 0.8rem 0 0.4rem 0;
                gap: 0.6rem;
            }
            .primary-nav.open {
                display: flex;
            }
            .primary-nav a {
                width: 100%;
                padding: 0.4rem 0;
            }
            .hero h1 {
                font-size: 1.7rem;
            }
            .hero p {
                font-size: 0.95rem;
            }
            .container {
                padding: 0 1rem;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
                gap: 1.2rem;
            }
        }
        @media (max-width: 420px) {
            .footer-grid {
                grid-template-columns: 1fr;
            }
            .friend-link ul {
                flex-direction: column;
                gap: 0.4rem;
            }
            .header-inner .my-logo {
                font-size: 1.4rem;
            }
        }
        ::-webkit-scrollbar {
            width: 6px;
        }
        ::-webkit-scrollbar-track {
            background: #0b0f1a;
        }
        ::-webkit-scrollbar-thumb {
            background: #f0c45a55;
            border-radius: 8px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #f0c45a88;
        }
        :focus-visible {
            outline: 2px solid #f0c45a;
            outline-offset: 2px;
            border-radius: 4px;
        }
