        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
            background: #fcf3f5;
            color: #2d1b2e;
            line-height: 1.8;
            font-size: 16px;
        }
        a {
            color: #a52a6d;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #6f1d4a;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            border-radius: 16px;
            display: block;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin: 0.8rem 0;
        }
        li {
            margin-bottom: 0.4rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(135deg, #f7c5d6 0%, #f3a5c0 40%, #e67eb5 100%);
            padding: 16px 0;
            box-shadow: 0 4px 20px rgba(165, 42, 109, 0.15);
            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;
            color: #3d0f2b;
            letter-spacing: 1px;
            text-shadow: 2px 2px 0 rgba(255, 215, 0, 0.25);
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .my-logo i {
            color: #ffd700;
            font-size: 2rem;
        }
        .my-logo:hover {
            text-decoration: none;
            color: #5a1a3e;
        }
        .my-logo span {
            font-weight: 300;
            font-size: 0.9rem;
            color: #5a1a3e;
            display: block;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #3d0f2b;
            color: #3d0f2b;
            font-size: 1.6rem;
            padding: 6px 14px;
            border-radius: 8px;
            cursor: pointer;
            transition: 0.2s;
        }
        .nav-toggle:hover {
            background: #3d0f2b;
            color: #f7c5d6;
        }
        .main-nav {
            display: flex;
            gap: 8px 20px;
            flex-wrap: wrap;
            align-items: center;
        }
        .main-nav a {
            color: #3d0f2b;
            font-weight: 600;
            padding: 6px 12px;
            border-radius: 30px;
            transition: 0.2s;
            font-size: 0.95rem;
        }
        .main-nav a:hover {
            background: rgba(61, 15, 43, 0.12);
            text-decoration: none;
            color: #6f1d4a;
        }
        .main-nav a i {
            margin-right: 6px;
        }
        .breadcrumb {
            background: #fff5f7;
            padding: 12px 0;
            border-bottom: 1px solid #f0d6e0;
            font-size: 0.9rem;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 8px;
            color: #a52a6d;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #a52a6d;
        }
        .breadcrumb .current {
            color: #6f1d4a;
            font-weight: 600;
        }
        .content-wrapper {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 40px;
            padding: 40px 0;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            position: sticky;
            top: 120px;
            align-self: start;
        }
        h1 {
            font-size: 2.6rem;
            color: #3d0f2b;
            margin-bottom: 0.5rem;
            line-height: 1.2;
            font-weight: 800;
        }
        h1 i {
            color: #ffd700;
        }
        h2 {
            font-size: 1.9rem;
            color: #4a1332;
            margin-top: 2.8rem;
            margin-bottom: 1rem;
            border-bottom: 4px solid #f3a5c0;
            padding-bottom: 0.4rem;
            font-weight: 700;
        }
        h2 i {
            color: #e67eb5;
            margin-right: 10px;
        }
        h3 {
            font-size: 1.4rem;
            color: #5a1a3e;
            margin-top: 2rem;
            margin-bottom: 0.7rem;
            font-weight: 600;
        }
        h4 {
            font-size: 1.15rem;
            color: #6f1d4a;
            margin-top: 1.4rem;
            margin-bottom: 0.5rem;
            font-weight: 600;
        }
        p {
            margin-bottom: 1.2rem;
            color: #2d1b2e;
        }
        .featured-image {
            margin: 2rem 0;
            border-radius: 18px;
            box-shadow: 0 8px 30px rgba(165, 42, 109, 0.12);
            overflow: hidden;
        }
        .featured-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        .featured-image figcaption {
            padding: 12px 18px;
            background: #fff5f7;
            font-size: 0.9rem;
            color: #5a1a3e;
            font-style: italic;
        }
        .search-section {
            background: linear-gradient(135deg, #fce4ec, #f8d0e0);
            padding: 28px 32px;
            border-radius: 20px;
            margin: 2.5rem 0;
            box-shadow: 0 4px 15px rgba(165, 42, 109, 0.08);
        }
        .search-form {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }
        .search-form input[type="text"] {
            flex: 1;
            min-width: 180px;
            padding: 14px 20px;
            border: 2px solid #e67eb5;
            border-radius: 40px;
            font-size: 1rem;
            background: white;
            outline: none;
            transition: 0.2s;
        }
        .search-form input[type="text"]:focus {
            border-color: #a52a6d;
            box-shadow: 0 0 0 4px rgba(165, 42, 109, 0.1);
        }
        .search-form button {
            padding: 14px 32px;
            background: #a52a6d;
            color: white;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-form button:hover {
            background: #6f1d4a;
            transform: translateY(-2px);
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 2.5rem 0;
        }
        .comment-box,
        .rating-box {
            background: white;
            padding: 28px 30px;
            border-radius: 20px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
            border: 1px solid #f0d6e0;
        }
        .comment-box h3,
        .rating-box h3 {
            margin-top: 0;
            font-size: 1.3rem;
        }
        .comment-box textarea {
            width: 100%;
            padding: 14px 16px;
            border: 2px solid #e8d0da;
            border-radius: 14px;
            font-size: 1rem;
            min-height: 110px;
            resize: vertical;
            outline: none;
            transition: 0.2s;
            font-family: inherit;
        }
        .comment-box textarea:focus {
            border-color: #a52a6d;
        }
        .comment-box input[type="text"] {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #e8d0da;
            border-radius: 40px;
            font-size: 1rem;
            outline: none;
            transition: 0.2s;
        }
        .comment-box input[type="text"]:focus {
            border-color: #a52a6d;
        }
        .comment-box .field-group {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin: 16px 0;
        }
        .btn-submit {
            padding: 12px 30px;
            background: #a52a6d;
            color: white;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
        }
        .btn-submit:hover {
            background: #6f1d4a;
            transform: translateY(-2px);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 4px;
            margin: 16px 0;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 2rem;
            color: #ddd;
            cursor: pointer;
            transition: 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #ffd700;
        }
        .sidebar-card {
            background: white;
            border-radius: 20px;
            padding: 24px 22px;
            margin-bottom: 24px;
            border: 1px solid #f0d6e0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
        }
        .sidebar-card h3 {
            font-size: 1.2rem;
            margin-top: 0;
            border-bottom: 2px solid #f3a5c0;
            padding-bottom: 8px;
        }
        .sidebar-link-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sidebar-link-list li {
            padding: 6px 0;
            border-bottom: 1px solid #f5e8ec;
        }
        .sidebar-link-list a {
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: 500;
        }
        .sidebar-link-list a i {
            color: #e67eb5;
            font-size: 0.8rem;
        }
        .last-updated {
            font-size: 0.85rem;
            color: #7a5a6a;
            background: #f8edf1;
            padding: 8px 14px;
            border-radius: 30px;
            display: inline-block;
            margin-top: 8px;
        }
        .site-footer {
            background: #2d1b2e;
            color: #f0d6e0;
            padding: 40px 0 20px;
            margin-top: 40px;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 30px;
            margin-bottom: 30px;
        }
        .site-footer h4 {
            color: #f7c5d6;
            margin-top: 0;
        }
        .site-footer a {
            color: #f3a5c0;
        }
        .site-footer a:hover {
            color: #ffd700;
        }
        friend-link {
            display: block;
            background: rgba(255, 255, 255, 0.04);
            padding: 18px 20px;
            border-radius: 14px;
            margin: 20px 0;
            font-size: 0.95rem;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 12px 4px 0;
            padding: 4px 12px;
            background: rgba(247, 197, 214, 0.08);
            border-radius: 20px;
            transition: 0.2s;
        }
        friend-link a:hover {
            background: rgba(247, 197, 214, 0.18);
            text-decoration: none;
        }
        .copyright {
            border-top: 1px solid rgba(240, 214, 224, 0.15);
            padding-top: 20px;
            text-align: center;
            font-size: 0.9rem;
            color: #b08a9a;
        }
        @media (max-width: 900px) {
            .content-wrapper {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                order: 2;
            }
            .main-content {
                order: 1;
            }
            .feedback-grid {
                grid-template-columns: 1fr;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                background: rgba(255, 255, 255, 0.3);
                padding: 16px;
                border-radius: 16px;
                margin-top: 8px;
                backdrop-filter: blur(4px);
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 10px 16px;
                border-bottom: 1px solid rgba(61, 15, 43, 0.06);
            }
        }
        @media (max-width: 600px) {
            .container {
                padding: 0 14px;
            }
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                justify-content: center;
            }
            .footer-grid {
                grid-template-columns: 1fr;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .my-logo span {
                font-size: 0.7rem;
            }
            .breadcrumb {
                font-size: 0.8rem;
            }
            .sidebar-card {
                padding: 16px;
            }
            .comment-box,
            .rating-box {
                padding: 18px;
            }
        }
        .highlight {
            background: linear-gradient(120deg, #fce4ec 0%, #fce4ec 40%, transparent 80%);
            padding: 0 6px;
            font-weight: 600;
        }
        .emoji-big {
            font-size: 1.4em;
        }
        .tag {
            display: inline-block;
            background: #f3a5c0;
            color: #3d0f2b;
            padding: 2px 14px;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        .divider {
            height: 4px;
            background: linear-gradient(90deg, #f7c5d6, #e67eb5, #a52a6d);
            border-radius: 4px;
            margin: 2.5rem 0;
        }
