* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
            background: #f4f7fb;
            color: #1a2634;
            line-height: 1.7;
            padding: 0 16px;
        }
        a {
            color: #e85d2c;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus-visible {
            color: #b33d1a;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 24px 24px 0 0;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
            overflow: hidden;
            padding: 0 24px 32px;
        }
        header {
            padding: 20px 0 12px;
            border-bottom: 2px solid #eef2f6;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            position: relative;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #e85d2c, #c0392b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
            font-family: 'Trebuchet MS', 'Segoe UI', sans-serif;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none;
        }
        .logo-sub {
            font-size: 0.75rem;
            display: block;
            color: #5a6b7c;
            font-weight: 400;
            -webkit-text-fill-color: #5a6b7c;
            letter-spacing: 0.3px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #1a2634;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #eef2f6;
        }
        nav {
            display: flex;
            gap: 8px 20px;
            flex-wrap: wrap;
            align-items: center;
        }
        nav a {
            font-weight: 600;
            font-size: 0.95rem;
            padding: 6px 0;
            color: #2c3e50;
            border-bottom: 2px solid transparent;
            transition: border-color 0.2s, color 0.2s;
        }
        nav a:hover {
            border-bottom-color: #e85d2c;
            color: #e85d2c;
            text-decoration: none;
        }
        .nav-right {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .breadcrumb {
            padding: 12px 0 6px;
            font-size: 0.85rem;
            color: #5a6b7c;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 10px;
            list-style: none;
        }
        .breadcrumb li {
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .breadcrumb li+li::before {
            content: "›";
            color: #b0bec5;
            font-weight: 700;
            margin-right: 6px;
        }
        .breadcrumb a {
            color: #5a6b7c;
        }
        .breadcrumb a:hover {
            color: #e85d2c;
        }
        .breadcrumb .active {
            color: #1a2634;
            font-weight: 600;
        }
        main {
            padding: 24px 0 32px;
        }
        h1 {
            font-size: 2.4rem;
            font-weight: 800;
            line-height: 1.2;
            margin: 0 0 12px;
            color: #0f1a2b;
        }
        h1 .highlight {
            background: linear-gradient(135deg, #e85d2c, #f39c12);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .last-updated {
            display: inline-block;
            font-size: 0.85rem;
            background: #eef2f6;
            padding: 4px 14px;
            border-radius: 20px;
            color: #3d4f60;
            margin-bottom: 20px;
        }
        .hero-image {
            margin: 20px 0 28px;
            border-radius: 16px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
        }
        .content-wrapper {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 40px;
        }
        .article-body {
            min-width: 0;
        }
        .article-body h2 {
            font-size: 1.8rem;
            font-weight: 700;
            margin: 36px 0 14px;
            color: #0f1a2b;
            border-left: 5px solid #e85d2c;
            padding-left: 16px;
        }
        .article-body h3 {
            font-size: 1.35rem;
            font-weight: 700;
            margin: 28px 0 10px;
            color: #1e2d3d;
        }
        .article-body h4 {
            font-size: 1.1rem;
            font-weight: 700;
            margin: 20px 0 8px;
            color: #2c3e50;
        }
        .article-body p {
            margin-bottom: 18px;
            color: #2c3e50;
            font-size: 1.05rem;
        }
        .article-body ul,
        .article-body ol {
            margin: 12px 0 20px 24px;
            color: #2c3e50;
        }
        .article-body li {
            margin-bottom: 8px;
        }
        .tier-card {
            background: #f8fafc;
            border-radius: 16px;
            padding: 20px 24px;
            margin: 24px 0;
            border-left: 6px solid #e85d2c;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
        }
        .tier-card.s-tier {
            border-left-color: #e74c3c;
            background: #fef2f2;
        }
        .tier-card.a-tier {
            border-left-color: #f39c12;
            background: #fef9ef;
        }
        .tier-card.b-tier {
            border-left-color: #3498db;
            background: #f0f7ff;
        }
        .tier-card.c-tier {
            border-left-color: #2ecc71;
            background: #f0fdf4;
        }
        .tier-card.d-tier {
            border-left-color: #95a5a6;
            background: #f8f9fa;
        }
        .tier-card h3 {
            margin-top: 0;
        }
        .brawler-tag {
            display: inline-block;
            background: #ffffff;
            padding: 2px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            margin: 4px 4px 4px 0;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
        }
        .btn {
            display: inline-block;
            background: #e85d2c;
            color: #fff;
            font-weight: 600;
            padding: 10px 28px;
            border-radius: 40px;
            border: none;
            cursor: pointer;
            transition: background 0.25s, transform 0.1s;
            font-size: 0.95rem;
        }
        .btn:hover {
            background: #b33d1a;
            transform: translateY(-1px);
            color: #fff;
            text-decoration: none;
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #e85d2c;
            color: #e85d2c;
        }
        .btn-outline:hover {
            background: #e85d2c;
            color: #fff;
        }
        .sidebar {
            background: #f8fafc;
            border-radius: 20px;
            padding: 24px 20px;
            position: sticky;
            top: 20px;
            align-self: start;
        }
        .sidebar h3 {
            font-size: 1.2rem;
            margin-bottom: 16px;
            color: #0f1a2b;
        }
        .sidebar ul {
            list-style: none;
            padding: 0;
        }
        .sidebar li {
            margin-bottom: 10px;
            border-bottom: 1px solid #e8ecf0;
            padding-bottom: 10px;
        }
        .sidebar li a {
            font-weight: 500;
        }
        .search-box {
            display: flex;
            gap: 8px;
            margin: 24px 0 16px;
            flex-wrap: wrap;
        }
        .search-box input {
            flex: 1;
            min-width: 180px;
            padding: 12px 18px;
            border: 2px solid #dce2e8;
            border-radius: 40px;
            font-size: 1rem;
            outline: none;
            transition: border 0.2s;
            background: #fff;
        }
        .search-box input:focus {
            border-color: #e85d2c;
        }
        .search-box button {
            padding: 12px 28px;
            border-radius: 40px;
            background: #e85d2c;
            color: #fff;
            border: none;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            font-size: 1rem;
        }
        .search-box button:hover {
            background: #b33d1a;
        }
        .interaction-area {
            margin-top: 48px;
            padding-top: 32px;
            border-top: 2px solid #eef2f6;
        }
        .interaction-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 32px;
        }
        .comment-section,
        .rating-section {
            background: #f8fafc;
            border-radius: 20px;
            padding: 24px 28px;
        }
        .comment-section h3,
        .rating-section h3 {
            font-size: 1.3rem;
            margin-bottom: 16px;
        }
        .comment-section textarea {
            width: 100%;
            padding: 14px 16px;
            border: 2px solid #dce2e8;
            border-radius: 16px;
            font-size: 1rem;
            font-family: inherit;
            resize: vertical;
            min-height: 100px;
            outline: none;
            transition: border 0.2s;
        }
        .comment-section textarea:focus {
            border-color: #e85d2c;
        }
        .comment-section input[type="text"] {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #dce2e8;
            border-radius: 40px;
            font-size: 1rem;
            outline: none;
            margin: 10px 0;
            transition: border 0.2s;
        }
        .comment-section input[type="text"]:focus {
            border-color: #e85d2c;
        }
        .star-rating {
            display: flex;
            gap: 8px;
            font-size: 2rem;
            color: #dce2e8;
            cursor: pointer;
            margin: 12px 0 16px;
            flex-wrap: wrap;
        }
        .star-rating i {
            transition: color 0.2s, transform 0.1s;
        }
        .star-rating i:hover,
        .star-rating i.active {
            color: #f39c12;
            transform: scale(1.1);
        }
        .rating-value {
            font-weight: 700;
            color: #e85d2c;
            font-size: 1.2rem;
        }
        friend-link {
            display: block;
            margin-top: 48px;
            padding: 28px 0 20px;
            border-top: 2px solid #eef2f6;
        }
        friend-link h3 {
            font-size: 1.2rem;
            margin-bottom: 16px;
            color: #0f1a2b;
        }
        .friend-links-list {
            display: flex;
            flex-wrap: wrap;
            gap: 12px 24px;
            list-style: none;
            padding: 0;
        }
        .friend-links-list li a {
            font-weight: 500;
            font-size: 0.95rem;
        }
        footer {
            background: #0f1a2b;
            color: #ccd7e4;
            padding: 32px 24px 24px;
            border-radius: 20px 20px 0 0;
            margin-top: 24px;
            text-align: center;
        }
        footer p {
            font-size: 0.9rem;
            margin-bottom: 6px;
        }
        footer a {
            color: #f39c12;
        }
        footer a:hover {
            color: #e85d2c;
        }
        @media (max-width: 992px) {
            .content-wrapper {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                margin-top: 32px;
            }
            .interaction-grid {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 768px) {
            .container {
                padding: 0 16px 24px;
                border-radius: 16px 16px 0 0;
            }
            h1 {
                font-size: 1.8rem;
            }
            .article-body h2 {
                font-size: 1.4rem;
            }
            .article-body h3 {
                font-size: 1.15rem;
            }
            header {
                padding: 12px 0 8px;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .nav-toggle {
                display: block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                padding: 12px 0 8px;
                gap: 4px;
            }
            nav.open {
                display: flex;
            }
            nav a {
                font-size: 1rem;
                padding: 8px 0;
                width: 100%;
                border-bottom: 1px solid #eef2f6;
            }
            .breadcrumb {
                font-size: 0.78rem;
            }
            .tier-card {
                padding: 16px 18px;
            }
            .comment-section,
            .rating-section {
                padding: 18px 16px;
            }
            .star-rating {
                font-size: 1.6rem;
            }
            .search-box input {
                min-width: 120px;
            }
            footer {
                padding: 24px 16px 18px;
            }
        }
        @media (max-width: 480px) {
            body {
                padding: 0 8px;
            }
            .container {
                padding: 0 10px 20px;
            }
            h1 {
                font-size: 1.5rem;
            }
            .search-box button {
                padding: 10px 18px;
                font-size: 0.9rem;
            }
            .btn {
                padding: 8px 20px;
                font-size: 0.85rem;
            }
        }
        .text-muted {
            color: #5a6b7c;
            font-size: 0.9rem;
        }
        .mt-2 {
            margin-top: 12px;
        }
        .mb-2 {
            margin-bottom: 12px;
        }
        .flex {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 10px;
        }
        .gap-1 {
            gap: 8px;
        }
        .italic {
            font-style: italic;
        }
        .fw-700 {
            font-weight: 700;
        }
        .rounded-full {
            border-radius: 999px;
        }
        .bg-soft {
            background: #f0f4f9;
        }
        .schema-hidden {
            display: none;
        }
