* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
            background: #0a0a0a;
            color: #e0e0e0;
        }

        .header {
            background: #1a1a1a;
            padding: 15px 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-size: 18px;
            font-weight: 600;
            color: #fff;
        }

        .nav-btn {
            background: #fff;
            color: #000;
            border: none;
            padding: 10px 25px;
            border-radius: 20px;
            font-weight: 600;
            cursor: pointer;
            font-size: 14px;
        }

        .breadcrumb {
            font-size: 14px;
            color: #888;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;
            margin-bottom: 24px;
            margin-top: 12px;
        }

        .breadcrumb a {
            color: #888;
            text-decoration: none;
        }

        .breadcrumb a:hover {
            color: #fff;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;
            display: grid;
            grid-template-columns: 1fr 380px;
            gap: 30px;
        }

        .main-content {
            padding-bottom: 40px;
        }

        .game-title {
            font-size: 36px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .game-meta {
            display: flex;
            gap: 12px;
            margin-bottom: 12px;
            align-items: center;
        }

        .model {
            background: #1C1C1E;
            border-color: rgba(255, 255, 255, 0.12);
            border-width: 1px;
            border-radius: 6px;
            border-style: solid;
            color: #9CA3AF;
            padding: 5px 12px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 400;
        }
        .model .model-point {
            width: 6px;
            height: 6px;
            border-radius: 3px;
            border-width: 0px;
            margin-left: -2px;
            margin-right: 2px;
            background: #30D158;
            display: inline-block;
        }

        .game-author {
            color: #888;
            font-size: 14px;
        }

        .share-buttons {
            display: flex;
            gap: 10px;
            margin-left: auto;
            white-space: nowrap;
            align-items: center;
        }

        .share-title {
            background: transparent;
            border: none;
            padding: 8px 1px;
            color: #fff;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .share-btn {
            background: #151515;
            border-color: rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            border-width: 1px;
            border-style: solid;
            color: #fff;
            height: 24px;
            padding: 10px 8px;
            color: #FAFAFA;
            cursor: pointer;
            font-size: 14px;
            font-weight: 400;
            align-items: center;
            gap: 4px;
            display: inline-flex;
            margin-bottom: 8px;
        }

        .share-btn:hover {
            background: #3a3a3a;
        }
        .share-btn-reddit::before {
          content: "";
          width: 16px;
          height: 16px;
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGXSURBVHgBpVO7TgJBFD2zgI0WxEIpIdqLpdosiRA7FnsDrRWS2Lt8gfgHPj7AtTNoIhQ+yoXGStxSKymwUGLWe2fYHUB8JN5kMrP33HPm3NkZgbHw12HSlIcBCz6Sg7QrRwRVcQ5vuF6ERBNxxGDTsoyfQqCGdxJqoBsKDMhXtEzjb+GijwyLROWn2nkyeZMMTcfVWKASuwC8dtOYwh6hFcPfkH1+b3uO4JMqcHvGRDWkbezweUXxIZUmxwzt+uypdauhxmjkoyPW2SbHIqWyRWDJBHpdZb1+BDy4Cg9cCFjCz5IZjvkkWX1UYCA0HgG2mwHaDZkyQjCR1C6ObWB7WRO3UsBpTQv3XkKIBbywx/qhyrLlXEkLFMrKIce1A3RaAeIa1IcTFraaal6zgJW8FmDBVUutb3Q5C0TsFN5IpCQ/O4ND4sPjHu/v1DybUA64NedA0/soqJuYwz7/1xDg4lxR237ylFC7qck+auISlX9fZfkX5MOghHwovwXtHJAl9wtu0tWOyduZhnbkEdHhAxcXaA7XfwL9f4JzO+KtSgAAAABJRU5ErkJggg==")
        }
        .share-btn-twiter::before {
          content: "";
          width: 16px;
          height: 16px;
          display: inline-block;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJHSURBVHgBxZc7SwNBEMf3/AJeYWMjpxZWgUTQSlDBTlCxFHyVgmgbFB+d+IBYBbW5zyD4aIVE20jyAfL4Arl8gnFmc3tZL8ne7uX1gyGJTnb+Mztzu7GYJgBg48sW2jJaEs1Bs/1/e2gVtF+0L7RXy7I81g8wsIOWQauDGS59l8WFMkZ7hN65Zqb4WZehf5RBtxromIT+BpdFJIedeScRjhzTCgkos2Z3D5IKWkpMyZgU/HoIwZkf4+rfX/zSd+To+ATGJyYDm5qdg2q1pqxz9ukZEvOLUK0p/RxZgNvNy/M8XGwBcvlv/jl9dgFLK2tdVyU/LlIdnMiI4HaUJy2aSC2imEYgKH1+0eZHlZmamYO3j0/QgB5sNgk40PGmzHf2Dvn7YqnEsxRVEcETqQW4uXsAA/aV5Q9Dpc8+vfD39NqqSiNOcMIlAQVdb9pX3lx+E65vbPOtIGHp80uIQYEEGB0ylLloQhJEW7G0ugYxqTOIgcicCLq+Gtn1HYklQGQuj+b65jbEwXgLiLf3Ty4gPJqiQQ2oGzUhUSyW+Kzn8j9toyk3qCYFozEUs559bmYazlxuUE1c7QdRtwdNuAnlBtVgXzyKI/tANevy+RBu0AhscR5kVF50Iu7sHmgIbI2maFAFrtZxfHN7z5vLaygXCzKXj+6j41PVV5zwnUBZhT4TXEgsSQDtR4EN4UqG17Fp8SG4kvl3tFXWvLMNLLgfozswymu5JGJ0P0xCQq6gd6i5bRYXaFbDBTPqfmAnan2LaQID+nn+B+Ekh6M/MJf4AAAAAElFTkSuQmCC")
        }
        .share-btn-facebook::before {
            content: "";
            width: 16px;
            height: 16px;
            display: inline-block;
            background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
            background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJlSURBVHgBxZe/b9NAFMe/d02lDkTySJnCghijAhIb6Q6i/Q+yMJeB3Tb8AdCxTBkZqcReszEA8ohY8Ea3Rm2Hqj9yfe/u3Nqu05xdO/lIVR078fe9d+/dvSfgyMBX3iGwIQReKIW+AHp027OPxwpI6FkMgag7wW4UirHLe8WsLzz3Ve9cYItEhxlBlzePlhXCH6FIbv/aFNjjIyCgyy3cATFB+PODCKY+L7vJXp8BezBhboJkGVgvi4Ys3njmq37D4ox2iN9dfJCLQAueF7kRiVwEWhZntIN9yq8bBjz1VdCy+JURHQE//aCXwIb+HyrygPx4M6CKeQx0V4D/VPk7EfAtnv1bWoqHvBQ6AmcZi1xhwZ0h8KpvrplVzxjlwqktb6nXw2wylWCvVzNif/eBX4mJggsU+iFrdygEG6jBo/vX19Ef4N0XVMVbkngteW9HDdKwM+x9LRQGkg8WLAh9qD3x1QEcDxlOME485t7KdRSOToDjE3MdfDW54Mi4gyonHPKJl9ItGFMBT6JhquZDpSXIElDtvLTZ8zkyfzUYS+5ksCBYW+o2anHEXIbfsSCERCQnABUOHDfQZrmg5lXG1L0qaiAxZ2j9R6yty3CisI05Q5EP+f9VS7bmq4/04S3mAOVd8Pu90AbIrEXzKEnWSMVzBvB6kBHrbRrB72aN7L3cVkxGJEvAZhtGWPHNuDAblA4m1Kn0yLI90VCTmnoelwwmt86Ga4HyhdLj2V3EP3F+xVOG1ZnDqY2Gzz0cHFFmYxuR8HZcdzgtMcSz/SO3cHwO9oQ9Ra2gHs8vaDynktqNHcfzS+5t3A1tz+moAAAAAElFTkSuQmCC")
        }
        .video-container {
            position: relative;
            width: 100%;
            aspect-ratio: 16/9;
            background: #000;
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 25px;
        }

        .video-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70px;
            height: 70px;
            background: rgba(255, 140, 0, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            border: none;
            z-index: 10; 
            transition: background 0.3s ease;
        }

        .play-button::after {
            content: '';
            width: 0;
            height: 0;
            border-left: 20px solid #fff;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            margin-left: 5px;
        }

        .play-button.loading {
            pointer-events: none;
            background: rgba(255, 140, 0, 0.7); 
        }

        .play-button.loading::after {
            display: none;
        }
        .play-button.loading::before {
            content: '';
            position: absolute;
            width: 70px; 
            height: 70px;
            border: 4px solid rgba(255, 255, 255, 0.3);
            border-top-color: #fff;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            to { transform: rotate(360deg); }
        }

        .prompt-section {
            background: transparent;
            border-radius: 8px;
            padding: 0px;
            margin-bottom: 30px;
        }

        .prompt-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 8px;
        }

        .prompt-header h3 {
            font-size: 16px;
            font-weight: 600;
        }

        .copy-btn {
            color: #86868B;
            font-weight: 400;
            font-size: 12px;
            border: none;
            background: transparent;
            cursor: pointer;
        }

        .prompt-box {
            background: #161617;
            border-radius: 12px;
            border-color: rgba(255, 255, 255, 0.1);
            border-width: 1px;
            border-style: solid;
            padding-top: 12px;
            padding-bottom: 12px;
            display: flex;
            flex-direction: column;
        }
        .prompt-box-header {
            height: 36px;
            padding-left: 16px;
            padding-right: 16px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            margin-top: -8px;
        }
        .model-text {
            font-size: 10px;
            font-weight: 400;
            color: #6B7280;
        }
        .prompt-box-header .dots {
            display: flex;
            gap: 6px;
            margin-right: 12px;
        }
        .dots .dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            display: inline-block;
            background-color: red;
        }

        .prompt-box-footer {
            height: 55px;
            padding-left: 16px;
            padding-right: 16px;
            display: flex;
            align-items: center;
            justify-content: right;
        }
        .prompt-box-container {
            display: flex;
            align-items: center;
            height: 86px;
            background: #0a0a0a;
            padding: 0 16px;
        }

        .prompt-box-content {
            font-weight: 400;
            font-size: 14px;
            color: #4ADE80E5;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .submit-btn {
            background: linear-gradient(90deg, #0A84FF 0%, #2563EB 100%);
            color: #fff;
            border: none;
            width: 66px;
            height: 30px;
            border-radius: 8px;
            float: right;
            margin-top: 10px;
            cursor: pointer;
            font-weight: 600;
            font-size: 12px;
            color: #fff;
        }

        .section-title {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .section-content {
            line-height: 1.8;
            color: #b0b0b0;
            margin-bottom: 30px;
        }

        .section-content h4 {
            color: #fff;
            font-size: 18px;
            margin: 20px 0 10px;
        }

        .section-content ul {
            list-style: none;
            padding-left: 0;
        }

        .section-content li {
            padding: 8px 0;
            padding-left: 20px;
            position: relative;
        }

        .section-content li::before {
            content: '•';
            color: #ff8c00;
            font-weight: bold;
            position: absolute;
            left: 0;
        }

        .sidebar {
            padding: 20px 0;
        }

        .creator-card {
            background: #161617;
            border-color: rgba(255, 255, 255, 0.1);
            border-width: 1px;
            border-style: solid;
            border-radius: 16px;
            padding: 20px;
            margin-bottom: 25px;
            display: flex;
            align-items: center;
        }

        .creator-header {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .creator-avatar {
            width: 52px;
            height: 52px;
            border-radius: 50%;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-color: rgba(255, 255, 255, 0.1);;
            border-width: 2px;
            border-style: solid;
            margin-top: 6px;
            overflow: hidden;
        }
        .creator-avatar-img {
            width: 100%;
            height: 100%;
            object-fit: fill;
            display: block;
          }
        .creator-label {
            font-size: 10px;
            color: #0A84FF;
            font-weight: 700;
            line-height: 15px;
        }
        .creator-count {
            font-size: 12px;
            color: #9CA3AF;
            font-weight: 400;
            line-height: 16px;
        }
        .creator-author {
            font-size: 18px;
            color: #ffffff;
            font-weight: 700;
            line-height: 22.5px;
        }
        .ai-promo {
            position: relative;
            padding: 25px;
            margin-bottom: 25px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 16px;
        }

        .ai-promo::before {
            content: '';
            position: absolute;
            inset: 0;
            background: 
                radial-gradient(circle at 0% 100%, rgba(59, 130, 246, 0.4) 0%, transparent 30%),
                radial-gradient(circle at 100% 0%, rgba(96, 165, 250, 0.3) 0%, transparent 30%),
                rgba(5, 5, 5, 0.85);
            backdrop-filter: blur(20px) saturate(180%);
            -webkit-backdrop-filter: blur(20px) saturate(180%);
            border-radius: 16px;
            z-index: -1;
        }

        .ai-promo-title {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 12px;
            line-height: 28px;
            color: #fff;
        }

        .ai-promo-desc {
            font-size: 12px;
            font-weight: 600;
            line-height: 16px;
            color: #9CA3AF;
            margin-bottom: 20px;
        }

        .promo-btn {
            background: #fff;
            color: #1e3a8a;
            border: none;
            padding: 12px 0;
            width: 100%;
            border-radius: 8px;
            font-weight: 600;
            font-size: 16px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .related-section h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .related-section a {
            color: #3b82f6;
            font-size: 14px;
            text-decoration: none;
        }

        .game-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
            margin-bottom: 30px;
        }

        .game-card {
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.2s;
        }

        .game-card:hover {
            transform: translateY(-5px);
        }

        .game-card-img {
            background: blueviolet;
            width: 100%;
            aspect-ratio: 10/10;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            overflow: hidden;
        }
        .related-game-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .game-card-info {
            padding: 12px;
        }

        .game-card-title {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .game-card-meta {
            font-size: 12px;
            color: #888;
        }

        .tags-section {
            margin-top: 20px;
        }

        .tags-section h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            list-style: none;
            padding: 0;
        }

        .tag-item {
            background: #1a1a1a;
            color: #888;
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 13px;
            text-decoration: none;
            display: inline-block;
        }

        .tag-item:hover {
            background: #1a1a1a;
            color: #888;
        }

        .footer {
            background: #0a0a0a;
            border-top: 1px solid #2a2a2a;
            margin-top: 80px;
            padding: 40px 40px 20px;
        }

        .footer-content {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 40px;
            margin-bottom: 30px;
        }

        .footer-section h4 {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 15px;
        }
        .footer-section:first-child {
            margin-right: 60px;
            width: 400px;
        }

        .footer-section ul {
            list-style: none;
        }

        .footer-section li {
            margin-bottom: 10px;
        }

        .footer-section a:hover {
            color: #fff;
        }

        .footer-bottom {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid #2a2a2a;
            color: #666;
            font-size: 13px;
        }
        .prompt-title {
            font-size: 14px;
            font-weight: 700;
            color: #ffffff;
            display: flex; 
            align-items: center;
            gap: 8px;
        }

        .prompt-icon {
            width: 16px;
            height: 16px;
            color: #0A84FF;
        }
        .seele-hi-1 {
            font-size: 12px;
            font-weight: 400;
            color: #BFBFBF;
            line-height: 18px;
            color: #BFBFBF;
        }
        .seele-hi-2 {
            font-size: 13px;
            font-weight: 400;
            color: #818181;
            line-height: 22px;
        }
        .footer--section-title {
            font-size: 12px;
            line-height: 16px;
            font-weight: 600;
            color: #fff;
        }
        .footer-seele {
            font-size: 12px;
            line-height: 16px;
            font-weight: 600;
            color: #BFBFBF;
        }
        .footer--section-sub-title {
            font-size: 12px;
            font-weight: 400;
            line-height: 16px;
            color: #6B7280;
            text-decoration: none;
        }
        .footer--section-sub-title-link {
            font-size: 12px;
            font-weight: 400;
            line-height: 16px;
            color: #0A84FF;
            text-decoration: none;
        }

        .faq-section {
            margin-top: 40px;
        }
        .faq-item {
            margin-bottom: 15px;
            cursor: pointer;
            display: flex;
            justify-content: flex-start;
            flex-direction: column;
        }
        .faq-question {
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }
        .faq-question:hover {
        }
        .faq-answer:not([hidden]) {
            max-height: 500px;
            padding: 0 1.2rem;
            color: #6B7280;
        }
        .faq-toggle {
            font-size: 1.2rem;
            font-weight: bold;
            transition: transform 0.3s ease;
        }
        .faq-question[aria-expanded="true"] .faq-toggle {
            transform: rotate(45deg);
        }
        .faq-top-line {            
            border-top: 1px solid #1E1E1E;
        }
        .iframe-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: none;
        }

        .iframe-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
        .video-container.playing img,
        .video-container.playing .play-button {
            display: none;
        }

        .video-container.playing .iframe-container {
            display: block;
        }

        .markdown-body {
            background-color: transparent !important;
        }

        /* ======================== 响应式设计 ======================== */
        
        /* 平板设备 (768px - 1024px) */
        @media (max-width: 1024px) {
            .container {
                grid-template-columns: 1fr;
                padding: 0 30px;
                gap: 40px;
            }

            .header {
                padding: 15px 30px;
            }

            .breadcrumb {
                padding: 0 30px;
            }

            .footer {
                padding: 40px 30px 20px;
            }

            .footer-content {
                grid-template-columns: repeat(2, 1fr);
                gap: 30px;
            }

            .footer-section:first-child {
                width: 100%;
                margin-right: 0;
            }
        }

        /* 手机设备 (最大 767px) */
        @media (max-width: 767px) {
            .header {
                padding: 12px 20px;
                flex-wrap: wrap;
            }

            .logo {
                font-size: 16px;
            }

            .logo h1 {
                font-size: 16px !important;
            }

            .nav-btn {
                padding: 8px 20px;
                font-size: 13px;
            }

            .breadcrumb {
                padding: 0 20px;
                font-size: 12px;
                margin-bottom: 16px;
            }

            .container {
                padding: 0 20px;
                gap: 30px;
            }

            .game-title {
                font-size: 24px;
                margin-bottom: 12px;
            }

            .game-meta {
                flex-wrap: wrap;
                gap: 8px;
            }

            .share-buttons {
                margin-left: 0;
                margin-top: 12px;
                width: 100%;
                justify-content: flex-start;
            }

            .share-title {
                font-size: 13px;
            }

            .share-btn {
                font-size: 12px;
                padding: 8px 6px;
            }

            .video-container {
                border-radius: 8px;
                margin-bottom: 20px;
            }

            .play-button {
                width: 60px;
                height: 60px;
            }

            .play-button::after {
                border-left: 16px solid #fff;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
            }

            .section-title {
                font-size: 20px;
                margin-bottom: 16px;
            }

            .section-content {
                font-size: 14px;
                line-height: 1.7;
            }

            .section-content h4 {
                font-size: 16px;
                margin: 16px 0 8px;
            }

            .prompt-section {
                margin-bottom: 24px;
            }

            .prompt-box-container {
                height: auto;
                min-height: 80px;
                padding: 12px 16px;
            }

            .prompt-box-content {
                font-size: 13px;
            }

            .faq-question {
                padding: 16px;
                font-size: 14px;
            }

            .faq-answer {
                font-size: 13px;
            }

            .sidebar {
                padding: 0;
            }

            .creator-card {
                padding: 16px;
                margin-bottom: 20px;
            }

            .creator-avatar {
                width: 48px;
                height: 48px;
            }

            .creator-author {
                font-size: 16px;
            }

            .ai-promo {
                padding: 20px;
                margin-bottom: 20px;
            }

            .ai-promo-title {
                font-size: 18px;
                line-height: 24px;
            }

            .ai-promo-desc {
                font-size: 11px;
                margin-bottom: 16px;
            }

            .promo-btn {
                padding: 10px 0;
                font-size: 14px;
            }

            .game-grid {
                grid-template-columns: 1fr;
                gap: 12px;
                margin-bottom: 24px;
            }

            .game-card-title {
                font-size: 13px;
            }

            .game-card-meta {
                font-size: 11px;
            }

            .tags {
                gap: 8px;
            }

            .tag-item {
                padding: 6px 12px;
                font-size: 12px;
            }

            .footer {
                margin-top: 60px;
                padding: 30px 20px 20px;
            }

            .footer-content {
                grid-template-columns: 1fr;
                gap: 24px;
                margin-bottom: 24px;
            }

            .footer-section:first-child {
                width: 100%;
            }

            .footer-bottom {
                font-size: 11px;
                padding-top: 16px;
            }
        }

        /* 超小设备 (最大 374px) */
        @media (max-width: 374px) {
            .header {
                padding: 10px 16px;
            }

            .logo h1 {
                font-size: 14px !important;
            }

            .nav-btn {
                padding: 6px 16px;
                font-size: 12px;
            }

            .container {
                padding: 0 16px;
            }

            .breadcrumb {
                padding: 0 16px;
            }

            .game-title {
                font-size: 20px;
            }

            .section-title {
                font-size: 18px;
            }

            .footer {
                padding: 24px 16px 16px;
            }
        }
