        *,
        *::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: #0b0b0f;
            color: #e8e6e3;
            line-height: 1.75;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a {
            color: #f7d44a;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #ffed8a;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #f7d44a;
            margin-top: 1.8rem;
            margin-bottom: 0.75rem;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.5rem;
        }
        h2 {
            font-size: 1.8rem;
            border-bottom: 2px solid #f7d44a33;
            padding-bottom: 0.4rem;
        }
        h3 {
            font-size: 1.4rem;
        }
        h4 {
            font-size: 1.15rem;
            color: #e8d5a3;
        }
        p {
            margin-bottom: 1.2rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: #14141a;
            border-bottom: 2px solid #f7d44a33;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem 1.5rem;
        }
        .my-logo {
            font-size: 1.6rem;
            font-weight: 800;
            color: #f7d44a;
            letter-spacing: -0.5px;
            text-transform: uppercase;
            background: linear-gradient(135deg, #f7d44a, #e8a317);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
        }
        .my-logo small {
            font-size: 0.75rem;
            display: block;
            -webkit-text-fill-color: #aa9e7a;
            color: #aa9e7a;
            letter-spacing: 2px;
            font-weight: 400;
        }
        .my-logo:hover {
            opacity: 0.9;
            text-decoration: none;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 0.3rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            padding: 0.45rem 0.9rem;
            border-radius: 6px;
            font-size: 0.9rem;
            font-weight: 500;
            color: #cfcfcf;
            transition: background 0.25s, color 0.25s;
        }
        .main-nav a:hover,
        .main-nav a:focus {
            background: #f7d44a18;
            color: #f7d44a;
            text-decoration: none;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 1px solid #f7d44a55;
            color: #f7d44a;
            font-size: 1.5rem;
            padding: 0.3rem 0.8rem;
            border-radius: 6px;
            cursor: pointer;
            transition: background 0.25s;
        }
        .nav-toggle:hover {
            background: #f7d44a18;
        }
        .breadcrumb {
            padding: 1rem 0 0.2rem 0;
            font-size: 0.85rem;
            color: #aaa;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            list-style: none;
        }
        .breadcrumb li {
            display: inline;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.4rem;
            color: #f7d44a88;
        }
        .breadcrumb a {
            color: #cfcfcf;
        }
        .breadcrumb a:hover {
            color: #f7d44a;
        }
        .breadcrumb .current {
            color: #f7d44a;
            font-weight: 600;
        }
        .search-form {
            display: flex;
            gap: 0.4rem;
            max-width: 420px;
            margin: 1.2rem 0 0.8rem 0;
        }
        .search-form input {
            flex: 1;
            padding: 0.7rem 1rem;
            border: 1px solid #333;
            border-radius: 8px;
            background: #1c1c24;
            color: #e8e6e3;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.3s;
        }
        .search-form input:focus {
            border-color: #f7d44a;
        }
        .search-form button {
            padding: 0.7rem 1.3rem;
            background: #f7d44a;
            color: #0b0b0f;
            border: none;
            border-radius: 8px;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.3s, transform 0.15s;
        }
        .search-form button:hover {
            background: #ffed8a;
            transform: scale(1.02);
        }
        .hero-section {
            margin: 1.5rem 0 2rem 0;
            border-radius: 16px;
            overflow: hidden;
            background: linear-gradient(135deg, #1a1a24 0%, #0b0b0f 100%);
            border: 1px solid #f7d44a22;
            position: relative;
        }
        .hero-section img {
            width: 100%;
            min-height: 260px;
            object-fit: cover;
            max-height: 480px;
        }
        .hero-caption {
            padding: 1.2rem 1.5rem;
            background: #0b0b0fcc;
            backdrop-filter: blur(4px);
            font-size: 0.9rem;
            color: #ccc;
        }
        .hero-caption strong {
            color: #f7d44a;
        }
        .content-wrapper {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2rem;
        }
        @media (min-width: 900px) {
            .content-wrapper {
                grid-template-columns: 1fr 300px;
            }
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            background: #14141a;
            border-radius: 16px;
            padding: 1.5rem 1.2rem;
            border: 1px solid #f7d44a18;
            height: fit-content;
            position: sticky;
            top: 90px;
        }
        .sidebar h3 {
            font-size: 1.2rem;
            margin-top: 0;
            margin-bottom: 1rem;
        }
        .sidebar ul {
            list-style: none;
            padding: 0;
        }
        .sidebar li {
            padding: 0.5rem 0;
            border-bottom: 1px solid #ffffff0a;
        }
        .sidebar li:last-child {
            border-bottom: none;
        }
        .sidebar a {
            display: block;
            padding: 0.2rem 0;
            font-size: 0.95rem;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            background: #14141a;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #f7d44a22;
        }
        .data-table th {
            background: #1f1f2b;
            color: #f7d44a;
            font-weight: 700;
            padding: 0.8rem 1rem;
            text-align: left;
            font-size: 0.9rem;
        }
        .data-table td {
            padding: 0.7rem 1rem;
            border-top: 1px solid #ffffff0a;
            font-size: 0.9rem;
        }
        .data-table tr:hover td {
            background: #ffffff08;
        }
        .comment-box,
        .rating-box {
            background: #14141a;
            border-radius: 16px;
            padding: 1.8rem 1.5rem;
            margin: 2rem 0;
            border: 1px solid #f7d44a18;
        }
        .comment-box h3,
        .rating-box h3 {
            margin-top: 0;
        }
        .comment-form textarea,
        .comment-form input,
        .rating-form select,
        .rating-form input {
            width: 100%;
            padding: 0.7rem 1rem;
            margin: 0.4rem 0 1rem 0;
            border: 1px solid #333;
            border-radius: 8px;
            background: #1c1c24;
            color: #e8e6e3;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.3s;
        }
        .comment-form textarea:focus,
        .comment-form input:focus,
        .rating-form select:focus,
        .rating-form input:focus {
            border-color: #f7d44a;
        }
        .comment-form textarea {
            min-height: 110px;
            resize: vertical;
        }
        .comment-form .btn,
        .rating-form .btn {
            padding: 0.7rem 1.8rem;
            background: #f7d44a;
            color: #0b0b0f;
            border: none;
            border-radius: 8px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.3s, transform 0.15s;
        }
        .comment-form .btn:hover,
        .rating-form .btn:hover {
            background: #ffed8a;
            transform: scale(1.02);
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 1.6rem;
            color: #f7d44a;
            margin: 0.5rem 0 1rem 0;
        }
        .rating-stars i {
            cursor: pointer;
            transition: transform 0.2s;
        }
        .rating-stars i:hover {
            transform: scale(1.2);
        }
        .site-footer {
            background: #0e0e14;
            border-top: 2px solid #f7d44a22;
            padding: 2.5rem 0 1.5rem 0;
            margin-top: 3rem;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 1.5rem;
        }
        .footer-grid h4 {
            color: #f7d44a;
            font-size: 1.1rem;
            margin-top: 0;
            margin-bottom: 0.8rem;
        }
        .footer-grid a {
            display: block;
            padding: 0.25rem 0;
            font-size: 0.9rem;
            color: #b0b0b0;
        }
        .footer-grid a:hover {
            color: #f7d44a;
        }
        .friend-link {
            display: block;
            padding: 0.7rem 0;
            border-top: 1px solid #ffffff0a;
            margin-top: 1rem;
        }
        .friend-link a {
            display: inline-block;
            margin: 0.2rem 1rem 0.2rem 0;
            padding: 0.3rem 0.8rem;
            background: #1f1f2b;
            border-radius: 6px;
            font-size: 0.85rem;
            color: #cfcfcf;
        }
        .friend-link a:hover {
            background: #f7d44a18;
            color: #f7d44a;
            text-decoration: none;
        }
        .copyright {
            text-align: center;
            padding-top: 1.5rem;
            margin-top: 1.5rem;
            border-top: 1px solid #ffffff0a;
            font-size: 0.85rem;
            color: #888;
        }
        .copyright strong {
            color: #f7d44a;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: inline-block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                background: #14141a;
                padding: 1rem 0.5rem;
                border-radius: 12px;
                margin-top: 0.5rem;
                border: 1px solid #f7d44a22;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.7rem 1rem;
                border-bottom: 1px solid #ffffff08;
                width: 100%;
            }
            .main-nav a:last-child {
                border-bottom: none;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .sidebar {
                position: static;
            }
            .header-inner {
                align-items: center;
            }
        }
        @media (min-width: 769px) {
            .main-nav {
                display: flex !important;
            }
        }
        .highlight {
            color: #f7d44a;
            font-weight: 600;
        }
        .badge {
            display: inline-block;
            background: #f7d44a22;
            color: #f7d44a;
            padding: 0.2rem 0.8rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        .emoji-big {
            font-size: 1.8rem;
            line-height: 1;
        }
        .info-card {
            background: #1a1a24;
            border-left: 4px solid #f7d44a;
            padding: 1.2rem 1.5rem;
            border-radius: 0 12px 12px 0;
            margin: 1.5rem 0;
        }
        .info-card p:last-child {
            margin-bottom: 0;
        }
        .two-col {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.2rem;
            margin: 1.2rem 0;
        }
        @media (max-width: 600px) {
            .two-col {
                grid-template-columns: 1fr;
            }
        }
        .stat-number {
            font-size: 2.2rem;
            font-weight: 800;
            color: #f7d44a;
            line-height: 1.2;
        }
        .stat-label {
            font-size: 0.9rem;
            color: #aaa;
        }
        .anchor-offset {
            scroll-margin-top: 80px;
        }
        .table-wrap {
            overflow-x: auto;
        }
