        *,
        *::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, sans-serif;
            background: #f5f0eb;
            color: #2d2a24;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        a {
            color: #6b3fa0;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover,
        a:focus {
            color: #4a2a75;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #1e1b16;
            margin-top: 1.2em;
            margin-bottom: 0.5em;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.4em;
        }
        h2 {
            font-size: 1.8rem;
            border-bottom: 3px solid #c8a96e;
            padding-bottom: 0.2em;
        }
        h3 {
            font-size: 1.4rem;
            color: #3d2e1e;
        }
        h4 {
            font-size: 1.15rem;
            color: #5a4a38;
        }
        p {
            margin-bottom: 1.2em;
        }
        ul,
        ol {
            margin-bottom: 1.2em;
            padding-left: 1.8em;
        }
        li {
            margin-bottom: 0.4em;
        }
        blockquote {
            border-left: 4px solid #c8a96e;
            padding-left: 1.2em;
            margin: 1.2em 0;
            background: #f0e8dd;
            padding: 0.8em 1.2em;
            border-radius: 0 8px 8px 0;
            font-style: italic;
        }
        hr {
            border: none;
            border-top: 2px dashed #d4c5b2;
            margin: 2em 0;
        }
        .skip-link {
            position: absolute;
            top: -100%;
            left: 1rem;
            background: #6b3fa0;
            color: #fff;
            padding: 0.6rem 1.2rem;
            border-radius: 0 0 8px 8px;
            z-index: 10000;
            font-weight: 600;
        }
        .skip-link:focus {
            top: 0;
        }
        .site-header {
            background: linear-gradient(135deg, #1e1b16 0%, #2d241a 100%);
            color: #f5f0eb;
            padding: 0.6rem 1.2rem;
            position: sticky;
            top: 0;
            z-index: 999;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        .header-inner {
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.6rem;
        }
        .my-logo {
            font-size: 1.6rem;
            font-weight: 800;
            color: #f5e6c8;
            letter-spacing: 1px;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
            transition: opacity 0.2s;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none;
        }
        .my-logo .logo-icon {
            font-size: 1.8rem;
        }
        .my-logo .logo-sub {
            font-size: 0.7rem;
            font-weight: 400;
            color: #c8a96e;
            display: block;
            letter-spacing: 2px;
            text-transform: uppercase;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f5e6c8;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .main-nav {
            display: flex;
            gap: 1.2rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .main-nav a {
            color: #e8ddd0;
            font-weight: 500;
            padding: 0.3rem 0.6rem;
            border-radius: 6px;
            transition: background 0.2s, color 0.2s;
            font-size: 0.95rem;
        }
        .main-nav a:hover,
        .main-nav a:focus {
            background: rgba(200, 169, 110, 0.25);
            color: #f5e6c8;
            text-decoration: none;
        }
        .main-nav a.active {
            background: #c8a96e;
            color: #1e1b16;
        }
        .breadcrumb-wrap {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0.6rem 1.2rem;
            font-size: 0.85rem;
            color: #6b5d4e;
        }
        .breadcrumb-wrap ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.8rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumb-wrap li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #b8a48e;
            font-size: 1.1rem;
        }
        .breadcrumb-wrap a {
            color: #6b3fa0;
        }
        .breadcrumb-wrap .current {
            color: #3d2e1e;
            font-weight: 600;
        }
        .page-wrap {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 1.2rem 2rem;
            display: grid;
            grid-template-columns: 1fr 320px;
            gap: 2.4rem;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            position: relative;
        }
        .sidebar-inner {
            position: sticky;
            top: 90px;
        }
        .search-box {
            background: #fff;
            border-radius: 12px;
            padding: 1.2rem 1.4rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            margin-bottom: 1.6rem;
        }
        .search-box form {
            display: flex;
            gap: 0.6rem;
        }
        .search-box input[type="text"] {
            flex: 1;
            padding: 0.7rem 1rem;
            border: 2px solid #ddd2c4;
            border-radius: 8px;
            font-size: 0.95rem;
            background: #faf8f5;
            transition: border 0.2s;
            outline: none;
        }
        .search-box input[type="text"]:focus {
            border-color: #6b3fa0;
            background: #fff;
        }
        .search-box button {
            background: #6b3fa0;
            color: #fff;
            border: none;
            border-radius: 8px;
            padding: 0.7rem 1.4rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            font-size: 0.95rem;
        }
        .search-box button:hover {
            background: #4a2a75;
        }
        .sidebar-widget {
            background: #fff;
            border-radius: 12px;
            padding: 1.2rem 1.4rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            margin-bottom: 1.6rem;
        }
        .sidebar-widget h3 {
            font-size: 1.1rem;
            margin-top: 0;
            margin-bottom: 0.8rem;
            border-bottom: 2px solid #eee5da;
            padding-bottom: 0.4rem;
        }
        .sidebar-widget ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sidebar-widget li {
            padding: 0.3rem 0;
            border-bottom: 1px solid #f0ebe4;
        }
        .sidebar-widget li:last-child {
            border-bottom: none;
        }
        .sidebar-widget a {
            display: block;
            padding: 0.3rem 0;
            font-size: 0.92rem;
        }
        .featured-image {
            margin: 1.8em 0 1.2em;
            border-radius: 14px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
            background: #e8ddd0;
        }
        .featured-image figcaption {
            padding: 0.6rem 1rem;
            font-size: 0.85rem;
            color: #5a4a38;
            background: #f5f0eb;
            border-radius: 0 0 14px 14px;
            text-align: center;
            font-style: italic;
        }
        .interaction-area {
            background: #fff;
            border-radius: 14px;
            padding: 1.8rem 2rem;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            margin: 2.4em 0 1.6em;
        }
        .interaction-area h3 {
            margin-top: 0;
        }
        .comment-form textarea {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 2px solid #ddd2c4;
            border-radius: 8px;
            font-size: 0.95rem;
            background: #faf8f5;
            resize: vertical;
            min-height: 100px;
            font-family: inherit;
            transition: border 0.2s;
            outline: none;
        }
        .comment-form textarea:focus {
            border-color: #6b3fa0;
            background: #fff;
        }
        .comment-form .form-row {
            display: flex;
            gap: 0.8rem;
            flex-wrap: wrap;
            margin-top: 0.8rem;
        }
        .comment-form input[type="text"],
        .comment-form input[type="email"] {
            flex: 1;
            min-width: 180px;
            padding: 0.7rem 1rem;
            border: 2px solid #ddd2c4;
            border-radius: 8px;
            font-size: 0.9rem;
            background: #faf8f5;
            outline: none;
            transition: border 0.2s;
        }
        .comment-form input:focus {
            border-color: #6b3fa0;
            background: #fff;
        }
        .comment-form .btn-primary {
            background: #6b3fa0;
            color: #fff;
            border: none;
            border-radius: 8px;
            padding: 0.7rem 2rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            font-size: 0.95rem;
        }
        .comment-form .btn-primary:hover {
            background: #4a2a75;
        }
        .rating-section {
            margin-top: 1.6rem;
            padding-top: 1.2rem;
            border-top: 2px solid #eee5da;
        }
        .rating-stars {
            display: flex;
            gap: 0.4rem;
            font-size: 2rem;
            direction: rtl;
            justify-content: flex-end;
        }
        .rating-stars input {
            display: none;
        }
        .rating-stars label {
            cursor: pointer;
            color: #ddd2c4;
            transition: color 0.2s;
            font-size: 2rem;
        }
        .rating-stars label:hover,
        .rating-stars label:hover~label,
        .rating-stars input:checked~label {
            color: #f5b342;
        }
        .rating-form .btn-secondary {
            background: #c8a96e;
            color: #1e1b16;
            border: none;
            border-radius: 8px;
            padding: 0.6rem 1.6rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            font-size: 0.9rem;
            margin-top: 0.6rem;
        }
        .rating-form .btn-secondary:hover {
            background: #b89450;
        }
        .site-footer {
            background: linear-gradient(135deg, #1e1b16 0%, #2d241a 100%);
            color: #d4c5b2;
            padding: 2.4rem 1.2rem 1.2rem;
            margin-top: 2rem;
        }
        .footer-inner {
            max-width: 1280px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        .footer-inner h4 {
            color: #f5e6c8;
            margin-top: 0;
            font-size: 1.1rem;
        }
        .footer-inner a {
            color: #c8a96e;
        }
        .footer-inner a:hover {
            color: #e8d5b0;
        }
        .footer-links {
            list-style: none;
            padding: 0;
        }
        .footer-links li {
            padding: 0.25rem 0;
        }
        .footer-bottom {
            max-width: 1280px;
            margin: 1.6rem auto 0;
            padding-top: 1.2rem;
            border-top: 1px solid #3d342a;
            text-align: center;
            font-size: 0.85rem;
            color: #a89884;
        }
        friend-link {
            display: block;
            margin: 0.8rem 0;
            font-size: 0.9rem;
        }
        friend-link a {
            margin: 0 0.6rem 0 0;
        }
        @media (max-width: 1024px) {
            .page-wrap {
                grid-template-columns: 1fr;
            }
            .sidebar-inner {
                position: static;
            }
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                gap: 0.4rem;
                padding: 0.8rem 0 0.4rem;
                border-top: 1px solid rgba(255, 255, 255, 0.1);
                margin-top: 0.6rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.6rem 0.8rem;
                font-size: 1rem;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.2rem;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 1.4rem;
            }
            .interaction-area {
                padding: 1.2rem 1rem;
            }
            .rating-stars {
                font-size: 1.6rem;
                justify-content: center;
            }
            .rating-stars label {
                font-size: 1.6rem;
            }
            .header-inner {
                gap: 0.4rem;
            }
        }
        @media (max-width: 480px) {
            .search-box form {
                flex-direction: column;
            }
            .comment-form .form-row {
                flex-direction: column;
            }
            .comment-form input[type="text"],
            .comment-form input[type="email"] {
                min-width: auto;
            }
            .my-logo {
                font-size: 1.2rem;
            }
            .my-logo .logo-sub {
                font-size: 0.6rem;
            }
        }
        .text-muted {
            color: #6b5d4e;
            font-size: 0.9rem;
        }
        .last-updated {
            display: inline-block;
            background: #e8ddd0;
            padding: 0.2rem 1rem;
            border-radius: 20px;
            font-size: 0.8rem;
            color: #3d2e1e;
            margin-bottom: 0.8rem;
        }
        .table-of-contents {
            background: #f0e8dd;
            border-radius: 12px;
            padding: 1.2rem 1.6rem;
            margin: 1.6em 0;
        }
        .table-of-contents ol {
            margin: 0;
            padding-left: 1.4em;
        }
        .table-of-contents a {
            color: #4a2a75;
        }
        .highlight-box {
            background: #fcf8f2;
            border-left: 4px solid #c8a96e;
            padding: 1rem 1.4rem;
            border-radius: 0 10px 10px 0;
            margin: 1.2em 0;
        }
        .emoji-big {
            font-size: 1.8rem;
            margin-right: 0.4rem;
        }
        .tag {
            display: inline-block;
            background: #c8a96e;
            color: #1e1b16;
            padding: 0.15rem 0.8rem;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
