        *,
        *::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, sans-serif;
            background: #f8f5f0;
            color: #2c2c2c;
            line-height: 1.8;
            padding: 0 16px;
        }
        a {
            color: #6b3fa0;
            text-decoration: none;
            transition: color 0.25s, border-color 0.25s;
        }
        a:hover {
            color: #a67c00;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin: 1rem 0;
        }
        li {
            margin-bottom: 0.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #1e1a2b;
            margin-top: 2rem;
            margin-bottom: 0.75rem;
        }
        h1 {
            font-size: 2.2rem;
            border-bottom: 4px solid #6b3fa0;
            padding-bottom: 0.5rem;
            margin-top: 1rem;
        }
        h2 {
            font-size: 1.75rem;
            border-left: 5px solid #a67c00;
            padding-left: 1rem;
            margin-top: 2.8rem;
        }
        h3 {
            font-size: 1.35rem;
            color: #3b2b5c;
            margin-top: 2rem;
        }
        h4 {
            font-size: 1.1rem;
            color: #4a3a6b;
            margin-top: 1.5rem;
            font-weight: 600;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
            color: #333;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 20px;
            padding: 1.5rem 2rem;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
        }
        header {
            padding: 1.2rem 0 0.8rem;
            border-bottom: 2px solid #e8e0d5;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            position: relative;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            color: #6b3fa0;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #6b3fa0, #a67c00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
        }
        .my-logo:hover {
            text-decoration: none;
            opacity: 0.85;
        }
        .my-logo small {
            font-size: 0.7rem;
            font-weight: 400;
            color: #888;
            -webkit-text-fill-color: #888;
            display: block;
            letter-spacing: 0.3px;
        }
        nav {
            display: flex;
            align-items: center;
            gap: 0.3rem;
            flex-wrap: wrap;
        }
        nav a {
            padding: 0.4rem 0.9rem;
            border-radius: 40px;
            font-weight: 500;
            font-size: 0.9rem;
            color: #3b2b5c;
            transition: background 0.2s, color 0.2s;
        }
        nav a:hover {
            background: #6b3fa0;
            color: #fff;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #3b2b5c;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            transition: color 0.2s;
        }
        .hamburger:hover {
            color: #6b3fa0;
        }
        #navToggle {
            display: none;
        }
        .breadcrumb {
            width: 100%;
            margin-top: 0.75rem;
            padding: 0.5rem 0;
            font-size: 0.85rem;
            color: #777;
            border-top: 1px solid #eee;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
        }
        .breadcrumb a {
            color: #6b3fa0;
        }
        .breadcrumb span {
            color: #aaa;
        }
        .search-section {
            margin: 1.8rem 0 1.2rem;
            display: flex;
            justify-content: center;
        }
        .search-form {
            display: flex;
            width: 100%;
            max-width: 580px;
            border-radius: 60px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(107, 63, 160, 0.12);
            border: 1px solid #ddd;
            background: #fff;
        }
        .search-form input {
            flex: 1;
            padding: 0.85rem 1.5rem;
            border: none;
            outline: none;
            font-size: 1rem;
            background: transparent;
            color: #333;
        }
        .search-form input::placeholder {
            color: #aaa;
        }
        .search-form button {
            background: #6b3fa0;
            border: none;
            padding: 0 1.6rem;
            color: #fff;
            font-size: 1.1rem;
            cursor: pointer;
            transition: background 0.25s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #5a2e8a;
        }
        .featured-image {
            margin: 2rem 0 1.5rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }
        .featured-image img {
            width: 100%;
            object-fit: cover;
        }
        .featured-image figcaption {
            padding: 0.8rem 1rem;
            background: #f3efe8;
            font-size: 0.9rem;
            color: #555;
            font-style: italic;
        }
        .content-highlight {
            background: #f9f6fc;
            border-left: 5px solid #a67c00;
            padding: 1.2rem 1.8rem;
            border-radius: 8px;
            margin: 1.8rem 0;
        }
        .content-highlight p:last-child {
            margin-bottom: 0;
        }
        .emoji-icon {
            font-size: 1.2rem;
            margin-right: 0.3rem;
        }
        .link-inset {
            background: #f5f0fa;
            padding: 1.2rem 1.8rem;
            border-radius: 12px;
            margin: 1.5rem 0;
        }
        .link-inset ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 0.6rem 1.2rem;
        }
        .link-inset ul li a {
            font-weight: 500;
            display: inline-block;
            padding: 0.25rem 0;
        }
        .interaction-area {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin: 3rem 0 1.5rem;
            padding-top: 2rem;
            border-top: 2px solid #eee;
        }
        .comment-box,
        .rating-box {
            background: #faf8f5;
            padding: 1.8rem 2rem;
            border-radius: 16px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        }
        .comment-box h3,
        .rating-box h3 {
            margin-top: 0;
            font-size: 1.3rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .comment-box form,
        .rating-box form {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            margin-top: 1rem;
        }
        .comment-box input,
        .comment-box textarea,
        .rating-box select,
        .rating-box input {
            padding: 0.75rem 1rem;
            border: 1px solid #d5d0c9;
            border-radius: 10px;
            font-size: 0.95rem;
            background: #fff;
            transition: border 0.2s;
            font-family: inherit;
        }
        .comment-box input:focus,
        .comment-box textarea:focus,
        .rating-box select:focus,
        .rating-box input:focus {
            border-color: #6b3fa0;
            outline: none;
            box-shadow: 0 0 0 3px rgba(107, 63, 160, 0.1);
        }
        .comment-box textarea {
            resize: vertical;
            min-height: 100px;
        }
        .btn-submit {
            background: #6b3fa0;
            color: #fff;
            border: none;
            padding: 0.75rem 1.5rem;
            border-radius: 40px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.1s;
            align-self: flex-start;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .btn-submit:hover {
            background: #5a2e8a;
            transform: scale(1.02);
        }
        .btn-submit:active {
            transform: scale(0.98);
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 1.8rem;
            color: #ddd;
            cursor: pointer;
            user-select: none;
        }
        .rating-stars .star {
            transition: color 0.2s, transform 0.15s;
        }
        .rating-stars .star:hover,
        .rating-stars .star.active {
            color: #f5b342;
            transform: scale(1.1);
        }
        footer {
            margin-top: 3rem;
            padding: 2rem 0 1.2rem;
            border-top: 2px solid #e8e0d5;
            font-size: 0.9rem;
            color: #555;
        }
        friend-link {
            display: block;
            padding: 1rem 0;
            border-bottom: 1px solid #eee;
            margin-bottom: 1rem;
            font-weight: 500;
        }
        friend-link a {
            display: inline-block;
            margin: 0.3rem 1rem 0.3rem 0;
            padding: 0.3rem 0.8rem;
            background: #f3efe8;
            border-radius: 30px;
            font-size: 0.9rem;
            transition: background 0.2s;
        }
        friend-link a:hover {
            background: #6b3fa0;
            color: #fff;
            text-decoration: none;
        }
        .copyright {
            text-align: center;
            padding-top: 1rem;
            font-size: 0.8rem;
            color: #999;
            letter-spacing: 0.3px;
        }
        .copyright strong {
            color: #555;
        }
        .last-updated {
            text-align: center;
            font-size: 0.85rem;
            color: #888;
            margin-top: 0.5rem;
        }
        @media (max-width: 768px) {
            body {
                padding: 0 10px;
            }
            .container {
                padding: 1rem 1.2rem;
            }
            h1 {
                font-size: 1.7rem;
            }
            h2 {
                font-size: 1.4rem;
                padding-left: 0.7rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            h4 {
                font-size: 1rem;
            }
            p {
                font-size: 0.98rem;
            }
            header {
                flex-wrap: wrap;
            }
            .my-logo {
                font-size: 1.4rem;
                width: calc(100% - 50px);
            }
            .hamburger {
                display: block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                gap: 0.2rem;
                padding: 0.8rem 0 0.2rem;
                border-top: 1px solid #eee;
                margin-top: 0.6rem;
            }
            nav a {
                padding: 0.6rem 1rem;
                border-radius: 8px;
                font-size: 0.95rem;
            }
            #navToggle:checked~nav {
                display: flex;
            }
            #navToggle:checked~.hamburger .fa-bars {
                display: none;
            }
            #navToggle:checked~.hamburger .fa-times {
                display: inline;
            }
            .hamburger .fa-times {
                display: none;
            }
            .interaction-area {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            .comment-box,
            .rating-box {
                padding: 1.2rem 1.2rem;
            }
            .link-inset ul {
                grid-template-columns: 1fr;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
            .search-form input {
                padding: 0.7rem 1rem;
                font-size: 0.9rem;
            }
            .search-form button {
                padding: 0 1rem;
                font-size: 0.95rem;
            }
            .rating-stars {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0.8rem 0.8rem;
            }
            h1 {
                font-size: 1.4rem;
            }
            h2 {
                font-size: 1.2rem;
            }
            .my-logo {
                font-size: 1.2rem;
            }
            .my-logo small {
                font-size: 0.6rem;
            }
            .btn-submit {
                padding: 0.6rem 1.2rem;
                font-size: 0.9rem;
            }
        }
        @media (min-width: 769px) {
            .hamburger {
                display: none !important;
            }
            #navToggle {
                display: none !important;
            }
            nav {
                display: flex !important;
            }
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .text-muted {
            color: #888;
            font-size: 0.9rem;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            font-size: 0.95rem;
        }
        th,
        td {
            padding: 0.7rem 1rem;
            border: 1px solid #e0dbd3;
            text-align: left;
        }
        th {
            background: #6b3fa0;
            color: #fff;
            font-weight: 600;
        }
        tr:nth-child(even) {
            background: #f9f6fc;
        }
        blockquote {
            background: #f3efe8;
            border-left: 5px solid #a67c00;
            padding: 1rem 1.5rem;
            margin: 1.5rem 0;
            border-radius: 8px;
            font-style: italic;
            color: #444;
        }
        blockquote footer {
            margin-top: 0.5rem;
            font-size: 0.85rem;
            color: #888;
            border: none;
            padding: 0;
        }
