        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
            background: #0b0e14;
            color: #e8edf5;
            line-height: 1.7;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a {
            color: #f7a81b;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffc857;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.25rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #f0f4fe;
            margin-top: 1.8rem;
            margin-bottom: 0.6rem;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.4rem;
        }
        h2 {
            font-size: 1.9rem;
            border-bottom: 2px solid #f7a81b33;
            padding-bottom: 0.35rem;
        }
        h3 {
            font-size: 1.5rem;
            color: #f7d98c;
        }
        h4 {
            font-size: 1.2rem;
            color: #cbd5e6;
        }
        p {
            margin-bottom: 1.2rem;
            max-width: 75ch;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
            width: 100%;
        }
        .site-header {
            background: #131a24;
            border-bottom: 2px solid #2a3644;
            padding: 0.6rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(6px);
            background: rgba(19, 26, 36, 0.96);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.6rem 1rem;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 800;
            letter-spacing: 1px;
            background: linear-gradient(135deg, #f7a81b, #ff6b35);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo i {
            -webkit-text-fill-color: #f7a81b;
            font-size: 1.5rem;
        }
        .my-logo small {
            font-size: 0.7rem;
            font-weight: 400;
            -webkit-text-fill-color: #9aaec9;
            letter-spacing: 0.3px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #e8edf5;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.5rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #2a3644;
        }
        .primary-nav {
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 1.2rem;
            align-items: center;
        }
        .primary-nav a {
            color: #cbd5e6;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 0.3rem 0;
            border-bottom: 2px solid transparent;
            transition: border-color 0.2s, color 0.2s;
        }
        .primary-nav a:hover,
        .primary-nav a.active {
            color: #f7a81b;
            border-bottom-color: #f7a81b;
            text-decoration: none;
        }
        .primary-nav .nav-cta {
            background: #f7a81b;
            color: #0b0e14 !important;
            padding: 0.4rem 1rem;
            border-radius: 30px;
            font-weight: 700;
            border-bottom: none;
        }
        .primary-nav .nav-cta:hover {
            background: #ffc857;
            color: #0b0e14 !important;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0.6rem 0 0.2rem;
            gap: 0.3rem 0.6rem;
            font-size: 0.85rem;
            color: #8fa3bf;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.5rem;
            color: #5a6f8a;
        }
        .breadcrumb a {
            color: #b0c4de;
        }
        .breadcrumb a:hover {
            color: #f7a81b;
        }
        .breadcrumb .current {
            color: #e8edf5;
            font-weight: 600;
        }
        .main-content {
            flex: 1;
            padding: 2rem 0 3rem;
        }
        .hero-section {
            background: linear-gradient(145deg, #10171f, #1b2633);
            border-radius: 20px;
            padding: 2.5rem 2rem;
            margin-bottom: 2.5rem;
            border: 1px solid #2a3644;
            display: flex;
            flex-direction: column;
            gap: 1.2rem;
        }
        .hero-section h1 {
            font-size: 2.6rem;
            margin-top: 0;
            background: linear-gradient(135deg, #f7d98c, #f7a81b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero-section .hero-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem 2rem;
            color: #9aaec9;
            font-size: 0.95rem;
        }
        .hero-section .hero-meta i {
            color: #f7a81b;
            margin-right: 0.4rem;
        }
        .hero-section .hero-desc {
            font-size: 1.1rem;
            max-width: 80ch;
            color: #d0dcee;
        }
        .search-module {
            background: #131a24;
            border-radius: 14px;
            padding: 1.6rem 1.8rem;
            margin: 2rem 0 2.5rem;
            border: 1px solid #2a3644;
        }
        .search-module h3 {
            margin-top: 0;
            font-size: 1.2rem;
        }
        .search-form {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            margin-top: 0.6rem;
        }
        .search-form input[type="text"] {
            flex: 1;
            min-width: 180px;
            padding: 0.8rem 1.2rem;
            border-radius: 40px;
            border: 1px solid #2a3644;
            background: #1b2633;
            color: #e8edf5;
            font-size: 1rem;
            transition: border 0.25s, box-shadow 0.25s;
        }
        .search-form input[type="text"]:focus {
            outline: none;
            border-color: #f7a81b;
            box-shadow: 0 0 0 3px #f7a81b33;
        }
        .search-form button {
            padding: 0.8rem 2rem;
            border-radius: 40px;
            border: none;
            background: #f7a81b;
            color: #0b0e14;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
        }
        .search-form button:hover {
            background: #ffc857;
            transform: scale(1.02);
        }
        .ops-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 1.6rem;
            margin: 2rem 0 3rem;
        }
        .op-card {
            background: #131a24;
            border-radius: 16px;
            padding: 1.4rem 1.4rem 1.6rem;
            border: 1px solid #2a3644;
            transition: transform 0.2s, box-shadow 0.3s, border-color 0.2s;
            display: flex;
            flex-direction: column;
            gap: 0.4rem;
        }
        .op-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(247, 168, 27, 0.08);
            border-color: #f7a81b55;
        }
        .op-card .op-icon {
            font-size: 2.2rem;
            color: #f7a81b;
        }
        .op-card .op-name {
            font-size: 1.3rem;
            font-weight: 700;
            color: #f0f4fe;
        }
        .op-card .op-role {
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: #8fa3bf;
            font-weight: 600;
        }
        .op-card .op-desc {
            font-size: 0.92rem;
            color: #c0cee2;
            margin-top: 0.3rem;
            flex: 1;
        }
        .op-card .op-stats {
            display: flex;
            gap: 1rem;
            font-size: 0.82rem;
            color: #9aaec9;
            border-top: 1px solid #1f2b38;
            padding-top: 0.6rem;
            margin-top: 0.4rem;
        }
        .op-card .op-stats span {
            display: flex;
            align-items: center;
            gap: 0.25rem;
        }
        .op-card .op-stats i {
            color: #f7a81b;
        }
        .content-section {
            margin: 3rem 0;
        }
        .content-section .lead {
            font-size: 1.1rem;
            color: #d0dcee;
            border-left: 4px solid #f7a81b;
            padding-left: 1.2rem;
            margin-bottom: 1.8rem;
        }
        .feature-box {
            background: #10171f;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin: 1.8rem 0;
            border-left: 4px solid #f7a81b;
        }
        .feature-box h4 {
            margin-top: 0;
        }
        .two-col {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin: 1.5rem 0;
        }
        @media (max-width: 700px) {
            .two-col {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        .img-wrapper {
            margin: 2rem 0;
            border-radius: 16px;
            overflow: hidden;
            background: #131a24;
            border: 1px solid #2a3644;
        }
        .img-wrapper img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .img-wrapper .img-caption {
            padding: 0.8rem 1.2rem;
            font-size: 0.85rem;
            color: #9aaec9;
            font-style: italic;
        }
        .rating-module,
        .comment-module {
            background: #131a24;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin: 1.8rem 0;
            border: 1px solid #2a3644;
        }
        .rating-module h3,
        .comment-module h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.2rem;
            font-size: 1.8rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            color: #3a4a5e;
            transition: color 0.2s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f7a81b;
        }
        .rating-form button,
        .comment-form button {
            padding: 0.6rem 1.8rem;
            border-radius: 40px;
            border: none;
            background: #f7a81b;
            color: #0b0e14;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.25s;
            margin-top: 0.6rem;
        }
        .rating-form button:hover,
        .comment-form button:hover {
            background: #ffc857;
        }
        .comment-form textarea {
            width: 100%;
            min-height: 100px;
            padding: 0.8rem 1rem;
            border-radius: 12px;
            border: 1px solid #2a3644;
            background: #1b2633;
            color: #e8edf5;
            font-size: 0.95rem;
            font-family: inherit;
            resize: vertical;
            transition: border 0.25s;
        }
        .comment-form textarea:focus {
            outline: none;
            border-color: #f7a81b;
        }
        .comment-form input[type="text"] {
            padding: 0.7rem 1rem;
            border-radius: 30px;
            border: 1px solid #2a3644;
            background: #1b2633;
            color: #e8edf5;
            font-size: 0.95rem;
            width: 100%;
            max-width: 360px;
            transition: border 0.25s;
        }
        .comment-form input[type="text"]:focus {
            outline: none;
            border-color: #f7a81b;
        }
        .comment-form .form-row {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            margin-bottom: 0.8rem;
        }
        .site-footer {
            background: #0c111a;
            border-top: 2px solid #1f2b38;
            padding: 2.5rem 0 1.8rem;
            margin-top: 3rem;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }
        .site-footer h4 {
            color: #f7d98c;
            margin-top: 0;
            font-size: 1.1rem;
        }
        .site-footer a {
            color: #9aaec9;
            font-size: 0.92rem;
            display: inline-block;
            margin-bottom: 0.3rem;
        }
        .site-footer a:hover {
            color: #f7a81b;
        }
        .friend-link {
            display: block;
            padding: 0.8rem 0;
        }
        .friend-link a {
            margin-right: 1.2rem;
        }
        .copyright {
            border-top: 1px solid #1f2b38;
            padding-top: 1.2rem;
            text-align: center;
            font-size: 0.85rem;
            color: #5a6f8a;
        }
        .copyright strong {
            color: #9aaec9;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .primary-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                padding: 0.8rem 0 0.4rem;
                gap: 0.2rem;
            }
            .primary-nav.open {
                display: flex;
            }
            .primary-nav a {
                padding: 0.4rem 0;
                width: 100%;
                border-bottom: 1px solid #1f2b38;
            }
            .primary-nav .nav-cta {
                align-self: flex-start;
            }
            .hero-section h1 {
                font-size: 1.8rem;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .container {
                padding: 0 0.9rem;
            }
            .hero-section {
                padding: 1.6rem 1.2rem;
            }
            .ops-grid {
                grid-template-columns: 1fr;
            }
            .search-module,
            .rating-module,
            .comment-module {
                padding: 1.2rem 1rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
        }
        @media (max-width: 480px) {
            .my-logo {
                font-size: 1.3rem;
            }
            .hero-section h1 {
                font-size: 1.5rem;
            }
            .header-inner {
                gap: 0.3rem;
            }
        }
        .text-accent {
            color: #f7a81b;
        }
        .text-muted {
            color: #8fa3bf;
        }
        .mb-0 {
            margin-bottom: 0;
        }
        .mt-0 {
            margin-top: 0;
        }
        .flex {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            align-items: center;
        }
        .gap-sm {
            gap: 0.5rem;
        }
        .list-styled {
            list-style: none;
            padding-left: 0;
        }
        .list-styled li {
            padding: 0.3rem 0;
            display: flex;
            align-items: baseline;
            gap: 0.6rem;
        }
        .list-styled li::before {
            content: "▸";
            color: #f7a81b;
            font-weight: 700;
        }
        .tag {
            display: inline-block;
            background: #1f2b38;
            padding: 0.2rem 0.8rem;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 600;
            color: #b0c4de;
            letter-spacing: 0.3px;
        }
        .tag.attacker {
            background: #1a3a2a;
            color: #6fcf97;
        }
        .tag.defender {
            background: #3a1a2a;
            color: #f28b8b;
        }
