        *,
        *::before,
        *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
            background: #0b0d14;
            color: #e2e4ed;
            line-height: 1.7;
            padding: 0 1rem;
            max-width: 1380px;
            margin: 0 auto;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a {
            color: #6bc4ff;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover {
            color: #a6d9ff;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4 {
            font-weight: 600;
            line-height: 1.25;
            color: #f0f4ff;
            margin-top: 1.8em;
            margin-bottom: 0.5em;
            letter-spacing: 0.01em;
        }
        h1 {
            font-size: 2.6rem;
            border-left: 6px solid #ff2a6d;
            padding-left: 1rem;
            margin-top: 0.4em;
        }
        h2 {
            font-size: 2rem;
            border-bottom: 2px solid #1e2a3a;
            padding-bottom: 0.3rem;
        }
        h3 {
            font-size: 1.5rem;
            color: #b6cdff;
        }
        h4 {
            font-size: 1.2rem;
            color: #90b0f0;
        }
        p {
            margin-bottom: 1.2em;
            font-size: 1.05rem;
            color: #d0d6e3;
        }
        ul,
        ol {
            margin: 0.8em 0 1.4em 1.6em;
        }
        li {
            margin-bottom: 0.4em;
        }
        strong {
            color: #ffffff;
            font-weight: 600;
        }
        em {
            color: #b4c8ff;
        }
        hr {
            border: none;
            border-top: 2px solid #1e2a3a;
            margin: 2.8rem 0;
        }
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 0.5rem;
        }
        .site-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 1.2rem 0 0.8rem;
            border-bottom: 2px solid #1e2a3a;
            position: relative;
        }
        .my-logo {
            font-size: 2.2rem;
            font-weight: 800;
            background: linear-gradient(135deg, #ff2a6d, #6bc4ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.02em;
            text-transform: uppercase;
            display: inline-block;
        }
        .my-logo:hover {
            text-decoration: none;
            filter: brightness(1.2);
        }
        .logo-sub {
            font-size: 0.75rem;
            color: #7a8aaa;
            display: block;
            letter-spacing: 0.2em;
            margin-top: -4px;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .nav-list {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            gap: 0.3rem 0.8rem;
            margin: 0;
            padding: 0;
        }
        .nav-list li a {
            padding: 0.4rem 0.8rem;
            border-radius: 30px;
            font-size: 0.92rem;
            font-weight: 500;
            color: #b8c8e8;
            transition: background 0.2s, color 0.2s;
            display: inline-block;
        }
        .nav-list li a:hover {
            background: #1e2a3a;
            color: #fff;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: 2px solid #3a4a6a;
            color: #d0d6e3;
            font-size: 1.6rem;
            padding: 0.2rem 0.7rem;
            border-radius: 8px;
            cursor: pointer;
            line-height: 1;
            transition: border-color 0.2s;
        }
        .hamburger:hover {
            border-color: #6bc4ff;
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0.7rem 0;
            margin: 0 0 1.2rem 0;
            font-size: 0.88rem;
            color: #7a8aaa;
            gap: 0.3rem 0.6rem;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #4a5a7a;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #7a8aaa;
        }
        .breadcrumb a:hover {
            color: #6bc4ff;
        }
        .breadcrumb .current {
            color: #b8c8e8;
        }
        .hero-img {
            margin: 1.6rem 0 2.2rem;
            border-radius: 16px;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.7);
            width: 100%;
            background: #141a26;
        }
        .search-section {
            background: #11171f;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin: 2rem 0;
            border: 1px solid #1e2a3a;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 1rem;
        }
        .search-section label {
            font-weight: 600;
            font-size: 1.1rem;
            color: #b6cdff;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form {
            display: flex;
            flex: 1 1 300px;
            gap: 0.6rem;
        }
        .search-form input[type="text"] {
            flex: 1;
            padding: 0.8rem 1.2rem;
            border-radius: 40px;
            border: 2px solid #2a3a5a;
            background: #0b0d14;
            color: #e2e4ed;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.3s;
        }
        .search-form input[type="text"]:focus {
            border-color: #6bc4ff;
        }
        .search-form button {
            padding: 0.8rem 1.8rem;
            border-radius: 40px;
            border: none;
            background: linear-gradient(135deg, #ff2a6d, #b42a5a);
            color: #fff;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: transform 0.15s, box-shadow 0.2s;
        }
        .search-form button:hover {
            transform: scale(1.02);
            box-shadow: 0 6px 20px rgba(255, 42, 109, 0.35);
        }
        .interaction-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.8rem;
            margin: 2.4rem 0;
        }
        .comment-box,
        .score-box {
            background: #11171f;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            border: 1px solid #1e2a3a;
        }
        .comment-box h3,
        .score-box h3 {
            margin-top: 0;
            font-size: 1.4rem;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .comment-box textarea {
            width: 100%;
            padding: 0.9rem 1.2rem;
            border-radius: 12px;
            border: 2px solid #2a3a5a;
            background: #0b0d14;
            color: #e2e4ed;
            font-size: 1rem;
            resize: vertical;
            min-height: 100px;
            outline: none;
            transition: border-color 0.3s;
            font-family: inherit;
        }
        .comment-box textarea:focus {
            border-color: #6bc4ff;
        }
        .comment-box button,
        .score-box button {
            margin-top: 0.8rem;
            padding: 0.7rem 2rem;
            border-radius: 40px;
            border: none;
            background: linear-gradient(135deg, #2a6aff, #1a4adf);
            color: #fff;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: transform 0.15s, box-shadow 0.2s;
        }
        .comment-box button:hover,
        .score-box button:hover {
            transform: scale(1.02);
            box-shadow: 0 6px 20px rgba(42, 106, 255, 0.3);
        }
        .score-stars {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.3rem;
            margin: 0.6rem 0;
        }
        .score-stars input {
            display: none;
        }
        .score-stars label {
            font-size: 2.2rem;
            color: #3a4a6a;
            cursor: pointer;
            transition: color 0.2s;
        }
        .score-stars label:hover,
        .score-stars label:hover~label,
        .score-stars input:checked~label {
            color: #ffc107;
        }
        .score-box .current-score {
            font-size: 1.1rem;
            color: #b6cdff;
            margin-top: 0.4rem;
        }
        .link-inline {
            color: #6bc4ff;
            font-weight: 500;
        }
        friend-link {
            display: block;
            background: #11171f;
            border-radius: 16px;
            padding: 1.6rem 2rem;
            margin: 2.4rem 0 1.2rem;
            border: 1px solid #1e2a3a;
            font-size: 1rem;
        }
        friend-link a {
            display: inline-block;
            margin: 0.2rem 0.8rem 0.2rem 0;
            padding: 0.3rem 1rem;
            border-radius: 30px;
            background: #1a2436;
            color: #b8c8e8;
            font-weight: 500;
            transition: background 0.2s;
        }
        friend-link a:hover {
            background: #2a3a5a;
            color: #fff;
            text-decoration: none;
        }
        friend-link::before {
            content: "🔗 Friend Links";
            display: block;
            font-weight: 700;
            font-size: 1.2rem;
            color: #b6cdff;
            margin-bottom: 0.6rem;
        }
        .site-footer {
            margin-top: auto;
            padding: 2rem 0 1.5rem;
            border-top: 2px solid #1e2a3a;
            text-align: center;
            color: #6a7a9a;
            font-size: 0.92rem;
        }
        .site-footer .copyright {
            margin-top: 0.4rem;
            font-size: 0.85rem;
            color: #4a5a7a;
        }
        .last-updated {
            display: inline-block;
            background: #1a2436;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #8a9aba;
            margin-bottom: 1.2rem;
        }
        @media (max-width: 820px) {
            .interaction-grid {
                grid-template-columns: 1fr;
            }
            .search-section {
                flex-direction: column;
                align-items: stretch;
            }
            .search-form {
                flex-wrap: wrap;
            }
            .search-form input[type="text"] {
                min-width: 0;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #0f141e;
                padding: 1rem 0.5rem;
                border-radius: 12px;
                margin-top: 0.6rem;
                border: 1px solid #1e2a3a;
            }
            .nav-list li a {
                padding: 0.6rem 1rem;
                display: block;
            }
            .hamburger {
                display: inline-block;
            }
            #nav-toggle:checked~.nav-list {
                display: flex;
            }
            .nav-wrapper {
                flex-wrap: wrap;
            }
            .breadcrumb {
                font-size: 0.82rem;
            }
            .my-logo {
                font-size: 1.7rem;
            }
        }
        @media (max-width: 480px) {
            body {
                padding: 0 0.6rem;
            }
            h1 {
                font-size: 1.6rem;
                padding-left: 0.6rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            h3 {
                font-size: 1.1rem;
            }
            p {
                font-size: 0.98rem;
            }
            .comment-box,
            .score-box,
            .search-section,
            friend-link {
                padding: 1.2rem 1rem;
            }
            .score-stars label {
                font-size: 1.8rem;
            }
        }
        .fa-ul {
            margin-left: 1.8em;
        }
        .fa-ul li {
            margin-bottom: 0.5em;
        }
        .tag {
            display: inline-block;
            background: #1a2a4a;
            padding: 0.1rem 0.8rem;
            border-radius: 20px;
            font-size: 0.8rem;
            color: #8ab4ff;
            margin-right: 0.3rem;
        }
        .blockquote-neon {
            border-left: 4px solid #ff2a6d;
            background: #121a26;
            padding: 1rem 1.8rem;
            margin: 1.6rem 0;
            border-radius: 8px;
            font-style: italic;
            color: #c4d0e8;
        }
        .blockquote-neon cite {
            display: block;
            margin-top: 0.4rem;
            font-style: normal;
            font-weight: 500;
            color: #6bc4ff;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 1rem;
            margin: 1.6rem 0;
        }
        .stat-card {
            background: #11171f;
            border-radius: 12px;
            padding: 1.2rem;
            text-align: center;
            border: 1px solid #1e2a3a;
        }
        .stat-card .num {
            font-size: 2.2rem;
            font-weight: 700;
            color: #ff2a6d;
            display: block;
        }
        .stat-card .label {
            font-size: 0.9rem;
            color: #8a9aba;
        }
