        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
            background: #f8f5f0;
            color: #2c2b28;
            line-height: 1.7;
            padding: 0 1rem;
            max-width: 1200px;
            margin: 0 auto;
        }
        a {
            color: #9b4b3e;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover,
        a:focus-visible {
            color: #6d332a;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        hr {
            border: none;
            border-top: 2px solid #e4ddd4;
            margin: 2.5rem 0;
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            line-height: 1.2;
            color: #4b2e2a;
            margin: 2rem 0 1rem;
        }
        h2 {
            font-size: 1.9rem;
            font-weight: 700;
            color: #5a3b35;
            margin: 2.2rem 0 0.8rem;
            border-bottom: 3px solid #e4ddd4;
            padding-bottom: 0.3rem;
        }
        h3 {
            font-size: 1.4rem;
            font-weight: 600;
            color: #6d4c44;
            margin: 1.8rem 0 0.6rem;
        }
        h4 {
            font-size: 1.15rem;
            font-weight: 600;
            color: #7f5c52;
            margin: 1.4rem 0 0.4rem;
        }
        p {
            margin-bottom: 1.2rem;
        }
        .lead {
            font-size: 1.2rem;
            font-weight: 400;
            color: #4a3d38;
        }
        .small-meta {
            font-size: 0.85rem;
            color: #8a7a72;
        }
        header {
            padding: 1.5rem 0 0.8rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            position: relative;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            color: #4b2e2a;
            letter-spacing: -0.03em;
            background: #e8dfd6;
            padding: 0.3rem 1rem 0.3rem 1.2rem;
            border-radius: 40px;
            display: inline-block;
            transition: background 0.2s, transform 0.2s;
        }
        .my-logo:hover {
            background: #dacfc4;
            transform: scale(1.02);
            text-decoration: none;
        }
        .my-logo i {
            color: #9b4b3e;
            margin-right: 0.3rem;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #4b2e2a;
            cursor: pointer;
            padding: 0.4rem 0.6rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #e4ddd4;
        }
        nav {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.2rem 0.8rem;
        }
        nav a {
            font-weight: 500;
            padding: 0.3rem 0.6rem;
            border-radius: 6px;
            font-size: 0.95rem;
            color: #4b3b35;
            white-space: nowrap;
        }
        nav a:hover {
            background: #e4ddd4;
            text-decoration: none;
        }
        nav a i {
            margin-right: 0.3rem;
            color: #9b4b3e;
        }
        .breadcrumb {
            font-size: 0.85rem;
            color: #8a7a72;
            padding: 0.4rem 0 1.2rem;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem;
        }
        .breadcrumb a {
            color: #8a7a72;
        }
        .breadcrumb a:hover {
            color: #4b2e2a;
        }
        .breadcrumb span {
            margin: 0 0.2rem;
        }
        .search-wrap {
            background: #fffcf9;
            border: 2px solid #e4ddd4;
            border-radius: 50px;
            padding: 0.2rem 0.2rem 0.2rem 1.2rem;
            display: flex;
            align-items: center;
            max-width: 480px;
            margin: 1.8rem 0 2rem;
            transition: border-color 0.2s;
        }
        .search-wrap:focus-within {
            border-color: #9b4b3e;
        }
        .search-wrap i {
            color: #9b4b3e;
            font-size: 1rem;
        }
        .search-wrap input {
            border: none;
            background: transparent;
            padding: 0.7rem 0.8rem;
            font-size: 1rem;
            flex: 1;
            outline: none;
            color: #2c2b28;
            font-family: inherit;
        }
        .search-wrap button {
            background: #9b4b3e;
            color: #fff;
            border: none;
            border-radius: 50px;
            padding: 0.6rem 1.4rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            font-size: 0.95rem;
            font-family: inherit;
        }
        .search-wrap button:hover {
            background: #7e3d32;
            transform: scale(1.02);
        }
        .search-wrap button i {
            color: #fff;
            margin-right: 0.3rem;
        }
        main {
            padding: 0.5rem 0 3rem;
        }
        .featured-figure {
            margin: 1.5rem 0 2rem;
            border-radius: 16px;
            overflow: hidden;
            background: #e4ddd4;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
        }
        .featured-figure img {
            width: 100%;
            max-height: 420px;
            object-fit: cover;
        }
        .featured-figure figcaption {
            padding: 0.8rem 1.2rem;
            font-size: 0.9rem;
            color: #5a4a42;
            background: #f0eae3;
            font-style: italic;
        }
        .inline-links {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 1rem;
            background: #f0eae3;
            padding: 1rem 1.4rem;
            border-radius: 14px;
            margin: 1.8rem 0;
            font-size: 0.95rem;
        }
        .inline-links a {
            font-weight: 500;
        }
        .inline-links i {
            margin-right: 0.2rem;
            font-size: 0.8rem;
        }
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            gap: 1.6rem;
            margin: 2rem 0;
        }
        .card {
            background: #fffcf9;
            border-radius: 16px;
            padding: 1.4rem 1.4rem 1.6rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
            border: 1px solid #ede7e0;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
        }
        .card i {
            font-size: 1.8rem;
            color: #9b4b3e;
            margin-bottom: 0.6rem;
        }
        .card h3 {
            margin-top: 0;
        }
        .card p {
            font-size: 0.95rem;
            color: #4d3d36;
        }
        .interact-section {
            background: #fffcf9;
            border-radius: 18px;
            padding: 2rem 1.8rem;
            margin: 2.8rem 0;
            border: 1px solid #ede7e0;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
        }
        .interact-section h2 i {
            color: #9b4b3e;
            margin-right: 0.5rem;
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            color: #4b3b35;
            margin-bottom: 0.3rem;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 2px solid #e4ddd4;
            border-radius: 10px;
            font-size: 1rem;
            font-family: inherit;
            background: #fdfaf7;
            transition: border-color 0.2s;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: #9b4b3e;
            outline: none;
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn-primary {
            background: #9b4b3e;
            color: #fff;
            border: none;
            border-radius: 50px;
            padding: 0.7rem 2rem;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            font-family: inherit;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .btn-primary:hover {
            background: #7e3d32;
            transform: scale(1.02);
        }
        .btn-primary i {
            color: #fff;
        }
        .score-stars {
            display: flex;
            gap: 0.4rem;
            font-size: 1.8rem;
            color: #d4c5ba;
            cursor: pointer;
            transition: color 0.15s;
        }
        .score-stars i.active,
        .score-stars i:hover,
        .score-stars i:hover~i {
            color: #d9a05b;
        }
        .score-stars i {
            transition: color 0.15s;
        }
        footer {
            border-top: 3px solid #e4ddd4;
            padding: 2.5rem 0 2rem;
            margin-top: 2rem;
        }
        friend-link {
            display: block;
            background: #f0eae3;
            border-radius: 16px;
            padding: 1.4rem 1.8rem;
            margin-bottom: 1.8rem;
            font-style: normal;
        }
        friend-link::before {
            content: "🔗 Friends of Pony Town";
            display: block;
            font-weight: 700;
            font-size: 1.1rem;
            color: #4b2e2a;
            margin-bottom: 0.6rem;
        }
        friend-link a {
            display: inline-block;
            margin: 0.2rem 0.6rem 0.2rem 0;
            padding: 0.2rem 0.8rem;
            background: #fffcf9;
            border-radius: 30px;
            font-size: 0.92rem;
            border: 1px solid #ddd3ca;
            transition: background 0.2s;
        }
        friend-link a:hover {
            background: #e4ddd4;
            text-decoration: none;
        }
        .copyright {
            text-align: center;
            font-size: 0.85rem;
            color: #8a7a72;
            padding-top: 0.8rem;
            border-top: 1px solid #e4ddd4;
        }
        .copyright strong {
            color: #4b2e2a;
        }
        @media (max-width: 768px) {
            body {
                padding: 0 0.8rem;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.2rem;
            }
            .my-logo {
                font-size: 1.4rem;
                padding: 0.2rem 0.8rem;
            }
            .nav-toggle {
                display: block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                background: #fffcf9;
                border-radius: 16px;
                padding: 0.8rem 0.4rem;
                margin-top: 0.6rem;
                border: 1px solid #ede7e0;
                box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
            }
            nav.open {
                display: flex;
            }
            nav a {
                padding: 0.6rem 1rem;
                border-radius: 8px;
            }
            .search-wrap {
                flex-wrap: wrap;
                border-radius: 24px;
                padding: 0.3rem 0.3rem 0.3rem 1rem;
            }
            .search-wrap input {
                min-width: 100px;
                padding: 0.5rem 0.4rem;
            }
            .search-wrap button {
                padding: 0.5rem 1rem;
                font-size: 0.85rem;
            }
            .card-grid {
                grid-template-columns: 1fr;
            }
            .interact-section {
                padding: 1.4rem 1rem;
            }
            .breadcrumb {
                font-size: 0.78rem;
            }
            .inline-links {
                flex-direction: column;
                gap: 0.3rem;
            }
            footer {
                padding: 1.8rem 0 1rem;
            }
            friend-link a {
                display: block;
                margin: 0.3rem 0;
            }
            .score-stars {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 480px) {
            h1 {
                font-size: 1.6rem;
            }
            .my-logo {
                font-size: 1.2rem;
            }
            .search-wrap input {
                font-size: 0.9rem;
            }
            .btn-primary {
                padding: 0.6rem 1.2rem;
                font-size: 0.9rem;
            }
        }
        .text-center {
            text-align: center;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 0.6rem;
        }
        .gap-1 {
            gap: 1rem;
        }
        .rounded-full {
            border-radius: 999px;
        }
        .schema-hidden {
            display: none;
        }
        .last-updated {
            display: inline-block;
            background: #e8dfd6;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            font-size: 0.8rem;
            color: #5a4a42;
            margin-bottom: 0.8rem;
        }
        .last-updated i {
            margin-right: 0.3rem;
        }
        blockquote {
            border-left: 4px solid #9b4b3e;
            background: #f4eee8;
            padding: 1rem 1.4rem;
            margin: 1.5rem 0;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #4d3d36;
        }
        blockquote footer {
            border: none;
            margin: 0.6rem 0 0;
            padding: 0;
            font-size: 0.85rem;
            color: #8a7a72;
        }
        .stat-highlight {
            display: inline-block;
            background: #4b2e2a;
            color: #f8f5f0;
            padding: 0.1rem 0.6rem;
            border-radius: 6px;
            font-weight: 700;
        }
