* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
        }
        body {
            background: #f5f3f0;
            color: #1e1a17;
            line-height: 1.7;
            font-size: 16px;
            padding: 0 16px;
        }
        .wrapper {
            max-width: 1280px;
            margin: 0 auto;
            background: #fffcf9;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
            border-radius: 32px 32px 0 0;
            overflow: hidden;
            padding: 0 24px 40px;
        }
        a {
            color: #8b3a2a;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #c7513b;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 20px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        }
        header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 20px 0 16px;
            border-bottom: 2px solid #e8ded6;
            position: relative;
        }
        .my-logo {
            font-size: 1.6rem;
            font-weight: 700;
            letter-spacing: -0.5px;
            background: linear-gradient(145deg, #2f1a10, #6b3a28);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 6px rgba(107, 58, 40, 0.15);
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .my-logo i {
            -webkit-text-fill-color: #8b3a2a;
            font-size: 1.8rem;
        }
        .my-logo a {
            -webkit-text-fill-color: transparent;
            background: inherit;
            -webkit-background-clip: text;
            background-clip: text;
        }
        .my-logo a:hover {
            text-decoration: none;
            opacity: 0.85;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #2f1a10;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #ede4dc;
        }
        .navbar {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 20px;
            align-items: center;
        }
        .navbar a {
            font-weight: 500;
            color: #3d2b20;
            padding: 6px 0;
            border-bottom: 2px solid transparent;
            transition: border-color 0.2s, color 0.2s;
            font-size: 0.95rem;
        }
        .navbar a:hover {
            border-bottom-color: #8b3a2a;
            color: #8b3a2a;
            text-decoration: none;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
            font-size: 0.85rem;
            padding: 12px 0 20px;
            color: #6b5a4e;
            list-style: none;
        }
        .breadcrumb li {
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .breadcrumb li+li::before {
            content: "›";
            color: #b8a89c;
            font-size: 1.2rem;
            margin-right: 6px;
        }
        .breadcrumb a {
            color: #6b5a4e;
        }
        .breadcrumb a:hover {
            color: #8b3a2a;
        }
        .breadcrumb .active {
            color: #2f1a10;
            font-weight: 500;
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 800;
            line-height: 1.2;
            margin: 16px 0 12px;
            color: #1e0f08;
            letter-spacing: -0.5px;
        }
        h2 {
            font-size: 1.9rem;
            font-weight: 700;
            margin: 48px 0 16px;
            color: #2f1a10;
            border-left: 6px solid #b87a5a;
            padding-left: 18px;
        }
        h3 {
            font-size: 1.4rem;
            font-weight: 600;
            margin: 32px 0 12px;
            color: #3d2b20;
        }
        h4 {
            font-size: 1.15rem;
            font-weight: 600;
            margin: 20px 0 8px;
            color: #4d382a;
        }
        p {
            margin: 0 0 18px;
            color: #2c241e;
        }
        .last-updated {
            display: inline-block;
            font-size: 0.85rem;
            background: #ede4dc;
            padding: 4px 16px;
            border-radius: 30px;
            color: #5a4436;
            margin-bottom: 20px;
        }
        .search-form {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            max-width: 560px;
            margin: 24px 0 32px;
            background: #f9f5f0;
            padding: 8px 8px 8px 18px;
            border-radius: 60px;
            border: 1px solid #ddd2c8;
            transition: border-color 0.2s, box-shadow 0.2s;
        }
        .search-form:focus-within {
            border-color: #b87a5a;
            box-shadow: 0 0 0 3px rgba(184, 122, 90, 0.15);
        }
        .search-form input {
            flex: 1;
            min-width: 160px;
            border: none;
            background: transparent;
            padding: 10px 0;
            font-size: 1rem;
            outline: none;
            color: #1e1a17;
        }
        .search-form button {
            background: #8b3a2a;
            border: none;
            color: #fff;
            padding: 10px 28px;
            border-radius: 60px;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-form button:hover {
            background: #6b2e1f;
            transform: scale(0.97);
        }
        .featured-img {
            margin: 28px 0 32px;
            border-radius: 20px;
            background: #ede4dc;
        }
        .featured-img figcaption {
            font-size: 0.85rem;
            color: #6b5a4e;
            padding: 8px 4px 0;
            font-style: italic;
        }
        .link-list {
            background: #f9f5f0;
            border-radius: 20px;
            padding: 20px 24px;
            margin: 32px 0 24px;
            border: 1px solid #e8ded6;
        }
        .link-list h3 {
            margin-top: 0;
        }
        .link-list ul {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
            gap: 8px 20px;
            list-style: none;
            padding: 0;
        }
        .link-list li {
            padding: 4px 0;
        }
        .link-list a {
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .link-list a i {
            font-size: 0.75rem;
            color: #b87a5a;
        }
        .interaction-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin: 40px 0 32px;
        }
        .card {
            background: #f9f5f0;
            border-radius: 20px;
            padding: 24px 24px 28px;
            border: 1px solid #e8ded6;
            transition: box-shadow 0.2s;
        }
        .card:hover {
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
        }
        .card h3 {
            margin: 0 0 12px;
            font-size: 1.3rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .card form {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .card textarea,
        .card select {
            width: 100%;
            padding: 12px 16px;
            border-radius: 16px;
            border: 1px solid #ddd2c8;
            background: #fffcf9;
            font-size: 0.95rem;
            resize: vertical;
            transition: border-color 0.2s;
        }
        .card textarea:focus,
        .card select:focus {
            border-color: #b87a5a;
            outline: none;
            box-shadow: 0 0 0 3px rgba(184, 122, 90, 0.1);
        }
        .card button {
            align-self: flex-start;
            background: #8b3a2a;
            color: #fff;
            border: none;
            padding: 10px 28px;
            border-radius: 60px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .card button:hover {
            background: #6b2e1f;
            transform: scale(0.97);
        }
        .star-rating {
            display: flex;
            gap: 4px;
            font-size: 1.8rem;
            color: #d4c5b8;
            cursor: pointer;
            direction: rtl;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            transition: color 0.15s, transform 0.1s;
            cursor: pointer;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #e09f5e;
        }
        footer {
            margin-top: 48px;
            padding-top: 28px;
            border-top: 2px solid #e8ded6;
            font-size: 0.9rem;
            color: #5a4436;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px 40px;
        }
        friend-link {
            display: block;
            margin: 12px 0 20px;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 16px 4px 0;
        }
        .copyright {
            text-align: center;
            padding: 24px 0 8px;
            font-size: 0.82rem;
            color: #7a6a5c;
        }
        @media (max-width: 768px) {
            .wrapper {
                padding: 0 12px 32px;
                border-radius: 20px 20px 0 0;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
                border-left-width: 4px;
                padding-left: 12px;
            }
            h3 {
                font-size: 1.15rem;
            }
            .interaction-grid {
                grid-template-columns: 1fr;
            }
            .footer-grid {
                grid-template-columns: 1fr;
            }
            .navbar {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #fffcf9;
                padding: 16px 0 12px;
                border-top: 1px solid #e8ded6;
                margin-top: 12px;
            }
            .navbar.open {
                display: flex;
            }
            .nav-toggle {
                display: block;
            }
            .link-list ul {
                grid-template-columns: 1fr;
            }
            .search-form {
                border-radius: 40px;
                padding: 6px 6px 6px 14px;
            }
            .search-form button {
                padding: 8px 18px;
                font-size: 0.85rem;
            }
            .my-logo {
                font-size: 1.2rem;
            }
        }
        @media (max-width: 480px) {
            body {
                padding: 0 6px;
            }
            .wrapper {
                padding: 0 8px 24px;
            }
            h1 {
                font-size: 1.4rem;
            }
            .card {
                padding: 16px;
            }
            .star-rating {
                font-size: 1.4rem;
            }
        }
        .emoji-big {
            font-size: 1.3em;
        }
        .highlight {
            background: #f1e8e0;
            padding: 2px 8px;
            border-radius: 12px;
            font-weight: 600;
        }
        .blockquote-custom {
            background: #ede4dc;
            border-left: 6px solid #b87a5a;
            padding: 16px 24px;
            border-radius: 16px;
            margin: 24px 0;
            font-style: italic;
        }
        .two-col {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin: 24px 0;
        }
        @media (max-width: 640px) {
            .two-col {
                grid-template-columns: 1fr;
            }
        }
        .schema-hidden {
            display: none;
        }
