        *,
        *::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: #f7f3ee;
            color: #1e1e2a;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        a {
            color: #d4386a;
            text-decoration: none;
            transition: color .2s;
        }
        a:hover {
            color: #a82a52;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4 {
            font-weight: 700;
            line-height: 1.25;
            margin-top: 0;
            color: #1e1e2a;
        }
        h1 {
            font-size: 2.4rem;
            margin-bottom: 0.5rem;
        }
        h2 {
            font-size: 1.8rem;
            margin: 2.5rem 0 1rem;
            border-left: 6px solid #d4386a;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.4rem;
            margin: 2rem 0 0.75rem;
        }
        h4 {
            font-size: 1.15rem;
            margin: 1.5rem 0 0.5rem;
        }
        p {
            margin: 0 0 1.25rem;
        }
        ul,
        ol {
            margin: 0 0 1.5rem 1.75rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        .container {
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 1.25rem;
        }
        .site-header {
            background: linear-gradient(135deg, #2a1f3d 0%, #1e1e2a 100%);
            color: #fff;
            padding: 0.8rem 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;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            color: #ffd966;
            letter-spacing: -0.5px;
            text-transform: uppercase;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo i {
            font-size: 2rem;
            color: #ff8a9e;
        }
        .my-logo:hover {
            color: #ffedb3;
            text-decoration: none;
        }
        .my-logo span {
            font-weight: 300;
            color: #bbb;
            font-size: 0.7rem;
            letter-spacing: 1px;
            display: block;
        }
        .nav-bar {
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .nav-bar a {
            color: #ddd;
            padding: 0.5rem 0.9rem;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: all .25s;
        }
        .nav-bar a:hover {
            background: rgba(255, 255, 255, 0.12);
            color: #fff;
            text-decoration: none;
        }
        .nav-bar a i {
            margin-right: 0.3rem;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.7rem;
            cursor: pointer;
            padding: 0.2rem 0.5rem;
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumb {
            background: #ece6de;
            padding: 0.6rem 0;
            font-size: 0.85rem;
            border-bottom: 1px solid #ddd6cc;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.8rem;
            margin: 0;
            padding: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            color: #999;
            margin-right: 0.8rem;
        }
        .breadcrumb a {
            color: #7c5f8a;
        }
        .breadcrumb .current {
            color: #333;
            font-weight: 600;
        }
        .hero {
            background: linear-gradient(145deg, #f0e8de, #fff8f0);
            padding: 3rem 0 2.5rem;
            text-align: center;
            border-bottom: 4px solid #d4386a;
        }
        .hero h1 {
            font-size: 2.8rem;
            max-width: 800px;
            margin: 0 auto 0.8rem;
        }
        .hero .sub {
            font-size: 1.15rem;
            color: #5a4a6a;
            max-width: 700px;
            margin: 0 auto;
        }
        .hero .meta {
            margin-top: 1.2rem;
            font-size: 0.9rem;
            color: #887a98;
            display: flex;
            justify-content: center;
            gap: 2rem;
            flex-wrap: wrap;
        }
        .featured-img-wrap {
            margin: 2rem 0 2.5rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
            background: #e8dfd4;
            padding: 0.5rem;
        }
        .featured-img-wrap img {
            width: 100%;
            border-radius: 12px;
        }
        .featured-img-wrap figcaption {
            text-align: center;
            font-size: 0.85rem;
            color: #6a5a7a;
            padding: 0.6rem 0 0.2rem;
        }
        .search-section {
            background: #fff;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
            margin: 2rem 0;
        }
        .search-form {
            display: flex;
            gap: 0.8rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .search-form input[type="text"] {
            flex: 1;
            min-width: 180px;
            padding: 0.8rem 1.2rem;
            border: 2px solid #ddd6cc;
            border-radius: 40px;
            font-size: 1rem;
            background: #faf8f5;
            transition: border .25s;
        }
        .search-form input[type="text"]:focus {
            border-color: #d4386a;
            outline: none;
            background: #fff;
        }
        .search-form button {
            background: #d4386a;
            color: #fff;
            border: none;
            padding: 0.8rem 2rem;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background .25s, transform .15s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #b82e58;
            transform: scale(1.02);
        }
        .content-area {
            background: #fff;
            border-radius: 20px;
            padding: 2.5rem 2.8rem;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
            margin: 1.5rem 0 3rem;
        }
        .content-area p,
        .content-area li {
            font-size: 1.05rem;
            color: #2c2c3a;
        }
        .content-area .highlight-box {
            background: #f7f0fa;
            border-left: 6px solid #7c5f8a;
            padding: 1.5rem 2rem;
            border-radius: 0 12px 12px 0;
            margin: 1.8rem 0;
        }
        .content-area .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .insight-card {
            background: #fcf8f4;
            border-radius: 16px;
            padding: 1.5rem 1.8rem;
            margin: 1.8rem 0;
            border: 1px solid #ede6dc;
        }
        .insight-card h4 {
            margin-top: 0;
            color: #d4386a;
        }
        .interaction-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin: 2.5rem 0;
        }
        @media (max-width: 700px) {
            .interaction-grid {
                grid-template-columns: 1fr;
            }
        }
        .rating-box,
        .comment-box {
            background: #faf8f5;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            border: 1px solid #e8e0d6;
        }
        .rating-box h3,
        .comment-box h3 {
            margin-top: 0;
            font-size: 1.3rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .star-group {
            display: flex;
            gap: 0.25rem;
            font-size: 2rem;
            color: #f0c674;
            margin: 0.5rem 0 0.8rem;
            flex-direction: row-reverse;
            justify-content: flex-end;
        }
        .star-group input {
            display: none;
        }
        .star-group label {
            cursor: pointer;
            transition: color .2s, transform .15s;
        }
        .star-group label:hover,
        .star-group label:hover~label {
            color: #e5b347;
            transform: scale(1.15);
        }
        .star-group input:checked~label {
            color: #e5b347;
        }
        .rating-box form,
        .comment-box form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }
        .rating-box input[type="text"],
        .comment-box input[type="text"],
        .comment-box textarea {
            padding: 0.7rem 1rem;
            border: 2px solid #ddd6cc;
            border-radius: 10px;
            font-size: 0.95rem;
            background: #fff;
            transition: border .25s;
            font-family: inherit;
        }
        .rating-box input[type="text"]:focus,
        .comment-box input[type="text"]:focus,
        .comment-box textarea:focus {
            border-color: #d4386a;
            outline: none;
        }
        .comment-box textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn-submit {
            background: #2a1f3d;
            color: #fff;
            border: none;
            padding: 0.7rem 1.6rem;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            transition: background .25s, transform .15s;
            align-self: flex-start;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .btn-submit:hover {
            background: #3f2f5a;
            transform: scale(1.02);
        }
        .site-footer {
            background: #1e1e2a;
            color: #ccc;
            padding: 3rem 0 1.5rem;
            margin-top: 3rem;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        @media (max-width: 700px) {
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        .footer-inner h4 {
            color: #ffd966;
            margin-bottom: 1rem;
        }
        .footer-inner a {
            color: #b8a8c8;
        }
        .footer-inner a:hover {
            color: #ffd966;
        }
        .footer-inner ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .footer-inner li {
            margin-bottom: 0.5rem;
        }
        friend-link {
            display: block;
            margin-top: 2rem;
            padding-top: 1.5rem;
            border-top: 1px solid #3a2f4a;
            font-size: 0.9rem;
        }
        friend-link a {
            color: #b8a8c8;
            margin: 0 0.8rem 0 0;
            display: inline-block;
        }
        friend-link a:hover {
            color: #ffd966;
        }
        .copyright {
            text-align: center;
            padding-top: 2rem;
            margin-top: 1.5rem;
            border-top: 1px solid #3a2f4a;
            font-size: 0.85rem;
            color: #887a98;
        }
        @media (max-width: 820px) {
            .hamburger {
                display: block;
            }
            .nav-bar {
                display: none;
                width: 100%;
                flex-direction: column;
                padding: 1rem 0 0.5rem;
                gap: 0.2rem;
            }
            #nav-toggle:checked~.nav-bar {
                display: flex;
            }
            .nav-bar a {
                padding: 0.6rem 1rem;
                width: 100%;
                border-radius: 8px;
            }
            .hero h1 {
                font-size: 2rem;
            }
            .content-area {
                padding: 1.5rem 1.2rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
        }
        @media (max-width: 480px) {
            .hero h1 {
                font-size: 1.6rem;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
            .rating-box,
            .comment-box {
                padding: 1.2rem 1.2rem;
            }
        }
        .scroll-top {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            background: #d4386a;
            color: #fff;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
            transition: background .25s, transform .2s;
            z-index: 999;
            border: none;
            cursor: pointer;
        }
        .scroll-top:hover {
            background: #a82a52;
            transform: translateY(-3px);
        }
        .text-sm {
            font-size: 0.9rem;
            color: #6a5a7a;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .last-updated {
            display: inline-block;
            background: #ece6de;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            font-size: 0.8rem;
            color: #5a4a6a;
        }
