        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
            background: #f7f4f0;
            color: #2c2b2a;
            line-height: 1.7;
            padding: 0 1rem;
        }
        a {
            color: #9b4d8c;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover,
        a:focus {
            color: #6b2f5e;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        hr {
            border: none;
            border-top: 2px solid #e2d9d0;
            margin: 2.5rem 0;
        }
        .container {
            max-width: 1120px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
            border-radius: 24px 24px 0 0;
            padding: 1.5rem 2rem 2rem;
        }
        @media (max-width: 600px) {
            .container {
                padding: 1rem 1rem 1.5rem;
                border-radius: 16px 16px 0 0;
            }
        }
        header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 1rem 0 0.75rem;
            border-bottom: 2px solid #ede5dc;
            position: relative;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #c06ab3, #8a4c7c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-decoration: none;
        }
        .my-logo:hover {
            text-decoration: none;
            opacity: 0.85;
        }
        .my-logo small {
            font-size: 0.7rem;
            font-weight: 400;
            -webkit-text-fill-color: #7a6b63;
            display: block;
            letter-spacing: 0.3px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #5a4a42;
            cursor: pointer;
            padding: 0.25rem 0.5rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #f0e8e0;
        }
        nav {
            display: flex;
            align-items: center;
            gap: 0.25rem;
            flex-wrap: wrap;
        }
        nav a {
            padding: 0.4rem 1rem;
            border-radius: 40px;
            font-weight: 500;
            font-size: 0.95rem;
            color: #4d3f38;
            transition: background 0.2s, color 0.2s;
        }
        nav a:hover,
        nav a:focus {
            background: #f0e8e0;
            color: #2c1f1a;
            text-decoration: none;
        }
        nav a.active {
            background: #9b4d8c;
            color: #fff;
        }
        @media (max-width: 720px) {
            .nav-toggle {
                display: block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                padding-top: 1rem;
                gap: 0.5rem;
            }
            nav.open {
                display: flex;
            }
            nav a {
                width: 100%;
                padding: 0.6rem 1rem;
            }
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0.75rem 0 0.25rem;
            font-size: 0.85rem;
            color: #7a6b63;
        }
        .breadcrumb li+li::before {
            content: "›";
            padding: 0 0.5rem;
            color: #b8aaa0;
        }
        .breadcrumb a {
            color: #7a6b63;
        }
        .breadcrumb a:hover {
            color: #9b4d8c;
        }
        .breadcrumb .current {
            color: #4d3f38;
            font-weight: 500;
        }
        .search-form {
            display: flex;
            max-width: 480px;
            margin: 1.5rem 0 2rem;
            border-radius: 60px;
            overflow: hidden;
            border: 2px solid #e2d9d0;
            transition: border-color 0.2s;
            background: #fcfaf8;
        }
        .search-form:focus-within {
            border-color: #9b4d8c;
        }
        .search-form input[type="text"] {
            flex: 1;
            border: none;
            padding: 0.7rem 1.2rem;
            font-size: 1rem;
            background: transparent;
            outline: none;
            color: #2c2b2a;
            min-width: 0;
        }
        .search-form button {
            background: #9b4d8c;
            border: none;
            padding: 0 1.4rem;
            color: #fff;
            font-size: 1.1rem;
            cursor: pointer;
            transition: background 0.2s;
        }
        .search-form button:hover {
            background: #7b3a6e;
        }
        h1 {
            font-size: 2.4rem;
            font-weight: 800;
            line-height: 1.2;
            margin: 0 0 0.75rem;
            color: #2c1f1a;
            letter-spacing: -0.5px;
        }
        h2 {
            font-size: 1.8rem;
            font-weight: 700;
            margin: 2.2rem 0 0.8rem;
            padding-bottom: 0.3rem;
            border-bottom: 3px solid #ede5dc;
            color: #2c1f1a;
        }
        h3 {
            font-size: 1.35rem;
            font-weight: 600;
            margin: 1.8rem 0 0.5rem;
            color: #3d3029;
        }
        h4 {
            font-size: 1.1rem;
            font-weight: 600;
            margin: 1.2rem 0 0.3rem;
            color: #4d3f38;
        }
        p {
            margin-bottom: 1rem;
        }
        .lead {
            font-size: 1.2rem;
            font-weight: 400;
            color: #5a4a42;
            border-left: 4px solid #c06ab3;
            padding-left: 1.2rem;
            margin: 1rem 0 1.5rem;
        }
        .last-updated {
            display: inline-block;
            font-size: 0.85rem;
            color: #8f7e74;
            background: #f4efe9;
            padding: 0.2rem 1rem;
            border-radius: 40px;
            margin-bottom: 1rem;
        }
        .featured-img {
            border-radius: 16px;
            margin: 1.5rem 0 2rem;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
            width: 100%;
            background: #f0e8e0;
        }
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
            gap: 1.5rem;
            margin: 1.5rem 0;
        }
        .card {
            background: #fcfaf8;
            border-radius: 16px;
            padding: 1.5rem;
            border: 1px solid #ede5dc;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
        }
        .card i {
            font-size: 2rem;
            color: #9b4d8c;
            margin-bottom: 0.75rem;
        }
        .card h3 {
            margin-top: 0;
        }
        .server-list {
            list-style: none;
            padding: 0;
        }
        .server-list li {
            padding: 0.75rem 0;
            border-bottom: 1px solid #ede5dc;
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }
        .server-list li::before {
            content: "🦄";
            font-size: 1.2rem;
        }
        .rating-stars {
            display: flex;
            gap: 0.25rem;
            font-size: 1.6rem;
            color: #e2d9d0;
            cursor: pointer;
            direction: rtl;
            unicode-bidi: bidi-override;
        }
        .rating-stars input {
            display: none;
        }
        .rating-stars label {
            cursor: pointer;
            transition: color 0.15s;
        }
        .rating-stars label:hover,
        .rating-stars label:hover~label,
        .rating-stars input:checked~label {
            color: #f5b342;
        }
        .comment-box {
            background: #fcfaf8;
            border-radius: 16px;
            padding: 1.5rem 2rem;
            border: 1px solid #ede5dc;
            margin: 1.5rem 0;
        }
        .comment-box textarea {
            width: 100%;
            border: 2px solid #e2d9d0;
            border-radius: 12px;
            padding: 0.8rem 1rem;
            font-size: 1rem;
            font-family: inherit;
            resize: vertical;
            min-height: 100px;
            transition: border-color 0.2s;
            background: #fff;
        }
        .comment-box textarea:focus {
            border-color: #9b4d8c;
            outline: none;
        }
        .comment-box input[type="text"] {
            width: 100%;
            max-width: 360px;
            border: 2px solid #e2d9d0;
            border-radius: 12px;
            padding: 0.6rem 1rem;
            font-size: 1rem;
            transition: border-color 0.2s;
            background: #fff;
        }
        .comment-box input[type="text"]:focus {
            border-color: #9b4d8c;
            outline: none;
        }
        .btn {
            display: inline-block;
            background: #9b4d8c;
            color: #fff;
            border: none;
            padding: 0.7rem 2rem;
            border-radius: 60px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
        }
        .btn:hover {
            background: #7b3a6e;
            transform: scale(1.02);
            color: #fff;
            text-decoration: none;
        }
        .btn:active {
            transform: scale(0.98);
        }
        .btn-secondary {
            background: #ede5dc;
            color: #4d3f38;
        }
        .btn-secondary:hover {
            background: #dcd0c5;
            color: #2c1f1a;
        }
        friend-link {
            display: block;
            padding: 1.5rem 0 0.5rem;
        }
        friend-link a {
            display: inline-block;
            margin: 0.25rem 0.5rem 0.25rem 0;
            padding: 0.3rem 1rem;
            background: #f4efe9;
            border-radius: 40px;
            font-size: 0.9rem;
            color: #4d3f38;
            transition: background 0.2s;
        }
        friend-link a:hover {
            background: #e2d9d0;
            text-decoration: none;
        }
        footer {
            margin-top: 2rem;
            padding: 1.5rem 0 1rem;
            border-top: 2px solid #ede5dc;
            font-size: 0.9rem;
            color: #7a6b63;
            text-align: center;
        }
        footer .copyright {
            margin-top: 0.75rem;
            font-size: 0.82rem;
        }
        .flex-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            align-items: center;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .gap-1 {
            gap: 1rem;
        }
        .text-muted {
            color: #8f7e74;
        }
        .emoji-xl {
            font-size: 2.4rem;
        }
        @media (max-width: 600px) {
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .lead {
                font-size: 1rem;
                padding-left: 0.8rem;
            }
            .comment-box {
                padding: 1rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .card-grid {
                grid-template-columns: 1fr;
            }
        }
        .schema-hidden {
            display: none;
        }
