        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', 'Roboto', system-ui, -apple-system, sans-serif;
            background: #0f0e17;
            color: #fffffe;
            line-height: 1.75;
            padding: 0 1rem;
            max-width: 1280px;
            margin: 0 auto;
        }
        a {
            color: #ff8906;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover,
        a:focus-visible {
            color: #f8c291;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #fffffe;
            margin-top: 1.8rem;
            margin-bottom: 0.6rem;
        }
        h1 {
            font-size: 2.4rem;
            border-left: 6px solid #ff8906;
            padding-left: 1rem;
        }
        h2 {
            font-size: 1.8rem;
            border-bottom: 2px solid #2d2a3e;
            padding-bottom: 0.4rem;
        }
        h3 {
            font-size: 1.35rem;
            color: #f8c291;
        }
        h4 {
            font-size: 1.1rem;
            color: #eaddcf;
        }
        p {
            margin-bottom: 1.2rem;
        }
        strong,
        b {
            color: #ff8906;
            font-weight: 700;
        }
        em {
            color: #eaddcf;
        }
        hr {
            border: 0;
            height: 1px;
            background: #2d2a3e;
            margin: 2.5rem 0;
        }
        .skip-link {
            position: absolute;
            top: -100%;
            left: 0;
            background: #ff8906;
            color: #0f0e17;
            padding: 0.5rem 1rem;
            z-index: 999;
            font-weight: 600;
            border-radius: 0 0 8px 0;
        }
        .skip-link:focus {
            top: 0;
        }
        header {
            padding: 1.8rem 0 1rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #2d2a3e;
            position: relative;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            color: #ff8906;
            text-transform: uppercase;
            background: linear-gradient(135deg, #ff8906, #f8c291);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
            transition: transform 0.2s;
        }
        .my-logo:hover {
            transform: scale(1.03);
        }
        .my-logo small {
            font-size: 0.55rem;
            display: block;
            -webkit-text-fill-color: #a7a4b8;
            color: #a7a4b8;
            letter-spacing: 0.3px;
            font-weight: 400;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #ff8906;
            color: #ff8906;
            font-size: 1.6rem;
            padding: 0.3rem 0.8rem;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #ff890622;
        }
        .nav-menu {
            display: flex;
            flex-wrap: wrap;
            gap: 1.2rem 2rem;
            list-style: none;
            padding: 0;
            margin: 0;
            align-items: center;
        }
        .nav-menu li a {
            font-weight: 500;
            padding: 0.3rem 0;
            border-bottom: 2px solid transparent;
            transition: border-color 0.2s, color 0.2s;
        }
        .nav-menu li a:hover {
            border-bottom-color: #ff8906;
            color: #ff8906;
            text-decoration: none;
        }
        .nav-menu li a.active {
            border-bottom-color: #ff8906;
            color: #ff8906;
        }
        .breadcrumbs {
            padding: 0.8rem 0 0.2rem;
            font-size: 0.9rem;
            color: #a7a4b8;
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.6rem;
        }
        .breadcrumbs a {
            color: #a7a4b8;
        }
        .breadcrumbs a:hover {
            color: #ff8906;
        }
        .breadcrumbs .sep {
            color: #4a4766;
        }
        .search-form {
            display: flex;
            gap: 0.4rem;
            max-width: 480px;
            margin: 1.6rem 0 2rem;
        }
        .search-form input {
            flex: 1;
            padding: 0.7rem 1.2rem;
            border: 2px solid #2d2a3e;
            border-radius: 40px;
            background: #1a1930;
            color: #fffffe;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.3s;
        }
        .search-form input:focus {
            border-color: #ff8906;
        }
        .search-form button {
            background: #ff8906;
            border: none;
            border-radius: 40px;
            padding: 0.7rem 1.4rem;
            color: #0f0e17;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            transition: background 0.2s, transform 0.1s;
        }
        .search-form button:hover {
            background: #e67a00;
            transform: scale(0.97);
        }
        .hero-img-wrap {
            margin: 2rem 0 2.5rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 12px 40px rgba(255, 137, 6, 0.15);
            position: relative;
        }
        .hero-img-wrap img {
            width: 100%;
            max-height: 480px;
            object-fit: cover;
        }
        .hero-img-wrap .img-credit {
            position: absolute;
            bottom: 8px;
            right: 12px;
            background: rgba(15, 14, 23, 0.8);
            padding: 0.2rem 0.8rem;
            border-radius: 20px;
            font-size: 0.75rem;
            color: #a7a4b8;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 280px;
            gap: 2.5rem;
            margin: 2rem 0;
        }
        .content-main {
            min-width: 0;
        }
        .content-sidebar {
            position: sticky;
            top: 1.5rem;
            align-self: start;
            background: #1a1930;
            border-radius: 16px;
            padding: 1.5rem 1.2rem;
            border: 1px solid #2d2a3e;
        }
        .content-sidebar h3 {
            font-size: 1.1rem;
            margin-top: 0;
            border-bottom: 1px solid #2d2a3e;
            padding-bottom: 0.5rem;
            margin-bottom: 1rem;
            color: #ff8906;
        }
        .sidebar-links {
            list-style: none;
            padding: 0;
        }
        .sidebar-links li {
            margin-bottom: 0.6rem;
        }
        .sidebar-links a {
            display: block;
            padding: 0.35rem 0.6rem;
            border-radius: 6px;
            font-size: 0.9rem;
            transition: background 0.2s;
        }
        .sidebar-links a:hover {
            background: #2d2a3e;
            text-decoration: none;
        }
        .weapon-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.6rem 0 2.2rem;
            font-size: 0.95rem;
        }
        .weapon-table th {
            background: #2d2a3e;
            color: #ff8906;
            padding: 0.7rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        .weapon-table td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #2d2a3e;
        }
        .weapon-table tr:hover td {
            background: #1a1930;
        }
        .weapon-table .rarity {
            color: #f8c291;
            font-weight: 600;
        }
        .star-rating {
            display: flex;
            gap: 0.2rem;
            font-size: 1.5rem;
            cursor: pointer;
            direction: rtl;
            unicode-bidi: bidi-override;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #4a4766;
            transition: color 0.2s, transform 0.1s;
            cursor: pointer;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #ff8906;
            transform: scale(1.1);
        }
        .star-rating label i {
            pointer-events: none;
        }
        .comment-box {
            background: #1a1930;
            border-radius: 16px;
            padding: 1.8rem;
            margin: 2rem 0;
            border: 1px solid #2d2a3e;
        }
        .comment-box textarea {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 2px solid #2d2a3e;
            border-radius: 12px;
            background: #0f0e17;
            color: #fffffe;
            font-size: 1rem;
            resize: vertical;
            min-height: 100px;
            font-family: inherit;
            transition: border-color 0.3s;
        }
        .comment-box textarea:focus {
            border-color: #ff8906;
            outline: none;
        }
        .comment-box .comment-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            margin-top: 0.8rem;
            align-items: center;
        }
        .comment-box .comment-meta input {
            flex: 1;
            min-width: 160px;
            padding: 0.6rem 1rem;
            border: 2px solid #2d2a3e;
            border-radius: 40px;
            background: #0f0e17;
            color: #fffffe;
        }
        .comment-box .comment-meta input:focus {
            border-color: #ff8906;
            outline: none;
        }
        .btn-primary {
            background: #ff8906;
            border: none;
            border-radius: 40px;
            padding: 0.6rem 1.8rem;
            color: #0f0e17;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .btn-primary:hover {
            background: #e67a00;
            transform: scale(0.97);
        }
        .btn-secondary {
            background: transparent;
            border: 2px solid #ff8906;
            border-radius: 40px;
            padding: 0.5rem 1.4rem;
            color: #ff8906;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s;
        }
        .btn-secondary:hover {
            background: #ff890622;
        }
        friend-link {
            display: block;
            padding: 1.8rem 0;
            border-top: 1px solid #2d2a3e;
            margin-top: 2rem;
        }
        friend-link .friend-title {
            font-weight: 600;
            color: #a7a4b8;
            font-size: 0.9rem;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 1rem;
        }
        friend-link .friend-list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem 1.6rem;
            list-style: none;
            padding: 0;
        }
        friend-link .friend-list a {
            font-size: 0.95rem;
        }
        footer {
            padding: 2rem 0 2.5rem;
            border-top: 1px solid #2d2a3e;
            margin-top: 1rem;
            text-align: center;
            color: #a7a4b8;
            font-size: 0.9rem;
        }
        footer .copyright {
            margin-top: 0.6rem;
            font-size: 0.85rem;
        }
        footer .copyright strong {
            color: #a7a4b8;
        }
        .toast-msg {
            background: #2d2a3e;
            border-left: 4px solid #ff8906;
            padding: 0.8rem 1.4rem;
            border-radius: 8px;
            margin: 1rem 0;
            display: none;
            animation: fadeSlide 0.3s ease;
        }
        .toast-msg.show {
            display: block;
        }
        @keyframes fadeSlide {
            0% {
                opacity: 0;
                transform: translateY(-10px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }
        @media (max-width: 900px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .content-sidebar {
                position: static;
                margin-top: 2rem;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 700px) {
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                margin-top: 1rem;
                gap: 0.4rem;
                background: #1a1930;
                padding: 1rem 1.2rem;
                border-radius: 12px;
                border: 1px solid #2d2a3e;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu li a {
                display: block;
                padding: 0.5rem 0;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                justify-content: center;
            }
            .weapon-table {
                font-size: 0.8rem;
            }
            .weapon-table th,
            .weapon-table td {
                padding: 0.4rem 0.5rem;
            }
            .hero-img-wrap img {
                max-height: 220px;
            }
            .comment-box .comment-meta {
                flex-direction: column;
            }
            .comment-box .comment-meta input {
                width: 100%;
            }
        }
        @media (max-width: 480px) {
            body {
                padding: 0 0.6rem;
            }
            h1 {
                font-size: 1.6rem;
                padding-left: 0.7rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .breadcrumbs {
                font-size: 0.75rem;
            }
            .star-rating {
                font-size: 1.2rem;
            }
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .mb-2 {
            margin-bottom: 2rem;
        }
        .flex-between {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
        }
        .tag {
            display: inline-block;
            background: #2d2a3e;
            color: #f8c291;
            padding: 0.15rem 0.7rem;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            margin-right: 0.3rem;
        }
        .highlight-box {
            background: #1a1930;
            border-left: 4px solid #ff8906;
            padding: 1.2rem 1.6rem;
            border-radius: 8px;
            margin: 1.6rem 0;
        }
