:root{--primary-color:#ff4c4c;--secondary-color:#e63c3c;--accent-color:#ff6b6b;--light-color:#fff5f5;--dark-color:#333;--gray-color:#666;--light-gray:#f0f0f0;--border-radius:10px;--box-shadow:0 5px 15px rgba(255,76,76,0.1)}body{padding-top:0}.dhlb-container{max-width:1200px;margin:0 auto;padding:0 0 20px 0}.dhlb-main-content{display:flex;flex-direction:column;gap:30px}.dhlb-game-intro{background-color:white;border-radius:var(--border-radius);padding:25px;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;border:1px solid #f0f0f0}.dhlb-game-logo-section{display:flex;flex-direction:column;align-items:center;min-width:120px}.dhlb-game-logo{width:100px;height:100px;object-fit:cover;border-radius:20px;border:2px solid #ffeaea;margin-bottom:10px}.dhlb-game-name{font-size:1.2rem;font-weight:700;color:var(--dark-color);text-align:center}.dhlb-game-desc{flex:1;padding:0 30px;line-height:1.7;color:#555}.dhlb-game-package-btn{min-width:160px;padding:14px 24px;background-color:var(--primary-color);color:white;border:0;border-radius:var(--border-radius);font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:1rem;text-decoration:none}.dhlb-game-package-btn:hover{background-color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 5px 15px rgba(255,76,76,0.3)}.dhlb-theme-content{background-color:white;border-radius:var(--border-radius);box-shadow:var(--box-shadow);padding:30px;margin-bottom:10px}.dhlb-title{font-size:2.2rem;margin-bottom:15px;line-height:1.3;padding-bottom:15px;border-bottom:2px solid var(--light-color)}.dhlb-meta-info{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:25px;color:var(--gray-color);font-size:.95rem}.dhlb-meta-item{display:flex;align-items:center;gap:6px}.dhlb-meta-item i{font-size:1rem;color:var(--primary-color)}.dhlb-section{margin-bottom:30px}.dhlb-section-title{font-size:1.4rem;color:var(--primary-color);margin-bottom:15px;padding-left:10px;border-left:4px solid var(--primary-color);font-weight:700}.dhlb-code-info{background-color:var(--light-color);border-radius:var(--border-radius);padding:20px;margin-bottom:15px;border:1px solid #ffeaea}.dhlb-code-display{display:flex;flex-direction:column;margin:20px 0}.dhlb-code-box{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#fff5f5 0,#ffeaea 100%);border:2px solid var(--primary-color);border-radius:var(--border-radius);padding:20px;margin-bottom:15px}.dhlb-code-item{margin-bottom:25px;padding-bottom:25px;border-bottom:1px dashed #ffe0e0}.dhlb-code-item:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.dhlb-multi-code-box{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#fff5f5 0,#ffeaea 100%);border:2px solid var(--primary-color);border-radius:var(--border-radius);padding:20px;margin-bottom:15px}.dhlb-code-text{font-family:'Courier New',monospace;font-size:1.8rem;font-weight:bold;letter-spacing:2px;color:var(--primary-color);background-color:white;padding:10px 20px;border-radius:5px;border:1px dashed #ffb3b3;cursor:pointer}.dhlb-code-actions{display:flex;gap:15px}.dhlb-btn{padding:12px 24px;border:0;border-radius:var(--border-radius);font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:1rem;text-decoration:none}.dhlb-btn-primary{background-color:var(--primary-color);color:white}.dhlb-btn-primary:hover{background-color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 5px 15px rgba(255,76,76,0.3)}.dhlb-btn-secondary{background-color:white;color:var(--primary-color);border:2px solid var(--primary-color)}.dhlb-btn-secondary:hover{background-color:var(--light-color);transform:translateY(-3px);box-shadow:0 5px 15px rgba(255,76,76,0.2)}.dhlb-code-desc{font-size:.95rem;color:var(--gray-color);padding-left:10px;border-left:3px solid #fcc;margin-top:10px}.dhlb-content-text{line-height:1.8;color:#444;font-size:1.05rem}.dhlb-content-text p{margin-bottom:15px;padding:10px 0}.dhlb-content-text strong{color:var(--primary-color)}.dhlb-batch-actions{background-color:#fff9f9;border-radius:var(--border-radius);padding:20px;margin-top:20px;border:2px dashed var(--primary-color);text-align:center}.dhlb-batch-title{font-size:1.2rem;color:var(--primary-color);margin-bottom:15px;font-weight:600}.dhlb-batch-btns{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.dhlb-batch-btn{min-width:160px}.dhlb-related-content{margin-top:20px}.dhlb-related-title{font-size:1.8rem;color:var(--dark-color);margin-bottom:30px;text-align:left}.dhlb-related-list{display:flex;flex-direction:column;gap:20px}.dhlb-related-row{background-color:white;border-radius:var(--border-radius);box-shadow:var(--box-shadow);padding:20px;display:flex;align-items:center;justify-content:space-between;border:1px solid #f0f0f0;transition:transform .3s ease}.dhlb-related-row:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(255,76,76,0.15)}
.dhlb-related-row-logo{width:100px;height:100px;object-fit:cover;border-radius:20px;border:2px solid #ffeaea;margin-right:20px}.dhlb-related-row-info{flex:1;padding-right:20px}.dhlb-related-row-name{font-size:1.3rem;font-weight:700;color:var(--dark-color);margin-bottom:5px}.dhlb-related-row-desc{font-size:.95rem;color:var(--gray-color);line-height:1.5}.dhlb-related-row-btn{min-width:140px;padding:12px 20px;text-decoration:none}@media(max-width:992px){.dhlb-title{font-size:1.9rem}}@media(max-width:768px){.dhlb-container{padding:10px 5px 0 5px}.dhlb-game-intro{flex-direction:column;text-align:center;padding:20px}.dhlb-game-logo-section{margin-bottom:20px}.dhlb-game-desc{padding:0;margin-bottom:20px;text-align:center}.dhlb-game-package-btn{width:100%}.dhlb-theme-content{padding:20px}.dhlb-title{font-size:1.7rem}.dhlb-code-box,.dhlb-multi-code-box{flex-direction:column;align-items:flex-start;gap:20px}.dhlb-code-actions{width:100%;justify-content:space-between}.dhlb-btn{flex:1;padding:12px 15px}.dhlb-meta-info{font-size:11px;gap:10px}.dhlb-batch-btns{flex-direction:column}.dhlb-batch-btn{width:100%}.dhlb-related-row{flex-direction:column;text-align:center}.dhlb-related-row-logo{margin-right:0;margin-bottom:15px}.dhlb-related-row-info{padding-right:0;margin-bottom:15px}.dhlb-related-row-btn{width:100%}}@media(max-width:480px){.dhlb-title{font-size:1.5rem}.dhlb-section-title{font-size:1.2rem}.dhlb-code-text{font-size:1.3rem;word-break:break-all;text-align:center;width:100%}.dhlb-code-actions{flex-direction:column}.dhlb-game-logo{width:80px;height:80px}.dhlb-related-row-logo{width:80px;height:80px}}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dhlb-game-intro,.dhlb-theme-content,.dhlb-related-row{animation:fadeIn .6s ease forwards}.dhlb-toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%) translateY(100px);background-color:var(--primary-color);color:white;padding:15px 30px;border-radius:50px;box-shadow:0 8px 20px rgba(255,76,76,0.3);transition:all .4s ease;z-index:1000;opacity:0;font-weight:600;max-width:90%;text-align:center}.dhlb-toast.show{transform:translateX(-50%) translateY(0);opacity:1}.dhlb-highlight-code{background-color:#fff5f5;color:var(--primary-color);font-weight:bold;padding:2px 8px;border-radius:4px;border:1px solid #fcc}.dhlb-important-note{background-color:#fff5f5;border-left:5px solid var(--primary-color);padding:15px 20px;margin-top:20px;border-radius:0 var(--border-radius) var(--border-radius) 0}.dhlb-code-status{display:inline-block;padding:4px 10px;border-radius:4px;font-size:.8rem;font-weight:600;margin-left:10px;vertical-align:middle}.dhlb-status-active{background-color:#e8f7ef;color:#10b981;border:1px solid #a7f3d0}.dhlb-status-expired{background-color:#fef2f2;color:#ef4444;border:1px solid #fecaca}.dhlb-status-limited{background-color:#fef3c7;color:#f59e0b;border:1px solid #fde68a}.dhlb-mode-selector{display:flex;justify-content:center;margin-bottom:20px;gap:15px}.dhlb-mode-btn{padding:10px 24px;background-color:var(--light-color);color:var(--dark-color);border:2px solid var(--light-color);border-radius:var(--border-radius);font-weight:600;cursor:pointer;transition:all .3s ease}.dhlb-mode-btn.active{background-color:var(--primary-color);color:white;border-color:var(--primary-color)}.dhlb-hide{display:none!important;