        *,
        *::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, 'Helvetica Neue', sans-serif;
            background: #0b0b0e;
            color: #d0d0d8;
            line-height: 1.7;
            padding: 0;
            margin: 0;
            min-height: 100vh;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #00e5ff;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #ff6ec7;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #f0f0f8;
            margin-top: 1.8rem;
            margin-bottom: 0.8rem;
        }
        h1 {
            font-size: 2.4rem;
            color: #fff;
            text-shadow: 0 0 20px rgba(0, 229, 255, 0.3);
        }
        h2 {
            font-size: 1.8rem;
            border-left: 5px solid #ff6ec7;
            padding-left: 1rem;
            margin-top: 2.5rem;
        }
        h3 {
            font-size: 1.4rem;
            color: #c0e0ff;
        }
        h4 {
            font-size: 1.15rem;
            color: #a0d0f0;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1rem;
            color: #c8c8d4;
        }
        strong {
            color: #f0f0ff;
            font-weight: 700;
        }
        em {
            color: #ffb3d9;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: #0f0f1a;
            border-bottom: 2px solid #1a1a2e;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            backdrop-filter: blur(10px);
            background: rgba(15, 15, 26, 0.95);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 900;
            background: linear-gradient(135deg, #00e5ff, #ff6ec7);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: 2px;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #ff6ec7;
            font-size: 1.6rem;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none;
        }
        .my-logo small {
            font-size: 0.7rem;
            -webkit-text-fill-color: initial;
            color: #8888aa;
            letter-spacing: 1px;
            font-weight: 400;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #00e5ff;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.3rem 0.6rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #1a1a2e;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            padding: 0.5rem 1rem;
            font-size: 0.9rem;
            font-weight: 500;
            color: #b0b0c8;
            border-radius: 6px;
            transition: all 0.2s;
            white-space: nowrap;
        }
        .main-nav a:hover {
            background: #1a1a2e;
            color: #00e5ff;
            text-decoration: none;
        }
        .main-nav a i {
            margin-right: 0.3rem;
            font-size: 0.85rem;
        }
        .breadcrumb {
            padding: 0.8rem 0;
            font-size: 0.85rem;
            color: #8888aa;
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem;
            background: #0b0b0e;
            border-bottom: 1px solid #1a1a2e;
        }
        .breadcrumb a {
            color: #00bcd4;
        }
        .breadcrumb a:hover {
            color: #ff6ec7;
        }
        .breadcrumb span.sep {
            color: #555;
            margin: 0 0.2rem;
        }
        .hero {
            padding: 3rem 0 2rem;
            text-align: center;
            background: radial-gradient(ellipse at 30% 40%, #0f1a2a, #0b0b0e 70%);
        }
        .hero h1 {
            font-size: 2.8rem;
            margin-bottom: 0.6rem;
        }
        .hero .subtitle {
            font-size: 1.2rem;
            color: #a0b0c8;
            max-width: 750px;
            margin: 0 auto 1.2rem;
        }
        .hero .meta-info {
            font-size: 0.9rem;
            color: #7777aa;
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            flex-wrap: wrap;
        }
        .hero .meta-info i {
            margin-right: 0.3rem;
            color: #ff6ec7;
        }
        .search-section {
            background: #111122;
            padding: 1.5rem 0;
            border-top: 1px solid #1a1a2e;
            border-bottom: 1px solid #1a1a2e;
        }
        .search-form {
            display: flex;
            max-width: 600px;
            margin: 0 auto;
            gap: 0.5rem;
            flex-wrap: wrap;
            justify-content: center;
        }
        .search-form input[type="text"] {
            flex: 1 1 280px;
            padding: 0.8rem 1.2rem;
            border: 2px solid #2a2a4a;
            border-radius: 40px;
            background: #0f0f1a;
            color: #eee;
            font-size: 1rem;
            outline: none;
            transition: border 0.3s;
        }
        .search-form input[type="text"]:focus {
            border-color: #00e5ff;
        }
        .search-form button {
            padding: 0.8rem 1.8rem;
            border: none;
            border-radius: 40px;
            background: linear-gradient(135deg, #00e5ff, #0088cc);
            color: #000;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            transform: scale(1.03);
            box-shadow: 0 0 25px rgba(0, 229, 255, 0.4);
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 280px;
            gap: 2.5rem;
            padding: 2.5rem 0;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            position: sticky;
            top: 90px;
            align-self: start;
            background: #0f0f1a;
            border-radius: 16px;
            padding: 1.5rem 1.2rem;
            border: 1px solid #1a1a2e;
            max-height: calc(100vh - 120px);
            overflow-y: auto;
        }
        .sidebar h3 {
            font-size: 1.1rem;
            margin-top: 0;
            border-bottom: 1px solid #2a2a4a;
            padding-bottom: 0.6rem;
            color: #ff6ec7;
        }
        .sidebar ul {
            list-style: none;
            padding: 0;
        }
        .sidebar ul li {
            padding: 0.4rem 0;
            border-bottom: 1px solid #18182a;
        }
        .sidebar ul li a {
            color: #aab0c8;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .sidebar ul li a:hover {
            color: #00e5ff;
            text-decoration: none;
        }
        .sidebar ul li a i {
            font-size: 0.7rem;
            color: #ff6ec7;
        }
        .highlight-box {
            background: #111122;
            border-left: 4px solid #ff6ec7;
            padding: 1.2rem 1.5rem;
            border-radius: 0 12px 12px 0;
            margin: 1.8rem 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 1rem;
            margin: 1.5rem 0;
        }
        .stat-item {
            background: #0f0f1a;
            padding: 1rem;
            border-radius: 12px;
            text-align: center;
            border: 1px solid #1a1a2e;
        }
        .stat-item .num {
            font-size: 2rem;
            font-weight: 800;
            color: #00e5ff;
            display: block;
        }
        .stat-item .label {
            font-size: 0.85rem;
            color: #8888aa;
        }
        .featured-img {
            margin: 2rem 0;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid #2a2a4a;
            background: #0a0a12;
        }
        .featured-img img {
            width: 100%;
            height: auto;
            display: block;
        }
        .featured-img figcaption {
            padding: 0.8rem 1.2rem;
            font-size: 0.85rem;
            color: #8888aa;
            background: #0f0f1a;
        }
        .mod-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            font-size: 0.9rem;
        }
        .mod-table th {
            background: #1a1a2e;
            color: #00e5ff;
            padding: 0.7rem 0.8rem;
            text-align: left;
            font-weight: 600;
        }
        .mod-table td {
            padding: 0.7rem 0.8rem;
            border-bottom: 1px solid #1a1a2e;
        }
        .mod-table tr:hover td {
            background: #14142a;
        }
        .mod-table .rating {
            color: #ffb86c;
        }
        .interaction-section {
            background: #0f0f1a;
            border-radius: 16px;
            padding: 1.8rem;
            border: 1px solid #1a1a2e;
            margin: 2.5rem 0;
        }
        .interaction-section h3 {
            margin-top: 0;
            color: #ff6ec7;
        }
        .form-group {
            margin-bottom: 1rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            color: #c0c0d8;
            margin-bottom: 0.3rem;
            font-size: 0.9rem;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 2px solid #2a2a4a;
            border-radius: 10px;
            background: #0b0b0e;
            color: #e0e0f0;
            font-size: 0.95rem;
            transition: border 0.3s;
            font-family: inherit;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: #00e5ff;
            outline: none;
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            padding: 0.7rem 2rem;
            border: none;
            border-radius: 40px;
            background: linear-gradient(135deg, #ff6ec7, #cc4499);
            color: #fff;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .btn:hover {
            transform: scale(1.03);
            box-shadow: 0 0 25px rgba(255, 110, 199, 0.4);
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #00e5ff;
            color: #00e5ff;
        }
        .btn-outline:hover {
            background: #00e5ff;
            color: #000;
            box-shadow: 0 0 25px rgba(0, 229, 255, 0.3);
        }
        .star-rating {
            display: flex;
            gap: 0.3rem;
            direction: rtl;
            justify-content: flex-end;
            padding: 0.5rem 0;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 1.8rem;
            color: #444;
            cursor: pointer;
            transition: color 0.2s, transform 0.2s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #ffb86c;
            transform: scale(1.1);
        }
        friend-link {
            display: block;
            background: #0f0f1a;
            border-radius: 12px;
            padding: 1.2rem 1.5rem;
            border: 1px solid #1a1a2e;
            margin: 1.5rem 0;
            font-size: 0.9rem;
        }
        friend-link a {
            color: #00bcd4;
            margin: 0 0.5rem;
        }
        friend-link a:hover {
            color: #ff6ec7;
        }
        .site-footer {
            background: #0a0a12;
            border-top: 2px solid #1a1a2e;
            padding: 2rem 0 1.5rem;
            margin-top: 2rem;
        }
        .footer-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
            font-size: 0.85rem;
            color: #7777aa;
        }
        .footer-inner .copyright {
            color: #6666aa;
        }
        .footer-inner a {
            color: #00bcd4;
        }
        @media (max-width: 992px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                max-height: none;
                order: 2;
                margin-top: 2rem;
            }
            .hero h1 {
                font-size: 2.2rem;
            }
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding-top: 0.8rem;
                gap: 0.1rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.7rem 1rem;
                border-bottom: 1px solid #1a1a2e;
            }
            .hero h1 {
                font-size: 1.8rem;
            }
            .hero .subtitle {
                font-size: 1rem;
            }
            .stat-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .mod-table {
                font-size: 0.8rem;
            }
            .mod-table th,
            .mod-table td {
                padding: 0.5rem 0.4rem;
            }
            .footer-inner {
                flex-direction: column;
                text-align: center;
            }
            .search-form input[type="text"] {
                flex: 1 1 200px;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.15rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.8rem;
            }
            .hero {
                padding: 2rem 0 1.2rem;
            }
            .hero h1 {
                font-size: 1.5rem;
            }
            .stat-grid {
                grid-template-columns: 1fr 1fr;
                gap: 0.6rem;
            }
            .stat-item .num {
                font-size: 1.5rem;
            }
            .interaction-section {
                padding: 1rem;
            }
            .star-rating label {
                font-size: 1.4rem;
            }
        }
        ::-webkit-scrollbar {
            width: 8px;
            height: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #0b0b0e;
        }
        ::-webkit-scrollbar-thumb {
            background: #2a2a4a;
            border-radius: 10px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #3a3a5a;
        }
        @media print {
            .site-header,
            .nav-toggle,
            .search-section,
            .sidebar,
            .interaction-section,
            .site-footer {
                display: none !important;
            }
            .content-grid {
                display: block;
            }
            body {
                background: #fff;
                color: #000;
            }
            h1,
            h2,
            h3,
            h4 {
                color: #000;
            }
        }
