        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
            background: #f8f5f0;
            color: #2c2c2c;
            line-height: 1.7;
            padding: 0 1rem;
        }
        a {
            color: #5c2d91;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #3b1a5e;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1rem;
        }
        header {
            background: linear-gradient(145deg, #2a1a3e 0%, #1f1130 100%);
            color: #f0e6d6;
            padding: 1.2rem 0;
            border-radius: 0 0 24px 24px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
            position: relative;
            z-index: 10;
        }
        .header-inner {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 0.8rem 1.5rem;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 700;
            letter-spacing: 1px;
            background: linear-gradient(135deg, #f0c75e, #e5b94b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 12px rgba(240, 199, 94, 0.25);
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-family: 'Georgia', serif;
        }
        .my-logo i {
            -webkit-text-fill-color: #e5b94b;
            font-size: 2rem;
        }
        .my-logo a {
            color: inherit;
            text-decoration: none;
            -webkit-text-fill-color: transparent;
        }
        .my-logo a:hover {
            text-decoration: none;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .nav-list {
            list-style: none;
            display: flex;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        .nav-list li a {
            color: #f0e6d6;
            padding: 0.5rem 1rem;
            border-radius: 40px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: background 0.25s, color 0.25s;
            display: inline-block;
        }
        .nav-list li a:hover {
            background: rgba(240, 199, 94, 0.18);
            color: #f0c75e;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #f0e6d6;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.5rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(255, 255, 255, 0.08);
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumb {
            padding: 0.8rem 0 0.2rem 0;
            font-size: 0.85rem;
            color: #7a6b8a;
            background: transparent;
        }
        .breadcrumb a {
            color: #7a6b8a;
        }
        .breadcrumb a:hover {
            color: #5c2d91;
        }
        .breadcrumb span {
            margin: 0 0.3rem;
            color: #b0a0c0;
        }
        main {
            padding: 2rem 0 3rem;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
        }
        .article-body {
            background: #fff;
            border-radius: 24px;
            padding: 2.2rem 2.5rem;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
        }
        .sidebar {
            background: #fff;
            border-radius: 24px;
            padding: 1.8rem 1.5rem;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
            height: fit-content;
            position: sticky;
            top: 1.5rem;
        }
        h1 {
            font-size: 2.4rem;
            font-weight: 800;
            color: #1f1130;
            line-height: 1.3;
            margin-bottom: 0.75rem;
            font-family: 'Georgia', serif;
        }
        h2 {
            font-size: 1.8rem;
            font-weight: 700;
            color: #2a1a3e;
            margin-top: 2.5rem;
            margin-bottom: 1rem;
            padding-bottom: 0.4rem;
            border-bottom: 3px solid #f0c75e;
            font-family: 'Georgia', serif;
        }
        h3 {
            font-size: 1.35rem;
            font-weight: 600;
            color: #3b1a5e;
            margin-top: 1.8rem;
            margin-bottom: 0.6rem;
        }
        h4 {
            font-size: 1.1rem;
            font-weight: 600;
            color: #4c2a6e;
            margin-top: 1.2rem;
            margin-bottom: 0.4rem;
        }
        p {
            margin-bottom: 1.1rem;
            color: #3a3a3a;
        }
        .lead {
            font-size: 1.15rem;
            color: #2c2c2c;
            font-weight: 400;
            line-height: 1.8;
        }
        strong {
            color: #1f1130;
        }
        .featured-image {
            margin: 1.8rem 0;
            border-radius: 16px;
            overflow: hidden;
            background: #eae3d8;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }
        .featured-image img {
            width: 100%;
            max-height: 440px;
            object-fit: cover;
        }
        .featured-image figcaption {
            padding: 0.8rem 1.2rem;
            font-size: 0.85rem;
            color: #6a5a7a;
            background: #f8f5f0;
            font-style: italic;
        }
        .sidebar-widget {
            margin-bottom: 2rem;
        }
        .sidebar-widget h3 {
            font-size: 1.1rem;
            margin-top: 0;
            border-bottom: 2px solid #f0c75e;
            padding-bottom: 0.4rem;
            color: #2a1a3e;
        }
        .link-list {
            list-style: none;
            padding: 0;
        }
        .link-list li {
            padding: 0.4rem 0;
            border-bottom: 1px solid #f0ece6;
        }
        .link-list li a {
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .link-list li a i {
            width: 1.2rem;
            color: #e5b94b;
        }
        .search-box {
            display: flex;
            gap: 0.3rem;
            margin: 1rem 0 1.5rem;
        }
        .search-box input[type="text"] {
            flex: 1;
            padding: 0.7rem 1rem;
            border: 2px solid #d6cec4;
            border-radius: 40px;
            font-size: 0.95rem;
            background: #fcfaf7;
            transition: border 0.3s;
            outline: none;
        }
        .search-box input[type="text"]:focus {
            border-color: #5c2d91;
        }
        .search-box button {
            background: #5c2d91;
            color: #fff;
            border: none;
            padding: 0.7rem 1.3rem;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.1s;
            font-size: 0.95rem;
        }
        .search-box button:hover {
            background: #3b1a5e;
            transform: scale(0.97);
        }
        .comment-area,
        .rating-area {
            margin-top: 2.2rem;
            padding-top: 1.8rem;
            border-top: 2px dashed #d6cec4;
        }
        .comment-area h3,
        .rating-area h3 {
            margin-top: 0;
        }
        .comment-form textarea,
        .comment-form input {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 2px solid #d6cec4;
            border-radius: 12px;
            font-size: 0.95rem;
            background: #fcfaf7;
            margin-bottom: 0.8rem;
            font-family: inherit;
            resize: vertical;
            outline: none;
            transition: border 0.3s;
        }
        .comment-form textarea:focus,
        .comment-form input:focus {
            border-color: #5c2d91;
        }
        .comment-form textarea {
            min-height: 90px;
        }
        .comment-form button,
        .rating-form button {
            background: #5c2d91;
            color: #fff;
            border: none;
            padding: 0.65rem 2rem;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.1s;
            font-size: 0.95rem;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            background: #3b1a5e;
            transform: scale(0.97);
        }
        .star-rating {
            display: flex;
            gap: 0.3rem;
            margin: 0.5rem 0 1rem;
            font-size: 1.8rem;
            color: #d6cec4;
            cursor: pointer;
            direction: rtl;
        }
        .star-rating i {
            transition: color 0.2s, transform 0.1s;
        }
        .star-rating i:hover,
        .star-rating i:hover~i {
            color: #f0c75e;
            transform: scale(1.1);
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            color: #d6cec4;
            transition: color 0.2s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label {
            color: #f0c75e;
        }
        .star-rating input:checked~label {
            color: #f0c75e;
        }
        .info-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            font-size: 0.95rem;
        }
        .info-table th {
            background: #2a1a3e;
            color: #f0e6d6;
            padding: 0.7rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        .info-table td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #eae3d8;
        }
        .info-table tr:nth-child(even) td {
            background: #fcfaf7;
        }
        footer {
            background: #1f1130;
            color: #c8b8d8;
            padding: 2.5rem 0 1.5rem;
            border-radius: 24px 24px 0 0;
            margin-top: 2rem;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
        }
        .footer-inner h4 {
            color: #f0c75e;
            margin-top: 0;
            font-size: 1.1rem;
        }
        friend-link {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }
        friend-link a {
            color: #c8b8d8;
            font-size: 0.9rem;
            transition: color 0.2s;
        }
        friend-link a:hover {
            color: #f0c75e;
            text-decoration: none;
        }
        .copyright {
            grid-column: 1 / -1;
            text-align: center;
            padding-top: 1.5rem;
            border-top: 1px solid #3a2a4e;
            margin-top: 1.5rem;
            font-size: 0.85rem;
            color: #9a8aaa;
        }
        .last-updated {
            display: inline-block;
            background: #f0ece6;
            padding: 0.3rem 1rem;
            border-radius: 40px;
            font-size: 0.8rem;
            color: #6a5a7a;
            margin-bottom: 1.2rem;
        }
        @media (max-width: 1024px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                margin-top: 1.5rem;
            }
            .article-body {
                padding: 1.8rem;
            }
        }
        @media (max-width: 768px) {
            body {
                padding: 0 0.6rem;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .hamburger {
                display: block;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #2a1a3e;
                border-radius: 16px;
                padding: 0.8rem 0.5rem;
                margin-top: 0.5rem;
                box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
            }
            #nav-toggle:checked~.nav-list {
                display: flex;
            }
            .nav-list li a {
                padding: 0.6rem 1.2rem;
                width: 100%;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .article-body {
                padding: 1.2rem;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
            .search-box {
                flex-direction: column;
            }
            .search-box button {
                width: 100%;
            }
            .star-rating {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 480px) {
            h1 {
                font-size: 1.5rem;
            }
            .article-body {
                padding: 1rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
            .info-table {
                font-size: 0.8rem;
            }
            .info-table th,
            .info-table td {
                padding: 0.5rem 0.6rem;
            }
        }
        .text-gold {
            color: #e5b94b;
        }
        .highlight-box {
            background: #f8f0e0;
            border-left: 4px solid #f0c75e;
            padding: 1rem 1.5rem;
            border-radius: 0 12px 12px 0;
            margin: 1.2rem 0;
        }
        .emoji-md {
            font-size: 1.2rem;
        }
        .flex-icon-list {
            list-style: none;
            padding: 0;
        }
        .flex-icon-list li {
            display: flex;
            align-items: flex-start;
            gap: 0.6rem;
            margin-bottom: 0.5rem;
        }
        .flex-icon-list li i {
            color: #e5b94b;
            margin-top: 0.2rem;
            min-width: 1.2rem;
        }
        .tag {
            display: inline-block;
            background: #eae3d8;
            padding: 0.2rem 0.8rem;
            border-radius: 40px;
            font-size: 0.75rem;
            color: #4c2a6e;
            font-weight: 600;
            margin-right: 0.3rem;
        }
