        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #f8f4f0;
            color: #2d2a24;
            line-height: 1.7;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }
        a {
            color: #b4534a;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #8a3a33;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background: linear-gradient(135deg, #4a3f35 0%, #2d2a24 100%);
            color: #f5efe8;
            padding: 16px 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
            position: sticky;
            top: 0;
            z-index: 100;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 12px;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #f5efe8;
            background: linear-gradient(135deg, #e8b87a, #d4946a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            transition: transform 0.2s ease;
            display: inline-block;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
        }
        .my-logo i {
            -webkit-text-fill-color: #e8b87a;
            margin-right: 6px;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 20px;
        }
        .nav-list {
            display: flex;
            list-style: none;
            gap: 8px 18px;
            flex-wrap: wrap;
        }
        .nav-list li a {
            color: #e8ddd3;
            font-weight: 500;
            padding: 6px 10px;
            border-radius: 20px;
            transition: background 0.25s, color 0.25s;
            font-size: 0.94rem;
        }
        .nav-list li a:hover {
            background: rgba(255, 255, 255, 0.12);
            color: #f5efe8;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            font-size: 1.8rem;
            background: none;
            border: none;
            color: #f5efe8;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #3a322c;
                padding: 16px 20px;
                border-radius: 16px;
                margin-top: 12px;
                gap: 6px;
            }
            .nav-list.open {
                display: flex;
            }
            .nav-list li a {
                display: block;
                padding: 10px 12px;
                border-radius: 10px;
            }
            .header-inner {
                align-items: center;
            }
        }
        .breadcrumb {
            background: #ede7e0;
            padding: 10px 0;
            font-size: 0.9rem;
            border-bottom: 1px solid #dcd3c9;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 12px;
            color: #9a8c7e;
            font-weight: 600;
        }
        .breadcrumb a {
            color: #6b5e51;
        }
        .breadcrumb strong {
            color: #2d2a24;
        }
        main {
            flex: 1;
            padding: 40px 0 60px;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1.2;
            color: #2d2a24;
            margin-bottom: 12px;
            letter-spacing: -0.5px;
        }
        h1 i {
            color: #b4534a;
            margin-right: 10px;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            margin-top: 48px;
            margin-bottom: 16px;
            color: #3d342c;
            border-left: 6px solid #b4534a;
            padding-left: 18px;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-top: 32px;
            margin-bottom: 12px;
            color: #4d3f35;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-top: 24px;
            margin-bottom: 8px;
            color: #5c4d40;
        }
        p {
            margin-bottom: 18px;
            font-size: 1.05rem;
            color: #3a342e;
        }
        .lead {
            font-size: 1.2rem;
            font-weight: 400;
            color: #4d3f35;
            background: #f0e9e2;
            padding: 20px 28px;
            border-radius: 16px;
            border-left: 6px solid #b4534a;
            margin-bottom: 32px;
        }
        .emoji-big {
            font-size: 1.4em;
            margin-right: 6px;
        }
        .featured-image {
            margin: 32px 0;
            border-radius: 16px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        }
        .featured-image figcaption {
            font-size: 0.9rem;
            color: #6b5e51;
            margin-top: 8px;
            font-style: italic;
            text-align: center;
        }
        .link-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            gap: 16px;
            margin: 28px 0;
        }
        .link-card {
            background: #fffcf8;
            border: 1px solid #e5dbd1;
            border-radius: 16px;
            padding: 18px 20px;
            transition: transform 0.2s, box-shadow 0.25s;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
        }
        .link-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
            border-color: #b4534a;
        }
        .link-card a {
            font-weight: 600;
            display: block;
        }
        .link-card a i {
            margin-right: 8px;
            color: #b4534a;
        }
        .link-card .desc {
            font-size: 0.9rem;
            color: #6b5e51;
            margin-top: 4px;
        }
        .search-box {
            background: #fffcf8;
            border: 1px solid #e5dbd1;
            border-radius: 60px;
            padding: 4px 4px 4px 24px;
            display: flex;
            align-items: center;
            max-width: 540px;
            margin: 24px 0 32px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        }
        .search-box input {
            flex: 1;
            border: none;
            background: transparent;
            padding: 14px 0;
            font-size: 1rem;
            outline: none;
            color: #2d2a24;
        }
        .search-box input::placeholder {
            color: #9a8c7e;
        }
        .search-box button {
            background: #b4534a;
            border: none;
            color: #fff;
            padding: 12px 28px;
            border-radius: 60px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s;
            font-size: 1rem;
        }
        .search-box button:hover {
            background: #8a3a33;
        }
        .interaction-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 32px;
            margin: 48px 0;
            background: #f0e9e2;
            padding: 36px 32px;
            border-radius: 24px;
        }
        @media (max-width: 700px) {
            .interaction-section {
                grid-template-columns: 1fr;
                padding: 24px 18px;
            }
        }
        .comment-box textarea,
        .score-box select {
            width: 100%;
            padding: 14px 18px;
            border: 1px solid #dcd3c9;
            border-radius: 16px;
            font-size: 1rem;
            background: #fffcf8;
            color: #2d2a24;
            transition: border 0.2s;
        }
        .comment-box textarea:focus,
        .score-box select:focus {
            border-color: #b4534a;
            outline: none;
        }
        .comment-box textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn-primary {
            background: #b4534a;
            color: #fff;
            border: none;
            padding: 12px 32px;
            border-radius: 60px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .btn-primary:hover {
            background: #8a3a33;
            transform: translateY(-2px);
        }
        .btn-secondary {
            background: #e5dbd1;
            color: #2d2a24;
            border: none;
            padding: 12px 32px;
            border-radius: 60px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s;
        }
        .btn-secondary:hover {
            background: #d4c8bb;
        }
        footer {
            background: #2d2a24;
            color: #dcd3c9;
            padding: 40px 0 32px;
            margin-top: 40px;
        }
        footer a {
            color: #e8b87a;
        }
        footer a:hover {
            color: #f5efe8;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 32px;
            margin-bottom: 32px;
        }
        .footer-grid h4 {
            color: #f5efe8;
            margin-top: 0;
            font-size: 1.1rem;
        }
        friend-link {
            display: block;
            margin-top: 10px;
        }
        friend-link a {
            display: inline-block;
            margin-right: 20px;
            padding: 4px 0;
        }
        .copyright {
            border-top: 1px solid #4a3f35;
            padding-top: 24px;
            text-align: center;
            font-size: 0.9rem;
            color: #9a8c7e;
        }
        @media (max-width: 600px) {
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            .container {
                padding: 0 14px;
            }
            .lead {
                padding: 16px 18px;
                font-size: 1.05rem;
            }
        }
        .highlight-box {
            background: #fffcf8;
            border-radius: 20px;
            padding: 28px 30px;
            border: 1px solid #e5dbd1;
            margin: 32px 0;
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 16px;
            margin: 24px 0;
        }
        .stat-item {
            background: #f0e9e2;
            border-radius: 16px;
            padding: 20px 16px;
            text-align: center;
        }
        .stat-item .num {
            font-size: 2.4rem;
            font-weight: 800;
            color: #b4534a;
            display: block;
        }
        .stat-item .label {
            font-size: 0.95rem;
            color: #6b5e51;
        }
        .toc {
            background: #f0e9e2;
            border-radius: 20px;
            padding: 24px 28px;
            margin: 24px 0 32px;
        }
        .toc ol {
            padding-left: 24px;
            columns: 2;
            column-gap: 32px;
        }
        .toc li {
            margin-bottom: 6px;
        }
        .toc a {
            font-weight: 500;
        }
        @media (max-width: 600px) {
            .toc ol {
                columns: 1;
            }
        }
        blockquote {
            border-left: 6px solid #b4534a;
            padding: 16px 24px;
            margin: 24px 0;
            background: #f5efe8;
            border-radius: 0 16px 16px 0;
            font-style: italic;
            color: #4d3f35;
        }
        blockquote cite {
            display: block;
            margin-top: 8px;
            font-style: normal;
            font-weight: 600;
            color: #6b5e51;
        }
        hr {
            border: none;
            height: 2px;
            background: linear-gradient(to right, transparent, #dcd3c9, transparent);
            margin: 40px 0;
        }
