        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
            background: #0b0e14;
            color: #e8e6e3;
            line-height: 1.7;
            padding: 0;
            margin: 0;
            -webkit-font-smoothing: antialiased;
        }
        a {
            color: #f0c060;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffd78a;
            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: 600;
            line-height: 1.3;
            color: #f5f2ed;
            margin-top: 2rem;
            margin-bottom: 0.75rem;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.5rem;
            letter-spacing: -0.02em;
        }
        h2 {
            font-size: 1.8rem;
            border-left: 5px solid #f0c060;
            padding-left: 1rem;
            margin-top: 3rem;
        }
        h3 {
            font-size: 1.35rem;
            margin-top: 2rem;
        }
        h4 {
            font-size: 1.1rem;
            margin-top: 1.5rem;
        }
        p {
            margin-bottom: 1.2rem;
        }
        .container {
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: #141a22;
            border-bottom: 2px solid #2a3545;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(6px);
            background-color: rgba(20, 26, 34, 0.96);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.5rem 1rem;
        }
        .my-logo {
            font-size: 1.6rem;
            font-weight: 700;
            color: #f0c060;
            letter-spacing: 0.5px;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo i {
            font-size: 1.8rem;
            color: #d4a54a;
        }
        .my-logo:hover {
            color: #ffd78a;
            text-decoration: none;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #f0c060;
            color: #f0c060;
            font-size: 1.4rem;
            padding: 0.3rem 0.8rem;
            border-radius: 6px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #f0c06022;
        }
        .primary-nav {
            display: flex;
            gap: 0.2rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .primary-nav a {
            padding: 0.5rem 1rem;
            border-radius: 6px;
            font-size: 0.9rem;
            font-weight: 500;
            color: #c8c4bc;
            transition: background 0.2s, color 0.2s;
            white-space: nowrap;
        }
        .primary-nav a:hover {
            background: #2a3545;
            color: #f0c060;
            text-decoration: none;
        }
        .primary-nav a.active {
            color: #f0c060;
            background: #1f2a38;
        }
        .breadcrumb {
            background: #0f141c;
            padding: 0.6rem 0;
            font-size: 0.85rem;
            border-bottom: 1px solid #1e2835;
        }
        .breadcrumb ol {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
            gap: 0.3rem 0.6rem;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #6a7a8e;
        }
        .breadcrumb a {
            color: #a0b0c4;
        }
        .breadcrumb a:hover {
            color: #f0c060;
        }
        .breadcrumb .current {
            color: #e8e6e3;
        }
        .hero {
            padding: 2.5rem 0 1.5rem;
            text-align: center;
            background: linear-gradient(145deg, #0f141c 0%, #1a2433 100%);
            border-radius: 0 0 40px 40px;
            margin-bottom: 2rem;
        }
        .hero h1 {
            font-size: 2.6rem;
            margin-bottom: 0.5rem;
        }
        .hero .subhead {
            font-size: 1.15rem;
            color: #b0a898;
            max-width: 700px;
            margin: 0 auto 1.2rem;
        }
        .hero .meta {
            font-size: 0.85rem;
            color: #7a8a9e;
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            flex-wrap: wrap;
        }
        .hero .meta i {
            margin-right: 0.3rem;
        }
        .search-section {
            margin: 1.5rem 0 2rem;
        }
        .search-form {
            display: flex;
            max-width: 560px;
            margin: 0 auto;
            border-radius: 50px;
            overflow: hidden;
            border: 1px solid #2a3545;
            background: #0f141c;
            transition: border-color 0.3s;
        }
        .search-form:focus-within {
            border-color: #f0c060;
        }
        .search-form input {
            flex: 1;
            padding: 0.8rem 1.2rem;
            border: none;
            background: transparent;
            color: #e8e6e3;
            font-size: 1rem;
            outline: none;
        }
        .search-form input::placeholder {
            color: #5a6a7e;
        }
        .search-form button {
            padding: 0.8rem 1.5rem;
            background: #f0c060;
            border: none;
            color: #0b0e14;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .search-form button:hover {
            background: #ffd78a;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2.5rem;
        }
        @media (min-width: 820px) {
            .content-grid {
                grid-template-columns: 1fr 300px;
            }
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            min-width: 0;
        }
        .sidebar .card {
            background: #141a22;
            border-radius: 14px;
            padding: 1.4rem 1.2rem;
            margin-bottom: 1.5rem;
            border: 1px solid #1e2835;
        }
        .sidebar .card h3 {
            margin-top: 0;
            font-size: 1.1rem;
            border-bottom: 2px solid #2a3545;
            padding-bottom: 0.5rem;
            margin-bottom: 1rem;
        }
        .sidebar .card ul {
            list-style: none;
            padding: 0;
        }
        .sidebar .card ul li {
            padding: 0.4rem 0;
            border-bottom: 1px solid #1a2433;
        }
        .sidebar .card ul li a {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .sidebar .card ul li a i {
            width: 1.2rem;
            color: #f0c060;
        }
        .featured-image {
            margin: 2rem 0;
            border-radius: 14px;
            overflow: hidden;
            background: #141a22;
            padding: 0.5rem;
            border: 1px solid #1e2835;
        }
        .featured-image img {
            border-radius: 10px;
            width: 100%;
        }
        .featured-image figcaption {
            padding: 0.6rem 0.5rem 0.2rem;
            font-size: 0.85rem;
            color: #8a9aaa;
            text-align: center;
        }
        .styled-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            font-size: 0.95rem;
            border-radius: 10px;
            overflow: hidden;
            background: #141a22;
        }
        .styled-table th {
            background: #1f2a38;
            color: #f0c060;
            padding: 0.8rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        .styled-table td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #1e2835;
        }
        .styled-table tr:last-child td {
            border-bottom: none;
        }
        .styled-table tr:hover td {
            background: #1a2433;
        }
        .feedback-section {
            margin: 3rem 0;
            padding: 2rem 1.5rem;
            background: #141a22;
            border-radius: 16px;
            border: 1px solid #1e2835;
        }
        .feedback-section h2 {
            margin-top: 0;
            border-left-color: #f0c060;
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.8rem;
            margin-top: 1.5rem;
        }
        @media (max-width: 640px) {
            .feedback-grid {
                grid-template-columns: 1fr;
            }
        }
        .feedback-form label {
            display: block;
            font-size: 0.9rem;
            font-weight: 500;
            margin-bottom: 0.3rem;
            color: #c8c4bc;
        }
        .feedback-form input,
        .feedback-form textarea,
        .feedback-form select {
            width: 100%;
            padding: 0.7rem 1rem;
            border-radius: 8px;
            border: 1px solid #2a3545;
            background: #0f141c;
            color: #e8e6e3;
            font-size: 0.95rem;
            margin-bottom: 1rem;
            transition: border-color 0.2s;
            font-family: inherit;
        }
        .feedback-form input:focus,
        .feedback-form textarea:focus {
            border-color: #f0c060;
            outline: none;
        }
        .feedback-form textarea {
            min-height: 80px;
            resize: vertical;
        }
        .feedback-form button {
            padding: 0.7rem 2rem;
            background: #f0c060;
            border: none;
            border-radius: 8px;
            color: #0b0e14;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
        }
        .feedback-form button:hover {
            background: #ffd78a;
            transform: translateY(-1px);
        }
        .feedback-form button:active {
            transform: translateY(1px);
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 1.6rem;
            cursor: pointer;
            margin-bottom: 0.8rem;
            direction: rtl;
        }
        .rating-stars input {
            display: none;
        }
        .rating-stars label {
            color: #3a4a5e;
            transition: color 0.2s;
            cursor: pointer;
            font-size: 1.8rem;
        }
        .rating-stars input:checked~label,
        .rating-stars label:hover,
        .rating-stars label:hover~label {
            color: #f0c060;
        }
        .site-footer {
            background: #0c1018;
            border-top: 2px solid #1a2433;
            padding: 2.5rem 0 1.5rem;
            margin-top: 3.5rem;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
        }
        @media (max-width: 640px) {
            .footer-inner {
                grid-template-columns: 1fr;
            }
        }
        .footer-inner h4 {
            margin-top: 0;
            color: #f0c060;
            font-size: 1.1rem;
            border-bottom: 2px solid #1e2835;
            padding-bottom: 0.4rem;
            margin-bottom: 0.8rem;
        }
        .footer-inner ul {
            list-style: none;
            padding: 0;
        }
        .footer-inner ul li {
            padding: 0.25rem 0;
        }
        .footer-inner ul li a {
            font-size: 0.9rem;
            color: #a0b0c4;
        }
        .footer-inner ul li a:hover {
            color: #f0c060;
        }
        .copyright {
            text-align: center;
            padding-top: 1.8rem;
            margin-top: 1.8rem;
            border-top: 1px solid #1a2433;
            font-size: 0.85rem;
            color: #5a6a7e;
        }
        .copyright a {
            color: #8a9aaa;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .primary-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                padding: 0.8rem 0 0.2rem;
                gap: 0.1rem;
            }
            .primary-nav.open {
                display: flex;
            }
            .primary-nav a {
                padding: 0.6rem 0.8rem;
                border-radius: 4px;
                width: 100%;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .hero h1 {
                font-size: 1.9rem;
            }
            .hero .subhead {
                font-size: 1rem;
            }
            .feedback-grid {
                grid-template-columns: 1fr;
            }
            .styled-table {
                font-size: 0.8rem;
            }
            .styled-table th,
            .styled-table td {
                padding: 0.5rem 0.6rem;
            }
        }
        @media (min-width: 769px) {
            .primary-nav {
                display: flex !important;
            }
        }
        .badge {
            display: inline-block;
            background: #f0c060;
            color: #0b0e14;
            font-size: 0.7rem;
            font-weight: 700;
            padding: 0.15rem 0.7rem;
            border-radius: 50px;
            letter-spacing: 0.3px;
            text-transform: uppercase;
        }
        .highlight {
            background: linear-gradient(120deg, #f0c06033 0%, #f0c06011 100%);
            padding: 0.1rem 0.4rem;
            border-radius: 4px;
        }
        .divider {
            height: 2px;
            background: linear-gradient(90deg, transparent, #2a3545, transparent);
            margin: 2.5rem 0;
        }
        .emoji-lg {
            font-size: 1.3em;
        }
        .text-muted {
            color: #7a8a9e;
        }
        .mt-0 {
            margin-top: 0;
        }
        .mb-0 {
            margin-bottom: 0;
        }
        .gap-1 {
            gap: 1rem;
        }
        .flex {
            display: flex;
        }
        .flex-wrap {
            flex-wrap: wrap;
        }
        .align-center {
            align-items: center;
        }
        .success-msg {
            background: #1a3a2a;
            color: #8fdaa0;
            padding: 0.6rem 1rem;
            border-radius: 8px;
            border: 1px solid #2a5a3a;
            display: none;
            margin-top: 0.8rem;
            font-size: 0.9rem;
        }
        .success-msg.show {
            display: block;
        }
