        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
            background: #0a0a0f;
            color: #e0e0e0;
            line-height: 1.8;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        a {
            color: #00ffff;
            text-decoration: none;
            transition: color 0.25s ease, text-shadow 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ff0066;
            text-shadow: 0 0 12px rgba(255, 0, 102, 0.45);
            outline: none;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ::selection {
            background: #ff0066;
            color: #0a0a0f;
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #1a1a2e;
        }
        ::-webkit-scrollbar-thumb {
            background: #ff0066;
            border-radius: 4px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #cc0052;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(135deg, #0d0d1a 0%, #1a0a2e 50%, #0d0d1a 100%);
            border-bottom: 2px solid rgba(255, 0, 102, 0.3);
            padding: 16px 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: 12px;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 900;
            letter-spacing: 4px;
            text-transform: uppercase;
            background: linear-gradient(135deg, #ff0066, #00ffff, #9900ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px rgba(255, 0, 102, 0.25);
            transition: transform 0.3s ease;
        }
        .my-logo:hover {
            transform: scale(1.03);
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #00ffff;
            margin-right: 6px;
            font-size: 1.6rem;
        }
        .nav-toggle {
            display: none;
            background: transparent;
            border: 2px solid #ff0066;
            color: #ff0066;
            font-size: 1.6rem;
            padding: 6px 14px;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.3s, box-shadow 0.3s;
        }
        .nav-toggle:hover {
            background: rgba(255, 0, 102, 0.15);
            box-shadow: 0 0 20px rgba(255, 0, 102, 0.25);
        }
        .main-nav {
            display: flex;
            gap: 8px 20px;
            flex-wrap: wrap;
            align-items: center;
        }
        .main-nav a {
            font-size: 0.95rem;
            font-weight: 500;
            padding: 6px 10px;
            border-radius: 6px;
            transition: background 0.25s, color 0.25s;
            color: #ccc;
        }
        .main-nav a:hover,
        .main-nav a.active {
            background: rgba(255, 0, 102, 0.12);
            color: #ff0066;
        }
        .breadcrumb {
            background: #12121f;
            padding: 12px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.04);
            font-size: 0.85rem;
        }
        .breadcrumb ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
        }
        .breadcrumb li+li::before {
            content: "▸";
            color: #ff0066;
            margin-right: 10px;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #999;
        }
        .breadcrumb a:hover {
            color: #00ffff;
        }
        .breadcrumb .current {
            color: #ff0066;
            font-weight: 600;
        }
        .search-wrap {
            background: #12121f;
            padding: 24px 0;
            border-bottom: 1px solid rgba(255, 0, 102, 0.08);
        }
        .search-form {
            display: flex;
            gap: 12px;
            max-width: 640px;
            margin: 0 auto;
            flex-wrap: wrap;
        }
        .search-form input {
            flex: 1;
            min-width: 180px;
            padding: 14px 20px;
            border: 2px solid #2a2a3e;
            border-radius: 40px;
            background: #0a0a0f;
            color: #fff;
            font-size: 1rem;
            transition: border-color 0.35s, box-shadow 0.35s;
        }
        .search-form input:focus {
            border-color: #ff0066;
            box-shadow: 0 0 24px rgba(255, 0, 102, 0.18);
            outline: none;
        }
        .search-form button {
            padding: 14px 32px;
            border: none;
            border-radius: 40px;
            background: linear-gradient(135deg, #ff0066, #9900ff);
            color: #fff;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: transform 0.25s, box-shadow 0.25s;
        }
        .search-form button:hover {
            transform: scale(1.04);
            box-shadow: 0 0 30px rgba(255, 0, 102, 0.35);
        }
        .main-content {
            padding: 40px 0 60px;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 900;
            line-height: 1.2;
            background: linear-gradient(135deg, #ff0066, #00ffff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 20px;
            letter-spacing: -0.5px;
        }
        h2 {
            font-size: 2.0rem;
            font-weight: 800;
            color: #00ffff;
            margin: 48px 0 18px 0;
            border-left: 6px solid #ff0066;
            padding-left: 20px;
            letter-spacing: 0.5px;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #ffd700;
            margin: 32px 0 14px 0;
            letter-spacing: 0.3px;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #ff66b2;
            margin: 22px 0 10px 0;
        }
        p {
            margin-bottom: 18px;
            color: #c8c8d0;
        }
        .content-block {
            margin-bottom: 28px;
        }
        .content-block strong {
            color: #fff;
            font-weight: 700;
        }
        .content-block em {
            color: #00ffff;
            font-style: italic;
        }
        .featured-image-wrap {
            margin: 32px 0 40px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 0 40px rgba(255, 0, 102, 0.12);
            background: linear-gradient(135deg, #1a0a2e, #0d0d1a);
            padding: 12px;
            border: 1px solid rgba(255, 0, 102, 0.15);
        }
        .featured-image-wrap img {
            width: 100%;
            border-radius: 10px;
            aspect-ratio: 16/9;
            object-fit: cover;
            background: #1a1a2e;
            transition: transform 0.5s ease;
        }
        .featured-image-wrap img:hover {
            transform: scale(1.01);
        }
        .featured-image-wrap figcaption {
            text-align: center;
            padding: 14px 10px 6px;
            font-size: 0.9rem;
            color: #999;
            font-style: italic;
        }
        .inline-link-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 18px;
            margin: 24px 0;
            padding: 18px 22px;
            background: rgba(255, 0, 102, 0.04);
            border-radius: 14px;
            border: 1px solid rgba(255, 0, 102, 0.08);
        }
        .inline-link-list a {
            font-size: 0.92rem;
            font-weight: 500;
            color: #00ffff;
        }
        .inline-link-list a:hover {
            color: #ff0066;
        }
        .info-box {
            background: linear-gradient(145deg, #12121f, #1a0a2e);
            border-left: 6px solid #00ffff;
            border-radius: 12px;
            padding: 22px 28px;
            margin: 28px 0;
            box-shadow: 0 0 30px rgba(0, 255, 255, 0.05);
        }
        .info-box p:last-child {
            margin-bottom: 0;
        }
        .interaction-section {
            background: #12121f;
            border-radius: 20px;
            padding: 36px 28px;
            margin: 48px 0 32px;
            border: 1px solid rgba(255, 0, 102, 0.08);
        }
        .interaction-section h2 {
            margin-top: 0;
            border-left-color: #ffd700;
            color: #ffd700;
        }
        .comment-form,
        .score-form {
            display: flex;
            flex-direction: column;
            gap: 16px;
            max-width: 700px;
            margin-top: 20px;
        }
        .comment-form textarea,
        .comment-form input,
        .score-form select,
        .score-form input {
            padding: 14px 18px;
            border-radius: 12px;
            border: 2px solid #2a2a3e;
            background: #0a0a0f;
            color: #fff;
            font-size: 0.95rem;
            transition: border-color 0.3s, box-shadow 0.3s;
            font-family: inherit;
        }
        .comment-form textarea:focus,
        .comment-form input:focus,
        .score-form select:focus,
        .score-form input:focus {
            border-color: #ff0066;
            box-shadow: 0 0 20px rgba(255, 0, 102, 0.12);
            outline: none;
        }
        .comment-form textarea {
            min-height: 120px;
            resize: vertical;
        }
        .comment-form button,
        .score-form button {
            align-self: flex-start;
            padding: 14px 36px;
            border: none;
            border-radius: 40px;
            background: linear-gradient(135deg, #ff0066, #9900ff);
            color: #fff;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: transform 0.25s, box-shadow 0.25s;
        }
        .comment-form button:hover,
        .score-form button:hover {
            transform: scale(1.03);
            box-shadow: 0 0 30px rgba(255, 0, 102, 0.3);
        }
        .site-footer {
            background: #0d0d1a;
            border-top: 2px solid rgba(255, 0, 102, 0.15);
            padding: 40px 0 24px;
            margin-top: 20px;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 40px;
        }
        .footer-inner h4 {
            color: #ff0066;
            font-size: 1.1rem;
            margin-bottom: 14px;
            letter-spacing: 1px;
        }
        .footer-inner a {
            color: #aaa;
            display: inline-block;
            margin-bottom: 6px;
            font-size: 0.9rem;
        }
        .footer-inner a:hover {
            color: #00ffff;
        }
        .footer-bottom {
            grid-column: 1 / -1;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            padding-top: 24px;
            margin-top: 16px;
            text-align: center;
            font-size: 0.85rem;
            color: #666;
        }
        .footer-bottom strong {
            color: #999;
        }
        friend-link {
            display: block;
            padding: 16px 24px;
            background: rgba(0, 255, 255, 0.03);
            border-radius: 14px;
            border: 1px solid rgba(0, 255, 255, 0.06);
            margin-bottom: 20px;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 12px 4px 0;
            color: #00ffff;
            font-weight: 500;
        }
        friend-link a:hover {
            color: #ff0066;
        }
        @media (max-width: 768px) {
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                gap: 4px;
                padding: 16px 0 8px;
                border-top: 1px solid rgba(255, 0, 102, 0.1);
                margin-top: 8px;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 10px 12px;
                font-size: 1rem;
                border-radius: 8px;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
                padding-left: 14px;
            }
            h3 {
                font-size: 1.25rem;
            }
            h4 {
                font-size: 1.05rem;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                width: 100%;
                text-align: center;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 28px;
            }
            .interaction-section {
                padding: 24px 16px;
            }
            .inline-link-list {
                flex-direction: column;
                gap: 8px;
            }
            .featured-image-wrap {
                padding: 6px;
            }
            .my-logo {
                font-size: 1.4rem;
                letter-spacing: 2px;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 12px;
            }
            h1 {
                font-size: 1.6rem;
            }
            .breadcrumb ul {
                font-size: 0.75rem;
                gap: 4px 8px;
            }
            .breadcrumb li+li::before {
                margin-right: 6px;
            }
        }
        .text-glow {
            text-shadow: 0 0 20px rgba(255, 0, 102, 0.15);
        }
        .mt-1 {
            margin-top: 12px;
        }
        .mb-1 {
            margin-bottom: 12px;
        }
        .divider {
            height: 2px;
            background: linear-gradient(90deg, transparent, #ff0066, #00ffff, transparent);
            margin: 40px 0;
            opacity: 0.3;
        }
        .last-updated {
            display: inline-block;
            background: rgba(255, 215, 0, 0.08);
            border: 1px solid rgba(255, 215, 0, 0.12);
            padding: 6px 18px;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #ffd700;
            margin-bottom: 24px;
        }
        .last-updated i {
            margin-right: 6px;
        }
        .star-rating {
            display: flex;
            gap: 6px;
            font-size: 1.6rem;
            color: #ffd700;
            margin: 8px 0 16px;
        }
        .star-rating i {
            transition: transform 0.2s, text-shadow 0.2s;
            cursor: default;
        }
        .star-rating i:hover {
            transform: scale(1.2);
            text-shadow: 0 0 20px #ffd700;
        }
        .reveal {
            opacity: 0;
            transform: translateY(24px);
            animation: fadeUp 0.7s forwards;
        }
        @keyframes fadeUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .delayed-1 {
            animation-delay: 0.15s;
        }
        .delayed-2 {
            animation-delay: 0.3s;
        }
        .delayed-3 {
            animation-delay: 0.45s;
        }
