.el-popover{--el-popover-bg-color:var(--el-bg-color-overlay);--el-popover-font-size:var(--el-font-size-base);--el-popover-border-color:var(--el-border-color-lighter);--el-popover-padding:12px;--el-popover-padding-large:18px 20px;--el-popover-title-font-size:16px;--el-popover-title-text-color:var(--el-text-color-primary);--el-popover-border-radius:4px}.el-popover.el-popper{background:var(--el-popover-bg-color);border:1px solid var(--el-popover-border-color);border-radius:var(--el-popover-border-radius);box-shadow:var(--el-box-shadow-light);box-sizing:border-box;color:var(--el-text-color-regular);font-size:var(--el-popover-font-size);line-height:1.4;min-width:150px;overflow-wrap:break-word;padding:var(--el-popover-padding);z-index:var(--el-index-popper)}.el-popover.el-popper--plain{padding:var(--el-popover-padding-large)}.el-popover__title{color:var(--el-popover-title-text-color);font-size:var(--el-popover-title-font-size);line-height:1;margin-bottom:12px}.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing){outline-width:0}.el-popover.el-popper.is-dark{--el-popover-bg-color:var(--el-text-color-primary);--el-popover-border-color:var(--el-text-color-primary);--el-popover-title-text-color:var(--el-bg-color);color:var(--el-bg-color)}.el-popover.el-popper:focus,.el-popover.el-popper:focus:active{outline-width:0}:root{--el-loading-spinner-size:42px;--el-loading-fullscreen-spinner-size:50px}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{background-color:var(--el-mask-color);inset:0;margin:0;position:absolute;transition:opacity var(--el-transition-duration);z-index:2000}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:calc((0px - var(--el-loading-fullscreen-spinner-size))/2)}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:var(--el-loading-fullscreen-spinner-size);width:var(--el-loading-fullscreen-spinner-size)}.el-loading-spinner{margin-top:calc((0px - var(--el-loading-spinner-size))/2);position:absolute;text-align:center;top:50%;width:100%}.el-loading-spinner .el-loading-text{color:var(--el-color-primary);font-size:14px;margin:3px 0}.el-loading-spinner .circular{animation:loading-rotate 2s linear infinite;display:inline;height:var(--el-loading-spinner-size);width:var(--el-loading-spinner-size)}.el-loading-spinner .path{animation:loading-dash 1.5s ease-in-out infinite;stroke:var(--el-color-primary);stroke-dasharray:90,150;stroke-dashoffset:0;stroke-linecap:round;stroke-width:2}.el-loading-spinner i{color:var(--el-color-primary)}.el-loading-fade-enter-from,.el-loading-fade-leave-to{opacity:0}@keyframes loading-rotate{to{transform:rotate(1turn)}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}to{stroke-dasharray:90,150;stroke-dashoffset:-120px}}.comments-dialog[data-v-35bf935a] .el-dialog{max-width:800px}.dialog-header[data-v-35bf935a]{align-items:center;display:flex;font-size:18px;font-weight:500;gap:8px}.comments-body[data-v-35bf935a]{max-height:60vh;overflow-y:auto}.comments-list[data-v-35bf935a]{box-sizing:border-box;max-height:500px;overflow-x:hidden;overflow-y:auto;padding-right:4px;scrollbar-width:none;width:100%;-ms-overflow-style:none}.comments-list[data-v-35bf935a]::-webkit-scrollbar{height:0;width:0}.loading-state[data-v-35bf935a]{padding:40px 20px}.comment-input-section[data-v-35bf935a],.reply-input-section[data-v-35bf935a]{box-sizing:border-box;display:flex;gap:12px;margin-bottom:20px;width:100%}.reply-input-section[data-v-35bf935a]{background:var(--el-fill-color-light);border-radius:8px;box-sizing:border-box;margin:12px 0 0 52px;padding:12px;width:calc(100% - 52px)}.sub-reply-input[data-v-35bf935a]{margin:12px 0;width:100%}.input-wrapper[data-v-35bf935a]{flex:1;min-width:0}.input-actions[data-v-35bf935a]{align-items:center;display:flex;justify-content:space-between;margin-top:8px}.hint[data-v-35bf935a]{color:var(--el-text-color-secondary);font-size:12px}.login-prompt[data-v-35bf935a]{margin-bottom:20px}.login-prompt-content[data-v-35bf935a]{align-items:center;display:flex;gap:12px}.comment-item[data-v-35bf935a]{border-bottom:1px solid var(--el-border-color);box-sizing:border-box;margin-bottom:20px;overflow-x:hidden;padding-bottom:20px;width:100%}.comment-item[data-v-35bf935a]:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.comment-main[data-v-35bf935a],.reply-item[data-v-35bf935a]{box-sizing:border-box;display:flex;gap:12px;width:100%}.comment-content[data-v-35bf935a]{box-sizing:border-box;flex:1;min-width:0;overflow:hidden}.comment-header[data-v-35bf935a]{align-items:center;display:flex;gap:12px;margin-bottom:6px}.user-name[data-v-35bf935a]{color:var(--el-color-primary);font-weight:500}.comment-time[data-v-35bf935a]{color:var(--el-text-color-secondary);font-size:12px}.comment-text[data-v-35bf935a]{line-height:1.6;margin-bottom:8px;word-wrap:break-word;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.comment-actions[data-v-35bf935a]{display:flex;flex-wrap:wrap;gap:8px}.replies-section[data-v-35bf935a]{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;margin-left:52px;margin-top:16px;max-width:calc(100% - 52px)}.collapse-replies-btn[data-v-35bf935a],.expand-replies-btn[data-v-35bf935a]{align-self:flex-start}@media(max-width:768px){.comments-dialog[data-v-35bf935a] .el-dialog{margin:5vh auto!important;max-width:80%!important;width:80%!important}.comments-dialog[data-v-35bf935a] .el-dialog__header{padding:12px 15px!important}.comments-dialog[data-v-35bf935a] .el-dialog__body{box-sizing:border-box;overflow-x:hidden;padding:15px!important}.dialog-header[data-v-35bf935a]{font-size:16px}.comment-input-section[data-v-35bf935a],.reply-input-section[data-v-35bf935a]{box-sizing:border-box;gap:8px;width:100%}.comment-input-section[data-v-35bf935a] .el-avatar,.reply-input-section[data-v-35bf935a] .el-avatar{flex-shrink:0;height:32px!important;width:32px!important}.comment-input-section .input-wrapper[data-v-35bf935a],.reply-input-section .input-wrapper[data-v-35bf935a]{box-sizing:border-box;max-width:100%;width:100%}.comment-input-section .input-wrapper[data-v-35bf935a] .el-textarea,.reply-input-section .input-wrapper[data-v-35bf935a] .el-textarea{box-sizing:border-box;width:100%}.hint[data-v-35bf935a]{display:none}.reply-input-section[data-v-35bf935a]{margin-left:36px;width:calc(100% - 36px)}.sub-reply-input[data-v-35bf935a]{margin-left:0;width:100%}.replies-section[data-v-35bf935a]{margin-left:36px;max-width:calc(100% - 36px)}.comment-main[data-v-35bf935a],.reply-item[data-v-35bf935a]{gap:8px}.comment-main[data-v-35bf935a] .el-avatar,.reply-item[data-v-35bf935a] .el-avatar{flex-shrink:0;height:32px!important;width:32px!important}.comment-actions[data-v-35bf935a] .el-button{font-size:12px;padding:4px 8px}.user-name[data-v-35bf935a]{font-size:14px}.comment-time[data-v-35bf935a]{font-size:11px}.comment-text[data-v-35bf935a]{font-size:14px}.login-prompt-content[data-v-35bf935a]{flex-wrap:wrap;gap:8px}}[data-v-35bf935a] .el-dialog__body{padding:20px}[data-v-35bf935a] .el-textarea__inner{font-family:inherit}[data-v-35bf935a] .el-button+.el-button{margin-left:8px}.mb-3[data-v-28dd021c]{margin-bottom:12px}.mb-4[data-v-28dd021c]{margin-bottom:16px}.mt-3[data-v-28dd021c]{margin-top:12px}.mt-4[data-v-28dd021c]{margin-top:16px}.pt-4[data-v-28dd021c]{padding-top:16px}.text-center[data-v-28dd021c]{text-align:center}.text-gray[data-v-28dd021c]{color:#999}.rules-box[data-v-28dd021c]{background:#f8f9fa;border-radius:6px;color:#555;font-size:13px;padding:15px}.rules-box h4[data-v-28dd021c]{color:#333;margin:0 0 10px}.rules-box ul[data-v-28dd021c]{margin:0;padding-left:20px}.rules-box li[data-v-28dd021c]{margin-bottom:5px}.reason-desc[data-v-28dd021c]{align-items:center;color:#8a5a00;display:flex;font-size:13px;gap:8px;margin-top:8px}.reason-group[data-v-28dd021c]{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.reason-group[data-v-28dd021c] .el-radio-button{width:100%}.reason-group[data-v-28dd021c] .el-radio-button__inner{border-radius:8px!important;display:block;text-align:center;width:100%}.score-board[data-v-28dd021c]{align-items:center;background:#fdfdfd;border:1px solid #ebeef5;border-radius:8px;display:flex;justify-content:space-around;padding:15px 0}.score[data-v-28dd021c]{text-align:center}.score .label[data-v-28dd021c]{color:#666;font-size:14px;margin-bottom:5px}.score .value[data-v-28dd021c]{font-size:28px;font-weight:700}.agree-score .value[data-v-28dd021c]{color:#f56c6c}.disagree-score .value[data-v-28dd021c]{color:#67c23a}.vs[data-v-28dd021c]{color:#ccc;font-size:20px;font-style:italic;font-weight:900}.vote-actions[data-v-28dd021c]{display:flex;gap:10px}.vote-actions .el-button[data-v-28dd021c]{flex:1}.actions[data-v-28dd021c]{display:flex;gap:10px;justify-content:flex-end}.vote-dialog-overlay{background:#0000009e!important}@media(max-width:768px){.reason-group[data-v-28dd021c]{grid-template-columns:1fr}.actions[data-v-28dd021c]{flex-direction:column-reverse}.actions .el-button[data-v-28dd021c]{width:100%}.vote-actions[data-v-28dd021c]{flex-direction:column}}.history-item[data-v-28dd021c]{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:8px 0}.history-item[data-v-28dd021c]:last-child{border-bottom:none}.history-item .user-info strong[data-v-28dd021c]{color:#333;margin-right:10px}.history-item .user-info .time[data-v-28dd021c]{color:#999;font-size:12px}.history-item .vote-type[data-v-28dd021c]{align-items:center;display:flex;gap:8px}.history-item .vote-type .score-val[data-v-28dd021c]{color:#333;font-weight:700;text-align:right;width:40px}.page-detail{background:transparent;min-height:100%;padding:20px;position:relative}.page-detail:before{background-attachment:fixed;background-image:var(--page-backdrop);background-position:50%;background-size:cover;bottom:0;content:"";left:var(--sidebar-width);opacity:.15;pointer-events:none;position:fixed;right:0;top:60px;z-index:1}@media(max-width:768px){.page-detail:before{left:0}}.page-detail>*{position:relative;z-index:10}.page-detail .top-section{align-items:flex-start;display:flex;gap:30px;justify-content:space-between;margin-bottom:30px}.page-detail .top-section .title-section{display:flex;flex:1;flex-direction:column;justify-content:space-between;min-height:180px}.page-detail .top-section .title-section h1{color:var(--el-text-color-primary);font-size:32px;font-weight:700;margin:0 0 12px}.page-detail .top-section .title-section h2{color:var(--el-text-color-secondary);font-size:20px;font-weight:400;margin:0 0 16px}.page-detail .top-section .title-section .page-tags-section{margin-bottom:14px}.page-detail .top-section .title-section .page-tags-section .page-tags-header{align-items:center;display:flex;gap:8px;margin-bottom:8px}.page-detail .top-section .title-section .page-tags-section .page-tags-header .label{color:var(--el-text-color-primary);font-size:14px;font-weight:600}.page-detail .top-section .title-section .page-tags-section .page-tags-header .loading-text{color:var(--el-text-color-secondary);font-size:12px}.page-detail .top-section .title-section .page-tags-section .page-tags-header .add-tag-btn{margin-left:2px;padding:0}.page-detail .top-section .title-section .page-tags-section .page-tags-list{display:flex;flex-wrap:wrap;gap:8px}.page-detail .top-section .title-section .page-tags-section .page-tags-list .page-tag-wrap{align-items:center;display:inline-flex}.page-detail .top-section .title-section .page-tags-section .page-tags-list .page-tag-link{text-decoration:none}.page-detail .top-section .title-section .page-tags-section .page-tags-list .page-tag-item{cursor:pointer;transition:all .2s ease}.page-detail .top-section .title-section .page-tags-section .page-tags-list .page-tag-item:hover{border-color:var(--el-color-primary)}.page-detail .top-section .title-section .page-tags-section .page-tags-empty{color:var(--el-text-color-placeholder);font-size:13px}.page-detail .top-section .title-section .title-bottom{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-top:auto}.page-detail .top-section .title-section .developer-tag{font-size:14px}.page-detail .top-section .cover-section{align-items:flex-start;display:flex;flex-shrink:0;height:180px;justify-content:center;width:auto}.page-detail .top-section .cover-section .game-cover{border-radius:8px!important;box-shadow:0 2px 12px #0000001a;height:180px!important;overflow:hidden!important;width:auto!important}.page-detail .top-section .cover-section .game-cover :deep(img){border-radius:8px!important;display:block!important;height:180px!important;-o-object-fit:contain!important;object-fit:contain!important;width:auto!important}.page-detail .top-section .cover-section .game-cover :deep(.el-image__inner){border-radius:8px!important;display:block!important;height:180px!important;-o-object-fit:contain!important;object-fit:contain!important;width:auto!important}.page-detail .bottom-section{display:flex;gap:30px}.page-detail .bottom-section .left-section{display:flex;flex:0 0 400px;flex-direction:column;gap:20px}.page-detail .bottom-section .left-section .game-info.custom-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:color-mix(in srgb,var(--el-bg-color) 80%,transparent)!important}.page-detail .bottom-section .left-section .game-info .card-header{align-items:center;color:var(--el-text-color-primary);display:flex;font-size:18px;font-weight:600;justify-content:space-between}.page-detail .bottom-section .left-section .game-info .card-header .expand-icon{color:var(--el-text-color-secondary);font-size:16px;transform:rotate(-90deg);transition:transform .25s ease,color .25s ease}.page-detail .bottom-section .left-section .game-info .card-header .expand-icon.is-expanded{color:var(--el-color-primary);transform:rotate(0)}@media(max-width:768px){.page-detail .bottom-section .left-section .game-info .card-header{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.page-detail .bottom-section .left-section .game-info .card-header:hover{color:var(--el-color-primary)}.page-detail .bottom-section .left-section .game-info .card-header:active{opacity:.8}}.page-detail .bottom-section .left-section .game-info .content{color:var(--el-text-color-regular);font-size:14px;line-height:1.8}.page-detail .bottom-section .left-section .game-info .content .no-content{color:var(--el-text-color-placeholder);font-style:italic}.page-detail .bottom-section .left-section .game-info.custom-backdrop :deep(.el-card__header){background:color-mix(in srgb,var(--el-bg-color) 85%,transparent)!important}.page-detail .bottom-section .left-section .game-info.custom-backdrop :deep(.el-card__body){background:color-mix(in srgb,var(--el-bg-color) 80%,transparent)!important}.page-detail .bottom-section .left-section .banner-container{background:var(--el-bg-color);border-radius:8px;box-shadow:0 2px 12px #0000001a;overflow:hidden;width:100%}.page-detail .bottom-section .left-section .banner-container .banner-image{cursor:pointer;display:block;height:auto;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}.page-detail .bottom-section .left-section .banner-container .banner-image:hover{transform:scale(1.02)}.page-detail .bottom-section .right-section{flex:1}.page-detail .bottom-section .right-section .resource-empty{align-items:center;background:var(--el-bg-color);border:1px solid var(--el-border-color-light);border-radius:4px;box-shadow:0 4px 18px #00000014;display:flex;justify-content:center;min-height:360px;padding:20px}.page-detail .bottom-section .right-section .resource-empty.custom-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:color-mix(in srgb,var(--el-bg-color) 80%,transparent)!important}.page-detail .bottom-section .right-section .resource-tabs-wrapper{background:var(--el-bg-color);border:1px solid var(--el-border-color-light);border-radius:4px;box-shadow:0 4px 18px #00000014;overflow:hidden;padding:6px 6px 20px;position:relative}.page-detail .bottom-section .right-section .resource-tabs-wrapper.custom-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:color-mix(in srgb,var(--el-bg-color) 80%,transparent)!important}.page-detail .bottom-section .right-section .resource-tabs-wrapper.custom-backdrop .resource-item{background:color-mix(in srgb,var(--el-fill-color-blank) 80%,transparent)!important}.page-detail .bottom-section .right-section .resource-tabs-wrapper.custom-backdrop .resource-item.is-active{background:color-mix(in srgb,var(--el-fill-color-blank) 90%,transparent)!important}.page-detail .bottom-section .right-section .resource-tabs-wrapper.custom-backdrop .resource-item.is-active .resource-header{background:color-mix(in srgb,var(--el-color-primary-light-9) 95%,transparent)!important}.page-detail .bottom-section .right-section .resource-tabs-wrapper.custom-backdrop .music-item{background:color-mix(in srgb,var(--el-fill-color-light) 80%,transparent)!important}.page-detail .bottom-section .right-section .resource-tabs-wrapper.custom-backdrop .music-item:hover{background:color-mix(in srgb,var(--el-fill-color) 90%,transparent)!important}.page-detail .bottom-section .right-section .resource-tabs :deep(.el-tabs__header){background:transparent;margin:0 0 12px}.page-detail .bottom-section .right-section .resource-tabs :deep(.el-tabs__nav){border:none;display:flex;gap:4px;justify-content:space-between;width:100%}.page-detail .bottom-section .right-section .resource-tabs :deep(.el-tabs__item){align-items:center;border:1px solid transparent;border-radius:4px;display:flex;flex:1;font-weight:500;height:42px;justify-content:center;letter-spacing:.5px;line-height:42px;padding:0 4px;text-align:center;transition:all .25s ease}.page-detail .bottom-section .right-section .resource-tabs :deep(.el-tabs__item).is-active{background:var(--el-color-primary);border-color:var(--el-color-primary);box-shadow:0 2px 10px #409eff59;color:#fff}.page-detail .bottom-section .right-section .resource-tabs :deep(.el-tabs__item):hover:not(.is-active){background:var(--el-fill-color-light);border-color:var(--el-border-color-lighter)}.page-detail .bottom-section .right-section .resource-tabs :deep(.el-tabs__active-bar){display:none}.page-detail .bottom-section .right-section .resource-tabs :deep(.el-tabs__content){padding:0 14px}.page-detail .bottom-section .right-section .resources-list .resource-item{background:var(--el-fill-color-blank);border:2px solid var(--el-border-color-lighter);border-radius:4px;cursor:pointer;margin-bottom:14px;overflow:hidden;position:relative;transition:all .25s ease}.page-detail .bottom-section .right-section .resources-list .resource-item:hover{border-color:var(--el-color-primary-light-5);box-shadow:0 2px 10px #00000014}.page-detail .bottom-section .right-section .resources-list .resource-item.is-active{border-color:var(--el-color-primary);box-shadow:0 4px 14px #409eff40}.page-detail .bottom-section .right-section .resources-list .resource-item.is-active .resource-header{background:var(--el-color-primary-light-9);border-bottom:1px solid var(--el-color-primary-light-7)}.page-detail .bottom-section .right-section .resources-list .resource-item.has-active-vote{border-color:#f2bf4e}.page-detail .bottom-section .right-section .resources-list .resource-item.has-active-vote .resource-header{border-bottom:1px solid rgba(242,191,78,.35)}.page-detail .bottom-section .right-section .resources-list .resource-item.has-active-vote.is-active{border-color:#f2a2b6;box-shadow:0 0 0 1px #f2a2b680,0 6px 20px #f2a2b640}.page-detail .bottom-section .right-section .resources-list .resource-item.has-active-vote.is-active .resource-header{background:#fff3f7;border-bottom:1px solid #f8ccd8}.page-detail .bottom-section .right-section .resources-list .resource-item.is-locked-highlight{border-color:#f3c64b;box-shadow:0 0 0 1px #f3c64b8c,0 5px 16px #f3c64b66}.page-detail .bottom-section .right-section .resources-list .resource-item.is-locked-highlight .resource-header{background:linear-gradient(90deg,#f3c64b2e,#f3c64b0f);border-bottom:1px solid rgba(243,198,75,.45)}.page-detail .bottom-section .right-section .resources-list .resource-item:last-child{margin-bottom:0}.page-detail .bottom-section .right-section .resources-list .resource-item .resource-header{align-items:center;display:flex;justify-content:space-between;padding:16px 20px;transition:all .25s ease}.page-detail .bottom-section .right-section .resources-list .resource-item .resource-header .resource-title-text{flex:1;padding-right:15px}.page-detail .bottom-section .right-section .resources-list .resource-item .resource-header .resource-title-text h4{align-items:center;color:var(--el-text-color-primary);display:inline-flex;font-size:15px;font-weight:600;gap:6px;margin:0 0 8px}.page-detail .bottom-section .right-section .resources-list .resource-item .resource-header .resource-title-text h4 .active-vote-alert-icon{color:#e6a100;font-size:14px;font-weight:700;line-height:1}.page-detail .bottom-section .right-section .resources-list .resource-item .resource-header .resource-title-text .resource-meta{display:flex;flex-wrap:wrap;gap:6px}.page-detail .bottom-section .right-section .resources-list .resource-item .resource-header .expand-icon{color:var(--el-text-color-secondary);font-size:16px;transition:transform .25s ease,color .25s ease}.page-detail .bottom-section .right-section .resources-list .resource-item .resource-header .expand-icon.is-expanded{color:var(--el-color-primary);transform:rotate(180deg)}.page-detail .bottom-section .right-section .music-list .music-item{align-items:center;background-color:var(--el-fill-color-light);border:1px solid var(--el-border-color-lighter);border-radius:4px;display:flex;justify-content:space-between;margin-bottom:8px;padding:12px 15px;transition:all .25s ease}.page-detail .bottom-section .right-section .music-list .music-item:hover{background-color:var(--el-fill-color);border-color:var(--el-border-color-light);box-shadow:0 2px 8px #0000000f}.page-detail .bottom-section .right-section .music-list .music-item:last-child{margin-bottom:0}.page-detail .bottom-section .right-section .music-list .music-item .music-title{color:var(--el-text-color-primary);flex:1;font-size:14px;padding-right:10px}.resource-content{padding:15px 20px}.resource-content .content-text{color:var(--el-text-color-regular);font-size:14px;line-height:1.75;margin-bottom:14px}.resource-content .password-item{align-items:center;display:flex;margin:6px 0}.resource-content .password-item .password-label{color:var(--el-text-color-secondary);font-weight:500;margin-right:8px;min-width:70px}.resource-content .download-info{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-top:6px}.resource-content .download-info .uploader{align-items:center;display:flex;flex-wrap:wrap;font-size:12px;gap:8px 12px}.resource-content .download-info .action-buttons{align-items:center;display:flex;gap:8px}.resource-content .download-info .action-buttons .el-button{height:32px;padding:0 15px}.resource-content .download-info .action-buttons .download-btn.is-arming{animation:downloadArmingPulse 1s ease-in-out infinite;overflow:hidden;position:relative}.resource-content .download-info .action-buttons .rating-buttons{display:flex;gap:8px}.resource-content .download-info .action-buttons .rating-buttons .rate-btn{align-items:center;background:var(--el-color-primary-light-9);border:1px solid var(--el-color-primary-light-7);border-radius:4px;color:var(--el-color-primary);cursor:pointer;display:inline-flex;font-size:14px;gap:4px;height:32px;justify-content:center;padding:0 15px;transition:all .2s ease}.resource-content .download-info .action-buttons .rating-buttons .rate-btn.active-like{background:var(--el-color-primary);border-color:var(--el-color-primary);color:#fff}.resource-content .download-info .action-buttons .rating-buttons .rate-btn.active-dislike{background:var(--el-color-danger);border-color:var(--el-color-danger);color:#fff}.resource-content .download-info .action-buttons .rating-buttons .rate-btn:hover{background:var(--el-color-primary-light-8)}.resource-content .download-info .action-buttons .rating-buttons .rate-btn.active-dislike:hover{background:var(--el-color-danger-light-3)}.resource-content .download-info .action-buttons .rating-buttons .rate-btn i{font-size:14px}@keyframes downloadArmingPulse{0%{box-shadow:0 0 #409eff47;transform:translateY(0)}50%{box-shadow:0 0 0 6px #409eff1a;transform:translateY(-1px)}to{box-shadow:0 0 #409eff47;transform:translateY(0)}}.resource-item.has-active-vote.is-active .resource-content{background:#fff7fa}.dark .page-detail .resource-item.has-active-vote,html.dark .page-detail .resource-item.has-active-vote{border-color:#8a6428!important}.dark .page-detail .resource-item.has-active-vote .resource-header,html.dark .page-detail .resource-item.has-active-vote .resource-header{border-bottom-color:#ecc6795c!important}.dark .page-detail .resource-item.has-active-vote.is-active,html.dark .page-detail .resource-item.has-active-vote.is-active{border-color:#b37a43!important;box-shadow:0 0 0 1px #b37a436b,0 8px 24px #00000057!important}.dark .page-detail .resource-item.has-active-vote.is-active .resource-header,html.dark .page-detail .resource-item.has-active-vote.is-active .resource-header{background:linear-gradient(90deg,#8c583457,#6c384842)!important;border-bottom-color:#cd99746b!important}.dark .page-detail .resource-item.has-active-vote.is-active .resource-content,html.dark .page-detail .resource-item.has-active-vote.is-active .resource-content{background:#40262e80!important}.dark .page-detail .resource-item.has-active-vote .resource-title-text h4 .active-vote-alert-icon,html.dark .page-detail .resource-item.has-active-vote .resource-title-text h4 .active-vote-alert-icon{color:#ffd76a!important;text-shadow:0 0 8px rgba(255,215,106,.34)}.share-popover{align-items:center;display:flex;flex-direction:column;gap:16px}.share-popover .qrcode-container{align-items:center;background:#fff;border-radius:8px;display:flex;justify-content:center;padding:10px}.share-popover .qrcode-container canvas{border-radius:4px;display:block}.share-popover .share-buttons{display:flex;gap:10px;width:100%}.share-popover .share-buttons .el-button{flex:1}.page-tag-editor-dialog .tag-dialog-body{display:flex;flex-direction:column;gap:12px}.page-tag-editor-dialog .dialog-section-label{color:var(--el-text-color-secondary);font-size:12px;font-weight:600}.page-tag-editor-dialog .dialog-current-tags{display:flex;flex-direction:column;gap:8px}.page-tag-editor-dialog .dialog-current-tag-options{display:flex;flex-wrap:wrap;gap:8px}.page-tag-editor-dialog .dialog-current-tag-options .dialog-current-tag-item{background:var(--el-fill-color-blank);border:1px solid var(--el-border-color);border-radius:999px;color:var(--el-text-color-regular);cursor:pointer;font-size:12px;padding:4px 10px;transition:all .2s ease}.page-tag-editor-dialog .dialog-current-tag-options .dialog-current-tag-item:hover{border-color:var(--el-color-danger-light-5);color:var(--el-color-danger)}.page-tag-editor-dialog .dialog-current-tag-options .dialog-current-tag-item.active{background:var(--el-color-danger-light-9);border-color:var(--el-color-danger);color:var(--el-color-danger)}.page-tag-editor-dialog .tag-dialog-loading{color:var(--el-text-color-secondary);font-size:13px}.page-tag-editor-dialog .dialog-fixed-tag-options{display:flex;flex-wrap:wrap;gap:8px;max-height:260px;overflow-y:auto;padding-right:4px}.page-tag-editor-dialog .dialog-fixed-tag-options .dialog-fixed-tag-item{background:var(--el-fill-color-blank);border:1px solid var(--el-border-color);border-radius:999px;color:var(--el-text-color-secondary);cursor:pointer;font-size:12px;padding:4px 10px;transition:all .2s ease}.page-tag-editor-dialog .dialog-fixed-tag-options .dialog-fixed-tag-item:hover{border-color:var(--el-color-primary-light-5);color:var(--el-color-primary)}.page-tag-editor-dialog .dialog-fixed-tag-options .dialog-fixed-tag-item.active{background:var(--el-color-primary-light-9);border-color:var(--el-color-primary);color:var(--el-color-primary)}.page-tag-editor-dialog .dialog-fixed-tag-options .dialog-fixed-tag-item.disabled{cursor:not-allowed;opacity:.5}.page-tag-editor-dialog .dialog-fixed-tag-options .dialog-fixed-tag-item:disabled{pointer-events:none}.page-tag-editor-dialog .dialog-fixed-tag-options .dialog-options-empty{color:var(--el-text-color-placeholder);font-size:12px;padding:4px 0}.page-tag-editor-dialog .tag-dialog-footer{align-items:center;display:flex;gap:12px;justify-content:flex-end}.page-tag-editor-dialog .tag-dialog-footer .selected-tag{color:var(--el-text-color-secondary);font-size:13px;margin-right:auto}.page-tag-editor-dialog .tag-dialog-footer .footer-actions{display:flex;gap:8px}@media(max-width:1200px){.page-detail .top-section .cover-section{flex-shrink:0;height:180px}.page-detail .top-section .cover-section .game-cover{border-radius:8px!important;height:180px!important}.page-detail .top-section .cover-section .game-cover :deep(.el-image__inner),.page-detail .top-section .cover-section .game-cover :deep(img){border-radius:8px!important;height:180px!important;width:auto!important}.page-detail .bottom-section .left-section{flex:0 0 350px}}@media(max-width:992px){.page-detail .top-section{flex-direction:column}.page-detail .top-section .cover-section{flex:none;height:auto;margin:0 auto;max-height:none;max-width:400px;width:100%}.page-detail .top-section .cover-section .game-cover{height:auto!important;max-height:none!important;max-width:100%!important;width:100%!important}.page-detail .top-section .cover-section .game-cover :deep(.el-image__inner),.page-detail .top-section .cover-section .game-cover :deep(img){border-radius:12px!important;height:auto!important;max-height:none!important;max-width:100%!important;-o-object-fit:cover!important;object-fit:cover!important;width:100%!important}.page-detail .bottom-section{flex-direction:column}.page-detail .bottom-section .left-section{flex:none;width:100%}}@media(max-width:768px){.resource-content .download-info{align-items:flex-start;flex-direction:column}.resource-content .download-info .action-buttons{flex-wrap:wrap;width:100%}}
