        *,
        *::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, 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.7;
            color: #1e1e2a;
            background: #faf8f5;
            padding: 0;
            margin: 0;
            -webkit-font-smoothing: antialiased;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #b34180;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover,
        a:focus {
            color: #6d1f52;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: 1.25;
            margin-top: 0;
            color: #1a1a2e;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(135deg, #1a1a2e 0%, #2d1b3a 100%);
            color: #fff;
            padding: 0 0 12px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 12px 20px;
            max-width: 1200px;
            margin: 0 auto;
            gap: 10px;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 800;
            color: #f7c5e0;
            text-decoration: none;
            letter-spacing: -0.5px;
            background: linear-gradient(to right, #f7c5e0, #ffb3d9);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            transition: opacity 0.2s;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none;
        }
        .my-logo small {
            font-size: 0.75rem;
            font-weight: 400;
            -webkit-text-fill-color: #aaa;
            color: #aaa;
            display: block;
            letter-spacing: 1px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid rgba(255, 255, 255, 0.3);
            color: #fff;
            font-size: 1.5rem;
            padding: 6px 14px;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .main-nav {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
            align-items: center;
        }
        .main-nav a {
            color: #e8d5f0;
            padding: 6px 14px;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: all 0.2s;
            white-space: nowrap;
        }
        .main-nav a:hover,
        .main-nav a.active {
            background: rgba(255, 255, 255, 0.15);
            color: #fff;
            text-decoration: none;
        }
        .main-nav a i {
            margin-right: 4px;
            font-size: 0.8rem;
        }
        .breadcrumb {
            background: rgba(255, 255, 255, 0.05);
            padding: 6px 20px;
            font-size: 0.8rem;
            color: #b8a9c4;
            max-width: 1200px;
            margin: 0 auto;
        }
        .breadcrumb a {
            color: #d4b8e6;
        }
        .breadcrumb a:hover {
            color: #fff;
        }
        .breadcrumb span {
            color: #e8d5f0;
        }
        .main-content {
            padding: 30px 0 50px;
        }
        article {
            background: #fff;
            border-radius: 20px;
            padding: 30px 30px 40px;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.05);
            margin-bottom: 40px;
        }
        article h1 {
            font-size: 2.4rem;
            margin-bottom: 0.4rem;
            color: #1a1a2e;
            line-height: 1.15;
        }
        article .subhead {
            font-size: 1.1rem;
            color: #6b5b7a;
            margin-bottom: 1.8rem;
            border-bottom: 2px solid #f0e8f5;
            padding-bottom: 1rem;
        }
        article h2 {
            font-size: 1.8rem;
            margin-top: 2.8rem;
            margin-bottom: 1rem;
            color: #2d1b3a;
            border-left: 5px solid #b34180;
            padding-left: 16px;
        }
        article h3 {
            font-size: 1.4rem;
            margin-top: 2rem;
            margin-bottom: 0.8rem;
            color: #3d264d;
        }
        article h4 {
            font-size: 1.15rem;
            margin-top: 1.5rem;
            margin-bottom: 0.5rem;
            color: #4d3360;
            font-weight: 600;
        }
        article p {
            margin-bottom: 1.2rem;
            color: #2c2c3a;
        }
        article ul,
        article ol {
            margin-bottom: 1.2rem;
        }
        article li {
            margin-bottom: 0.4rem;
        }
        .featured-image {
            border-radius: 16px;
            overflow: hidden;
            margin: 1.8rem 0;
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
        }
        .featured-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .featured-image figcaption {
            padding: 10px 16px;
            background: #f7f2fc;
            font-size: 0.85rem;
            color: #5a4a6a;
            font-style: italic;
        }
        .update-badge {
            display: inline-block;
            background: #e8ddf0;
            color: #3d264d;
            padding: 4px 16px;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }
        .highlight-box {
            background: #f7f0fc;
            border-left: 5px solid #b34180;
            padding: 16px 20px;
            border-radius: 0 12px 12px 0;
            margin: 1.5rem 0;
        }
        .highlight-box strong {
            color: #2d1b3a;
        }
        .inline-link {
            font-weight: 600;
            color: #b34180;
        }
        .search-section {
            background: #fff;
            border-radius: 20px;
            padding: 24px 30px;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.05);
            margin-bottom: 30px;
        }
        .search-section h2 {
            font-size: 1.4rem;
            margin-bottom: 0.8rem;
            color: #1a1a2e;
        }
        .search-form {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
        .search-form input[type="text"] {
            flex: 1;
            min-width: 200px;
            padding: 12px 18px;
            border: 2px solid #e0d6e8;
            border-radius: 40px;
            font-size: 1rem;
            background: #faf8fc;
            transition: border 0.2s;
        }
        .search-form input[type="text"]:focus {
            outline: none;
            border-color: #b34180;
            background: #fff;
        }
        .search-form button {
            background: #b34180;
            color: #fff;
            border: none;
            padding: 12px 28px;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-form button:hover {
            background: #8f2d66;
            transform: scale(1.02);
        }
        .search-form button i {
            font-size: 1rem;
        }
        .interaction-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 30px 0 40px;
        }
        .comment-section,
        .rating-section {
            background: #fff;
            border-radius: 20px;
            padding: 24px 28px;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.05);
        }
        .comment-section h2,
        .rating-section h2 {
            font-size: 1.3rem;
            margin-bottom: 1rem;
            color: #1a1a2e;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .comment-form textarea,
        .comment-form input {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #e0d6e8;
            border-radius: 12px;
            font-size: 0.95rem;
            font-family: inherit;
            background: #faf8fc;
            transition: border 0.2s;
            margin-bottom: 12px;
        }
        .comment-form textarea:focus,
        .comment-form input:focus {
            outline: none;
            border-color: #b34180;
            background: #fff;
        }
        .comment-form textarea {
            min-height: 80px;
            resize: vertical;
        }
        .comment-form button,
        .rating-form button {
            background: #b34180;
            color: #fff;
            border: none;
            padding: 10px 28px;
            border-radius: 40px;
            font-size: 0.95rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            background: #8f2d66;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 4px;
            margin: 10px 0 16px;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 2rem;
            color: #ddd;
            cursor: pointer;
            transition: color 0.2s, transform 0.1s;
        }
        .star-rating label i {
            font-size: 2rem;
        }
        .star-rating input:checked~label,
        .star-rating label:hover,
        .star-rating label:hover~label {
            color: #f5b342;
        }
        .star-rating label:hover {
            transform: scale(1.2);
        }
        .rating-form {
            display: flex;
            flex-direction: column;
        }
        .rating-form .form-row {
            display: flex;
            gap: 12px;
            align-items: center;
            flex-wrap: wrap;
        }
        .rating-form input[type="text"] {
            flex: 1;
            min-width: 140px;
            padding: 10px 16px;
            border: 2px solid #e0d6e8;
            border-radius: 12px;
            font-size: 0.95rem;
            background: #faf8fc;
        }
        .rating-form input[type="text"]:focus {
            outline: none;
            border-color: #b34180;
        }
        friend-link {
            display: block;
            background: #1a1a2e;
            color: #e8d5f0;
            padding: 28px 20px 24px;
            border-radius: 20px;
            margin-top: 30px;
            text-align: center;
        }
        friend-link .fl-title {
            font-size: 1.1rem;
            font-weight: 700;
            color: #f7c5e0;
            margin-bottom: 14px;
            letter-spacing: 1px;
        }
        friend-link .fl-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px 18px;
            max-width: 1000px;
            margin: 0 auto;
        }
        friend-link .fl-list a {
            color: #d4b8e6;
            font-size: 0.9rem;
            padding: 4px 8px;
            border-radius: 6px;
            transition: background 0.2s, color 0.2s;
        }
        friend-link .fl-list a:hover {
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            text-decoration: none;
        }
        .site-footer {
            background: #0f0f1a;
            color: #b8a9c4;
            padding: 28px 20px 20px;
            text-align: center;
            font-size: 0.85rem;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }
        .site-footer .copyright {
            margin-top: 10px;
            color: #7a6b88;
        }
        .site-footer a {
            color: #d4b8e6;
        }
        .site-footer a:hover {
            color: #fff;
        }
        @media (max-width: 900px) {
            article h1 {
                font-size: 1.9rem;
            }
            article h2 {
                font-size: 1.5rem;
            }
            article h3 {
                font-size: 1.2rem;
            }
            .interaction-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            article {
                padding: 20px 18px 30px;
            }
            .search-section {
                padding: 18px 20px;
            }
            .comment-section,
            .rating-section {
                padding: 18px 20px;
            }
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: rgba(26, 26, 46, 0.98);
                padding: 12px 0 16px;
                border-radius: 0 0 16px 16px;
                gap: 2px;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 10px 20px;
                border-radius: 0;
                border-bottom: 1px solid rgba(255, 255, 255, 0.05);
                width: 100%;
                text-align: left;
            }
            .header-inner {
                padding: 10px 16px;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .breadcrumb {
                font-size: 0.7rem;
                padding: 4px 16px;
                overflow-x: auto;
                white-space: nowrap;
            }
            article h1 {
                font-size: 1.6rem;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form input[type="text"] {
                min-width: auto;
            }
            .star-rating label {
                font-size: 1.8rem;
            }
            .star-rating label i {
                font-size: 1.8rem;
            }
            .rating-form .form-row {
                flex-direction: column;
                align-items: stretch;
            }
            friend-link .fl-list {
                gap: 6px 12px;
            }
            friend-link .fl-list a {
                font-size: 0.8rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 12px;
            }
            article {
                padding: 14px 14px 24px;
                border-radius: 14px;
            }
            article h1 {
                font-size: 1.4rem;
            }
            article h2 {
                font-size: 1.25rem;
                padding-left: 12px;
            }
            article h3 {
                font-size: 1.05rem;
            }
            .search-section {
                padding: 14px 16px;
            }
            .comment-section,
            .rating-section {
                padding: 14px 16px;
            }
            .comment-form button,
            .rating-form button {
                width: 100%;
                justify-content: center;
            }
            .site-footer {
                font-size: 0.75rem;
                padding: 20px 12px 16px;
            }
        }
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .main-content>* {
            animation: fadeInUp 0.5s ease-out both;
        }
        .main-content>*:nth-child(1) {
            animation-delay: 0.05s;
        }
        .main-content>*:nth-child(2) {
            animation-delay: 0.1s;
        }
        .main-content>*:nth-child(3) {
            animation-delay: 0.15s;
        }
        .text-muted {
            color: #6b5b7a;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .gap-2 {
            gap: 12px;
        }
