        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
            background: #0f0b0a;
            color: #f5ede4;
            line-height: 1.8;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a {
            color: #f9b84a;
            text-decoration: none;
            transition: color 0.25s ease, border-bottom 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffd966;
            border-bottom: 1px solid #ffd966;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            letter-spacing: 0.01em;
            color: #ffdbb5;
        }
        h1 {
            font-size: 2.8rem;
            margin: 0.5rem 0 1.5rem;
            background: linear-gradient(135deg, #f9b84a, #e8892a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        h2 {
            font-size: 2rem;
            margin: 2.5rem 0 1rem;
            border-left: 6px solid #f9b84a;
            padding-left: 1rem;
            color: #f9c97a;
        }
        h3 {
            font-size: 1.5rem;
            margin: 2rem 0 0.75rem;
            color: #e8b06c;
        }
        h4 {
            font-size: 1.2rem;
            margin: 1.5rem 0 0.5rem;
            color: #dba15e;
        }
        p {
            margin-bottom: 1.25rem;
            font-size: 1.05rem;
            color: #e8ddd0;
        }
        ul,
        ol {
            margin: 0.75rem 0 1.5rem 1.8rem;
            color: #e8ddd0;
        }
        li {
            margin-bottom: 0.45rem;
        }
        strong {
            color: #ffdbb5;
            font-weight: 700;
        }
        em {
            font-style: italic;
            color: #f0cfa0;
        }
        blockquote {
            border-left: 5px solid #f9b84a;
            background: #1e1613;
            padding: 1.2rem 1.8rem;
            margin: 1.8rem 0;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #e8ddd0;
        }
        hr {
            border: none;
            height: 2px;
            background: linear-gradient(90deg, #f9b84a44, #f9b84a, #f9b84a44);
            margin: 2.5rem 0;
            opacity: 0.4;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        header {
            background: #1a1310;
            border-bottom: 2px solid #f9b84a33;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
        }
        .header-inner {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            background: linear-gradient(135deg, #f9b84a, #e8892a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.5px;
            display: flex;
            align-items: center;
            gap: 0.3rem;
            border: none !important;
        }
        .my-logo i {
            background: none;
            -webkit-text-fill-color: #f9b84a;
            font-size: 1.8rem;
        }
        .my-logo:hover {
            border: none !important;
            opacity: 0.9;
        }
        .nav-toggle {
            display: none;
            font-size: 1.6rem;
            background: none;
            border: none;
            color: #f9b84a;
            cursor: pointer;
            padding: 0.3rem 0.6rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #2d201b;
        }
        .nav-menu {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 1.2rem;
            align-items: center;
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .nav-menu li {
            margin: 0;
        }
        .nav-menu a {
            color: #e8ddd0;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 0.4rem 0.2rem;
            border-bottom: 2px solid transparent;
            transition: all 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .nav-menu a:hover,
        .nav-menu a.active {
            color: #f9b84a;
            border-bottom-color: #f9b84a;
        }
        .breadcrumb-wrap {
            background: #1a1310dd;
            padding: 0.6rem 0;
            border-bottom: 1px solid #2d201b;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.8rem;
            font-size: 0.9rem;
            color: #b8a89a;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #f9b84a88;
        }
        .breadcrumb a {
            color: #d4c5b5;
        }
        .breadcrumb a:hover {
            color: #f9b84a;
        }
        .breadcrumb .current {
            color: #f9b84a;
            font-weight: 600;
        }
        .hero {
            background: linear-gradient(135deg, #1a1310 0%, #2d1f18 100%);
            padding: 2.5rem 0 2rem;
            text-align: center;
            border-bottom: 1px solid #3d2d25;
        }
        .hero h1 {
            font-size: 3.2rem;
            margin-bottom: 0.5rem;
        }
        .hero .subhead {
            font-size: 1.2rem;
            color: #d4c5b5;
            max-width: 700px;
            margin: 0 auto 1rem;
        }
        .hero .meta-info {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.5rem;
            font-size: 0.95rem;
            color: #b8a89a;
            margin-top: 0.8rem;
        }
        .hero .meta-info span i {
            margin-right: 0.4rem;
            color: #f9b84a;
        }
        .last-updated {
            background: #2d201b;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            font-size: 0.85rem;
            display: inline-block;
            color: #f9b84a;
            border: 1px solid #f9b84a33;
        }
        .page-wrap {
            display: grid;
            grid-template-columns: 1fr 320px;
            gap: 2.5rem;
            padding: 2.5rem 0;
            max-width: 1200px;
            margin: 0 auto;
            padding-left: 1.2rem;
            padding-right: 1.2rem;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            position: sticky;
            top: 90px;
            align-self: start;
            background: #1a1310;
            border-radius: 16px;
            padding: 1.6rem 1.4rem;
            border: 1px solid #2d201b;
            max-height: calc(100vh - 120px);
            overflow-y: auto;
        }
        .sidebar h3 {
            font-size: 1.3rem;
            margin-top: 0;
            border-bottom: 2px solid #f9b84a33;
            padding-bottom: 0.6rem;
        }
        .sidebar ul {
            list-style: none;
            margin: 0.8rem 0 0;
            padding: 0;
        }
        .sidebar ul li {
            margin-bottom: 0.5rem;
        }
        .sidebar ul li a {
            display: block;
            padding: 0.35rem 0.6rem;
            border-radius: 6px;
            transition: background 0.2s;
            font-size: 0.95rem;
        }
        .sidebar ul li a:hover {
            background: #2d201b;
        }
        .featured-image-wrap {
            margin: 2rem 0 2.5rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
            position: relative;
        }
        .featured-image-wrap img {
            width: 100%;
            max-height: 520px;
            object-fit: cover;
        }
        .featured-image-wrap .img-caption {
            background: #1a1310ee;
            padding: 0.8rem 1.2rem;
            font-size: 0.9rem;
            color: #b8a89a;
            text-align: center;
            border-top: 1px solid #2d201b;
        }
        .insight-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 1.2rem;
            margin: 2rem 0;
        }
        .insight-card {
            background: #1e1613;
            border: 1px solid #2d201b;
            border-radius: 14px;
            padding: 1.5rem 1.2rem;
            text-align: center;
            transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
        }
        .insight-card:hover {
            transform: translateY(-4px);
            border-color: #f9b84a55;
            box-shadow: 0 10px 30px rgba(249, 184, 74, 0.08);
        }
        .insight-card i {
            font-size: 2.2rem;
            color: #f9b84a;
            margin-bottom: 0.6rem;
        }
        .insight-card h4 {
            margin: 0.3rem 0 0.5rem;
            color: #ffdbb5;
        }
        .insight-card p {
            font-size: 0.95rem;
            margin: 0;
            color: #cbbcb0;
        }
        .search-section {
            background: #1e1613;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin: 2.5rem 0;
            border: 1px solid #2d201b;
        }
        .search-section h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .search-form {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            margin-top: 1rem;
        }
        .search-form input[type="text"] {
            flex: 1;
            min-width: 180px;
            padding: 0.8rem 1.2rem;
            border-radius: 40px;
            border: 1px solid #3d2d25;
            background: #0f0b0a;
            color: #f5ede4;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.3s;
        }
        .search-form input[type="text"]:focus {
            border-color: #f9b84a;
        }
        .search-form button {
            padding: 0.8rem 2rem;
            border-radius: 40px;
            border: none;
            background: linear-gradient(135deg, #f9b84a, #e8892a);
            color: #0f0b0a;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            transform: scale(1.02);
            box-shadow: 0 6px 20px rgba(249, 184, 74, 0.3);
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.8rem;
            margin: 2.5rem 0;
        }
        .comment-section,
        .rating-section {
            background: #1e1613;
            border-radius: 16px;
            padding: 1.8rem 1.8rem 2.2rem;
            border: 1px solid #2d201b;
        }
        .comment-section h3,
        .rating-section h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .comment-form textarea,
        .comment-form input {
            width: 100%;
            padding: 0.8rem 1rem;
            border-radius: 10px;
            border: 1px solid #3d2d25;
            background: #0f0b0a;
            color: #f5ede4;
            font-size: 0.95rem;
            outline: none;
            transition: border-color 0.3s;
            margin-bottom: 0.8rem;
            font-family: inherit;
        }
        .comment-form textarea {
            min-height: 100px;
            resize: vertical;
        }
        .comment-form textarea:focus,
        .comment-form input:focus {
            border-color: #f9b84a;
        }
        .comment-form button,
        .rating-form button {
            padding: 0.7rem 1.8rem;
            border-radius: 40px;
            border: none;
            background: linear-gradient(135deg, #f9b84a, #e8892a);
            color: #0f0b0a;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            transform: scale(1.02);
            box-shadow: 0 6px 20px rgba(249, 184, 74, 0.25);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.3rem;
            margin: 0.8rem 0 1.2rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 2rem;
            color: #3d2d25;
            cursor: pointer;
            transition: color 0.2s, transform 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f9b84a;
        }
        .star-rating label:hover {
            transform: scale(1.1);
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.8rem 0;
            background: #1a1310;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #2d201b;
        }
        .data-table th,
        .data-table td {
            padding: 0.9rem 1.2rem;
            text-align: left;
            border-bottom: 1px solid #2d201b;
        }
        .data-table th {
            background: #2d201b;
            color: #f9b84a;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.03em;
            font-size: 0.85rem;
        }
        .data-table td {
            color: #e8ddd0;
        }
        .data-table tr:last-child td {
            border-bottom: none;
        }
        .data-table tr:hover td {
            background: #2d201b55;
        }
        footer {
            background: #120d0b;
            border-top: 2px solid #2d201b;
            padding: 2.5rem 0 1.8rem;
            margin-top: auto;
        }
        .footer-inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
        }
        .footer-col h4 {
            color: #f9b84a;
            margin-top: 0;
        }
        friend-link {
            display: block;
            margin: 0.5rem 0;
        }
        friend-link a {
            display: inline-block;
            padding: 0.25rem 0;
            color: #d4c5b5;
            font-size: 0.95rem;
        }
        friend-link a:hover {
            color: #f9b84a;
        }
        .copyright {
            grid-column: 1 / -1;
            text-align: center;
            padding-top: 1.8rem;
            border-top: 1px solid #2d201b;
            color: #8a7a6a;
            font-size: 0.9rem;
        }
        .copyright strong {
            color: #d4c5b5;
        }
        @media (max-width: 1024px) {
            .page-wrap {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                max-height: none;
                margin-top: 2rem;
            }
            .feedback-grid {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 768px) {
            html {
                font-size: 15px;
            }
            h1 {
                font-size: 2.2rem;
            }
            .hero h1 {
                font-size: 2.4rem;
            }
            .header-inner {
                padding: 0 0.8rem;
            }
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                padding: 1rem 0 0.6rem;
                gap: 0.3rem;
                border-top: 1px solid #2d201b;
                margin-top: 0.6rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu a {
                padding: 0.6rem 0.4rem;
                width: 100%;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            .search-section {
                padding: 1.2rem 1.2rem;
            }
            .feedback-grid {
                grid-template-columns: 1fr;
            }
            .container {
                padding: 0 0.8rem;
            }
            .page-wrap {
                padding-left: 0.8rem;
                padding-right: 0.8rem;
            }
            .insight-cards {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 480px) {
            .insight-cards {
                grid-template-columns: 1fr;
            }
            .hero h1 {
                font-size: 1.8rem;
            }
            .data-table {
                font-size: 0.85rem;
            }
            .data-table th,
            .data-table td {
                padding: 0.6rem 0.8rem;
            }
            .star-rating label {
                font-size: 1.6rem;
            }
        }
        ::-webkit-scrollbar {
            width: 8px;
            height: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #0f0b0a;
        }
        ::-webkit-scrollbar-thumb {
            background: #3d2d25;
            border-radius: 10px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #5a4237;
        }
        .schema-hidden {
            display: none;
        }
        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(18px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .fade-up {
            animation: fadeUp 0.5s ease forwards;
        }
        .delay-1 {
            animation-delay: 0.15s;
        }
        .delay-2 {
            animation-delay: 0.3s;
        }
        .delay-3 {
            animation-delay: 0.45s;
        }
