        *,
        *::before,
        *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
            background: #0b0e17;
            color: #e8edf5;
            line-height: 1.75;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a {
            color: #ffb347;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffd700;
            outline: 2px solid #ffb347;
            outline-offset: 2px;
            border-radius: 2px;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #f0f4ff;
            margin-top: 1.8em;
            margin-bottom: 0.6em;
        }
        h1 {
            font-size: 2.4rem;
            text-align: center;
            margin-top: 0.4em;
            background: linear-gradient(135deg, #ffb347, #ff8c00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        h2 {
            font-size: 1.8rem;
            border-left: 5px solid #ffb347;
            padding-left: 1rem;
            margin-top: 2.2em;
        }
        h3 {
            font-size: 1.4rem;
            color: #ffcc80;
            margin-top: 1.8em;
        }
        h4 {
            font-size: 1.2rem;
            color: #ffe0b2;
            margin-top: 1.4em;
        }
        p {
            margin-bottom: 1.2rem;
        }
        strong,
        b {
            color: #ffd54f;
            font-weight: 700;
        }
        em {
            color: #90caf9;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .badge {
            display: inline-block;
            background: #ff8c00;
            color: #0b0e17;
            font-size: 0.75rem;
            font-weight: 700;
            padding: 0.2rem 0.7rem;
            border-radius: 30px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }
        .site-header {
            background: #111622;
            border-bottom: 2px solid #2a3142;
            padding: 0.6rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 900;
            background: linear-gradient(135deg, #ffb347, #ff6f00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.5px;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo i {
            -webkit-text-fill-color: #ffb347;
            font-size: 1.5rem;
        }
        .my-logo:hover,
        .my-logo:focus-visible {
            opacity: 0.9;
            outline: 2px solid #ffb347;
            outline-offset: 4px;
            border-radius: 4px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #e8edf5;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.6rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #2a3142;
        }
        .nav-menu {
            display: flex;
            align-items: center;
            gap: 1.2rem;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
        }
        .nav-menu li a {
            color: #c5cddf;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 0.4rem 0.6rem;
            border-radius: 6px;
            transition: background 0.2s, color 0.2s;
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .nav-menu li a:hover,
        .nav-menu li a:focus-visible {
            background: #2a3142;
            color: #ffb347;
            outline: none;
        }
        .breadcrumb {
            padding: 0.8rem 0 0.2rem 0;
            font-size: 0.85rem;
            color: #8892a8;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            list-style: none;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.5rem;
            color: #555e77;
        }
        .breadcrumb a {
            color: #8892a8;
        }
        .breadcrumb a:hover {
            color: #ffb347;
        }
        .breadcrumb .current {
            color: #ffb347;
            font-weight: 600;
        }
        .hero-banner {
            background: linear-gradient(145deg, #0f1420, #1a2335);
            border-radius: 20px;
            padding: 2rem 2rem 2.5rem;
            margin: 1.5rem 0 2.5rem;
            border: 1px solid #2a3142;
            text-align: center;
            box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.6);
        }
        .hero-banner h1 {
            margin-top: 0.2em;
        }
        .hero-banner .subhead {
            font-size: 1.1rem;
            color: #b0c4de;
            max-width: 700px;
            margin: 0.8rem auto 1.5rem;
        }
        .hero-banner .meta-info {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 1.2rem 2rem;
            font-size: 0.9rem;
            color: #8892a8;
        }
        .hero-banner .meta-info i {
            margin-right: 0.4rem;
            color: #ffb347;
        }
        .featured-image-wrap {
            margin: 2rem 0 2.5rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
            background: #1a2335;
        }
        .featured-image-wrap img {
            width: 100%;
            object-fit: cover;
            min-height: 200px;
            max-height: 460px;
        }
        .featured-image-wrap figcaption {
            padding: 0.8rem 1.2rem;
            font-size: 0.85rem;
            color: #8892a8;
            background: #111622;
            border-top: 1px solid #2a3142;
        }
        .content-section {
            background: #111622;
            border-radius: 18px;
            padding: 2rem 2.2rem;
            margin-bottom: 2.2rem;
            border: 1px solid #222a3a;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        }
        .content-section p,
        .content-section li {
            color: #d3dcec;
        }
        .content-section ul,
        .content-section ol {
            margin-bottom: 1.2rem;
        }
        .content-section li {
            margin-bottom: 0.4rem;
        }
        .highlight-box {
            background: #1a2335;
            border-left: 5px solid #ffb347;
            padding: 1.2rem 1.8rem;
            border-radius: 0 12px 12px 0;
            margin: 1.8rem 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .rank-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.8rem 0;
            font-size: 0.95rem;
            background: #0f1420;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #2a3142;
        }
        .rank-table th {
            background: #ff8c00;
            color: #0b0e17;
            padding: 0.8rem 1rem;
            text-align: left;
            font-weight: 700;
        }
        .rank-table td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #222a3a;
        }
        .rank-table tr:last-child td {
            border-bottom: none;
        }
        .rank-table tr:hover td {
            background: #1a2335;
        }
        .tier-icon {
            font-size: 1.4rem;
            margin-right: 0.3rem;
        }
        .search-box {
            display: flex;
            gap: 0.6rem;
            flex-wrap: wrap;
            margin: 1.2rem 0 1.8rem;
        }
        .search-box input {
            flex: 1;
            min-width: 180px;
            padding: 0.8rem 1.2rem;
            border: 2px solid #2a3142;
            border-radius: 50px;
            background: #0f1420;
            color: #e8edf5;
            font-size: 1rem;
            transition: border-color 0.3s;
        }
        .search-box input:focus {
            border-color: #ffb347;
            outline: none;
        }
        .search-box button {
            padding: 0.8rem 2rem;
            background: #ff8c00;
            color: #0b0e17;
            border: none;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-box button:hover {
            background: #ffa726;
            transform: scale(1.02);
        }
        .search-box button:active {
            transform: scale(0.97);
        }
        .interact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.8rem;
            margin: 2rem 0;
        }
        .interact-card {
            background: #0f1420;
            border-radius: 16px;
            padding: 1.6rem 1.8rem;
            border: 1px solid #2a3142;
        }
        .interact-card h3 {
            margin-top: 0;
            font-size: 1.25rem;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .interact-card form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
            margin-top: 0.8rem;
        }
        .interact-card textarea,
        .interact-card input {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 2px solid #2a3142;
            border-radius: 10px;
            background: #0b0e17;
            color: #e8edf5;
            font-size: 0.95rem;
            resize: vertical;
            transition: border-color 0.3s;
            font-family: inherit;
        }
        .interact-card textarea:focus,
        .interact-card input:focus {
            border-color: #ffb347;
            outline: none;
        }
        .interact-card textarea {
            min-height: 80px;
        }
        .interact-card .btn-submit {
            align-self: flex-start;
            padding: 0.6rem 1.8rem;
            background: #ff8c00;
            color: #0b0e17;
            border: none;
            border-radius: 50px;
            font-weight: 700;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .interact-card .btn-submit:hover {
            background: #ffa726;
            transform: scale(1.02);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.2rem;
            font-size: 1.8rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            color: #444e66;
            transition: color 0.2s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #ffb347;
        }
        friend-link {
            display: block;
            background: #0f1420;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin: 2.2rem 0 1.2rem;
            border: 1px solid #2a3142;
        }
        friend-link::before {
            content: "🔗 Friend Links";
            display: block;
            font-size: 1.3rem;
            font-weight: 700;
            color: #ffcc80;
            margin-bottom: 0.8rem;
        }
        friend-link a {
            display: inline-block;
            margin: 0.3rem 1.2rem 0.3rem 0;
            padding: 0.3rem 0.8rem;
            background: #1a2335;
            border-radius: 30px;
            font-size: 0.9rem;
            color: #c5cddf;
            transition: background 0.2s, color 0.2s;
        }
        friend-link a:hover {
            background: #ff8c00;
            color: #0b0e17;
        }
        .site-footer {
            background: #0a0d15;
            border-top: 2px solid #2a3142;
            padding: 2rem 0 1.5rem;
            margin-top: auto;
            text-align: center;
            color: #6a7490;
            font-size: 0.85rem;
        }
        .site-footer .footer-inner {
            display: flex;
            flex-direction: column;
            gap: 0.6rem;
            align-items: center;
        }
        .site-footer .copyright {
            font-size: 0.82rem;
        }
        .site-footer .copyright i {
            margin-right: 0.3rem;
            color: #ff6b6b;
        }
        @media (max-width: 900px) {
            .interact-grid {
                grid-template-columns: 1fr;
            }
            .content-section {
                padding: 1.5rem 1.2rem;
            }
            .hero-banner {
                padding: 1.5rem 1.2rem;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.2rem;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                padding: 1rem 0 0.4rem 0;
                gap: 0.4rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu li a {
                width: 100%;
                padding: 0.6rem 0.8rem;
            }
        }
        @media (max-width: 520px) {
            .container {
                padding: 0 12px;
            }
            .hero-banner .meta-info {
                flex-direction: column;
                gap: 0.4rem;
            }
            .rank-table {
                font-size: 0.8rem;
            }
            .rank-table th,
            .rank-table td {
                padding: 0.5rem 0.6rem;
            }
            .search-box input {
                min-width: 140px;
                font-size: 0.9rem;
            }
            .search-box button {
                padding: 0.6rem 1.2rem;
                font-size: 0.9rem;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            h1 {
                font-size: 1.6rem;
            }
            .star-rating {
                font-size: 1.4rem;
            }
        }
        .fade-up {
            opacity: 0;
            transform: translateY(24px);
            animation: fadeUp 0.6s ease forwards;
        }
        @keyframes fadeUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .fade-up-delay-1 {
            animation-delay: 0.1s;
        }
        .fade-up-delay-2 {
            animation-delay: 0.2s;
        }
        .fade-up-delay-3 {
            animation-delay: 0.3s;
        }
        .skip-link {
            position: absolute;
            top: -100px;
            left: 20px;
            background: #ffb347;
            color: #0b0e17;
            padding: 0.6rem 1.2rem;
            border-radius: 0 0 8px 8px;
            font-weight: 700;
            z-index: 200;
            transition: top 0.3s;
        }
        .skip-link:focus {
            top: 0;
            outline: 3px solid #ffd700;
        }
