        *,
        *::before,
        *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
            background: #0a0e17;
            color: #e8edf5;
            line-height: 1.75;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a {
            color: #f5c842;
            text-decoration: none;
            transition: color 0.25s ease, border-color 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffde7a;
            text-decoration: underline;
        }
        a:focus-visible {
            outline: 2px dashed #f5c842;
            outline-offset: 4px;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 600;
            line-height: 1.3;
            color: #ffffff;
            letter-spacing: 0.01em;
        }
        h1 {
            font-size: 2.6rem;
            margin-bottom: 1.2rem;
        }
        h2 {
            font-size: 2rem;
            margin-top: 3rem;
            margin-bottom: 1rem;
            border-left: 6px solid #f5c842;
            padding-left: 1.2rem;
        }
        h3 {
            font-size: 1.5rem;
            margin-top: 2.2rem;
            margin-bottom: 0.8rem;
        }
        h4 {
            font-size: 1.2rem;
            margin-top: 1.6rem;
            margin-bottom: 0.5rem;
            color: #d4dcec;
        }
        p {
            margin-bottom: 1.2rem;
        }
        ul,
        ol {
            margin-bottom: 1.2rem;
            padding-left: 1.8rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        strong,
        b {
            color: #f5c842;
            font-weight: 600;
        }
        blockquote {
            border-left: 4px solid #f5c842;
            padding: 0.8rem 1.2rem;
            margin: 1.5rem 0;
            background: rgba(245, 200, 66, 0.07);
            border-radius: 0 10px 10px 0;
            font-style: italic;
        }
        hr {
            border: none;
            height: 1px;
            background: linear-gradient(90deg, transparent, #f5c84255, transparent);
            margin: 2.5rem 0;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }
        .site-header {
            background: linear-gradient(135deg, #0d1421 0%, #1a1f2f 40%, #0d1421 100%);
            padding: 0.8rem 0;
            border-bottom: 2px solid #2a3344;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(8px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem 1.5rem;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            background: linear-gradient(135deg, #f5c842, #ffde7a, #f5c842);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
            white-space: nowrap;
        }
        .my-logo i {
            -webkit-text-fill-color: #f5c842;
            font-size: 1.6rem;
        }
        .my-logo:hover {
            text-decoration: none;
            filter: brightness(1.1);
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .nav-list {
            display: flex;
            list-style: none;
            gap: 0.2rem;
            padding: 0;
            margin: 0;
            flex-wrap: wrap;
        }
        .nav-list li a {
            display: block;
            padding: 0.5rem 1rem;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            color: #c8d0e0;
            transition: background 0.25s, color 0.25s;
        }
        .nav-list li a:hover {
            background: rgba(245, 200, 66, 0.15);
            color: #f5c842;
            text-decoration: none;
        }
        .nav-list li a.active {
            background: #f5c842;
            color: #0a0e17;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #f5c842;
            cursor: pointer;
            padding: 0.3rem 0.5rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(245, 200, 66, 0.12);
        }
        .mobile-nav {
            display: none;
            width: 100%;
            background: #111827;
            border-radius: 16px;
            padding: 1rem 0.8rem;
            margin-top: 0.5rem;
            border: 1px solid #2a3344;
        }
        .mobile-nav.show {
            display: block;
        }
        .mobile-nav ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 0.2rem;
        }
        .mobile-nav ul li a {
            display: block;
            padding: 0.7rem 1rem;
            border-radius: 10px;
            font-size: 1rem;
            color: #c8d0e0;
            border-bottom: 1px solid #1e2638;
        }
        .mobile-nav ul li a:hover {
            background: rgba(245, 200, 66, 0.1);
            color: #f5c842;
            text-decoration: none;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0.8rem 0 0.2rem;
            margin: 0;
            font-size: 0.85rem;
            color: #8892a8;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin: 0 0.6rem;
            color: #f5c842;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #aab4cc;
        }
        .breadcrumb a:hover {
            color: #f5c842;
        }
        .breadcrumb .current {
            color: #f5c842;
            font-weight: 500;
        }
        .hero {
            background: radial-gradient(ellipse at 30% 20%, #1a253a, #0a0e17 80%);
            padding: 3rem 0 2.5rem;
            text-align: center;
            border-bottom: 1px solid #1e2a3a;
        }
        .hero h1 {
            font-size: 3rem;
            background: linear-gradient(135deg, #f5c842, #ffdd99);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 0.8rem;
        }
        .hero p {
            font-size: 1.2rem;
            color: #b8c4dc;
            max-width: 750px;
            margin: 0 auto 1.5rem;
        }
        .hero-meta {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 1.5rem 3rem;
            font-size: 0.95rem;
            color: #8898b0;
        }
        .hero-meta i {
            color: #f5c842;
            margin-right: 0.4rem;
        }
        .search-section {
            margin: 1.5rem 0 2rem;
        }
        .search-form {
            display: flex;
            max-width: 560px;
            margin: 0 auto;
            border-radius: 50px;
            overflow: hidden;
            border: 1px solid #2a3344;
            background: #111827;
            transition: border-color 0.3s;
        }
        .search-form:focus-within {
            border-color: #f5c842;
        }
        .search-form input[type="text"] {
            flex: 1;
            padding: 0.9rem 1.5rem;
            border: none;
            background: transparent;
            color: #e8edf5;
            font-size: 1rem;
            outline: none;
        }
        .search-form input[type="text"]::placeholder {
            color: #6a7a94;
        }
        .search-form button {
            background: #f5c842;
            border: none;
            padding: 0 1.5rem;
            color: #0a0e17;
            font-size: 1.1rem;
            cursor: pointer;
            transition: background 0.3s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-weight: 600;
        }
        .search-form button:hover {
            background: #ffde7a;
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
            padding: 2rem 0 3rem;
        }
        .content-area {
            min-width: 0;
        }
        .sidebar {
            min-width: 0;
        }
        .featured-image {
            margin: 2rem 0 2.5rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
            background: #111827;
            border: 1px solid #2a3344;
        }
        .featured-image img {
            width: 100%;
            height: auto;
            max-height: 500px;
            object-fit: cover;
            background: #1a1f2f;
        }
        .featured-image .caption {
            padding: 0.8rem 1.2rem;
            font-size: 0.9rem;
            color: #8898b0;
            background: #0d1421;
            border-top: 1px solid #1e2a3a;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0 2rem;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #2a3344;
        }
        .data-table th {
            background: #1a253a;
            color: #f5c842;
            padding: 0.8rem 1rem;
            font-weight: 600;
            text-align: left;
            border-bottom: 2px solid #2a3344;
        }
        .data-table td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #1e2638;
            background: #0d1421;
        }
        .data-table tr:last-child td {
            border-bottom: none;
        }
        .data-table tr:hover td {
            background: #141c2e;
        }
        .comment-box,
        .score-box {
            background: #111827;
            border: 1px solid #2a3344;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin: 2rem 0;
        }
        .comment-box h3,
        .score-box h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .comment-form textarea,
        .comment-form input,
        .score-form select,
        .score-form input {
            width: 100%;
            padding: 0.8rem 1rem;
            border-radius: 10px;
            border: 1px solid #2a3344;
            background: #0d1421;
            color: #e8edf5;
            font-size: 1rem;
            margin-bottom: 0.8rem;
            transition: border-color 0.3s;
            font-family: inherit;
        }
        .comment-form textarea:focus,
        .comment-form input:focus,
        .score-form select:focus,
        .score-form input:focus {
            border-color: #f5c842;
            outline: none;
        }
        .comment-form textarea {
            min-height: 110px;
            resize: vertical;
        }
        .btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.7rem 1.8rem;
            border: none;
            border-radius: 50px;
            background: #f5c842;
            color: #0a0e17;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.3s, transform 0.15s;
        }
        .btn:hover {
            background: #ffde7a;
            transform: translateY(-2px);
        }
        .btn:active {
            transform: translateY(0);
        }
        .btn-outline {
            background: transparent;
            border: 1px solid #f5c842;
            color: #f5c842;
        }
        .btn-outline:hover {
            background: rgba(245, 200, 66, 0.12);
        }
        .sidebar-card {
            background: #111827;
            border: 1px solid #2a3344;
            border-radius: 16px;
            padding: 1.5rem;
            margin-bottom: 1.8rem;
        }
        .sidebar-card h3 {
            margin-top: 0;
            font-size: 1.2rem;
            border-bottom: 2px solid #2a3344;
            padding-bottom: 0.6rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .sidebar-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sidebar-links li {
            padding: 0.4rem 0;
            border-bottom: 1px solid #1a2233;
        }
        .sidebar-links li a {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: #c8d0e0;
        }
        .sidebar-links li a:hover {
            color: #f5c842;
            text-decoration: none;
        }
        .sidebar-links li a i {
            font-size: 0.8rem;
            color: #f5c842;
        }
        .site-footer {
            background: #070b12;
            border-top: 2px solid #1a2233;
            padding: 2.5rem 0 1.5rem;
            margin-top: auto;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        .footer-inner h4 {
            color: #f5c842;
            margin-top: 0;
            font-size: 1.1rem;
        }
        .footer-inner p,
        .footer-inner a {
            color: #8898b0;
            font-size: 0.9rem;
        }
        .footer-inner a:hover {
            color: #f5c842;
        }
        friend-link {
            display: block;
            margin: 1rem 0 0.5rem;
            font-size: 0.9rem;
        }
        friend-link a {
            color: #aab4cc;
            margin-right: 1.2rem;
        }
        friend-link a:hover {
            color: #f5c842;
        }
        .copyright {
            text-align: center;
            padding-top: 1.5rem;
            margin-top: 1.5rem;
            border-top: 1px solid #1a2233;
            color: #6a7a94;
            font-size: 0.85rem;
        }
        @media (max-width: 992px) {
            .main-grid {
                grid-template-columns: 1fr;
            }
            .footer-inner {
                grid-template-columns: 1fr 1fr;
            }
            h1 {
                font-size: 2.2rem;
            }
            .hero h1 {
                font-size: 2.4rem;
            }
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .nav-list {
                display: none;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .hero h1 {
                font-size: 1.9rem;
            }
            .hero p {
                font-size: 1rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            .comment-box,
            .score-box {
                padding: 1.2rem;
            }
            .data-table {
                font-size: 0.85rem;
            }
            .data-table th,
            .data-table td {
                padding: 0.5rem 0.6rem;
            }
            .search-form button span {
                display: none;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 1rem;
            }
            h1 {
                font-size: 1.7rem;
            }
            .hero h1 {
                font-size: 1.6rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
        }
        .text-accent {
            color: #f5c842;
        }
        .text-muted {
            color: #8898b0;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .gap-1 {
            gap: 1rem;
        }
        .rounded-full {
            border-radius: 999px;
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #0a0e17;
        }
        ::-webkit-scrollbar-thumb {
            background: #2a3344;
            border-radius: 8px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #3a4a5a;
        }
        .eaat-author {
            display: flex;
            align-items: center;
            gap: 0.8rem;
            background: #0d1421;
            padding: 1rem 1.2rem;
            border-radius: 12px;
            border: 1px solid #1e2a3a;
            margin: 1.5rem 0;
        }
        .eaat-author .avatar {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: linear-gradient(135deg, #f5c842, #b8860b);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            color: #0a0e17;
            font-weight: 700;
            flex-shrink: 0;
        }
        .eaat-author .info {
            flex: 1;
        }
        .eaat-author .info .name {
            font-weight: 600;
            color: #f5c842;
        }
        .eaat-author .info .badge {
            display: inline-block;
            background: #1a253a;
            padding: 0.2rem 0.8rem;
            border-radius: 30px;
            font-size: 0.75rem;
            color: #c8d0e0;
            border: 1px solid #2a3344;
        }
