        *,
        *::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, Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #0b0e14;
            color: #e8edf5;
            line-height: 1.7;
            padding: 0;
            margin: 0;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a {
            color: #f5c542;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffd966;
            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.3;
            color: #f0f4fc;
            margin-top: 1.8rem;
            margin-bottom: 0.8rem;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.4rem;
            border-bottom: 3px solid #f5c542;
            padding-bottom: 0.5rem;
            display: inline-block;
        }
        h2 {
            font-size: 1.8rem;
            border-left: 5px solid #f5c542;
            padding-left: 0.9rem;
            margin-top: 2.4rem;
        }
        h3 {
            font-size: 1.4rem;
            margin-top: 1.8rem;
        }
        h4 {
            font-size: 1.15rem;
            margin-top: 1.2rem;
            color: #d4dcec;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .badge {
            background: #f5c542;
            color: #0b0e14;
            padding: 0.2rem 0.8rem;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
            display: inline-block;
        }
        header {
            background: #131a24;
            border-bottom: 2px solid #2a3a4a;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(8px);
            background: rgba(19, 26, 36, 0.96);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0.8rem 0;
            flex-wrap: wrap;
            gap: 0.6rem;
        }
        .my-logo {
            font-size: 1.6rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #f5c542, #f7d97e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #f5c542;
            font-size: 1.8rem;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none;
        }
        .my-logo span {
            font-weight: 300;
            font-size: 0.9rem;
            -webkit-text-fill-color: initial;
            color: #aab8c8;
            letter-spacing: 0.3px;
            margin-left: 4px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #f5c542;
            color: #f5c542;
            font-size: 1.5rem;
            padding: 0.3rem 0.7rem;
            border-radius: 8px;
            cursor: pointer;
            transition: 0.2s;
        }
        .nav-toggle:hover {
            background: #f5c54222;
        }
        nav {
            display: flex;
            align-items: center;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        nav a {
            padding: 0.4rem 0.9rem;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.92rem;
            color: #c8d4e2;
            transition: 0.2s;
            white-space: nowrap;
        }
        nav a:hover,
        nav a.active {
            background: #f5c54222;
            color: #f5c542;
            text-decoration: none;
        }
        nav a.active {
            background: #f5c542;
            color: #0b0e14;
        }
        .breadcrumb {
            background: #0f151e;
            padding: 0.6rem 0;
            font-size: 0.85rem;
            border-bottom: 1px solid #1e2a36;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #6a7a8a;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #8a9aaa;
        }
        .breadcrumb a:hover {
            color: #f5c542;
        }
        .breadcrumb .current {
            color: #c8d4e2;
            font-weight: 500;
        }
        .hero {
            background: linear-gradient(145deg, #0f1722, #1a2535);
            padding: 2.4rem 0 2rem;
            border-bottom: 1px solid #2a3a4a;
        }
        .hero .container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            align-items: center;
        }
        .hero-text h1 {
            font-size: 2.6rem;
            border: none;
            display: block;
            padding-bottom: 0;
        }
        .hero-text .sub {
            font-size: 1.2rem;
            color: #b0c0d0;
            margin-top: 0.4rem;
            font-weight: 400;
        }
        .hero-text .meta-info {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem 2rem;
            margin-top: 1.2rem;
            font-size: 0.95rem;
            color: #9aabbb;
        }
        .hero-text .meta-info i {
            color: #f5c542;
            margin-right: 6px;
        }
        .hero-img {
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
            background: #1e2a3a;
            min-height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .hero-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            min-height: 220px;
        }
        .hero-img .placeholder-img {
            width: 100%;
            padding: 2rem 1rem;
            text-align: center;
            color: #4a5a6a;
            font-size: 1rem;
            background: linear-gradient(135deg, #1a2a3a, #0f1a2a);
        }
        .hero-img .placeholder-img i {
            font-size: 3.5rem;
            color: #f5c54266;
            display: block;
            margin-bottom: 0.6rem;
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.4rem;
            padding: 2rem 0;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            min-width: 0;
        }
        .sidebar-card {
            background: #131c28;
            border-radius: 16px;
            padding: 1.4rem 1.2rem;
            margin-bottom: 1.6rem;
            border: 1px solid #1e2e3e;
        }
        .sidebar-card h3 {
            font-size: 1.15rem;
            margin-top: 0;
            margin-bottom: 0.8rem;
            border-bottom: 2px solid #2a3a4a;
            padding-bottom: 0.4rem;
            color: #f5c542;
        }
        .sidebar-card ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sidebar-card li {
            padding: 0.4rem 0;
            border-bottom: 1px solid #1e2a3a;
        }
        .sidebar-card li:last-child {
            border-bottom: none;
        }
        .sidebar-card a {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.95rem;
        }
        .sidebar-card a i {
            width: 1.2rem;
            color: #f5c542;
            font-size: 0.85rem;
        }
        .sidebar-card .tag {
            background: #1e2e3e;
            padding: 0.15rem 0.5rem;
            border-radius: 20px;
            font-size: 0.7rem;
            color: #8a9aaa;
            margin-left: auto;
        }
        .search-form {
            display: flex;
            gap: 0.4rem;
            background: #0b1018;
            border-radius: 40px;
            padding: 0.2rem 0.2rem 0.2rem 1rem;
            border: 1px solid #2a3a4a;
            transition: 0.2s;
        }
        .search-form:focus-within {
            border-color: #f5c542;
            box-shadow: 0 0 0 3px #f5c54222;
        }
        .search-form input {
            flex: 1;
            background: transparent;
            border: none;
            padding: 0.6rem 0;
            color: #e8edf5;
            font-size: 0.95rem;
            outline: none;
            min-width: 0;
        }
        .search-form input::placeholder {
            color: #5a6a7a;
        }
        .search-form button {
            background: #f5c542;
            border: none;
            border-radius: 40px;
            padding: 0.5rem 1.2rem;
            font-weight: 600;
            color: #0b0e14;
            cursor: pointer;
            transition: 0.2s;
            display: flex;
            align-items: center;
            gap: 0.4rem;
            font-size: 0.9rem;
        }
        .search-form button:hover {
            background: #ffd966;
            transform: scale(0.98);
        }
        .interact-section {
            background: #131c28;
            border-radius: 16px;
            padding: 1.6rem 1.4rem;
            margin: 2rem 0 1.2rem;
            border: 1px solid #1e2e3e;
        }
        .interact-section h3 {
            margin-top: 0;
            color: #f5c542;
        }
        .interact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.6rem;
            margin-top: 0.8rem;
        }
        .comment-form textarea,
        .score-form select {
            width: 100%;
            background: #0b1018;
            border: 1px solid #1e2e3e;
            border-radius: 10px;
            padding: 0.7rem 0.9rem;
            color: #e8edf5;
            font-size: 0.95rem;
            font-family: inherit;
            transition: 0.2s;
            resize: vertical;
        }
        .comment-form textarea:focus,
        .score-form select:focus {
            border-color: #f5c542;
            outline: none;
            box-shadow: 0 0 0 3px #f5c54222;
        }
        .comment-form textarea {
            min-height: 80px;
        }
        .comment-form .btn,
        .score-form .btn {
            background: #f5c542;
            border: none;
            border-radius: 40px;
            padding: 0.5rem 1.4rem;
            font-weight: 600;
            color: #0b0e14;
            cursor: pointer;
            transition: 0.2s;
            font-size: 0.9rem;
            margin-top: 0.4rem;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .comment-form .btn:hover,
        .score-form .btn:hover {
            background: #ffd966;
        }
        .score-form select {
            padding: 0.5rem 0.7rem;
            min-width: 120px;
        }
        .score-form .star-display {
            display: flex;
            gap: 4px;
            font-size: 1.6rem;
            color: #f5c542;
            margin: 0.3rem 0;
        }
        .score-form .star-display i {
            cursor: pointer;
            transition: 0.15s;
        }
        .score-form .star-display i:hover {
            transform: scale(1.2);
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.2rem 0;
            font-size: 0.95rem;
            background: #0f1722;
            border-radius: 12px;
            overflow: hidden;
        }
        .data-table th {
            background: #1a2a3a;
            color: #f5c542;
            font-weight: 600;
            padding: 0.7rem 1rem;
            text-align: left;
        }
        .data-table td {
            padding: 0.6rem 1rem;
            border-bottom: 1px solid #1a2a3a;
        }
        .data-table tr:last-child td {
            border-bottom: none;
        }
        .data-table tr:hover td {
            background: #131e2e;
        }
        footer {
            background: #0b1018;
            border-top: 2px solid #1a2a3a;
            padding: 2.2rem 0 1.2rem;
            margin-top: auto;
        }
        footer .container {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        footer h4 {
            color: #f5c542;
            margin-top: 0;
            font-size: 1.05rem;
        }
        footer ul {
            list-style: none;
            padding: 0;
        }
        footer li {
            padding: 0.2rem 0;
        }
        footer a {
            font-size: 0.92rem;
            color: #9aabbb;
        }
        footer a:hover {
            color: #f5c542;
        }
        .footer-bottom {
            grid-column: 1 / -1;
            border-top: 1px solid #1a2a3a;
            padding-top: 1.2rem;
            margin-top: 1rem;
            font-size: 0.85rem;
            color: #6a7a8a;
            text-align: center;
        }
        .footer-bottom strong {
            color: #c8d4e2;
        }
        friend-link {
            display: block;
            background: #0f1722;
            border-radius: 12px;
            padding: 1rem 1.2rem;
            margin: 1rem 0 0.5rem;
            font-size: 0.9rem;
            border: 1px solid #1a2a3a;
        }
        friend-link a {
            display: inline-block;
            margin: 0.2rem 0.6rem 0.2rem 0;
            padding: 0.2rem 0.8rem;
            background: #1a2a3a;
            border-radius: 20px;
            font-size: 0.85rem;
        }
        friend-link a:hover {
            background: #2a3a4a;
            text-decoration: none;
        }
        @media (max-width: 1024px) {
            .main-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 1rem;
            }
            .sidebar .sidebar-card {
                margin-bottom: 0;
            }
        }
        @media (max-width: 820px) {
            .hero .container {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
            .hero-text h1 {
                font-size: 2rem;
            }
            .interact-grid {
                grid-template-columns: 1fr;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-toggle {
                display: inline-block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding-top: 0.6rem;
                gap: 0.2rem;
            }
            nav.open {
                display: flex;
            }
            nav a {
                padding: 0.5rem 1rem;
                border-radius: 8px;
            }
            .sidebar {
                grid-template-columns: 1fr;
            }
            footer .container {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
            .data-table {
                font-size: 0.82rem;
            }
            .data-table th,
            .data-table td {
                padding: 0.4rem 0.6rem;
            }
        }
        @media (max-width: 480px) {
            .hero-text h1 {
                font-size: 1.6rem;
            }
            .my-logo {
                font-size: 1.2rem;
            }
            .my-logo span {
                font-size: 0.7rem;
            }
            .container {
                padding: 0 12px;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            p {
                font-size: 0.98rem;
            }
            .search-form button span {
                display: none;
            }
        }
        .highlight-box {
            background: #1a2a3a;
            border-left: 5px solid #f5c542;
            padding: 1rem 1.4rem;
            border-radius: 0 12px 12px 0;
            margin: 1.2rem 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 1rem;
            margin: 1.2rem 0;
        }
        .stat-card {
            background: #0f1722;
            border-radius: 12px;
            padding: 1.2rem 0.8rem;
            text-align: center;
            border: 1px solid #1a2a3a;
        }
        .stat-card .num {
            font-size: 2rem;
            font-weight: 800;
            color: #f5c542;
            display: block;
        }
        .stat-card .label {
            font-size: 0.85rem;
            color: #8a9aaa;
            margin-top: 0.2rem;
        }
        .scrollable-table {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }
        .emoji-big {
            font-size: 1.6rem;
            vertical-align: middle;
        }
        .last-update {
            display: inline-block;
            font-size: 0.85rem;
            color: #8a9aaa;
            background: #0f1722;
            padding: 0.2rem 0.8rem;
            border-radius: 30px;
            margin-top: 0.4rem;
        }
        .last-update i {
            color: #f5c542;
            margin-right: 4px;
        }
        .anchor-link {
            color: #f5c54266;
            font-size: 0.8rem;
            margin-left: 6px;
            opacity: 0;
            transition: 0.2s;
        }
        h2:hover .anchor-link,
        h3:hover .anchor-link {
            opacity: 1;
        }
