        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif; background: #0d0f14; color: #e3e6ed; line-height: 1.7; }
        a { color: #b48cff; text-decoration: none; transition: color 0.2s; }
        a:hover { color: #d4b8ff; text-decoration: underline; }
        img { max-width: 100%; height: auto; display: block; border-radius: 12px; }
        h1, h2, h3, h4 { font-weight: 700; line-height: 1.25; letter-spacing: -0.01em; color: #f0f3fa; }
        h1 { font-size: clamp(2rem, 5vw, 3.2rem); margin-bottom: 0.5rem; }
        h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin-top: 2.8rem; margin-bottom: 1rem; border-left: 4px solid #b48cff; padding-left: 1rem; }
        h3 { font-size: clamp(1.2rem, 2vw, 1.6rem); margin-top: 2rem; margin-bottom: 0.75rem; color: #cdd6f4; }
        h4 { font-size: clamp(1rem, 1.5vw, 1.25rem); margin-top: 1.5rem; margin-bottom: 0.5rem; color: #b8c0e0; }
        p { margin-bottom: 1.2rem; }
        ul, ol { margin: 0.8rem 0 1.2rem 1.8rem; }
        li { margin-bottom: 0.4rem; }
        strong { color: #f0f3fa; font-weight: 600; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 1.2rem; }
        .site-header { background: #141820; border-bottom: 1px solid #2a2f3a; position: sticky; top: 0; z-index: 100; }
        .header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0.9rem 1.2rem; max-width: 1200px; margin: 0 auto; }
        .my-logo { font-size: 1.8rem; font-weight: 800; background: linear-gradient(135deg, #b48cff, #7c5cbf); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: -0.02em; }
        .my-logo:hover { opacity: 0.85; text-decoration: none; }
        .my-logo small { font-size: 0.7rem; display: block; -webkit-text-fill-color: #7a7f8a; background: none; color: #7a7f8a; font-weight: 400; letter-spacing: 0.02em; }
        .nav-bar { display: flex; gap: 1.6rem; align-items: center; }
        .nav-bar a { font-size: 0.95rem; font-weight: 500; color: #b8c0e0; padding: 0.3rem 0; border-bottom: 2px solid transparent; }
        .nav-bar a:hover { color: #f0f3fa; border-bottom-color: #b48cff; text-decoration: none; }
        .hamburger { display: none; font-size: 1.6rem; cursor: pointer; color: #e3e6ed; background: none; border: none; padding: 0.2rem 0.4rem; }
        .hamburger:focus { outline: 2px solid #b48cff; }
        .breadcrumb { background: #1a1e26; padding: 0.7rem 1.2rem; font-size: 0.85rem; border-bottom: 1px solid #252a34; }
        .breadcrumb a { color: #7a7f8a; }
        .breadcrumb a:hover { color: #b48cff; }
        .breadcrumb span { color: #cdd6f4; }
        .search-section { background: #141820; padding: 1.8rem 1.2rem; border-bottom: 1px solid #252a34; }
        .search-form { display: flex; max-width: 600px; margin: 0 auto; gap: 0.5rem; }
        .search-form input { flex: 1; padding: 0.8rem 1.2rem; border-radius: 40px; border: 1px solid #2a2f3a; background: #1a1e26; color: #e3e6ed; font-size: 1rem; outline: none; transition: border 0.2s; }
        .search-form input:focus { border-color: #b48cff; }
        .search-form button { background: #b48cff; color: #0d0f14; border: none; border-radius: 40px; padding: 0.8rem 1.8rem; font-weight: 600; cursor: pointer; transition: background 0.2s, transform 0.1s; }
        .search-form button:hover { background: #c8a4ff; transform: scale(1.02); }
        .content-wrap { padding: 2.4rem 1.2rem 3rem; }
        .article-body { max-width: 820px; margin: 0 auto; }
        .article-body img { margin: 1.8rem 0; border-radius: 16px; box-shadow: 0 8px 30px rgba(0,0,0,0.5); }
        .article-body .img-caption { font-size: 0.85rem; color: #7a7f8a; text-align: center; margin-top: -1rem; margin-bottom: 1.8rem; }
        .last-updated { display: inline-block; font-size: 0.8rem; color: #7a7f8a; background: #1a1e26; padding: 0.2rem 1rem; border-radius: 40px; margin-bottom: 1.8rem; }
        .stat-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.95rem; background: #1a1e26; border-radius: 12px; overflow: hidden; }
        .stat-table th { background: #252a34; color: #f0f3fa; padding: 0.8rem 1rem; text-align: left; font-weight: 600; }
        .stat-table td { padding: 0.7rem 1rem; border-bottom: 1px solid #252a34; }
        .stat-table tr:last-child td { border-bottom: none; }
        .stat-table tr:hover td { background: #202530; }
        .rating-area { background: #141820; border: 1px solid #2a2f3a; border-radius: 16px; padding: 1.8rem; margin: 2.4rem 0; }
        .rating-stars { display: flex; gap: 0.4rem; font-size: 2rem; color: #4a4f5a; cursor: pointer; direction: rtl; }
        .rating-stars i { transition: color 0.2s, transform 0.1s; }
        .rating-stars i:hover, .rating-stars i:hover ~ i { color: #f5c842; transform: scale(1.1); }
        .rating-stars i.selected { color: #f5c842; }
        .rating-form { display: flex; gap: 0.8rem; flex-wrap: wrap; align-items: center; margin-top: 1rem; }
        .rating-form button { background: #b48cff; color: #0d0f14; border: none; padding: 0.6rem 1.6rem; border-radius: 40px; font-weight: 600; cursor: pointer; transition: background 0.2s; }
        .rating-form button:hover { background: #c8a4ff; }
        .rating-avg { font-size: 1.1rem; color: #f5c842; font-weight: 600; }
        .comment-section { background: #141820; border: 1px solid #2a2f3a; border-radius: 16px; padding: 1.8rem; margin: 2.4rem 0; }
        .comment-section textarea { width: 100%; padding: 1rem; border-radius: 12px; border: 1px solid #2a2f3a; background: #1a1e26; color: #e3e6ed; font-size: 0.95rem; min-height: 100px; resize: vertical; outline: none; font-family: inherit; }
        .comment-section textarea:focus { border-color: #b48cff; }
        .comment-section input[type="text"] { width: 100%; padding: 0.7rem 1rem; border-radius: 12px; border: 1px solid #2a2f3a; background: #1a1e26; color: #e3e6ed; font-size: 0.95rem; outline: none; margin-top: 0.6rem; }
        .comment-section input:focus { border-color: #b48cff; }
        .comment-section button { background: #b48cff; color: #0d0f14; border: none; padding: 0.7rem 2rem; border-radius: 40px; font-weight: 600; cursor: pointer; margin-top: 0.8rem; transition: background 0.2s; }
        .comment-section button:hover { background: #c8a4ff; }
        .site-footer { background: #0f1218; border-top: 1px solid #252a34; padding: 2.4rem 1.2rem 1.8rem; margin-top: 3rem; }
        .footer-inner { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; }
        friend-link { display: block; font-style: normal; }
        friend-link a { display: inline-block; margin-right: 1.4rem; margin-bottom: 0.4rem; font-size: 0.9rem; color: #7a7f8a; }
        friend-link a:hover { color: #b48cff; }
        .copyright { width: 100%; text-align: center; font-size: 0.8rem; color: #4a4f5a; margin-top: 1.8rem; border-top: 1px solid #1a1e26; padding-top: 1.5rem; }
        .copyright strong { color: #6a6f7a; font-weight: 500; }
        @media (max-width: 768px) {
            .hamburger { display: block; }
            .nav-bar { display: none; flex-direction: column; gap: 0.6rem; position: absolute; top: 100%; left: 0; right: 0; background: #141820; padding: 1.2rem 1.6rem; border-bottom: 1px solid #2a2f3a; box-shadow: 0 8px 24px rgba(0,0,0,0.4); }
            .nav-bar.open { display: flex; }
            .nav-bar a { font-size: 1.05rem; padding: 0.4rem 0; }
            .header-inner { flex-wrap: wrap; }
            .search-form { flex-direction: column; }
            .search-form button { width: 100%; }
            .stat-table { font-size: 0.8rem; }
            .stat-table th, .stat-table td { padding: 0.5rem 0.6rem; }
            .footer-inner { flex-direction: column; gap: 1rem; }
            friend-link a { display: block; margin-right: 0; }
            .rating-stars { font-size: 1.6rem; }
        }
        @media (max-width: 480px) {
            .my-logo { font-size: 1.4rem; }
            h1 { font-size: 1.8rem; }
            .content-wrap { padding: 1.6rem 0.8rem; }
            .container { padding: 0 0.8rem; }
        }
        .schema-hidden { display: none; }
