        *,
        *::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: #0b0d0f;
            color: #e8e6e3;
            line-height: 1.7;
            padding: 0 1rem;
            max-width: 1280px;
            margin: 0 auto;
        }
        a {
            color: #f5c518;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #ffdf7e;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #f0edea;
            margin-top: 1.8em;
            margin-bottom: 0.6em;
        }
        h1 {
            font-size: 2.6rem;
            border-left: 6px solid #f5c518;
            padding-left: 1.2rem;
        }
        h2 {
            font-size: 1.9rem;
            border-bottom: 2px solid #2a2e32;
            padding-bottom: 0.3rem;
        }
        h3 {
            font-size: 1.5rem;
            color: #f5c518;
        }
        h4 {
            font-size: 1.2rem;
            color: #cbd5e1;
        }
        p {
            margin-bottom: 1.4rem;
            color: #d1cdc8;
        }
        ul,
        ol {
            margin-bottom: 1.6rem;
            padding-left: 2rem;
            color: #d1cdc8;
        }
        li {
            margin-bottom: 0.5rem;
        }
        strong {
            color: #f0edea;
            font-weight: 700;
        }
        em {
            color: #f5c518;
        }
        hr {
            border: none;
            border-top: 2px solid #2a2e32;
            margin: 2.5rem 0;
        }
        .skip-link {
            position: absolute;
            top: -100px;
            left: 1rem;
            background: #f5c518;
            color: #0b0d0f;
            padding: 0.6rem 1.2rem;
            border-radius: 0 0 8px 8px;
            z-index: 9999;
            font-weight: 700;
        }
        .skip-link:focus {
            top: 0;
        }
        header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 1.4rem 0;
            border-bottom: 1px solid #2a2e32;
            position: relative;
        }
        .my-logo {
            font-size: 2.2rem;
            font-weight: 900;
            letter-spacing: 2px;
            background: linear-gradient(135deg, #f5c518, #ff8c00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-transform: uppercase;
            transition: transform 0.3s ease;
        }
        .my-logo:hover {
            transform: scale(1.03);
        }
        .my-logo a {
            background: none;
            -webkit-text-fill-color: transparent;
            color: transparent;
        }
        .my-logo a::before {
            content: "🦇 ";
            -webkit-text-fill-color: initial;
            color: #f5c518;
        }
        nav {
            display: flex;
            align-items: center;
            gap: 0.8rem;
        }
        .nav-list {
            display: flex;
            list-style: none;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        .nav-list li a {
            display: block;
            padding: 0.5rem 1rem;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.9rem;
            color: #cbd5e1;
            transition: background 0.25s ease, color 0.25s ease;
        }
        .nav-list li a:hover,
        .nav-list li a:focus {
            background: #f5c518;
            color: #0b0d0f;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #f0edea;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.6rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #1f2327;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 1rem 0 0.2rem 0;
            font-size: 0.9rem;
            color: #94a3b8;
            gap: 0.4rem;
        }
        .breadcrumb li+li::before {
            content: "›";
            padding: 0 0.6rem;
            color: #64748b;
        }
        .breadcrumb a {
            color: #94a3b8;
        }
        .breadcrumb a:hover {
            color: #f5c518;
        }
        .breadcrumb .current {
            color: #f5c518;
            font-weight: 600;
        }
        .hero-img {
            margin: 1.8rem 0 2.2rem 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.7);
            background: #1a1e22;
        }
        .hero-img img {
            width: 100%;
            max-height: 480px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .hero-img:hover img {
            transform: scale(1.02);
        }
        .hero-img figcaption {
            padding: 0.8rem 1.2rem;
            font-size: 0.9rem;
            color: #94a3b8;
            background: #1a1e22;
            border-top: 1px solid #2a2e32;
        }
        .search-section {
            background: #1a1e22;
            padding: 1.8rem 2rem;
            border-radius: 16px;
            margin: 2rem 0;
            border: 1px solid #2a2e32;
        }
        .search-section form {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            align-items: center;
        }
        .search-section input[type="text"] {
            flex: 1;
            min-width: 200px;
            padding: 0.8rem 1.2rem;
            border-radius: 40px;
            border: 2px solid #2a2e32;
            background: #0b0d0f;
            color: #f0edea;
            font-size: 1rem;
            transition: border-color 0.3s ease;
        }
        .search-section input[type="text"]:focus {
            border-color: #f5c518;
            outline: none;
        }
        .search-section button {
            padding: 0.8rem 2rem;
            border-radius: 40px;
            border: none;
            background: #f5c518;
            color: #0b0d0f;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s ease, transform 0.2s ease;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .search-section button:hover {
            background: #ffdf7e;
            transform: translateY(-2px);
        }
        .comment-section,
        .rating-section {
            background: #1a1e22;
            padding: 1.8rem 2rem;
            border-radius: 16px;
            margin: 2rem 0;
            border: 1px solid #2a2e32;
        }
        .comment-section textarea {
            width: 100%;
            padding: 1rem;
            border-radius: 12px;
            border: 2px solid #2a2e32;
            background: #0b0d0f;
            color: #f0edea;
            font-size: 1rem;
            resize: vertical;
            min-height: 120px;
            transition: border-color 0.3s ease;
        }
        .comment-section textarea:focus {
            border-color: #f5c518;
            outline: none;
        }
        .comment-section input[type="text"] {
            width: 100%;
            padding: 0.8rem 1rem;
            border-radius: 40px;
            border: 2px solid #2a2e32;
            background: #0b0d0f;
            color: #f0edea;
            font-size: 1rem;
            margin-bottom: 0.8rem;
            transition: border-color 0.3s ease;
        }
        .comment-section input[type="text"]:focus {
            border-color: #f5c518;
            outline: none;
        }
        .comment-section .form-row {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            margin-top: 0.8rem;
        }
        .comment-section button,
        .rating-section button {
            padding: 0.7rem 2rem;
            border-radius: 40px;
            border: none;
            background: #f5c518;
            color: #0b0d0f;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s ease, transform 0.2s ease;
        }
        .comment-section button:hover,
        .rating-section button:hover {
            background: #ffdf7e;
            transform: translateY(-2px);
        }
        .rating-stars {
            display: flex;
            gap: 0.4rem;
            font-size: 2rem;
            color: #475569;
            cursor: pointer;
            margin: 0.6rem 0 1rem 0;
            flex-wrap: wrap;
        }
        .rating-stars i {
            transition: color 0.2s ease, transform 0.2s ease;
        }
        .rating-stars i:hover,
        .rating-stars i.active {
            color: #f5c518;
            transform: scale(1.1);
        }
        friend-link {
            display: block;
            padding: 1.8rem 0;
            margin-top: 2rem;
            border-top: 1px solid #2a2e32;
            font-style: normal;
        }
        friend-link a {
            display: inline-block;
            margin: 0.3rem 0.6rem 0.3rem 0;
            padding: 0.3rem 0.8rem;
            background: #1a1e22;
            border-radius: 20px;
            font-size: 0.9rem;
            border: 1px solid #2a2e32;
            transition: background 0.25s ease, border-color 0.25s ease;
        }
        friend-link a:hover {
            background: #f5c518;
            border-color: #f5c518;
            color: #0b0d0f;
            text-decoration: none;
        }
        footer {
            padding: 2rem 0 1.5rem 0;
            border-top: 1px solid #2a2e32;
            text-align: center;
            font-size: 0.9rem;
            color: #64748b;
        }
        footer .copyright {
            margin-top: 0.8rem;
            font-size: 0.85rem;
        }
        footer .copyright a {
            color: #94a3b8;
        }
        footer .copyright a:hover {
            color: #f5c518;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.8rem 0;
            background: #1a1e22;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #2a2e32;
        }
        .data-table th,
        .data-table td {
            padding: 0.9rem 1.2rem;
            text-align: left;
            border-bottom: 1px solid #2a2e32;
        }
        .data-table th {
            background: #0b0d0f;
            color: #f5c518;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-size: 0.85rem;
        }
        .data-table td {
            color: #d1cdc8;
        }
        .data-table tr:hover td {
            background: #23282e;
        }
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 1.6rem;
            margin: 2rem 0;
        }
        .card {
            background: #1a1e22;
            border-radius: 16px;
            padding: 1.6rem;
            border: 1px solid #2a2e32;
            transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
        }
        .card:hover {
            transform: translateY(-6px);
            border-color: #f5c518;
            box-shadow: 0 12px 30px rgba(245, 197, 24, 0.08);
        }
        .card i {
            font-size: 2.2rem;
            color: #f5c518;
            margin-bottom: 0.8rem;
            display: inline-block;
        }
        .card h3 {
            margin-top: 0.2rem;
        }
        .card p {
            font-size: 0.95rem;
        }
        .blockquote {
            border-left: 5px solid #f5c518;
            padding: 1.2rem 1.8rem;
            margin: 1.8rem 0;
            background: #1a1e22;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #cbd5e1;
        }
        .blockquote .attribution {
            font-style: normal;
            font-weight: 600;
            color: #f5c518;
            margin-top: 0.6rem;
            display: block;
        }
        @media (max-width: 768px) {
            body {
                padding: 0 0.6rem;
            }
            h1 {
                font-size: 1.8rem;
                padding-left: 0.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.2rem;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #1a1e22;
                border-radius: 16px;
                padding: 1rem 0;
                margin-top: 0.8rem;
                border: 1px solid #2a2e32;
            }
            .nav-list.open {
                display: flex;
            }
            .nav-list li a {
                padding: 0.7rem 1.4rem;
                border-radius: 0;
            }
            .hamburger {
                display: block;
            }
            header {
                flex-wrap: wrap;
            }
            .search-section form {
                flex-direction: column;
            }
            .search-section input[type="text"] {
                width: 100%;
            }
            .data-table {
                font-size: 0.8rem;
            }
            .data-table th,
            .data-table td {
                padding: 0.6rem 0.8rem;
            }
            .rating-stars {
                font-size: 1.6rem;
            }
            .comment-section .form-row {
                flex-direction: column;
            }
            .hero-img img {
                max-height: 240px;
            }
        }
        @media (min-width: 769px) {
            .nav-list {
                display: flex !important;
            }
            .hamburger {
                display: none !important;
            }
        }
        .text-gold {
            color: #f5c518;
        }
        .text-muted {
            color: #94a3b8;
            font-size: 0.9rem;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 0.6rem;
        }
        .last-updated {
            color: #94a3b8;
            font-size: 0.85rem;
            border-bottom: 1px dashed #2a2e32;
            padding-bottom: 0.6rem;
            margin-bottom: 1.8rem;
        }
        .last-updated i {
            margin-right: 0.4rem;
            color: #f5c518;
        }
        .schema-hidden {
            display: none;
        }
