        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #0b0e14;
            color: #e8e4de;
            line-height: 1.8;
            min-height: 100vh;
        }
        a {
            color: #f0c75e;
            text-decoration: none;
            transition: color 0.25s;
        }
        a:hover,
        a:focus-visible {
            color: #ffdb8a;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #f5e7c8;
            margin-top: 1.8rem;
            margin-bottom: 0.6rem;
        }
        h1 {
            font-size: 2.4rem;
            border-bottom: 3px solid #b8860b;
            padding-bottom: 0.5rem;
        }
        h2 {
            font-size: 1.8rem;
            border-left: 5px solid #b8860b;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.4rem;
        }
        h4 {
            font-size: 1.15rem;
            font-weight: 600;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(145deg, #1a1f2e, #0f1320);
            padding: 16px 0;
            border-bottom: 2px solid #b8860b;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 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, #f0c75e, #b8860b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px rgba(184, 134, 11, 0.3);
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .my-logo i {
            -webkit-text-fill-color: #f0c75e;
            font-size: 2rem;
        }
        .my-logo:hover {
            opacity: 0.9;
            text-decoration: none;
        }
        .nav-container {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .main-nav {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
        }
        .main-nav a {
            padding: 8px 16px;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            color: #ccc;
            transition: all 0.25s;
            white-space: nowrap;
        }
        .main-nav a:hover,
        .main-nav a.active {
            background: #b8860b;
            color: #0b0e14;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: 2px solid #b8860b;
            border-radius: 6px;
            color: #f0c75e;
            font-size: 1.6rem;
            padding: 6px 14px;
            cursor: pointer;
            transition: 0.2s;
        }
        .hamburger:hover {
            background: #b8860b;
            color: #0b0e14;
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumb {
            background: #141a26;
            padding: 12px 0;
            border-bottom: 1px solid #2a3040;
            font-size: 0.9rem;
        }
        .breadcrumb ol {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            list-style: none;
            padding: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 8px;
            color: #b8860b;
        }
        .breadcrumb a {
            color: #b8860b;
        }
        .breadcrumb .current {
            color: #aaa;
        }
        .main-content {
            padding: 40px 0 60px;
        }
        .article-wrapper {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 40px;
        }
        @media(max-width:992px) {
            .article-wrapper {
                grid-template-columns: 1fr;
            }
        }
        .article-body {
            background: #11161f;
            padding: 30px 35px;
            border-radius: 20px;
            border: 1px solid #2a3040;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
        }
        .article-body .post-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            font-size: 0.9rem;
            color: #999;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 1px dashed #2a3040;
        }
        .post-meta i {
            margin-right: 6px;
            color: #b8860b;
        }
        .last-updated {
            font-weight: 600;
            color: #f0c75e;
        }
        .sidebar {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        .sidebar-card {
            background: #11161f;
            border-radius: 16px;
            padding: 24px 20px;
            border: 1px solid #2a3040;
        }
        .sidebar-card h3 {
            font-size: 1.2rem;
            margin-top: 0;
            border-bottom: 2px solid #b8860b;
            padding-bottom: 8px;
            margin-bottom: 16px;
        }
        .sidebar-card ul {
            list-style: none;
            padding: 0;
        }
        .sidebar-card li {
            padding: 8px 0;
            border-bottom: 1px solid #1e2535;
        }
        .sidebar-card li:last-child {
            border-bottom: none;
        }
        .sidebar-card a {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.95rem;
        }
        .sidebar-card a i {
            color: #b8860b;
            font-size: 0.8rem;
        }
        .search-box {
            display: flex;
            border-radius: 50px;
            overflow: hidden;
            border: 2px solid #b8860b;
            background: #0b0e14;
        }
        .search-box input {
            flex: 1;
            padding: 12px 18px;
            border: none;
            background: transparent;
            color: #e8e4de;
            font-size: 1rem;
            outline: none;
        }
        .search-box input::placeholder {
            color: #777;
        }
        .search-box button {
            padding: 12px 24px;
            border: none;
            background: #b8860b;
            color: #0b0e14;
            font-weight: 700;
            cursor: pointer;
            transition: 0.25s;
            font-size: 1rem;
        }
        .search-box button:hover {
            background: #f0c75e;
        }
        .interact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin: 40px 0 20px;
            padding-top: 30px;
            border-top: 2px solid #2a3040;
        }
        @media(max-width:700px) {
            .interact-grid {
                grid-template-columns: 1fr;
            }
        }
        .interact-card {
            background: #0d121c;
            border-radius: 16px;
            padding: 24px 22px;
            border: 1px solid #2a3040;
        }
        .interact-card h3 {
            margin-top: 0;
            font-size: 1.25rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .interact-card h3 i {
            color: #b8860b;
        }
        .interact-card form {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin-top: 12px;
        }
        .interact-card input,
        .interact-card textarea,
        .interact-card select {
            padding: 12px 16px;
            border-radius: 10px;
            border: 1px solid #2a3040;
            background: #0b0e14;
            color: #e8e4de;
            font-size: 0.95rem;
            outline: none;
            transition: 0.2s;
        }
        .interact-card input:focus,
        .interact-card textarea:focus,
        .interact-card select:focus {
            border-color: #b8860b;
            box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.2);
        }
        .interact-card textarea {
            min-height: 80px;
            resize: vertical;
        }
        .interact-card .btn-submit {
            padding: 12px 20px;
            border: none;
            border-radius: 30px;
            background: #b8860b;
            color: #0b0e14;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.25s;
        }
        .interact-card .btn-submit:hover {
            background: #f0c75e;
            transform: scale(1.02);
        }
        .site-footer {
            background: #0a0e17;
            border-top: 3px solid #b8860b;
            padding: 40px 0 20px;
            margin-top: 40px;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 30px;
        }
        @media(max-width:768px) {
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }
        }
        .footer-brand p {
            font-size: 0.95rem;
            color: #aaa;
            margin-top: 8px;
        }
        .footer-links h4,
        .footer-friend h4 {
            color: #f0c75e;
            margin-bottom: 12px;
            font-size: 1.1rem;
        }
        .footer-links ul,
        .footer-friend ul {
            list-style: none;
            padding: 0;
        }
        .footer-links li,
        .footer-friend li {
            padding: 4px 0;
        }
        .footer-links a,
        .footer-friend a {
            font-size: 0.92rem;
            color: #bbb;
        }
        .footer-links a:hover,
        .footer-friend a:hover {
            color: #f0c75e;
        }
        .footer-bottom {
            border-top: 1px solid #1e2535;
            padding-top: 20px;
            text-align: center;
            font-size: 0.85rem;
            color: #888;
        }
        .footer-bottom .copyright {
            margin-bottom: 4px;
        }
        friend-link {
            display: block;
            padding: 8px 0;
        }
        friend-link a {
            color: #f0c75e;
            margin: 0 6px;
        }
        .hero-figure {
            margin: 24px 0 30px;
            border-radius: 16px;
            overflow: hidden;
            background: #0d121c;
            text-align: center;
        }
        .hero-figure img {
            width: 100%;
            max-height: 420px;
            object-fit: cover;
            border-radius: 12px;
        }
        .hero-figure figcaption {
            padding: 10px 0 4px;
            font-size: 0.85rem;
            color: #999;
            font-style: italic;
        }
        @media(max-width:768px) {
            .header-inner {
                flex-wrap: wrap;
            }
            .hamburger {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                gap: 4px;
                padding-top: 14px;
            }
            #nav-toggle:checked~.main-nav {
                display: flex;
            }
            .main-nav a {
                padding: 10px 18px;
                border-radius: 8px;
                background: #1a1f2e;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .article-body {
                padding: 18px 16px;
            }
            .breadcrumb ol {
                font-size: 0.8rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
        }
        @media(max-width:480px) {
            .container {
                padding: 0 12px;
            }
            .article-body {
                padding: 14px 12px;
            }
            .interact-card input,
            .interact-card textarea,
            .interact-card select {
                font-size: 0.9rem;
                padding: 10px 14px;
            }
            .search-box button {
                padding: 10px 16px;
                font-size: 0.9rem;
            }
        }
        .highlight {
            color: #f0c75e;
            font-weight: 600;
        }
        .badge {
            display: inline-block;
            background: #b8860b;
            color: #0b0e14;
            padding: 2px 14px;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .blockquote {
            border-left: 4px solid #b8860b;
            padding: 14px 20px;
            margin: 20px 0;
            background: #0d121c;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #ccc;
        }
        .blockquote strong {
            color: #f0c75e;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 24px 0;
        }
        .table-wrap table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
        }
        .table-wrap th,
        .table-wrap td {
            padding: 12px 16px;
            border: 1px solid #2a3040;
            text-align: left;
        }
        .table-wrap th {
            background: #b8860b;
            color: #0b0e14;
            font-weight: 700;
        }
        .table-wrap tr:nth-child(even) {
            background: #0d121c;
        }
        .table-wrap tr:hover {
            background: #1a2130;
        }
        .rating-stars {
            display: flex;
            gap: 6px;
            font-size: 1.6rem;
            color: #555;
            cursor: pointer;
        }
        .rating-stars i.active {
            color: #f0c75e;
        }
        .rating-stars i:hover {
            color: #f0c75e;
        }
        .anchor-offset {
            scroll-margin-top: 100px;
        }
        .fa-spinner {
            animation: spin 1s linear infinite;
        }
        @keyframes spin {
            100% {
                transform: rotate(360deg);
            }
        }
