        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
            background: #0f0e0c;
            color: #e8e0d4;
            line-height: 1.75;
            padding: 0;
            margin: 0;
            min-height: 100vh;
            -webkit-font-smoothing: antialiased;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #f5b342;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffd966;
            text-decoration: underline;
            outline: none;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #f5e7d9;
            margin-top: 2rem;
            margin-bottom: 0.75rem;
        }
        h1 {
            font-size: 2.6rem;
            margin-top: 0.5rem;
            letter-spacing: -0.02em;
        }
        h2 {
            font-size: 2rem;
            border-bottom: 2px solid #c79a6e33;
            padding-bottom: 0.4rem;
            margin-top: 3rem;
        }
        h3 {
            font-size: 1.5rem;
            margin-top: 2.2rem;
        }
        h4 {
            font-size: 1.2rem;
            margin-top: 1.6rem;
            color: #d4c5b2;
        }
        p {
            margin-bottom: 1.2rem;
            color: #d9d0c4;
        }
        strong,
        b {
            color: #f5d7b3;
            font-weight: 600;
        }
        em {
            font-style: italic;
            color: #d4c5b2;
        }
        hr {
            border: none;
            border-top: 1px solid #3a322c;
            margin: 2.5rem 0;
        }
        .container {
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: #1a1612;
            border-bottom: 2px solid #c79a6e33;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(6px);
            background: rgba(15, 14, 12, 0.96);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem 1.5rem;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.03em;
            background: linear-gradient(135deg, #f5b342, #d48c3a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo i {
            -webkit-text-fill-color: #f5b342;
            font-size: 1.6rem;
        }
        .my-logo:hover {
            text-decoration: none;
            opacity: 0.9;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            padding: 0.5rem 1rem;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            color: #d9d0c4;
            transition: background 0.2s, color 0.2s;
            text-decoration: none;
        }
        .main-nav a:hover,
        .main-nav a:focus-visible {
            background: #c79a6e22;
            color: #f5b342;
            text-decoration: none;
        }
        .main-nav a.active {
            background: #c79a6e33;
            color: #f5d7b3;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #f5b342;
            cursor: pointer;
            padding: 0.2rem 0.6rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #c79a6e22;
        }
        .nav-toggle {
            display: none;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.4rem 0.8rem;
            padding: 1rem 0 0.2rem;
            font-size: 0.85rem;
            color: #a89f94;
        }
        .breadcrumb a {
            color: #c79a6e;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            color: #f5b342;
            text-decoration: underline;
        }
        .breadcrumb span.sep {
            color: #6b5e53;
            font-weight: 300;
        }
        .hero {
            padding: 2.5rem 0 1.5rem;
            text-align: center;
        }
        .hero h1 {
            font-size: 3rem;
            max-width: 840px;
            margin: 0 auto 0.8rem;
        }
        .hero p {
            font-size: 1.15rem;
            max-width: 720px;
            margin: 0 auto 1.8rem;
            color: #c7b9aa;
        }
        .hero-img {
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
            margin: 1.8rem auto 0.5rem;
            max-width: 100%;
            border: 1px solid #3a322c;
        }
        .hero-img+figcaption {
            font-size: 0.8rem;
            color: #8a7e72;
            margin-top: 0.5rem;
        }
        .meta-line {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.8rem 2rem;
            font-size: 0.85rem;
            color: #90847a;
            margin-bottom: 1.2rem;
        }
        .meta-line i {
            color: #c79a6e;
            margin-right: 0.3rem;
        }
        section {
            margin: 2.8rem 0;
        }
        .section-inner {
            max-width: 860px;
            margin: 0 auto;
        }
        .highlight-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 1.5rem;
            margin: 2rem 0;
        }
        .highlight-card {
            background: #1f1b17;
            padding: 1.6rem 1.4rem;
            border-radius: 16px;
            border: 1px solid #2f2a24;
            transition: transform 0.2s, box-shadow 0.3s, border-color 0.2s;
        }
        .highlight-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
            border-color: #c79a6e55;
        }
        .highlight-card i {
            font-size: 1.8rem;
            color: #f5b342;
            margin-bottom: 0.6rem;
            display: inline-block;
        }
        .highlight-card h4 {
            margin-top: 0;
            margin-bottom: 0.4rem;
            color: #f5d7b3;
        }
        .highlight-card p {
            font-size: 0.92rem;
            margin-bottom: 0;
            color: #c7b9aa;
        }
        blockquote {
            border-left: 4px solid #f5b342;
            padding: 1.2rem 1.6rem;
            margin: 1.8rem 0;
            background: #1f1b17;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #d9d0c4;
        }
        blockquote cite {
            display: block;
            margin-top: 0.6rem;
            font-size: 0.85rem;
            color: #a89f94;
            font-style: normal;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.8rem 0;
            border-radius: 12px;
            border: 1px solid #2f2a24;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.92rem;
            background: #1a1612;
        }
        th,
        td {
            padding: 0.8rem 1.2rem;
            text-align: left;
            border-bottom: 1px solid #2f2a24;
        }
        th {
            background: #2f2a24;
            color: #f5d7b3;
            font-weight: 600;
        }
        tr:last-child td {
            border-bottom: none;
        }
        tr:hover td {
            background: #2f2a2433;
        }
        .link-cloud {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1rem;
            margin: 1.4rem 0;
        }
        .link-cloud a {
            background: #1f1b17;
            padding: 0.3rem 1rem;
            border-radius: 30px;
            font-size: 0.85rem;
            border: 1px solid #2f2a24;
            transition: background 0.2s, border-color 0.2s;
            text-decoration: none;
            color: #d9d0c4;
        }
        .link-cloud a:hover {
            background: #c79a6e22;
            border-color: #c79a6e77;
            color: #f5b342;
            text-decoration: none;
        }
        .search-section {
            background: #1a1612;
            border-radius: 20px;
            padding: 2.2rem 2rem;
            margin: 2.8rem 0;
            border: 1px solid #2f2a24;
        }
        .search-form {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            max-width: 600px;
            margin: 0 auto;
        }
        .search-form input[type="text"] {
            flex: 1 1 200px;
            padding: 0.8rem 1.2rem;
            border-radius: 40px;
            border: 1px solid #3a322c;
            background: #0f0e0c;
            color: #e8e0d4;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.3s;
        }
        .search-form input[type="text"]:focus {
            border-color: #f5b342;
        }
        .search-form button {
            padding: 0.8rem 2rem;
            border-radius: 40px;
            border: none;
            background: linear-gradient(135deg, #d48c3a, #b8732a);
            color: #fff;
            font-weight: 600;
            cursor: pointer;
            transition: opacity 0.2s, transform 0.1s;
            font-size: 1rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            opacity: 0.9;
            transform: scale(1.02);
        }
        .comment-section {
            background: #1a1612;
            border-radius: 20px;
            padding: 2.2rem 2rem;
            margin: 2.8rem 0;
            border: 1px solid #2f2a24;
        }
        .comment-form textarea {
            width: 100%;
            padding: 1rem 1.2rem;
            border-radius: 16px;
            border: 1px solid #3a322c;
            background: #0f0e0c;
            color: #e8e0d4;
            font-size: 0.95rem;
            min-height: 100px;
            resize: vertical;
            outline: none;
            transition: border-color 0.3s;
            font-family: inherit;
        }
        .comment-form textarea:focus {
            border-color: #f5b342;
        }
        .comment-form .form-row {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            margin-top: 0.8rem;
            align-items: center;
        }
        .comment-form input[type="text"] {
            flex: 1 1 180px;
            padding: 0.7rem 1.2rem;
            border-radius: 40px;
            border: 1px solid #3a322c;
            background: #0f0e0c;
            color: #e8e0d4;
            font-size: 0.95rem;
            outline: none;
            transition: border-color 0.3s;
        }
        .comment-form input[type="text"]:focus {
            border-color: #f5b342;
        }
        .comment-form button {
            padding: 0.7rem 2rem;
            border-radius: 40px;
            border: none;
            background: linear-gradient(135deg, #d48c3a, #b8732a);
            color: #fff;
            font-weight: 600;
            cursor: pointer;
            transition: opacity 0.2s;
            font-size: 0.95rem;
        }
        .comment-form button:hover {
            opacity: 0.9;
        }
        .score-section {
            background: #1a1612;
            border-radius: 20px;
            padding: 2.2rem 2rem;
            margin: 2.8rem 0;
            border: 1px solid #2f2a24;
            text-align: center;
        }
        .score-stars {
            font-size: 2.2rem;
            color: #4a4038;
            cursor: pointer;
            display: inline-flex;
            gap: 0.3rem;
            transition: color 0.2s;
        }
        .score-stars i {
            transition: color 0.2s, transform 0.1s;
        }
        .score-stars i:hover,
        .score-stars i.active {
            color: #f5b342;
            transform: scale(1.1);
        }
        .score-stars i:hover~i {
            color: #4a4038;
        }
        .score-display {
            margin-top: 0.8rem;
            font-size: 1.1rem;
            color: #c7b9aa;
        }
        .site-footer {
            background: #1a1612;
            border-top: 2px solid #2f2a24;
            padding: 2.5rem 0 1.8rem;
            margin-top: 3rem;
        }
        .footer-inner {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
        friend-link {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem 1.8rem;
            font-style: normal;
            padding: 0.8rem 0;
            border-top: 1px solid #2f2a24;
            border-bottom: 1px solid #2f2a24;
        }
        friend-link a {
            color: #c79a6e;
            font-size: 0.9rem;
        }
        friend-link a:hover {
            color: #f5b342;
        }
        .copyright {
            font-size: 0.82rem;
            color: #7a6f64;
            text-align: center;
            padding-top: 0.8rem;
        }
        .copyright a {
            color: #a89f94;
        }
        @media (max-width: 768px) {
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .hero h1 {
                font-size: 2.2rem;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .hamburger {
                display: inline-block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                gap: 0.2rem;
                padding: 0.8rem 0 0.4rem;
                border-top: 1px solid #2f2a24;
                margin-top: 0.4rem;
            }
            .main-nav a {
                padding: 0.6rem 1rem;
                width: 100%;
                border-radius: 8px;
            }
            .nav-toggle:checked~.main-nav {
                display: flex;
            }
            .search-section,
            .comment-section,
            .score-section {
                padding: 1.6rem 1.2rem;
            }
            .highlight-grid {
                grid-template-columns: 1fr;
            }
            .meta-line {
                flex-direction: column;
                align-items: center;
                gap: 0.3rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.9rem;
            }
            h1 {
                font-size: 1.7rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            .hero h1 {
                font-size: 1.8rem;
            }
            .search-form button {
                padding: 0.7rem 1.4rem;
                font-size: 0.9rem;
            }
            .comment-form button {
                padding: 0.7rem 1.4rem;
            }
        }
        .text-center {
            text-align: center;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }
        :target {
            scroll-margin-top: 100px;
        }
        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .fade-up {
            animation: fadeUp 0.6s ease forwards;
        }
