.svg-icon[data-v-dbb7b071]{fill:currentColor;color:#8a8a8a;transition:color .3s ease}a[data-v-2df72b87]{border-radius:.2rem;width:auto;height:100%;padding:0 1rem;display:flex;justify-content:center;align-items:center;text-decoration:none}.z-blog-card[data-v-5f09d820]{border-color:var(--border-default);background-color:var(--bg-brand-light);color:var(--text-default);border-radius:.5rem;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;padding:var(--horizontalGapPx);gap:.5rem}.z-blog-card .header[data-v-5f09d820]{color:var(--text-secondary);display:flex;justify-content:flex-start;align-items:center;gap:var(--horizontalGapPx);cursor:pointer}.z-blog-card .header .tag[data-v-5f09d820]{display:flex;align-items:center;justify-content:flex-start;gap:5px}.z-blog-card .title[data-v-5f09d820]{height:fit-content;cursor:pointer;font-size:var(--font-large);text-align:left}.z-blog-card .title[data-v-5f09d820]:hover{color:var(--text-hover)}.z-blog-card .body[data-v-5f09d820]{text-align:left}.z-blog-card .footer[data-v-5f09d820]{height:6rem;display:flex;flex-direction:column;justify-content:center}.z-blog-card .footer .tag[data-v-5f09d820]{height:30px;display:flex;align-items:center;justify-content:flex-start}.z-blog-card .footer hr[data-v-5f09d820]{width:100%}.z-blog-card .footer .operate[data-v-5f09d820]{display:flex;align-items:center;justify-content:space-between}.z-blog-card .footer .operate[data-v-5f09d820]>:first-child{background-color:var(--bg-component);border-radius:var(--border-radius);padding:0 var(--paddingPx);cursor:pointer;height:30px;display:flex;justify-content:center;align-items:center}.z-blog-card .footer .operate .last-update[data-v-5f09d820]{display:flex;align-items:center;justify-content:flex-start;font-size:var(--font-small);gap:.5rem}.self-card[data-v-f0e0fdf5]{width:auto;height:auto;padding:1.5rem;border-radius:.5rem;display:grid;grid-template-columns:1fr;grid-template-rows:18rem 2.5rem 6rem 3rem 1rem 3rem;gap:var(--horizontalGapPx);background-color:var(--bg-brand-light)}.self-card .avator[data-v-f0e0fdf5]{display:flex;justify-content:center}.self-card .avator img[data-v-f0e0fdf5]{width:auto;height:100%;object-fit:contain;transition:all 1s ease}.self-card .avator img[data-v-f0e0fdf5]:hover{transform:rotate(180deg)}.self-card .adress[data-v-f0e0fdf5]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.self-card .card-list[data-v-f0e0fdf5]{display:flex;justify-content:space-evenly;align-items:center}.self-card .card-list .card-item[data-v-f0e0fdf5]{width:5rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.self-card .card-list .card-item[data-v-f0e0fdf5]>:first-child{font-size:1.1rem}.self-card .card-list .card-item[data-v-f0e0fdf5]>:nth-child(2){font-size:2.8rem;font-weight:400}.self-card .icon-list[data-v-f0e0fdf5]{display:flex;justify-content:space-evenly;align-items:center}.self-card .icon-list[data-v-f0e0fdf5]>*:hover{cursor:pointer;background-color:var(--icon-bg-hover-color)}.self-card hr[data-v-f0e0fdf5]{width:100%;align-self:center}.self-card .tip[data-v-f0e0fdf5]{display:flex;justify-content:center;align-items:center}.weather-card[data-v-784cbacb]{width:auto;height:auto;padding:1.5rem;border-radius:.5rem;display:grid;grid-template-columns:1fr;grid-template-rows:18rem 2.5rem 6rem;gap:var(--horizontalGapPx);background-color:var(--bg-brand-light);cursor:default}.weather-card .weather[data-v-784cbacb]{display:flex;align-items:center;justify-content:center;cursor:pointer}.weather-card .weather>i[data-v-784cbacb]{font-size:18rem}.weather-card .adress[data-v-784cbacb]{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.weather-card .card-list[data-v-784cbacb]{display:flex;justify-content:space-evenly;align-items:center}.weather-card .card-list .card-item[data-v-784cbacb]{width:5rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.weather-card .card-list .card-item[data-v-784cbacb]>:first-child{font-size:1.1rem;height:3.5rem;display:flex;align-items:center}.weather-card .card-list .card-item>:nth-child(2)[data-v-784cbacb]{font-size:2.8rem;font-weight:400;display:flex}.weather-card .card-list .card-item>:nth-child(2) .unit[data-v-784cbacb]{font-size:1.6rem;padding-top:.5rem}.weather-card .card-list .card-item>:nth-child(2) .bottom[data-v-784cbacb]{padding-bottom:.5rem;display:flex;align-items:flex-end;font-size:1.2rem}.waterfall-container[data-v-fa3e1ebc]{display:flex;align-items:flex-start;width:100%}.waterfall-column[data-v-fa3e1ebc]{display:flex;flex-direction:column}.waterfall-item[data-v-fa3e1ebc]{background-color:#fff;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.1);overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.waterfall-item[data-v-fa3e1ebc]:hover{transform:translateY(-4px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.waterfall-item img[data-v-fa3e1ebc]{display:block;border-top-left-radius:10px;border-top-right-radius:10px}.waterfall-info[data-v-fa3e1ebc]{padding:8px}.waterfall-title[data-v-fa3e1ebc]{font-size:14px;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;margin-bottom:6px}.waterfall-meta[data-v-fa3e1ebc]{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#999}.waterfall-author[data-v-fa3e1ebc]{max-width:60%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.waterfall-likes[data-v-fa3e1ebc]{display:flex;align-items:center}.like-icon[data-v-fa3e1ebc]{width:1em;height:1em;margin-right:4px;color:silver}.home-page[data-v-98d3345c]{width:100%;margin:0 auto;max-width:1280px;background-color:var(--bg-page);display:flex;gap:var(--horizontalGapPx);justify-content:center;position:relative}.home-page .card[data-v-98d3345c]{border-radius:.5rem;height:10rem}.home-page .left[data-v-98d3345c]{height:fit-content;position:sticky;padding-bottom:50px;width:35rem;display:flex;flex-direction:column;gap:var(--horizontalGapPx)}.home-page .right[data-v-98d3345c]{flex:1;display:flex;flex-direction:column;gap:var(--horizontalGapPx)}.home-page .right .summary-card[data-v-98d3345c]{padding:1.4rem;background-color:var(--bg-brand-light);min-height:10rem;display:flex;gap:var(--horizontalGapPx)}.home-page .right .summary-card .tag[data-v-98d3345c]{background-color:var(--bg-hover);height:fit-content;padding:.5rem 1rem;border-radius:.5rem}.home-page .right .view-config[data-v-98d3345c]{display:flex;align-items:center;gap:var(--horizontalGapPx)}.home-page .right .view-config .mode-radio[data-v-98d3345c]{display:flex;gap:var(--horizontalGapPx)}.home-page .right .view-config .mode-radio div[data-v-98d3345c]{cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.6rem;transition:background .3s}.home-page .right .view-config .mode-radio div img[data-v-98d3345c]{display:block;width:100%;height:100%;object-fit:contain}.home-page .right .view-config .mode-radio .active[data-v-98d3345c]{background:var(--bg-active)}.home-page .right .loader-btn[data-v-98d3345c]{display:flex;align-items:center;justify-content:center}.home-page .right .loader-btn .load-more[data-v-98d3345c]{width:fit-content;margin:auto}@media screen and (max-width: 695px){.home-page .left[data-v-98d3345c]{display:none}}.catalog-item[data-v-22358db5]{display:flex;justify-content:flex-start;align-items:center;gap:.5rem;background-color:var(--bg-page);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.catalog-item[data-v-22358db5]:hover{background-color:var(--bg-hover);color:var(--text-hover)}.catalog-item .fold-icon[data-v-22358db5]{cursor:pointer}.catalog-item .fold-icon[data-v-22358db5]:hover{color:var(--bg-page-hover)!important}.open .fold-icon[data-v-22358db5]{transform:rotate(90deg)}.catalog-level-1[data-v-22358db5]{margin-left:2rem}.catalog-level-2[data-v-22358db5]{margin-left:4rem}.catalog-level-3[data-v-22358db5]{margin-left:6rem}.catalog-level-4[data-v-22358db5]{margin-left:8rem}.catalog-level-5[data-v-22358db5]{margin-left:10rem}.catalog-card-container[data-v-d6952892]{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem}.blog-page[data-v-1f7c4655]{position:relative;margin:6.5rem auto 0;height:auto;min-height:calc(100vh - 37rem);background-color:var(--bg-page);width:85%;display:grid;grid-template-columns:35rem auto;grid-template-rows:auto;gap:2.5rem}.blog-page .left[data-v-1f7c4655]{width:35rem;display:flex;flex-direction:column;gap:var(--horizontalGapPx);position:fixed}.blog-page .right[data-v-1f7c4655]{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:var(--horizontalGapPx)}.blog-page .right .data-info[data-v-1f7c4655]{height:4rem;font-size:1.2rem;display:flex;justify-content:flex-start;align-items:center;gap:var(--horizontalGapPx)}.blog-page .right .data-info .tag[data-v-1f7c4655]{display:flex;align-items:center;gap:.5rem}.sun-btn[data-v-5322ec7b]{display:flex;justify-content:center;align-items:center;font-size:1.6rem;gap:var(--horizontalGapPx);border:1px solid var(-border-darker);border-radius:1rem;padding:1rem;color:var(--text-default)}.sun-btn[data-v-5322ec7b]:hover{background-color:var(--bg-page-hover)!important;color:var(--text-hover)}.channel-card[data-v-64c9822e]{text-align:left;cursor:grab;touch-action:manipulation;padding:1rem 1.4rem;background-color:var(--bg-page);border-radius:1rem;margin-bottom:1rem;box-shadow:var(--box-shadow);transition:background-color .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:.2rem solid var(--border-default);position:relative;content-visibility:auto}.channel-card:hover[data-v-64c9822e]{border:.2rem solid var(--border-lighter);background-color:var(--bg-hover)}.channel-card:hover .del[data-v-64c9822e]{opacity:1}.channel-card .title[data-v-64c9822e]{color:var(--text-strong);font-size:1.4rem;font-weight:bolder;display:block;width:calc(100% - 1.5rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;animation:all .3s ease}.channel-card .info[data-v-64c9822e]{display:flex;justify-content:space-between;color:var(--text-secondary);font-size:12px;margin-top:8px;animation:all .3s ease}.channel-card .del[data-v-64c9822e]{position:absolute;top:.5rem;right:.5rem;transition:all .3s ease;opacity:0;cursor:pointer}.aigc-page[data-v-b7a5ce00]{display:flex;height:75rem;margin:0 auto;border:1px solid var(--border-default);border-radius:2rem;overflow:hidden;box-shadow:var(--aigc-box-shadow)}.aigc-page .sidebar[data-v-b7a5ce00]{position:relative;gap:var(--horizontalGapPx);background-color:var(--bg-brand-light);padding:2rem;display:flex;flex-direction:column;width:30rem;box-shadow:var(--aigc-box-shadow)}.aigc-page .sidebar .header[data-v-b7a5ce00]{position:relative;padding-top:2rem;padding-bottom:2rem;text-align:left}.aigc-page .sidebar .header .title[data-v-b7a5ce00]{font-size:2rem;font-weight:700;animation:all .3s ease;color:var(--text-strong)}.aigc-page .sidebar .header .des[data-v-b7a5ce00]{font-size:1.2rem;font-weight:400;animation:all .3s ease;color:var(--text-secondary)}.aigc-page .sidebar .header .logo[data-v-b7a5ce00]{position:absolute;right:0;bottom:1.8rem;opacity:.27}.aigc-page .sidebar .func[data-v-b7a5ce00]{display:flex;justify-content:space-around;align-items:center;gap:var(--horizontalGapPx)}.aigc-page .sidebar .func .sun-btn[data-v-b7a5ce00]{flex-grow:1}.aigc-page .sidebar .body[data-v-b7a5ce00]{flex:auto;overflow-y:auto;overflow-x:hidden}.aigc-page .sidebar .tail[data-v-b7a5ce00]{padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.aigc-page .sidebar .drag[data-v-b7a5ce00]{position:absolute;top:0;right:0;height:100%;width:1.4rem;background-color:transparent;cursor:ew-resize;transition:all .3s ease;display:flex;align-items:center;opacity:0}.aigc-page .sidebar .drag[data-v-b7a5ce00]:hover{background-color:var(--bg-page-1);opacity:.5}.aigc-page>.content[data-v-b7a5ce00]{flex:auto;display:flex;flex-direction:column;position:relative;height:100%;min-width:50%}.aigc-page>.content .header[data-v-b7a5ce00]{padding:1.4rem 2rem;border-bottom:1px solid rgba(0,0,0,.1);position:relative;display:flex;justify-content:space-between;align-items:center}.aigc-page>.content .header[data-v-b7a5ce00]>:last-child{display:flex;justify-content:space-around;align-items:center;gap:var(--horizontalGapPx)}.aigc-page>.content .body[data-v-b7a5ce00]{flex:1 1;overflow:auto;overflow-x:hidden;padding:2rem 2rem 4rem;position:relative;overscroll-behavior:none}.aigc-page>.content .input-panel[data-v-b7a5ce00]{position:relative;width:100%;padding:1rem 2rem 2rem;box-sizing:border-box;display:flex;flex-direction:column;gap:var(--horizontalGapPx);border-top:1px solid var(--border-default);box-shadow:var(--box-shadow)}.aigc-page>.content .input-panel .func[data-v-b7a5ce00]{display:flex;flex-wrap:wrap;gap:var(--horizontalGapPx)}.aigc-page>.content .input-panel .func .sun-btn[data-v-b7a5ce00]{padding:.4rem 1rem}.aigc-page>.content .input-panel .prompt[data-v-b7a5ce00]{cursor:text;display:flex;flex:1 1;border-radius:10px;border:1px solid var(--border-default)}.aigc-page>.content .input-panel .prompt textarea[data-v-b7a5ce00]{height:100%;width:100%;border-radius:1rem;border:none;box-shadow:0 -2px 5px rgba(0,0,0,.03);background-color:var(--bg-page);color:var(--text-default);font-family:inherit;padding:1rem 9rem 1rem 1.4rem;resize:none;outline:none;box-sizing:border-box;min-height:68px}.aigc-page>.content .input-panel .prompt .sun-btn[data-v-b7a5ce00]{color:#fff;position:absolute;right:30px;bottom:32px;font-size:1.2rem}.hide .sidebar[data-v-b7a5ce00]{width:10rem}.hide .sidebar .header .title[data-v-b7a5ce00],.hide .sidebar .header .des[data-v-b7a5ce00]{display:none}.hide .sidebar .header .logo[data-v-b7a5ce00]{position:relative;display:flex;justify-content:center}.hide .sidebar .func[data-v-b7a5ce00]{flex-direction:column}.hide .sidebar .tail[data-v-b7a5ce00]{flex-direction:column;gap:var(--horizontalGapPx)}.article-page[data-v-46e7c084]{height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:var(--horizontalGapPx)}.article-page .func-bar[data-v-46e7c084]{height:3rem;width:100%;display:flex;align-items:center}.article-page .func-bar .stastic[data-v-46e7c084]{flex:1}.article-page .func-bar .btn-container[data-v-46e7c084]{display:flex;justify-content:flex-end;gap:var(--horizontalGapPx);align-items:center}.article-page .title-container[data-v-46e7c084]{height:3rem;width:100%;display:grid;grid-template-rows:auto;grid-template-columns:3fr 1fr 1fr;align-items:center;gap:var(--horizontalGapPx)}.article-page .editor-container[data-v-46e7c084]{flex:1}.game-tiles-page[data-v-e2d933df]{width:100%;height:calc(100vh - 37rem);display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.game-tiles-page .tiles-container[data-v-e2d933df]{flex:auto;display:flex;gap:var(--horizontalGapPx);overflow:auto}.game-tiles-page .tiles-container .left[data-v-e2d933df]{max-width:50%;max-height:100%;padding:1rem;flex:auto;background-color:beige;display:flex;flex-direction:column;overflow:auto}.game-tiles-page .tiles-container .left .tile-row[data-v-e2d933df]{display:flex;gap:.5rem}.game-tiles-page .tiles-container .left .tile-row .tile-item[data-v-e2d933df]{flex:none;background-color:#ffebcd}.game-tiles-page .tiles-container .left .tile-row .tile-item[data-v-e2d933df]:hover{scale:1.3;outline:2px solid red}.game-tiles-page .tiles-container .right[data-v-e2d933df]{background-color:#faebd7;width:50%;overflow:auto;padding:1rem;display:flex;flex-direction:column;justify-content:stretch;gap:var(--horizontalGapPx)}.game-tiles-page .tiles-container .right .config-item[data-v-e2d933df]{display:flex;align-items:center;gap:var(--horizontalGapPx)}.game-tiles-page .tiles-container .right .config-item .item[data-v-e2d933df]{display:flex;align-items:center;gap:.5rem}.game-tiles-page .tiles-container .right .config-item .tile-item-config[data-v-e2d933df]{display:flex;height:20rem;gap:var(--horizontalGapPx)}.game-tiles-page .tiles-container .right .config-item .tile-item-config .config-left .item-image-container[data-v-e2d933df]{height:200px;width:200px;display:flex;justify-content:center;align-items:center;border:1px solid red}.game-tiles-page .tiles-container .right .config-item .tile-item-config .config-left .item-image-container .tile-item-image-show[data-v-e2d933df]{background-repeat:no-repeat}.game-tiles-page .tiles-container .right .config-item .tile-item-config .config-right[data-v-e2d933df]{height:100%;display:flex;flex-direction:column;gap:var(--horizontalGapPx)}.game-tiles-page .tiles-container .right .config-item .tile-item-config .config-right .tile-info[data-v-e2d933df]{display:flex;align-items:center;gap:var(--horizontalGapPx)}.game-tiles-page .tiles-container .right .config-item .tile-item-config .config-right .update-tile[data-v-e2d933df]{flex:auto;display:flex;flex-direction:row;justify-content:space-between}.game-tiles-page .tiles-container .right .config-item .tile-item-config .config-right .update-tile .item-footer[data-v-e2d933df]{display:flex;gap:var(--horizontalGapPx);justify-self:flex-end}.el-form[data-v-4de7c593]{max-width:800px}.el-form [data-v-4de7c593] .el-date-editor{width:100%}.el-form .el-checkbox-group[data-v-4de7c593]{line-height:normal}.sun-table[data-v-febb5651]{width:100%}.sun-table .sun-table-pagination[data-v-febb5651]{width:100%;height:8rem;display:flex;justify-content:flex-end;align-items:center;gap:var(--horizontalGapPx)}.manage-blog[data-v-28bb6729]{height:100%;display:grid;grid-template-rows:25rem 2.5rem auto;grid-template-columns:auto;gap:var(--horizontalGapPx)}.statistics-page[data-v-fa6e1fca]{display:flex;flex-direction:column;gap:20px}.statistics-header[data-v-fa6e1fca]{display:flex;justify-content:space-between}.statistic-item[data-v-fa6e1fca]{flex:1;text-align:center}.charts-grid[data-v-fa6e1fca]{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.chart-item[data-v-fa6e1fca]{width:100%;height:300px}.manage-aigc[data-v-20d3cafd]{height:100%;background-color:var(--bg-brand-light)}.manage-page[data-v-ba96d5f0]{min-height:calc(100vh - 37rem);background-color:var(--bg-page);display:grid;grid-template-columns:25rem auto;grid-template-rows:auto;gap:var(--horizontalGapPx)}[data-v-17bd9aee] .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-border-color, #dcdfe6) inset}[data-v-17bd9aee] .el-input__wrapper:hover{box-shadow:0 0 0 1px var(--el-input-hover-border-color, #c0c4cc) inset}[data-v-17bd9aee] .el-input.is-focus .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-focus-border-color, #409eff) inset}[data-v-f0604642] .el-button{font-weight:500}.login-container[data-v-ff2d4559]{flex:1;height:100%;display:flex;align-items:center;justify-content:center}.login-box[data-v-ff2d4559]{background:#fff;padding:40px 32px;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.1);width:400px;display:flex;flex-direction:column;align-items:center}.login-header[data-v-ff2d4559]{text-align:center;margin-bottom:32px;width:100%}.logo[data-v-ff2d4559]{width:64px;height:64px;margin-bottom:16px}.title[data-v-ff2d4559]{margin:0;font-size:24px;font-weight:600;color:#303133}.login-form[data-v-ff2d4559]{width:100%}.login-form[data-v-ff2d4559] .el-form-item{margin-bottom:20px}.login-form[data-v-ff2d4559] .el-input{width:100%}.login-btn[data-v-ff2d4559]{width:100%;margin-top:8px}.login-footer[data-v-ff2d4559]{display:flex;justify-content:center;align-items:center;font-size:14px;color:#8590a6;margin-top:16px}.login-footer a[data-v-ff2d4559]{color:#409eff;text-decoration:none;margin:0 4px;cursor:pointer;transition:color .2s}.login-footer a[data-v-ff2d4559]:hover{color:#66b1ff}.login-footer span[data-v-ff2d4559]{margin:0 8px;color:#dcdfe6}.register-container[data-v-48221c21]{height:100%;display:flex;align-items:center;justify-content:center;padding:20px}.register-box[data-v-48221c21]{background:#fff;padding:40px 32px;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.1);width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center}.register-header[data-v-48221c21]{text-align:center;margin-bottom:32px;width:100%}.logo[data-v-48221c21]{width:64px;height:64px;margin-bottom:16px}.title[data-v-48221c21]{margin:0;font-size:24px;font-weight:600;color:#303133}.register-form[data-v-48221c21]{width:100%}.register-form[data-v-48221c21] .el-form-item{margin-bottom:20px}.register-form[data-v-48221c21] .el-form-item__label{font-weight:500;color:#606266}.register-form[data-v-48221c21] .el-input{width:100%}.register-btn[data-v-48221c21]{width:100%;margin-top:8px}.register-footer[data-v-48221c21]{display:flex;justify-content:center;align-items:center;font-size:14px;color:#8590a6;margin-top:16px}.register-footer span[data-v-48221c21]{margin-right:8px}.register-footer a[data-v-48221c21]{color:#409eff;text-decoration:none;cursor:pointer;transition:color .2s}.register-footer a[data-v-48221c21]:hover{color:#66b1ff}.tcx-generator[data-v-397b7631]{padding:1rem;display:flex;flex-direction:column;gap:1rem}.me-page[data-v-648e8bb1]{display:flex;flex-direction:column;align-items:center;color:#333;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}.profile-header[data-v-648e8bb1]{position:relative;width:100%;height:260px;overflow:hidden}.cover-bg[data-v-648e8bb1]{position:absolute;top:0;left:0;width:100%;height:260px;object-fit:cover;filter:brightness(.8)}.profile-info[data-v-648e8bb1]{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:16px;align-items:center;color:#fff;width:90%;max-width:800px}.avatar[data-v-648e8bb1]{width:80px;height:80px;border-radius:50%;border:2px solid #fff;object-fit:cover}.info-text[data-v-648e8bb1]{flex:1}.username[data-v-648e8bb1]{font-size:20px;font-weight:600;margin:0}.bio[data-v-648e8bb1]{font-size:14px;opacity:.9;margin:4px 0 10px}.stats[data-v-648e8bb1]{display:flex;gap:16px}.stat-item[data-v-648e8bb1]{display:flex;flex-direction:column;align-items:center}.num[data-v-648e8bb1]{font-weight:600;font-size:16px}.label[data-v-648e8bb1]{font-size:12px}.menu-list[data-v-648e8bb1]{display:flex;justify-content:space-around;align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,.06);margin-top:16px;width:90%;max-width:800px;padding:10px 0}.menu-item[data-v-648e8bb1]{display:flex;flex-direction:column;align-items:center;font-size:13px;color:#555;cursor:pointer;transition:color .3s}.menu-item[data-v-648e8bb1]:hover{color:var(--text-active, #ff4d4f)}.content-section[data-v-648e8bb1]{margin-top:20px;display:grid;gap:12px;width:90%;max-width:800px}@media (min-width: 480px){.content-section[data-v-648e8bb1]{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.content-section[data-v-648e8bb1]{grid-template-columns:repeat(3,1fr)}}.card[data-v-648e8bb1]{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.05);cursor:pointer;transition:transform .2s}.card[data-v-648e8bb1]:hover{transform:translateY(-4px)}.card img[data-v-648e8bb1]{width:100%;height:auto;display:block}.canvas-icon-container[data-v-2b3d4ebc]{width:100%;height:100%;background:#fff}.tree-node[data-v-8ae9fb5b]{width:100%}.tree-item[data-v-8ae9fb5b]{display:flex;align-items:center;padding:4px 8px;cursor:pointer;user-select:none;transition:background-color .2s;border-radius:4px}.tree-item .icon[data-v-8ae9fb5b]{margin:0 5px}.tree-item[data-v-8ae9fb5b]:hover{background-color:#f5f5f5}.tree-item.has-children[data-v-8ae9fb5b]{font-weight:500}.tree-expand-icon[data-v-8ae9fb5b]{display:inline-block;width:16px;height:16px;line-height:16px;text-align:center;font-size:10px;color:#666;margin-right:4px;flex-shrink:0}.tree-expand-placeholder[data-v-8ae9fb5b]{display:inline-block;width:16px;height:16px;margin-right:4px;flex-shrink:0}.tree-item-name[data-v-8ae9fb5b]{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:#333}.tree-children[data-v-8ae9fb5b]{width:100%}.canvas-tree-container[data-v-306fd1e2]{width:100%;height:100%;background:#fff;overflow-y:auto;padding:8px}.canvas-left-container[data-v-a743ba8e],.canvas-right-container[data-v-b6b3cdaa]{width:241px;height:100%;background:#fff}.canvas-page[data-v-a54f0a93]{--left-width: 241px;height:100%;display:flex;flex-direction:row;align-items:stretch;position:relative}.canvas-page .left[data-v-a54f0a93]{background:#fff;width:var(--left-width);flex-shrink:0}.canvas-page .canvas[data-v-a54f0a93]{width:100vw;height:100vh}.canvas-page .right[data-v-a54f0a93]{background:#fff;width:var(--left-width);flex-shrink:0}.canvas-page .tools-container[data-v-a54f0a93]{z-index:10;bottom:12px;border-radius:13px;padding:8px;height:48px;position:absolute;left:50%;transform:translate(-50%);width:fit-content;background-color:red;display:flex;flex-direction:row;align-items:center;gap:8px;background-color:#fff}.canvas-page .tools-container .tool[data-v-a54f0a93]{color:#fff;padding:4px;border-radius:5px;aspect-ratio:1 / 1;cursor:pointer}.canvas-page .tools-container .tool svg[data-v-a54f0a93]{display:block}.canvas-page .tools-container .active[data-v-a54f0a93]{background-color:#0d99ff}.canvas-page .tools-container .active svg[data-v-a54f0a93]{fill:#fff}.tool-page[data-v-8f636a22]{display:flex;gap:20px;flex-wrap:wrap}.tool-page .tool-card[data-v-8f636a22]{width:200px;aspect-ratio:1 / 1;background-color:red;flex-shrink:0}.sw-player-container[data-v-5debd440]{width:100%;height:100%;overflow:hidden}.sw-player-container .player-container[data-v-5debd440]{width:100%;aspect-ratio:16/9;height:calc(100% - 50px)}.sw-player-container .player-container .player[data-v-5debd440]{width:100%;height:100%}.sw-player-container .footer[data-v-5debd440]{height:50px;display:flex;justify-content:space-between;align-items:center;padding:0 13px 0 20px;background:var(--bg-page)}.sw-player-container .footer .danmuku-input[data-v-5debd440]{height:34px}.video-page[data-v-873c7c4b]{width:100%;min-height:100%;display:flex;padding:0 10px;box-sizing:border-box;justify-content:center}.video-page .left[data-v-873c7c4b]{flex:1;height:100%;max-width:1681px}.video-page .left .video-container[data-v-873c7c4b]{width:100%;border-radius:0 0 8px 8px;overflow:hidden;box-shadow:0 0 8px rgba(0,0,0,.1)}.video-page .right[data-v-873c7c4b]{margin-left:30px;width:350px;height:100%;border-radius:8px}@media (min-width: 1681px){.video-page .right[data-v-873c7c4b]{width:411px}}
