        *,
        *::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, BlinkMacSystemFont, sans-serif;
            background: #0b0d17;
            color: #d6d9e8;
            line-height: 1.7;
            padding: 0 1rem;
        }
        a {
            color: #00f0ff;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #ff3c9e;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4 {
            font-weight: 600;
            letter-spacing: 0.01em;
            color: #f0f3ff;
        }
        h1 {
            font-size: 2.4rem;
            margin-bottom: 0.6rem;
            background: linear-gradient(135deg, #00f0ff, #ff3c9e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        h2 {
            font-size: 1.8rem;
            margin: 2.2rem 0 1rem;
            border-left: 5px solid #ff3c9e;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.35rem;
            margin: 1.8rem 0 0.8rem;
            color: #00f0ff;
        }
        h4 {
            font-size: 1.1rem;
            margin: 1.2rem 0 0.5rem;
            color: #ffb86b;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
        }
        ul,
        ol {
            margin: 0.8rem 0 1.5rem 1.6rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        strong {
            color: #ffb86b;
            font-weight: 600;
        }
        hr {
            border: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #ff3c9e, #00f0ff, transparent);
            margin: 2.5rem 0;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 0.5rem;
        }
        .site-header {
            padding: 1.2rem 0 0.8rem;
            border-bottom: 1px solid rgba(0, 240, 255, 0.2);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            position: relative;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 800;
            background: linear-gradient(135deg, #00f0ff, #ff3c9e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.02em;
            text-transform: uppercase;
            display: inline-block;
            line-height: 1.2;
        }
        .my-logo small {
            font-size: 0.7rem;
            display: block;
            -webkit-text-fill-color: #6b7a9a;
            color: #6b7a9a;
            letter-spacing: 0.3em;
            font-weight: 400;
        }
        .my-logo:hover {
            opacity: 0.85;
        }
        .nav-bar {
            display: flex;
            align-items: center;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        .nav-bar a {
            padding: 0.5rem 1rem;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.9rem;
            color: #b6c2e0;
            transition: all 0.25s;
        }
        .nav-bar a:hover {
            background: rgba(0, 240, 255, 0.12);
            color: #00f0ff;
        }
        .nav-bar a.active {
            background: rgba(255, 60, 158, 0.18);
            color: #ff3c9e;
        }
        .hamburger {
            display: none;
            font-size: 1.8rem;
            background: none;
            border: none;
            color: #00f0ff;
            cursor: pointer;
            padding: 0.2rem 0.5rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(0, 240, 255, 0.1);
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.8rem;
            font-size: 0.85rem;
            padding: 0.8rem 0 0.2rem;
            color: #6b7a9a;
            list-style: none;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #ff3c9e;
        }
        .breadcrumb a {
            color: #8e9fc0;
        }
        .breadcrumb a:hover {
            color: #00f0ff;
        }
        .breadcrumb .current {
            color: #ffb86b;
        }
        .search-wrap {
            display: flex;
            max-width: 500px;
            margin: 1.8rem 0 2.2rem;
            border-radius: 40px;
            overflow: hidden;
            border: 1px solid rgba(0, 240, 255, 0.25);
            background: rgba(11, 13, 23, 0.8);
            backdrop-filter: blur(4px);
        }
        .search-wrap input {
            flex: 1;
            padding: 0.8rem 1.2rem;
            border: none;
            background: transparent;
            color: #f0f3ff;
            font-size: 1rem;
            outline: none;
            min-width: 0;
        }
        .search-wrap input::placeholder {
            color: #5a6a8a;
        }
        .search-wrap button {
            padding: 0.8rem 1.6rem;
            border: none;
            background: linear-gradient(135deg, #00f0ff, #ff3c9e);
            color: #0b0d17;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: opacity 0.2s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-wrap button:hover {
            opacity: 0.88;
        }
        .hero-img {
            margin: 2rem 0 2.5rem;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 12px 40px rgba(255, 60, 158, 0.15), 0 0 60px rgba(0, 240, 255, 0.05);
        }
        .hero-img img {
            width: 100%;
            max-height: 480px;
            object-fit: cover;
        }
        .weapon-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0 2.2rem;
            font-size: 0.95rem;
            background: rgba(22, 28, 46, 0.7);
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
        }
        .weapon-table th {
            background: rgba(0, 240, 255, 0.12);
            color: #00f0ff;
            padding: 0.9rem 1rem;
            text-align: left;
            font-weight: 600;
            border-bottom: 2px solid #ff3c9e;
        }
        .weapon-table td {
            padding: 0.8rem 1rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }
        .weapon-table tr:hover td {
            background: rgba(255, 60, 158, 0.05);
        }
        .weapon-table .stat-highlight {
            color: #ffb86b;
            font-weight: 600;
        }
        .feedback-section {
            display: flex;
            flex-wrap: wrap;
            gap: 1.8rem;
            margin: 2.8rem 0 2rem;
            padding: 2rem 1.8rem;
            background: rgba(22, 28, 46, 0.5);
            border-radius: 20px;
            border: 1px solid rgba(0, 240, 255, 0.1);
        }
        .feedback-section form {
            flex: 1 1 280px;
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }
        .feedback-section label {
            font-weight: 500;
            color: #b6c2e0;
            font-size: 0.95rem;
        }
        .feedback-section input,
        .feedback-section textarea,
        .feedback-section select {
            padding: 0.7rem 1rem;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background: rgba(11, 13, 23, 0.7);
            color: #f0f3ff;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.2s;
            font-family: inherit;
        }
        .feedback-section input:focus,
        .feedback-section textarea:focus {
            border-color: #00f0ff;
        }
        .feedback-section textarea {
            min-height: 90px;
            resize: vertical;
        }
        .feedback-section .btn-submit {
            background: linear-gradient(135deg, #ff3c9e, #00f0ff);
            color: #0b0d17;
            font-weight: 700;
            padding: 0.8rem 1.8rem;
            border: none;
            border-radius: 30px;
            cursor: pointer;
            transition: transform 0.2s, opacity 0.2s;
            align-self: flex-start;
            font-size: 1rem;
        }
        .feedback-section .btn-submit:hover {
            transform: scale(1.02);
            opacity: 0.9;
        }
        .score-group {
            display: flex;
            align-items: center;
            gap: 1rem;
            flex-wrap: wrap;
        }
        .score-group select {
            width: 100px;
        }
        .site-footer {
            padding: 2.5rem 0 1.8rem;
            border-top: 1px solid rgba(0, 240, 255, 0.12);
            margin-top: 3rem;
        }
        .site-footer .footer-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 2rem;
        }
        .site-footer .footer-copy {
            font-size: 0.85rem;
            color: #5a6a8a;
        }
        friend-link {
            display: block;
            font-style: normal;
        }
        friend-link ul {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.6rem;
            list-style: none;
            margin: 0.5rem 0 0;
            padding: 0;
        }
        friend-link a {
            color: #8e9fc0;
            font-size: 0.9rem;
            border-bottom: 1px dotted transparent;
        }
        friend-link a:hover {
            color: #00f0ff;
            border-bottom-color: #00f0ff;
        }
        .last-updated {
            font-size: 0.85rem;
            color: #5a6a8a;
            margin-top: 1.2rem;
            text-align: right;
        }
        @media (max-width: 768px) {
            body {
                padding: 0 0.6rem;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .hamburger {
                display: inline-block;
            }
            .nav-bar {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding: 1rem 0 0.5rem;
                gap: 0.2rem;
            }
            .nav-bar a {
                padding: 0.6rem 1rem;
                border-radius: 12px;
            }
            #nav-toggle:checked~.nav-bar {
                display: flex;
            }
            .site-header {
                align-items: center;
            }
            .feedback-section {
                padding: 1.4rem 1rem;
            }
            .weapon-table {
                font-size: 0.82rem;
            }
            .weapon-table th,
            .weapon-table td {
                padding: 0.5rem 0.6rem;
            }
            .search-wrap {
                max-width: 100%;
            }
            .site-footer .footer-inner {
                flex-direction: column;
                gap: 1.2rem;
            }
            .last-updated {
                text-align: left;
            }
        }
        @media (max-width: 480px) {
            h1 {
                font-size: 1.5rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .search-wrap input {
                padding: 0.6rem 0.8rem;
                font-size: 0.9rem;
            }
            .search-wrap button {
                padding: 0.6rem 1rem;
                font-size: 0.9rem;
            }
        }
        ::-webkit-scrollbar {
            width: 8px;
            background: #0b0d17;
        }
        ::-webkit-scrollbar-thumb {
            background: #2a3555;
            border-radius: 10px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #ff3c9e;
        }
        .badge {
            display: inline-block;
            background: rgba(255, 60, 158, 0.2);
            color: #ffb86b;
            padding: 0.2rem 0.8rem;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }
        .quote-block {
            border-left: 4px solid #ff3c9e;
            padding: 0.8rem 1.4rem;
            margin: 1.2rem 0 1.8rem;
            background: rgba(255, 60, 158, 0.05);
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #c6cee8;
        }
        .quote-block cite {
            display: block;
            margin-top: 0.5rem;
            font-style: normal;
            font-size: 0.85rem;
            color: #8e9fc0;
        }
        .glow-text {
            color: #00f0ff;
            text-shadow: 0 0 12px rgba(0, 240, 255, 0.3);
        }
        .emoji-big {
            font-size: 1.4em;
            display: inline-block;
            margin-right: 0.15em;
        }
