        *,
        *::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, sans-serif;
            background: #f8f9fc;
            color: #1a1a2e;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        a {
            color: #e8772e;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #b85c1a;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin: 1rem 0;
        }
        li {
            margin-bottom: 0.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            margin-top: 2rem;
            margin-bottom: 1rem;
            color: #0d0d1a;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.5rem;
        }
        h2 {
            font-size: 1.8rem;
            border-bottom: 3px solid #e8772e;
            padding-bottom: 0.4rem;
        }
        h3 {
            font-size: 1.4rem;
            color: #2d2d44;
        }
        h4 {
            font-size: 1.15rem;
            color: #3d3d55;
        }
        p {
            margin-bottom: 1.2rem;
        }
        strong,
        b {
            color: #0d0d1a;
            font-weight: 700;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: linear-gradient(135deg, #0d0d1a 0%, #1a1a35 100%);
            color: #fff;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            color: #fff;
            background: linear-gradient(135deg, #e8772e, #f5a623);
            -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 {
            font-size: 1.6rem;
            -webkit-text-fill-color: #e8772e;
            color: #e8772e;
        }
        .my-logo:hover {
            opacity: 0.9;
            text-decoration: none;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.6rem;
            cursor: pointer;
            padding: 0.2rem 0.6rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .nav-menu {
            display: flex;
            align-items: center;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        .nav-menu a {
            color: #e0e0e0;
            padding: 0.5rem 1rem;
            border-radius: 8px;
            font-weight: 500;
            font-size: 0.9rem;
            transition: all 0.25s ease;
            white-space: nowrap;
        }
        .nav-menu a:hover,
        .nav-menu a:focus {
            color: #fff;
            background: rgba(232, 119, 46, 0.25);
            text-decoration: none;
            transform: translateY(-1px);
        }
        .nav-menu a i {
            margin-right: 0.4rem;
            font-size: 0.85rem;
        }
        .breadcrumb {
            background: #fff;
            padding: 0.7rem 0;
            border-bottom: 1px solid #e9ecef;
            font-size: 0.85rem;
        }
        .breadcrumb ol {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
        }
        .breadcrumb li {
            margin: 0;
            display: flex;
            align-items: center;
            gap: 0.3rem;
        }
        .breadcrumb li+li::before {
            content: "›";
            color: #999;
            font-size: 1.1rem;
            margin-right: 0.3rem;
        }
        .breadcrumb a {
            color: #e8772e;
        }
        .breadcrumb .current {
            color: #666;
            font-weight: 600;
        }
        .hero {
            background: linear-gradient(135deg, #1a1a35 0%, #2d2d50 100%);
            color: #fff;
            padding: 2.5rem 0 2rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .hero::after {
            content: "🎮";
            position: absolute;
            right: -2rem;
            bottom: -2rem;
            font-size: 12rem;
            opacity: 0.06;
            pointer-events: none;
        }
        .hero h1 {
            font-size: 2.6rem;
            color: #fff;
            margin: 0 0 0.6rem;
            text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
        }
        .hero h1 span {
            background: linear-gradient(135deg, #f5a623, #e8772e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero p {
            font-size: 1.1rem;
            max-width: 720px;
            margin: 0 auto 1.2rem;
            color: #cfd8e6;
        }
        .hero .last-updated {
            display: inline-block;
            background: rgba(255, 255, 255, 0.12);
            padding: 0.4rem 1.2rem;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #ccc;
            backdrop-filter: blur(4px);
        }
        .hero .last-updated i {
            margin-right: 0.4rem;
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
            padding: 2.5rem 0;
        }
        .content-area {
            background: #fff;
            border-radius: 16px;
            padding: 2rem 2.2rem;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
        }
        .sidebar {
            display: flex;
            flex-direction: column;
            gap: 1.8rem;
        }
        .sidebar-widget {
            background: #fff;
            border-radius: 14px;
            padding: 1.4rem 1.6rem;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
            border: 1px solid #f0f0f5;
        }
        .sidebar-widget h3 {
            font-size: 1.1rem;
            margin-top: 0;
            margin-bottom: 0.8rem;
            border-left: 4px solid #e8772e;
            padding-left: 0.8rem;
        }
        .sidebar-widget ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sidebar-widget li {
            margin-bottom: 0.5rem;
        }
        .sidebar-widget a {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.35rem 0;
            font-size: 0.9rem;
            color: #2d2d44;
            border-bottom: 1px solid #f5f5f5;
            transition: all 0.2s;
        }
        .sidebar-widget a:hover {
            color: #e8772e;
            padding-left: 0.3rem;
            text-decoration: none;
        }
        .sidebar-widget a i {
            color: #e8772e;
            font-size: 0.8rem;
            width: 1.2rem;
            text-align: center;
        }
        .featured-image {
            margin: 1.8rem 0;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
        }
        .featured-image figcaption {
            background: #f8f9fc;
            padding: 0.7rem 1.2rem;
            font-size: 0.85rem;
            color: #666;
            text-align: center;
            border-top: 1px solid #eee;
        }
        .search-form {
            display: flex;
            gap: 0.5rem;
            margin: 1.5rem 0;
        }
        .search-form input {
            flex: 1;
            padding: 0.75rem 1.2rem;
            border: 2px solid #e0e0e8;
            border-radius: 30px;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.3s;
            background: #f8f9fc;
        }
        .search-form input:focus {
            border-color: #e8772e;
            background: #fff;
        }
        .search-form button {
            padding: 0.75rem 1.6rem;
            background: #e8772e;
            color: #fff;
            border: none;
            border-radius: 30px;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: all 0.25s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #d06a24;
            transform: scale(1.02);
        }
        .interaction-forms {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.8rem;
            margin: 2.5rem 0 1.5rem;
            padding-top: 1.5rem;
            border-top: 2px solid #f0f0f5;
        }
        .form-card {
            background: #f8f9fc;
            border-radius: 14px;
            padding: 1.6rem 1.8rem;
            border: 1px solid #e9ecef;
        }
        .form-card h3 {
            margin-top: 0;
            font-size: 1.2rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .form-card form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }
        .form-card input,
        .form-card textarea,
        .form-card select {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 2px solid #e0e0e8;
            border-radius: 10px;
            font-size: 0.9rem;
            outline: none;
            transition: border 0.3s;
            background: #fff;
            font-family: inherit;
        }
        .form-card input:focus,
        .form-card textarea:focus,
        .form-card select:focus {
            border-color: #e8772e;
        }
        .form-card textarea {
            resize: vertical;
            min-height: 80px;
        }
        .form-card button {
            padding: 0.7rem 1.6rem;
            background: #0d0d1a;
            color: #fff;
            border: none;
            border-radius: 30px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.25s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            justify-content: center;
        }
        .form-card button:hover {
            background: #e8772e;
            transform: translateY(-2px);
        }
        .form-card .star-rating {
            display: flex;
            gap: 0.4rem;
            font-size: 1.5rem;
            color: #ddd;
            cursor: pointer;
            direction: rtl;
        }
        .form-card .star-rating i {
            transition: color 0.2s;
        }
        .form-card .star-rating i:hover,
        .form-card .star-rating i:hover~i {
            color: #f5a623;
        }
        .form-card .star-rating input {
            display: none;
        }
        .form-card .star-rating label {
            cursor: pointer;
            color: #ddd;
            transition: color 0.2s;
        }
        .form-card .star-rating label:hover,
        .form-card .star-rating label:hover~label {
            color: #f5a623;
        }
        .form-card .star-rating input:checked~label {
            color: #f5a623;
        }
        .site-footer {
            background: #0d0d1a;
            color: #bbb;
            padding: 2.5rem 0 1.5rem;
            margin-top: 2rem;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
            margin-bottom: 2rem;
        }
        .footer-inner h4 {
            color: #fff;
            margin-top: 0;
            font-size: 1.1rem;
            border-left: 3px solid #e8772e;
            padding-left: 0.8rem;
        }
        .footer-inner a {
            color: #bbb;
            font-size: 0.9rem;
            display: block;
            padding: 0.2rem 0;
            transition: color 0.2s;
        }
        .footer-inner a:hover {
            color: #e8772e;
            text-decoration: none;
        }
        friend-link {
            display: block;
            margin-top: 0.5rem;
        }
        friend-link a {
            display: inline-block;
            margin-right: 1.2rem;
            padding: 0.2rem 0;
        }
        .copyright {
            border-top: 1px solid #2a2a40;
            padding-top: 1.5rem;
            text-align: center;
            font-size: 0.85rem;
            color: #888;
        }
        .copyright a {
            color: #e8772e;
        }
        @media (max-width: 992px) {
            .main-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                order: 2;
            }
            .footer-inner {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                background: #12122a;
                padding: 0.8rem 0.4rem;
                border-radius: 12px;
                margin-top: 0.4rem;
            }
            .nav-menu.active {
                display: flex;
            }
            .nav-menu a {
                padding: 0.6rem 1rem;
                border-radius: 8px;
            }
            .hero h1 {
                font-size: 1.8rem;
            }
            .hero p {
                font-size: 0.95rem;
            }
            .content-area {
                padding: 1.2rem 1rem;
            }
            .interaction-forms {
                grid-template-columns: 1fr;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .header-inner {
                gap: 0.4rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.8rem;
            }
            .hero h1 {
                font-size: 1.5rem;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
            .form-card {
                padding: 1.2rem 1rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
        }
        .text-center {
            text-align: center;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .highlight-box {
            background: #fef7f0;
            border-left: 5px solid #e8772e;
            padding: 1.2rem 1.6rem;
            border-radius: 0 12px 12px 0;
            margin: 1.5rem 0;
        }
        .highlight-box strong {
            color: #e8772e;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.2rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.9rem;
        }
        th,
        td {
            padding: 0.7rem 1rem;
            border: 1px solid #e9ecef;
            text-align: left;
        }
        th {
            background: #0d0d1a;
            color: #fff;
            font-weight: 600;
        }
        tr:nth-child(even) {
            background: #f8f9fc;
        }
        .scroll-top {
            position: fixed;
            bottom: 1.5rem;
            right: 1.5rem;
            background: #e8772e;
            color: #fff;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            box-shadow: 0 4px 16px rgba(232, 119, 46, 0.3);
            transition: all 0.3s;
            z-index: 999;
            border: none;
            cursor: pointer;
        }
        .scroll-top:hover {
            transform: translateY(-4px);
            background: #d06a24;
        }
