* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #f7f5f2;
            color: #1e1e2a;
            line-height: 1.7;
            font-size: 1.05rem;
        }
        a {
            color: #6a2c91;
            text-decoration: underline;
            transition: color 0.2s;
        }
        a:hover {
            color: #9b4dca;
            text-decoration: none;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(135deg, #1a1a2e 0%, #2d1b4e 100%);
            padding: 16px 0;
            border-bottom: 4px solid #f5a623;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 900;
            color: #fff;
            text-decoration: none;
            letter-spacing: -0.5px;
            background: linear-gradient(90deg, #f5a623, #f7c948);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 10px rgba(245, 166, 35, 0.3);
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .my-logo i {
            -webkit-text-fill-color: #f5a623;
            font-size: 1.8rem;
        }
        .my-logo:hover {
            opacity: 0.9;
        }
        .nav-list {
            display: flex;
            list-style: none;
            gap: 12px;
            align-items: center;
            flex-wrap: wrap;
        }
        .nav-list a {
            color: #f0e6ff;
            text-decoration: none;
            padding: 8px 16px;
            border-radius: 40px;
            font-weight: 500;
            font-size: 0.95rem;
            transition: background 0.25s, color 0.25s;
            display: block;
        }
        .nav-list a:hover {
            background: rgba(245, 166, 35, 0.2);
            color: #f5a623;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 4px 12px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .breadcrumb {
            background: #fff;
            padding: 12px 0;
            border-bottom: 1px solid #e8e3de;
            font-size: 0.9rem;
            color: #5b5b6b;
        }
        .breadcrumb a {
            color: #6a2c91;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb span {
            color: #9e9eae;
        }
        main {
            padding: 40px 0 60px;
        }
        article h1 {
            font-size: 2.6rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 16px;
            color: #1a1a2e;
            letter-spacing: -0.5px;
        }
        article h2 {
            font-size: 1.9rem;
            font-weight: 700;
            margin-top: 48px;
            margin-bottom: 16px;
            padding-bottom: 8px;
            border-bottom: 3px solid #f5a623;
            color: #1a1a2e;
        }
        article h3 {
            font-size: 1.4rem;
            font-weight: 600;
            margin-top: 32px;
            margin-bottom: 12px;
            color: #2d1b4e;
        }
        article h4 {
            font-size: 1.15rem;
            font-weight: 600;
            margin-top: 24px;
            margin-bottom: 8px;
            color: #3d2b5e;
        }
        article p {
            margin-bottom: 18px;
        }
        .meta-info {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            color: #5b5b6b;
            font-size: 0.95rem;
            margin-bottom: 28px;
            padding-bottom: 16px;
            border-bottom: 1px solid #e8e3de;
        }
        .meta-info i {
            margin-right: 6px;
            color: #f5a623;
        }
        .featured-image {
            margin: 28px 0 32px;
            border-radius: 16px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        }
        .featured-image img {
            width: 100%;
            border-radius: 16px;
        }
        .featured-image figcaption {
            text-align: center;
            font-size: 0.9rem;
            color: #6b6b7b;
            margin-top: 10px;
            font-style: italic;
        }
        .highlight-box {
            background: linear-gradient(145deg, #f9f5ff, #f0e8ff);
            border-left: 5px solid #9b4dca;
            padding: 20px 24px;
            border-radius: 12px;
            margin: 28px 0;
        }
        .highlight-box strong {
            color: #2d1b4e;
        }
        .search-section {
            background: #fff;
            border-radius: 16px;
            padding: 32px 28px;
            margin: 40px 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
            border: 1px solid #e8e3de;
        }
        .search-section h3 {
            margin-top: 0;
        }
        .search-form {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: 12px;
        }
        .search-form input {
            flex: 1;
            min-width: 200px;
            padding: 14px 20px;
            border: 2px solid #ddd8e0;
            border-radius: 40px;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.3s;
        }
        .search-form input:focus {
            border-color: #9b4dca;
        }
        .search-form button {
            padding: 14px 32px;
            background: #6a2c91;
            color: #fff;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.1s;
        }
        .search-form button:hover {
            background: #9b4dca;
            transform: scale(1.02);
        }
        .comments-section {
            background: #fff;
            border-radius: 16px;
            padding: 32px 28px;
            margin: 40px 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
            border: 1px solid #e8e3de;
        }
        .comment-form textarea {
            width: 100%;
            padding: 16px 20px;
            border: 2px solid #ddd8e0;
            border-radius: 16px;
            font-size: 1rem;
            font-family: inherit;
            resize: vertical;
            min-height: 100px;
            outline: none;
            transition: border-color 0.3s;
        }
        .comment-form textarea:focus {
            border-color: #9b4dca;
        }
        .comment-form input[type="text"] {
            width: 100%;
            padding: 14px 20px;
            border: 2px solid #ddd8e0;
            border-radius: 40px;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.3s;
            margin: 10px 0 14px;
        }
        .comment-form input:focus {
            border-color: #9b4dca;
        }
        .comment-form button {
            padding: 14px 36px;
            background: #f5a623;
            color: #1a1a2e;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.1s;
        }
        .comment-form button:hover {
            background: #f7c948;
            transform: scale(1.02);
        }
        .rating-section {
            background: #fff;
            border-radius: 16px;
            padding: 32px 28px;
            margin: 40px 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
            border: 1px solid #e8e3de;
            text-align: center;
        }
        .stars {
            display: flex;
            justify-content: center;
            gap: 8px;
            font-size: 2.4rem;
            color: #ddd8e0;
            cursor: pointer;
            margin: 12px 0 18px;
            transition: color 0.2s;
        }
        .stars i {
            transition: color 0.2s, transform 0.1s;
        }
        .stars i:hover {
            transform: scale(1.2);
        }
        .stars i.active,
        .stars i.hovered {
            color: #f5a623;
        }
        .rating-section button {
            padding: 12px 36px;
            background: #6a2c91;
            color: #fff;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.1s;
        }
        .rating-section button:hover {
            background: #9b4dca;
            transform: scale(1.02);
        }
        #rating-feedback {
            margin-top: 12px;
            font-weight: 500;
            color: #2d1b4e;
        }
        .site-footer {
            background: #1a1a2e;
            color: #c8c8d8;
            padding: 40px 0 24px;
            border-top: 4px solid #f5a623;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 32px;
            margin-bottom: 28px;
        }
        .footer-inner h4 {
            color: #f5a623;
            margin-bottom: 12px;
            font-size: 1.1rem;
        }
        friend-link {
            display: block;
            margin-top: 6px;
        }
        friend-link a {
            color: #c8c8d8;
            text-decoration: none;
            display: block;
            padding: 4px 0;
            transition: color 0.2s;
        }
        friend-link a:hover {
            color: #f5a623;
        }
        .copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid #2d2d4e;
            font-size: 0.9rem;
            color: #8888a0;
        }
        .copyright a {
            color: #f5a623;
            text-decoration: none;
        }
        @media (max-width: 768px) {
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: rgba(26, 26, 46, 0.98);
                padding: 16px 0 20px;
                border-radius: 0 0 16px 16px;
                margin-top: 12px;
                gap: 4px;
            }
            .nav-list.show {
                display: flex;
            }
            .nav-toggle {
                display: block;
            }
            .header-inner {
                align-items: center;
            }
            article h1 {
                font-size: 1.9rem;
            }
            article h2 {
                font-size: 1.5rem;
            }
            article h3 {
                font-size: 1.2rem;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .search-form input {
                min-width: 140px;
            }
            .stars {
                font-size: 2rem;
            }
            .meta-info {
                flex-direction: column;
                gap: 8px;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 14px;
            }
            .my-logo {
                font-size: 1.6rem;
            }
            article h1 {
                font-size: 1.6rem;
            }
            .search-section,
            .comments-section,
            .rating-section {
                padding: 20px 16px;
            }
        }
        .text-muted {
            color: #6b6b7b;
        }
        .mt-2 {
            margin-top: 16px;
        }
        .mb-2 {
            margin-bottom: 16px;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .tag {
            display: inline-block;
            background: #f0e8ff;
            color: #6a2c91;
            padding: 2px 14px;
            border-radius: 40px;
            font-size: 0.85rem;
            font-weight: 500;
        }
