        *,
        *::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, BlinkMacSystemFont, sans-serif;
            background: #0d0b1a;
            color: #e8e0f0;
            line-height: 1.7;
            padding: 0;
            margin: 0;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a {
            color: #f5c842;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffdd77;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.6rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #f5e6d3;
            margin-top: 1.8rem;
            margin-bottom: 0.8rem;
        }
        h1 {
            font-size: 2.6rem;
            margin-top: 0.4rem;
        }
        h2 {
            font-size: 2rem;
            border-left: 5px solid #f5c842;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.5rem;
            color: #f0d9b5;
        }
        h4 {
            font-size: 1.2rem;
            color: #e8cfa0;
        }
        p {
            margin-bottom: 1.2rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .section-spacing {
            padding: 2.8rem 0;
        }
        hr {
            border: none;
            border-top: 2px solid #2a2340;
            margin: 2.4rem 0;
        }
        .site-header {
            background: linear-gradient(145deg, #1a1530, #0f0b20);
            border-bottom: 2px solid #2f2748;
            padding: 0.6rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(8px);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem 1.5rem;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #f5c842, #f0a030);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px rgba(245, 200, 66, 0.15);
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
            white-space: nowrap;
        }
        .my-logo i {
            -webkit-text-fill-color: #f5c842;
            font-size: 1.7rem;
        }
        .my-logo small {
            font-size: 0.7rem;
            -webkit-text-fill-color: #aa9fc0;
            font-weight: 400;
            letter-spacing: 0.5px;
            display: block;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 0.3rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            color: #cdc2e0;
            padding: 0.5rem 0.9rem;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.92rem;
            transition: all 0.2s ease;
            white-space: nowrap;
        }
        .main-nav a:hover,
        .main-nav a:focus-visible {
            background: #2f2748;
            color: #f5c842;
            text-decoration: none;
        }
        .main-nav a.active {
            background: #3a2d5a;
            color: #f5c842;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #e8e0f0;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.6rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #2a2340;
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumb {
            background: #1a1530;
            padding: 0.7rem 0;
            border-bottom: 1px solid #2a2340;
            font-size: 0.9rem;
        }
        .breadcrumb ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.8rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.8rem;
            color: #7a6e96;
        }
        .breadcrumb a {
            color: #b0a4c8;
        }
        .breadcrumb a:hover {
            color: #f5c842;
        }
        .breadcrumb .current {
            color: #f5c842;
            font-weight: 600;
        }
        .hero {
            background: radial-gradient(ellipse at 30% 40%, #1f1940, #0d0b1a 80%);
            padding: 3rem 0 2.4rem;
            text-align: center;
            border-bottom: 1px solid #2f2748;
        }
        .hero h1 {
            font-size: 2.8rem;
            max-width: 900px;
            margin: 0 auto 0.8rem;
        }
        .hero h1 i {
            color: #f5c842;
            margin: 0 0.3rem;
        }
        .hero .subhead {
            font-size: 1.2rem;
            color: #c8b8e0;
            max-width: 750px;
            margin: 0 auto 1.2rem;
        }
        .hero .meta-info {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.2rem 2.5rem;
            font-size: 0.95rem;
            color: #a898c0;
        }
        .hero .meta-info i {
            color: #f5c842;
            margin-right: 0.4rem;
        }
        .hero .last-updated {
            background: #2a2340;
            padding: 0.3rem 1.2rem;
            border-radius: 30px;
            display: inline-block;
            font-weight: 500;
        }
        .search-section {
            background: #151025;
            padding: 1.6rem 0;
            border-bottom: 1px solid #2a2340;
        }
        .search-form {
            display: flex;
            max-width: 600px;
            margin: 0 auto;
            border-radius: 50px;
            overflow: hidden;
            border: 2px solid #3a2d5a;
            transition: border-color 0.3s;
        }
        .search-form:focus-within {
            border-color: #f5c842;
        }
        .search-form input[type="text"] {
            flex: 1;
            padding: 0.9rem 1.4rem;
            background: #0d0b1a;
            border: none;
            color: #e8e0f0;
            font-size: 1rem;
            outline: none;
        }
        .search-form input[type="text"]::placeholder {
            color: #7a6e96;
        }
        .search-form button {
            background: #f5c842;
            border: none;
            padding: 0 1.6rem;
            color: #0d0b1a;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #ffdd77;
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 320px;
            gap: 2.5rem;
            padding: 2.8rem 0;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            position: sticky;
            top: 100px;
            align-self: start;
        }
        .info-box {
            background: #1a1530;
            border-radius: 16px;
            padding: 1.8rem;
            border: 1px solid #2f2748;
            margin-bottom: 2rem;
            transition: box-shadow 0.3s;
        }
        .info-box:hover {
            box-shadow: 0 8px 40px rgba(245, 200, 66, 0.06);
        }
        .info-box.cta-box {
            background: linear-gradient(145deg, #1f1940, #2a1f4a);
            border-color: #f5c84240;
        }
        .info-box.cta-box h3 {
            color: #f5c842;
        }
        .highlight {
            background: #2a2340;
            padding: 0.2rem 0.6rem;
            border-radius: 6px;
            color: #f5c842;
            font-weight: 600;
        }
        .badge {
            display: inline-block;
            background: #f5c842;
            color: #0d0b1a;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            font-weight: 700;
            font-size: 0.8rem;
            letter-spacing: 0.5px;
        }
        .styled-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.4rem 0;
            font-size: 0.95rem;
            border-radius: 12px;
            overflow: hidden;
        }
        .styled-table thead {
            background: #2f2748;
        }
        .styled-table th {
            padding: 0.9rem 1.2rem;
            text-align: left;
            font-weight: 700;
            color: #f5c842;
        }
        .styled-table td {
            padding: 0.8rem 1.2rem;
            border-bottom: 1px solid #2a2340;
        }
        .styled-table tbody tr:hover {
            background: #1f1940;
        }
        .comment-box,
        .score-box {
            background: #1a1530;
            border-radius: 16px;
            padding: 1.8rem;
            border: 1px solid #2f2748;
            margin-bottom: 2rem;
        }
        .comment-box textarea,
        .score-box select,
        .score-box input[type="number"] {
            width: 100%;
            padding: 0.8rem 1rem;
            background: #0d0b1a;
            border: 1px solid #3a2d5a;
            border-radius: 10px;
            color: #e8e0f0;
            font-size: 0.95rem;
            transition: border-color 0.3s;
            margin-bottom: 1rem;
            font-family: inherit;
        }
        .comment-box textarea:focus,
        .score-box select:focus,
        .score-box input[type="number"]:focus {
            border-color: #f5c842;
            outline: none;
        }
        .comment-box textarea {
            min-height: 110px;
            resize: vertical;
        }
        .btn {
            background: #f5c842;
            color: #0d0b1a;
            border: none;
            padding: 0.7rem 2rem;
            border-radius: 50px;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: all 0.25s;
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
        }
        .btn:hover {
            background: #ffdd77;
            transform: scale(1.02);
            box-shadow: 0 6px 25px rgba(245, 200, 66, 0.3);
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #f5c842;
            color: #f5c842;
        }
        .btn-outline:hover {
            background: #f5c842;
            color: #0d0b1a;
        }
        .widget {
            background: #1a1530;
            border-radius: 16px;
            padding: 1.6rem;
            border: 1px solid #2f2748;
            margin-bottom: 1.8rem;
        }
        .widget h4 {
            font-size: 1.1rem;
            margin-top: 0;
            border-bottom: 2px solid #2f2748;
            padding-bottom: 0.6rem;
            margin-bottom: 1rem;
            color: #f5c842;
        }
        .widget ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .widget ul li {
            padding: 0.5rem 0;
            border-bottom: 1px solid #222;
        }
        .widget ul li:last-child {
            border-bottom: none;
        }
        .widget ul li a {
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .widget ul li a i {
            color: #f5c842;
            width: 1.2rem;
            text-align: center;
        }
        friend-link {
            display: block;
            background: #1a1530;
            border-radius: 16px;
            padding: 2rem;
            border: 1px solid #2f2748;
            margin: 2rem 0;
        }
        friend-link h3 {
            margin-top: 0;
            color: #f5c842;
            font-size: 1.4rem;
        }
        friend-link .friend-list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem 1.6rem;
            list-style: none;
            padding: 0;
            margin: 1rem 0 0;
        }
        friend-link .friend-list li a {
            background: #2a2340;
            padding: 0.4rem 1.2rem;
            border-radius: 30px;
            font-size: 0.9rem;
            transition: all 0.25s;
            display: inline-block;
        }
        friend-link .friend-list li a:hover {
            background: #f5c842;
            color: #0d0b1a;
            text-decoration: none;
        }
        .site-footer {
            background: #0a0815;
            border-top: 2px solid #2a2340;
            padding: 2.4rem 0 1.8rem;
            margin-top: auto;
            text-align: center;
            font-size: 0.9rem;
            color: #8a7ea0;
        }
        .site-footer .copyright {
            margin-top: 1.2rem;
            border-top: 1px solid #1f1940;
            padding-top: 1.2rem;
            font-size: 0.85rem;
        }
        @media (max-width: 1024px) {
            .main-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
            }
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                background: #151025;
                padding: 1rem 0;
                border-top: 1px solid #2a2340;
                margin-top: 0.6rem;
            }
            .main-nav a {
                padding: 0.8rem 1.2rem;
                border-radius: 0;
            }
            #nav-toggle:checked~.main-nav {
                display: flex;
            }
            .header-inner {
                align-items: center;
            }
            .hero h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .hero .meta-info {
                flex-direction: column;
                gap: 0.6rem;
            }
            .container {
                padding: 0 0.9rem;
            }
            .styled-table {
                font-size: 0.8rem;
            }
            .styled-table th,
            .styled-table td {
                padding: 0.5rem 0.6rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .my-logo i {
                font-size: 1.3rem;
            }
        }
        @media (max-width: 480px) {
            .hero h1 {
                font-size: 1.5rem;
            }
            .info-box {
                padding: 1.2rem;
            }
            .search-form input[type="text"] {
                padding: 0.7rem 1rem;
                font-size: 0.9rem;
            }
            .search-form button {
                padding: 0 1rem;
                font-size: 0.85rem;
            }
            .btn {
                padding: 0.6rem 1.4rem;
                font-size: 0.85rem;
            }
        }
        .fade-up {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeUp 0.7s ease forwards;
        }
        @keyframes fadeUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .delay-1 {
            animation-delay: 0.1s;
        }
        .delay-2 {
            animation-delay: 0.2s;
        }
        .delay-3 {
            animation-delay: 0.3s;
        }
        .schema-hidden {
            display: none;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.2rem;
            font-size: 1.6rem;
            margin-bottom: 0.8rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #4a3d6a;
            cursor: pointer;
            transition: color 0.2s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5c842;
        }
        .score-display {
            font-size: 1.1rem;
            color: #f5c842;
            font-weight: 700;
        }
