* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
            background: #0b0e14;
            color: #e2e8f0;
            line-height: 1.7;
            font-size: 16px;
        }
        a {
            color: #60cfff;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #ffd866;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        .container {
            max-width: 1160px;
            margin: 0 auto;
            padding: 0 24px;
        }
        header {
            background: #141a24;
            border-bottom: 2px solid #2a3a4e;
            position: sticky;
            top: 0;
            z-index: 100;
            padding: 12px 0;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 12px;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: 1px;
            background: linear-gradient(135deg, #ffd866, #f5a623);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 20px rgba(245, 166, 35, 0.2);
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #f5a623;
            margin-right: 6px;
        }
        .my-logo:hover {
            text-decoration: none;
            opacity: 0.9;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #e2e8f0;
            font-size: 1.6rem;
            cursor: pointer;
            padding: 4px 12px;
        }
        nav {
            display: flex;
            gap: 8px 20px;
            flex-wrap: wrap;
            align-items: center;
        }
        nav a {
            color: #b0c4d9;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 4px 0;
            border-bottom: 2px solid transparent;
            transition: 0.2s;
        }
        nav a:hover {
            color: #ffd866;
            border-bottom-color: #ffd866;
            text-decoration: none;
        }
        .breadcrumb {
            background: #1a212e;
            padding: 10px 0;
            font-size: 0.85rem;
            color: #8a9bb5;
            border-bottom: 1px solid #1f2a38;
        }
        .breadcrumb a {
            color: #60cfff;
        }
        .breadcrumb span {
            color: #8a9bb5;
        }
        main {
            padding: 40px 0 60px;
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 20px;
            color: #ffd866;
            letter-spacing: -0.5px;
        }
        h2 {
            font-size: 1.9rem;
            font-weight: 700;
            margin-top: 48px;
            margin-bottom: 16px;
            color: #f0e6d0;
            border-left: 5px solid #f5a623;
            padding-left: 18px;
        }
        h3 {
            font-size: 1.4rem;
            font-weight: 600;
            margin-top: 32px;
            margin-bottom: 12px;
            color: #d4c9b0;
        }
        h4 {
            font-size: 1.15rem;
            font-weight: 600;
            margin-top: 24px;
            margin-bottom: 8px;
            color: #b8ad94;
        }
        p {
            margin-bottom: 18px;
            color: #d5dce6;
        }
        .hero-img {
            border-radius: 16px;
            margin: 24px 0 32px;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
            width: 100%;
            background: #1a212e;
        }
        .last-updated {
            font-size: 0.85rem;
            color: #8a9bb5;
            margin-bottom: 24px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .last-updated i {
            color: #f5a623;
        }
        .highlight-box {
            background: #1a2332;
            border-left: 6px solid #f5a623;
            padding: 20px 24px;
            border-radius: 0 12px 12px 0;
            margin: 24px 0;
        }
        .highlight-box strong {
            color: #ffd866;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 18px;
            margin: 28px 0;
        }
        .stat-card {
            background: #1a2332;
            padding: 20px;
            border-radius: 12px;
            text-align: center;
            border: 1px solid #2a3a4e;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .stat-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
            border-color: #f5a623;
        }
        .stat-card i {
            font-size: 2rem;
            color: #f5a623;
            margin-bottom: 8px;
        }
        .stat-card .num {
            font-size: 1.8rem;
            font-weight: 800;
            color: #ffd866;
        }
        .stat-card .label {
            font-size: 0.9rem;
            color: #8a9bb5;
        }
        .char-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            gap: 20px;
            margin: 24px 0;
        }
        .char-card {
            background: #141c28;
            border-radius: 14px;
            padding: 20px;
            border: 1px solid #2a3a4e;
            transition: 0.3s;
        }
        .char-card:hover {
            border-color: #f5a623;
            box-shadow: 0 6px 20px rgba(245, 166, 35, 0.08);
        }
        .char-card h4 {
            margin-top: 0;
            color: #ffd866;
        }
        .char-card .ability {
            font-size: 0.9rem;
            color: #b0c4d9;
            background: #1a2332;
            padding: 8px 12px;
            border-radius: 8px;
            margin-top: 10px;
        }
        .btn {
            display: inline-block;
            background: #f5a623;
            color: #0b0e14;
            font-weight: 700;
            padding: 10px 24px;
            border-radius: 8px;
            transition: 0.2s;
            border: none;
            cursor: pointer;
            font-size: 0.95rem;
        }
        .btn:hover {
            background: #ffc14d;
            transform: translateY(-2px);
            text-decoration: none;
            color: #0b0e14;
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #f5a623;
            color: #ffd866;
        }
        .btn-outline:hover {
            background: #f5a623;
            color: #0b0e14;
        }
        .search-wrap {
            display: flex;
            gap: 8px;
            max-width: 520px;
            margin: 24px 0 32px;
        }
        .search-wrap input {
            flex: 1;
            padding: 12px 18px;
            border-radius: 8px;
            border: 2px solid #2a3a4e;
            background: #141c28;
            color: #e2e8f0;
            font-size: 1rem;
            outline: none;
            transition: 0.2s;
        }
        .search-wrap input:focus {
            border-color: #f5a623;
        }
        .search-wrap button {
            padding: 12px 24px;
            border-radius: 8px;
            border: none;
            background: #f5a623;
            color: #0b0e14;
            font-weight: 700;
            cursor: pointer;
            transition: 0.2s;
            font-size: 1rem;
        }
        .search-wrap button:hover {
            background: #ffc14d;
        }
        .feedback-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
            margin: 48px 0 32px;
            background: #141c28;
            padding: 28px;
            border-radius: 16px;
            border: 1px solid #2a3a4e;
        }
        .feedback-section h3 {
            margin-top: 0;
            font-size: 1.3rem;
        }
        .feedback-section form {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .feedback-section input,
        .feedback-section textarea,
        .feedback-section select {
            padding: 10px 14px;
            border-radius: 8px;
            border: 2px solid #2a3a4e;
            background: #0b0e14;
            color: #e2e8f0;
            font-size: 0.95rem;
            outline: none;
            transition: 0.2s;
            font-family: inherit;
        }
        .feedback-section input:focus,
        .feedback-section textarea:focus,
        .feedback-section select:focus {
            border-color: #f5a623;
        }
        .feedback-section textarea {
            min-height: 80px;
            resize: vertical;
        }
        .feedback-section .btn {
            align-self: flex-start;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            gap: 4px;
            justify-content: flex-end;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 1.6rem;
            color: #3a4a5e;
            cursor: pointer;
            transition: 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5a623;
        }
        .link-list-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 16px;
            margin: 16px 0;
            padding: 12px 0;
            list-style: none;
        }
        .link-list-inline li a {
            background: #1a2332;
            padding: 4px 14px;
            border-radius: 20px;
            font-size: 0.9rem;
            border: 1px solid #2a3a4e;
            transition: 0.2s;
            display: inline-block;
        }
        .link-list-inline li a:hover {
            border-color: #f5a623;
            color: #ffd866;
            text-decoration: none;
        }
        footer {
            background: #0d111a;
            border-top: 2px solid #1f2a38;
            padding: 40px 0 30px;
            margin-top: 40px;
        }
        footer .container {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 32px;
        }
        footer h4 {
            color: #ffd866;
            margin-top: 0;
            font-size: 1.1rem;
        }
        footer a {
            color: #8a9bb5;
            display: block;
            margin-bottom: 6px;
            font-size: 0.9rem;
        }
        footer a:hover {
            color: #ffd866;
        }
        friend-link {
            display: block;
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid #1f2a38;
            grid-column: 1 / -1;
        }
        friend-link a {
            display: inline-block;
            margin-right: 20px;
            margin-bottom: 8px;
        }
        .copyright {
            grid-column: 1 / -1;
            text-align: center;
            font-size: 0.85rem;
            color: #5a6a7e;
            padding-top: 20px;
            border-top: 1px solid #1a212e;
            margin-top: 12px;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                padding: 12px 0 4px;
                gap: 6px;
            }
            nav.open {
                display: flex;
            }
            nav a {
                padding: 8px 0;
                width: 100%;
                border-bottom: 1px solid #1f2a38;
            }
            .feedback-section {
                grid-template-columns: 1fr;
            }
            footer .container {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            .stat-grid {
                grid-template-columns: 1fr 1fr;
            }
            .header-inner {
                flex-wrap: wrap;
            }
        }
        @media (max-width: 480px) {
            .stat-grid {
                grid-template-columns: 1fr;
            }
            .search-wrap {
                flex-direction: column;
            }
            .container {
                padding: 0 16px;
            }
        }
        @media (min-width: 769px) {
            nav {
                display: flex !important;
            }
        }
        .toc {
            background: #141c28;
            padding: 20px 24px;
            border-radius: 12px;
            border: 1px solid #2a3a4e;
            margin: 24px 0;
        }
        .toc ol {
            padding-left: 20px;
            color: #b0c4d9;
        }
        .toc ol li {
            margin-bottom: 6px;
        }
        .toc ol li a {
            color: #60cfff;
        }
        .toc ol li a:hover {
            color: #ffd866;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background: #141c28;
            border-radius: 12px;
            overflow: hidden;
        }
        th,
        td {
            padding: 12px 16px;
            text-align: left;
            border-bottom: 1px solid #1f2a38;
        }
        th {
            background: #1a2332;
            color: #ffd866;
            font-weight: 600;
        }
        td {
            color: #d5dce6;
        }
        tr:hover td {
            background: #1a2332;
        }
        .blockquote {
            border-left: 4px solid #f5a623;
            padding: 12px 20px;
            margin: 20px 0;
            background: #1a2332;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #c8d0dc;
        }
        .tag {
            display: inline-block;
            background: #2a3a4e;
            padding: 2px 12px;
            border-radius: 12px;
            font-size: 0.75rem;
            color: #b0c4d9;
            margin-right: 4px;
        }
