        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
            background: #0b0d11;
            color: #e8edf2;
            line-height: 1.7;
            padding: 0;
            margin: 0;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        a {
            color: #f5b042;
            text-decoration: none;
            transition: color 0.25s ease, opacity 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffd966;
            opacity: 0.9;
        }
        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.25;
            color: #f0f4f8;
            margin-top: 0;
        }
        h1 {
            font-size: 2.4rem;
            margin-bottom: 0.75rem;
        }
        h2 {
            font-size: 1.8rem;
            margin-bottom: 0.6rem;
            border-bottom: 2px solid #f5b04230;
            padding-bottom: 0.4rem;
        }
        h3 {
            font-size: 1.35rem;
            margin-bottom: 0.4rem;
        }
        h4 {
            font-size: 1.1rem;
            margin-bottom: 0.3rem;
        }
        p {
            margin-bottom: 1rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.25rem;
        }
        .site-header {
            background: #14181f;
            border-bottom: 1px solid #2a2f38;
            padding: 0.75rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            background: rgba(20, 24, 31, 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.7rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            background: linear-gradient(135deg, #f5b042, #ff7b2b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 20px #f5b04220;
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo i {
            -webkit-text-fill-color: #f5b042;
            font-size: 1.5rem;
        }
        .my-logo a {
            color: inherit;
            -webkit-text-fill-color: inherit;
            background: none;
        }
        .my-logo a:hover {
            opacity: 1;
            color: inherit;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 1px solid #3a404a;
            color: #e8edf2;
            font-size: 1.5rem;
            padding: 0.3rem 0.7rem;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #2a2f38;
        }
        .nav-menu {
            display: flex;
            align-items: center;
            gap: 0.25rem 0.5rem;
            flex-wrap: wrap;
        }
        .nav-menu a {
            padding: 0.4rem 0.9rem;
            border-radius: 8px;
            font-size: 0.92rem;
            font-weight: 500;
            color: #c8ced6;
            transition: background 0.2s, color 0.2s;
        }
        .nav-menu a:hover,
        .nav-menu a:focus-visible {
            background: #2a2f38;
            color: #f5b042;
        }
        .nav-menu a.active {
            background: #f5b04218;
            color: #f5b042;
        }
        .breadcrumb {
            padding: 0.75rem 0 0.5rem;
            font-size: 0.85rem;
            color: #88929e;
            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.5rem;
            color: #5a6472;
        }
        .breadcrumb a {
            color: #aab3be;
        }
        .breadcrumb a:hover {
            color: #f5b042;
        }
        .breadcrumb .current {
            color: #f5b042;
            font-weight: 500;
        }
        .search-bar {
            display: flex;
            gap: 0.4rem;
            max-width: 480px;
            margin: 1.2rem 0 0.8rem;
        }
        .search-bar input {
            flex: 1;
            padding: 0.65rem 1rem;
            border: 1px solid #2a2f38;
            border-radius: 10px;
            background: #1a1e26;
            color: #e8edf2;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.25s, box-shadow 0.25s;
        }
        .search-bar input::placeholder {
            color: #6a7482;
        }
        .search-bar input:focus {
            border-color: #f5b042;
            box-shadow: 0 0 0 3px #f5b04220;
        }
        .search-bar button {
            padding: 0.65rem 1.4rem;
            border: none;
            border-radius: 10px;
            background: #f5b042;
            color: #0b0d11;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
        }
        .search-bar button:hover {
            background: #ffc65c;
            transform: scale(1.02);
        }
        .search-bar button i {
            margin-right: 0.3rem;
        }
        .hero {
            padding: 2rem 0 1.5rem;
        }
        .hero-img {
            border-radius: 16px;
            margin: 1.2rem 0 1.8rem;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
        }
        .meta-info {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem 1.8rem;
            font-size: 0.88rem;
            color: #8a94a2;
            margin-bottom: 1.2rem;
        }
        .meta-info i {
            margin-right: 0.35rem;
            color: #f5b042;
        }
        .last-updated {
            font-weight: 600;
            color: #c8ced6;
        }
        .toc {
            background: #14181f;
            border: 1px solid #2a2f38;
            border-radius: 14px;
            padding: 1.5rem 1.8rem;
            margin: 1.8rem 0 2.2rem;
        }
        .toc h3 {
            margin-bottom: 0.8rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .toc ul {
            list-style: none;
            padding: 0;
            columns: 2 240px;
            column-gap: 2rem;
        }
        .toc li {
            padding: 0.2rem 0;
            break-inside: avoid;
        }
        .toc a {
            display: inline-block;
            padding: 0.2rem 0;
            border-bottom: 1px solid transparent;
        }
        .toc a:hover {
            border-bottom-color: #f5b042;
        }
        .content-section {
            padding: 1.2rem 0 2rem;
        }
        .card {
            background: #14181f;
            border: 1px solid #232832;
            border-radius: 16px;
            padding: 1.6rem 1.8rem;
            margin-bottom: 1.8rem;
            transition: border-color 0.3s, box-shadow 0.3s;
        }
        .card:hover {
            border-color: #f5b04240;
            box-shadow: 0 4px 30px rgba(245, 176, 66, 0.05);
        }
        .card h2,
        .card h3 {
            margin-top: 0;
        }
        .grid-2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
        }
        .grid-3 {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }
        .stat-highlight {
            background: #1a1e26;
            border-left: 4px solid #f5b042;
            padding: 0.8rem 1.2rem;
            border-radius: 0 12px 12px 0;
            margin: 1rem 0;
            font-style: italic;
        }
        .btn {
            display: inline-block;
            padding: 0.55rem 1.4rem;
            border-radius: 10px;
            background: #f5b042;
            color: #0b0d11;
            font-weight: 600;
            font-size: 0.92rem;
            transition: background 0.25s, transform 0.15s;
            border: none;
            cursor: pointer;
        }
        .btn:hover {
            background: #ffc65c;
            transform: translateY(-1px);
            color: #0b0d11;
        }
        .btn i {
            margin-right: 0.35rem;
        }
        .inline-link {
            color: #f5b042;
            font-weight: 500;
            border-bottom: 1px dotted #f5b04260;
        }
        .inline-link:hover {
            border-bottom-style: solid;
        }
        .rating-stars {
            display: flex;
            gap: 0.2rem;
            font-size: 1.6rem;
            color: #3a404a;
            cursor: pointer;
        }
        .rating-stars i {
            transition: color 0.2s, transform 0.15s;
        }
        .rating-stars i.active,
        .rating-stars i:hover {
            color: #f5b042;
            transform: scale(1.1);
        }
        .rating-stars i:hover~i {
            color: #3a404a;
        }
        .score-display {
            font-size: 1.1rem;
            font-weight: 600;
            color: #f5b042;
        }
        .comment-box {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }
        .comment-box textarea {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 1px solid #2a2f38;
            border-radius: 12px;
            background: #1a1e26;
            color: #e8edf2;
            font-size: 0.95rem;
            font-family: inherit;
            resize: vertical;
            min-height: 100px;
            outline: none;
            transition: border 0.25s;
        }
        .comment-box textarea:focus {
            border-color: #f5b042;
            box-shadow: 0 0 0 3px #f5b04220;
        }
        .comment-box input {
            padding: 0.65rem 1rem;
            border: 1px solid #2a2f38;
            border-radius: 10px;
            background: #1a1e26;
            color: #e8edf2;
            font-size: 0.92rem;
            outline: none;
            transition: border 0.25s;
        }
        .comment-box input:focus {
            border-color: #f5b042;
        }
        .comment-submit {
            align-self: flex-end;
        }
        .site-footer {
            background: #0f1218;
            border-top: 1px solid #232832;
            padding: 2.5rem 0 1.8rem;
            margin-top: 2.5rem;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem 1.5rem;
        }
        .site-footer h4 {
            color: #f0f4f8;
            margin-bottom: 0.8rem;
            font-size: 1.05rem;
        }
        .site-footer ul {
            list-style: none;
            padding: 0;
        }
        .site-footer li {
            padding: 0.25rem 0;
        }
        .site-footer a {
            color: #aab3be;
            font-size: 0.92rem;
        }
        .site-footer a:hover {
            color: #f5b042;
        }
        friend-link {
            display: block;
            margin-top: 1.2rem;
            padding-top: 1rem;
            border-top: 1px solid #232832;
        }
        friend-link a {
            color: #aab3be;
            font-size: 0.92rem;
            margin-right: 1.2rem;
        }
        friend-link a:hover {
            color: #f5b042;
        }
        .copyright {
            text-align: center;
            color: #6a7482;
            font-size: 0.82rem;
            padding-top: 1.8rem;
            margin-top: 1.2rem;
            border-top: 1px solid #1e222a;
        }
        .copyright i {
            margin: 0 0.3rem;
        }
        @media (max-width: 900px) {
            .grid-2,
            .grid-3 {
                grid-template-columns: 1fr;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            .toc ul {
                columns: 1;
            }
        }
        @media (max-width: 680px) {
            .nav-toggle {
                display: inline-block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                padding: 0.8rem 0 0.4rem;
                gap: 0.2rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu a {
                padding: 0.5rem 0.8rem;
                width: 100%;
                border-radius: 6px;
            }
            .header-inner {
                align-items: center;
            }
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            .meta-info {
                flex-direction: column;
                gap: 0.4rem;
            }
            .card {
                padding: 1.2rem 1.2rem;
            }
            .rating-stars {
                font-size: 1.4rem;
            }
        }
        @media (max-width: 420px) {
            .container {
                padding: 0 0.9rem;
            }
            h1 {
                font-size: 1.6rem;
            }
            .search-bar {
                flex-direction: column;
            }
            .search-bar button {
                width: 100%;
            }
        }
        ::-webkit-scrollbar {
            width: 8px;
            height: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #0b0d11;
        }
        ::-webkit-scrollbar-thumb {
            background: #2a2f38;
            border-radius: 10px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #3a404a;
        }
        .fake-data {
            font-size: 0.75rem;
            color: #5a6472;
            margin-top: 0.3rem;
        }
        .accent-badge {
            display: inline-block;
            background: #f5b04218;
            color: #f5b042;
            padding: 0.15rem 0.6rem;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 0.02em;
        }
        .divider {
            border: none;
            height: 1px;
            background: linear-gradient(90deg, transparent, #2a2f38, transparent);
            margin: 1.8rem 0;
        }
        .eeat-badge {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem 1.2rem;
            font-size: 0.8rem;
            color: #8a94a2;
            padding: 0.5rem 0;
        }
        .eeat-badge i {
            color: #f5b042;
            margin-right: 0.25rem;
        }
        .reveal {
            opacity: 0;
            transform: translateY(12px);
            animation: revealAnim 0.6s ease forwards;
        }
        @keyframes revealAnim {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .reveal-delay-1 {
            animation-delay: 0.1s;
        }
        .reveal-delay-2 {
            animation-delay: 0.2s;
        }
        .reveal-delay-3 {
            animation-delay: 0.3s;
        }
