        *, *::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;
            line-height: 1.7;
            color: #1e1e2a;
            background: #f8f7f4;
            padding: 0;
            margin: 0;
        }
        img { max-width: 100%; height: auto; display: block; }
        a { color: #b45f2a; text-decoration: none; transition: color 0.2s; }
        a:hover { color: #7a3d1a; text-decoration: underline; }
        h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.25; margin-top: 0; color: #1a1a2e; letter-spacing: -0.01em; }
        h1 { font-size: 2.4rem; margin-bottom: 0.75rem; }
        h2 { font-size: 1.8rem; margin-bottom: 0.6rem; margin-top: 2.4rem; border-bottom: 3px solid #d4a373; padding-bottom: 0.3rem; }
        h3 { font-size: 1.4rem; margin-bottom: 0.4rem; margin-top: 1.8rem; color: #2d2d44; }
        h4 { font-size: 1.15rem; margin-bottom: 0.3rem; margin-top: 1.2rem; color: #3d3d5a; }
        p { margin-bottom: 1rem; }
        ul, ol { margin-bottom: 1rem; padding-left: 1.6rem; }
        li { margin-bottom: 0.35rem; }
        blockquote {
            border-left: 5px solid #d4a373;
            background: #f0ebe3;
            padding: 1rem 1.5rem;
            margin: 1.2rem 0;
            border-radius: 0 8px 8px 0;
            font-style: italic;
            color: #3a3a4e;
        }
        hr { border: none; border-top: 2px dashed #d4c9bc; margin: 2rem 0; }
        .skip-link { position: absolute; top: -100px; left: 8px; background: #b45f2a; color: #fff; padding: 0.5rem 1rem; border-radius: 4px; z-index: 1000; }
        .skip-link:focus { top: 8px; }
        .site-header {
            background: linear-gradient(135deg, #0f0f1a 0%, #1c1c30 100%);
            color: #f0ede8;
            padding: 0.6rem 1.5rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            position: sticky;
            top: 0;
            z-index: 900;
            box-shadow: 0 2px 12px rgba(0,0,0,0.3);
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 800;
            color: #f5d6a8;
            letter-spacing: 1px;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo i { color: #d4a373; font-size: 1.5rem; }
        .my-logo:hover { color: #ffd78a; text-decoration: none; }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f5d6a8;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.25rem 0.5rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover { background: rgba(255,255,255,0.08); }
        .primary-nav {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.2rem 0.8rem;
        }
        .primary-nav a {
            color: #e6ddd0;
            font-weight: 500;
            padding: 0.4rem 0.7rem;
            border-radius: 6px;
            font-size: 0.95rem;
            transition: background 0.2s, color 0.2s;
        }
        .primary-nav a:hover { background: rgba(212, 163, 115, 0.2); color: #f5d6a8; text-decoration: none; }
        .primary-nav a i { margin-right: 0.3rem; font-size: 0.85rem; }
        .breadcrumb-wrap {
            background: #e8e2d9;
            padding: 0.5rem 1.5rem;
            font-size: 0.9rem;
            color: #4a4a5a;
            border-bottom: 1px solid #d4c9bc;
        }
        .breadcrumb-wrap a { color: #7a3d1a; font-weight: 500; }
        .breadcrumb-wrap a:hover { text-decoration: underline; }
        .breadcrumb-wrap span { margin: 0 0.3rem; }
        .page-wrap {
            max-width: 1200px;
            margin: 0 auto;
            padding: 1.5rem 1.5rem 2.5rem;
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2rem;
        }
        .main-content { min-width: 0; }
        .sidebar { position: sticky; top: 5.5rem; align-self: start; }
        .sidebar-card {
            background: #fff;
            border-radius: 12px;
            padding: 1.2rem 1.2rem 1.5rem;
            box-shadow: 0 4px 16px rgba(0,0,0,0.06);
            margin-bottom: 1.5rem;
            border: 1px solid #eae5de;
        }
        .sidebar-card h3 { font-size: 1.15rem; margin-top: 0; border-bottom: 2px solid #d4a373; padding-bottom: 0.4rem; margin-bottom: 0.8rem; color: #1a1a2e; }
        .sidebar-card ul { list-style: none; padding-left: 0; }
        .sidebar-card li { margin-bottom: 0.5rem; border-bottom: 1px solid #f0ebe3; padding-bottom: 0.4rem; }
        .sidebar-card li a { font-weight: 500; display: flex; align-items: center; gap: 0.4rem; }
        .sidebar-card li a i { color: #b45f2a; width: 1.1rem; text-align: center; }
        .rating-stars { display: flex; gap: 0.2rem; font-size: 1.4rem; color: #d4a373; cursor: pointer; margin: 0.6rem 0; }
        .rating-stars i { transition: transform 0.15s, color 0.15s; }
        .rating-stars i:hover { transform: scale(1.2); color: #b45f2a; }
        .feature-image {
            border-radius: 14px;
            overflow: hidden;
            margin: 1.2rem 0 1.8rem;
            box-shadow: 0 6px 24px rgba(0,0,0,0.08);
            background: #eae5de;
        }
        .feature-image img { width: 100%; object-fit: cover; }
        .feature-image figcaption { padding: 0.6rem 1rem; background: #f0ebe3; font-size: 0.88rem; color: #4a4a5a; font-style: italic; }
        .search-form { display: flex; gap: 0.3rem; margin: 1rem 0; }
        .search-form input {
            flex: 1;
            padding: 0.6rem 1rem;
            border: 2px solid #d4c9bc;
            border-radius: 30px;
            font-size: 0.95rem;
            outline: none;
            transition: border-color 0.2s;
            background: #fff;
        }
        .search-form input:focus { border-color: #b45f2a; }
        .search-form button {
            background: #b45f2a;
            color: #fff;
            border: none;
            border-radius: 30px;
            padding: 0.6rem 1.2rem;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.2s;
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .search-form button:hover { background: #7a3d1a; }
        .comment-box, .score-box {
            background: #fff;
            border-radius: 12px;
            padding: 1.2rem 1.5rem 1.5rem;
            box-shadow: 0 4px 16px rgba(0,0,0,0.05);
            border: 1px solid #eae5de;
            margin: 1.8rem 0;
        }
        .comment-box h3, .score-box h3 { margin-top: 0; }
        .comment-box textarea {
            width: 100%;
            padding: 0.8rem;
            border: 2px solid #d4c9bc;
            border-radius: 8px;
            font-size: 0.95rem;
            font-family: inherit;
            resize: vertical;
            min-height: 100px;
            outline: none;
            transition: border-color 0.2s;
        }
        .comment-box textarea:focus { border-color: #b45f2a; }
        .comment-box input[type="text"] {
            width: 100%;
            padding: 0.6rem 0.8rem;
            border: 2px solid #d4c9bc;
            border-radius: 8px;
            font-size: 0.95rem;
            outline: none;
            transition: border-color 0.2s;
            margin-bottom: 0.6rem;
        }
        .comment-box input[type="text"]:focus { border-color: #b45f2a; }
        .btn-submit {
            background: #b45f2a;
            color: #fff;
            border: none;
            border-radius: 30px;
            padding: 0.6rem 1.6rem;
            font-size: 0.95rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .btn-submit:hover { background: #7a3d1a; transform: translateY(-1px); }
        .site-footer {
            background: #0f0f1a;
            color: #c8c0b4;
            padding: 2rem 1.5rem 1.5rem;
            margin-top: 2.5rem;
            border-top: 4px solid #d4a373;
        }
        .footer-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        .site-footer a { color: #d4a373; }
        .site-footer a:hover { color: #f5d6a8; text-decoration: underline; }
        .site-footer h4 { color: #f5d6a8; margin-bottom: 0.6rem; font-size: 1.1rem; border: none; }
        .footer-copy {
            grid-column: 1 / -1;
            text-align: center;
            padding-top: 1.2rem;
            border-top: 1px solid #2a2a3e;
            margin-top: 1rem;
            font-size: 0.88rem;
            color: #8a8a9a;
        }
        friend-link {
            display: block;
            background: #1a1a2e;
            padding: 1rem 1.2rem;
            border-radius: 8px;
            margin: 1.2rem 0 0.6rem;
            border-left: 4px solid #d4a373;
        }
        friend-link a {
            display: inline-block;
            margin-right: 1.2rem;
            margin-bottom: 0.3rem;
        }
        @media (max-width: 900px) {
            .page-wrap { grid-template-columns: 1fr; padding: 1rem 1rem 2rem; }
            .sidebar { position: static; }
            .footer-inner { grid-template-columns: 1fr; gap: 1.2rem; }
            h1 { font-size: 1.9rem; }
            h2 { font-size: 1.5rem; }
        }
        @media (max-width: 700px) {
            .site-header { padding: 0.5rem 1rem; }
            .my-logo { font-size: 1.3rem; }
            .nav-toggle { display: block; }
            .primary-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                padding: 0.8rem 0 0.4rem;
                border-top: 1px solid rgba(255,255,255,0.08);
                margin-top: 0.5rem;
            }
            .primary-nav.open { display: flex; }
            .primary-nav a { padding: 0.5rem 0.6rem; width: 100%; border-radius: 4px; }
            .primary-nav a i { width: 1.2rem; }
            .breadcrumb-wrap { padding: 0.4rem 1rem; font-size: 0.8rem; }
            .feature-image { border-radius: 10px; }
            .comment-box, .score-box { padding: 1rem 1.2rem; }
            .rating-stars { font-size: 1.8rem; justify-content: center; }
            .search-form { flex-direction: column; }
            .search-form button { justify-content: center; }
            friend-link a { display: block; margin-bottom: 0.4rem; }
        }
        @media (min-width: 701px) {
            .primary-nav { display: flex !important; }
        }
        .text-muted { color: #6a6a7e; font-size: 0.9rem; }
        .badge { display: inline-block; background: #d4a373; color: #1a1a2e; padding: 0.15rem 0.6rem; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }
        .mt-1 { margin-top: 1rem; }
        .mb-1 { margin-bottom: 1rem; }
        .flex-center { display: flex; align-items: center; gap: 0.5rem; }
        .gap-1 { gap: 1rem; }
        .score-display { font-size: 2rem; font-weight: 700; color: #b45f2a; }
        .score-display small { font-size: 1rem; font-weight: 400; color: #6a6a7e; }
        .sidebar-card, .comment-box, .score-box { transition: box-shadow 0.25s; }
        .sidebar-card:hover, .comment-box:hover, .score-box:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.07); }
