        *,
        *::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, 'Helvetica Neue', Arial, sans-serif;
            background: #faf9f6;
            color: #1e1e2a;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #7b2d8e;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus {
            color: #b44ac7;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4 {
            font-weight: 700;
            line-height: 1.3;
            color: #1a1a2e;
            margin-top: 1.8rem;
            margin-bottom: 0.8rem;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.5rem;
            border-bottom: 3px solid #e0b0ff;
            padding-bottom: 0.5rem;
        }
        h2 {
            font-size: 1.8rem;
            border-left: 5px solid #9b59b6;
            padding-left: 1rem;
            margin-top: 2.5rem;
        }
        h3 {
            font-size: 1.4rem;
            margin-top: 2rem;
        }
        h4 {
            font-size: 1.15rem;
            margin-top: 1.4rem;
            color: #3d2c4a;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
            color: #2c2c3a;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .section-spacing {
            padding: 2.5rem 0;
        }
        .site-header {
            background: linear-gradient(135deg, #2d1b3a 0%, #4a2d5c 100%);
            color: #fff;
            padding: 1rem 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #f5e6ff;
            text-shadow: 0 2px 8px rgba(155, 89, 182, 0.4);
            transition: transform 0.2s ease;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
            color: #f5e6ff;
        }
        .my-logo i {
            font-size: 1.8rem;
            color: #e0b0ff;
        }
        .my-logo small {
            font-size: 0.7rem;
            font-weight: 400;
            opacity: 0.7;
            display: block;
            letter-spacing: 0.5px;
        }
        .nav-toggle {
            display: none;
            background: transparent;
            border: 2px solid rgba(255, 255, 255, 0.4);
            color: #fff;
            font-size: 1.6rem;
            padding: 0.3rem 0.8rem;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            color: #e8d5f5;
            padding: 0.5rem 1rem;
            border-radius: 30px;
            font-size: 0.92rem;
            font-weight: 500;
            transition: background 0.2s, color 0.2s;
            white-space: nowrap;
        }
        .main-nav a:hover,
        .main-nav a:focus {
            background: rgba(255, 255, 255, 0.12);
            color: #fff;
            text-decoration: none;
        }
        .main-nav a.active {
            background: #9b59b6;
            color: #fff;
        }
        .breadcrumb {
            background: #f0ebf5;
            padding: 0.6rem 0;
            font-size: 0.88rem;
            border-bottom: 1px solid #ddd6e8;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.4rem;
            color: #8e7a9e;
            font-weight: 600;
        }
        .breadcrumb a {
            color: #6b4f7a;
        }
        .breadcrumb a:hover {
            color: #9b59b6;
        }
        .breadcrumb .current {
            color: #3d2c4a;
            font-weight: 600;
        }
        .hero {
            background: linear-gradient(145deg, #efe6f7 0%, #ddd0ec 100%);
            padding: 3rem 0 2.5rem;
            border-bottom: 2px solid #d4c4e4;
            text-align: center;
        }
        .hero h1 {
            font-size: 2.6rem;
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0.6rem;
        }
        .hero .subhead {
            font-size: 1.2rem;
            color: #4a3a5a;
            max-width: 750px;
            margin: 0 auto 1.2rem;
        }
        .hero .meta-info {
            font-size: 0.92rem;
            color: #6a5a7a;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 1.5rem;
        }
        .hero .meta-info i {
            margin-right: 0.4rem;
            color: #9b59b6;
        }
        .hero-img-wrapper {
            max-width: 850px;
            margin: 2rem auto 0;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
        }
        .hero-img-wrapper img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .content-area {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 3rem;
            padding: 2.5rem 0;
        }
        .content-main {
            min-width: 0;
        }
        .content-sidebar {
            position: sticky;
            top: 100px;
            align-self: start;
            background: #f5f0fa;
            padding: 1.8rem 1.5rem;
            border-radius: 20px;
            border: 1px solid #e4d8ee;
        }
        .content-sidebar h3 {
            font-size: 1.2rem;
            margin-top: 0;
            border-left: 3px solid #9b59b6;
            padding-left: 0.8rem;
        }
        .content-sidebar ul {
            list-style: none;
            padding: 0;
        }
        .content-sidebar li {
            padding: 0.4rem 0;
            border-bottom: 1px solid #e4d8ee;
        }
        .content-sidebar li:last-child {
            border-bottom: none;
        }
        .content-sidebar a {
            font-size: 0.95rem;
        }
        .server-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            font-size: 0.95rem;
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
        }
        .server-table thead {
            background: #4a2d5c;
            color: #fff;
        }
        .server-table th {
            padding: 0.9rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        .server-table td {
            padding: 0.8rem 1rem;
            border-bottom: 1px solid #eee8f4;
        }
        .server-table tbody tr:hover {
            background: #f8f2ff;
        }
        .server-table .badge {
            display: inline-block;
            background: #e0b0ff;
            color: #2d1b3a;
            padding: 0.15rem 0.7rem;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        .server-table .badge.rank1 {
            background: #ffd700;
            color: #1a1a2e;
        }
        .server-table .badge.rank2 {
            background: #c0c0c0;
            color: #1a1a2e;
        }
        .server-table .badge.rank3 {
            background: #cd7f32;
            color: #fff;
        }
        .form-card {
            background: #fff;
            padding: 2rem 2.2rem;
            border-radius: 24px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
            border: 1px solid #e8e0f0;
            margin-bottom: 2rem;
        }
        .form-card h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .form-card label {
            font-weight: 600;
            font-size: 0.95rem;
            display: block;
            margin-bottom: 0.3rem;
            color: #2d1b3a;
        }
        .form-card input,
        .form-card textarea,
        .form-card select {
            width: 100%;
            padding: 0.75rem 1rem;
            border: 2px solid #ddd6e8;
            border-radius: 12px;
            font-size: 1rem;
            font-family: inherit;
            background: #fcfaff;
            transition: border-color 0.2s;
            margin-bottom: 1rem;
        }
        .form-card input:focus,
        .form-card textarea:focus,
        .form-card select:focus {
            outline: none;
            border-color: #9b59b6;
            box-shadow: 0 0 0 3px rgba(155, 89, 182, 0.15);
        }
        .form-card textarea {
            min-height: 120px;
            resize: vertical;
        }
        .btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.75rem 2rem;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            background: #9b59b6;
            color: #fff;
        }
        .btn:hover {
            background: #7b2d8e;
            transform: scale(1.02);
        }
        .btn-secondary {
            background: #4a2d5c;
        }
        .btn-secondary:hover {
            background: #2d1b3a;
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #9b59b6;
            color: #9b59b6;
        }
        .btn-outline:hover {
            background: #9b59b6;
            color: #fff;
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 1.8rem;
            color: #ddd6e8;
            cursor: pointer;
            margin-bottom: 1rem;
        }
        .rating-stars i.active {
            color: #ffc107;
        }
        .rating-stars i:hover,
        .rating-stars i.hover {
            color: #ffc107;
        }
        .comment-item {
            padding: 1.2rem 0;
            border-bottom: 1px solid #eee8f4;
        }
        .comment-item:last-child {
            border-bottom: none;
        }
        .comment-author {
            font-weight: 700;
            color: #2d1b3a;
        }
        .comment-date {
            font-size: 0.82rem;
            color: #8a7a9a;
            margin-left: 0.8rem;
        }
        .comment-body {
            margin-top: 0.4rem;
            color: #2c2c3a;
        }
        .site-footer {
            background: #1e1a2a;
            color: #c8bcd8;
            padding: 3rem 0 2rem;
            margin-top: 3rem;
        }
        .site-footer a {
            color: #d4c4e4;
        }
        .site-footer a:hover {
            color: #e0b0ff;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 2rem;
            margin-bottom: 2rem;
        }
        .footer-grid h4 {
            color: #f0e6ff;
            margin-top: 0;
            font-size: 1.05rem;
            border-left: 3px solid #9b59b6;
            padding-left: 0.7rem;
        }
        .footer-grid ul {
            list-style: none;
            padding: 0;
        }
        .footer-grid li {
            padding: 0.25rem 0;
        }
        .footer-grid li a {
            font-size: 0.92rem;
        }
        .footer-bottom {
            border-top: 1px solid #3a2a4a;
            padding-top: 1.5rem;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 1rem;
            font-size: 0.88rem;
        }
        .friend-link {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem 1.5rem;
            padding: 1.2rem 0;
            border-top: 1px solid #3a2a4a;
            margin-top: 1.2rem;
        }
        .friend-link a {
            font-size: 0.9rem;
            color: #b8a8c8;
            padding: 0.2rem 0.6rem;
            border: 1px solid #3a2a4a;
            border-radius: 30px;
            transition: background 0.2s, color 0.2s;
        }
        .friend-link a:hover {
            background: #9b59b6;
            color: #fff;
            border-color: #9b59b6;
            text-decoration: none;
        }
        @media (max-width: 992px) {
            .content-area {
                grid-template-columns: 1fr;
            }
            .content-sidebar {
                position: static;
                order: -1;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
            .hero h1 {
                font-size: 2rem;
            }
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                margin-top: 1rem;
                background: rgba(45, 27, 58, 0.98);
                padding: 1rem 0.5rem;
                border-radius: 16px;
                gap: 0.3rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.7rem 1.2rem;
                width: 100%;
                text-align: center;
            }
            .header-inner {
                align-items: center;
            }
            .hero h1 {
                font-size: 1.7rem;
            }
            .hero .subhead {
                font-size: 1rem;
            }
            .form-card {
                padding: 1.5rem;
            }
            .footer-grid {
                grid-template-columns: 1fr;
            }
            .server-table {
                font-size: 0.82rem;
            }
            .server-table th,
            .server-table td {
                padding: 0.5rem 0.6rem;
            }
            .breadcrumb ol {
                font-size: 0.8rem;
            }
        }
        @media (max-width: 480px) {
            html {
                font-size: 15px;
            }
            .container {
                padding: 0 0.9rem;
            }
            .hero h1 {
                font-size: 1.5rem;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            .my-logo i {
                font-size: 1.4rem;
            }
        }
        .text-muted {
            color: #7a6a8a;
            font-size: 0.92rem;
        }
        .text-highlight {
            background: linear-gradient(120deg, #f0e6ff 0%, #e0b0ff 100%);
            padding: 0.1rem 0.4rem;
            border-radius: 4px;
            font-weight: 600;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            flex-wrap: wrap;
        }
        .emoji-lg {
            font-size: 1.6rem;
        }
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            gap: 1.5rem;
            margin: 1.5rem 0;
        }
        .info-card {
            background: #fff;
            padding: 1.5rem;
            border-radius: 18px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
            border: 1px solid #eee8f4;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .info-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
        }
        .info-card h4 {
            margin-top: 0;
        }
        .info-card i {
            color: #9b59b6;
            font-size: 1.8rem;
            margin-bottom: 0.6rem;
        }
        .tag {
            display: inline-block;
            background: #eee8f4;
            color: #3d2c4a;
            padding: 0.15rem 0.7rem;
            border-radius: 30px;
            font-size: 0.78rem;
            font-weight: 600;
            margin-right: 0.3rem;
        }
        .tag.green {
            background: #d4edda;
            color: #155724;
        }
        .tag.blue {
            background: #d1ecf1;
            color: #0c5460;
        }
        .tag.orange {
            background: #fff3cd;
            color: #856404;
        }
