.post-list-item{background:#fff;border:1px solid #f0f0f0;border-radius:8px;box-sizing:border-box;cursor:pointer;margin-bottom:12px;overflow-x:hidden;padding:16px;transition:all .3s ease;width:100%}.dark .post-list-item{background:#161b22;border-color:#30363d}.post-list-item:hover{box-shadow:0 2px 8px #00000014;transform:translateY(-1px)}.dark .post-list-item:hover{background:#1c2128;box-shadow:0 2px 8px #0006}.post-list-main{gap:12px}.post-list-body,.post-list-main{display:flex;flex-direction:column}.post-list-author{align-items:center;display:flex;gap:8px;position:relative}.author-name{color:#595959;font-size:14px;font-weight:500}.dark .author-name{color:#8b949e}.category-tag{font-size:12px;margin:0}.post-list-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#262626;display:-webkit-box;font-size:18px;font-weight:600;line-height:1.5;margin:0 0 12px;overflow:hidden;text-overflow:ellipsis}.dark .post-list-title{color:#f0f6fc}.post-list-excerpt{color:#262626;font-size:17px;font-weight:500;letter-spacing:.3px;line-height:1.8;margin:0 0 16px;word-break:break-word}.dark .post-list-excerpt{color:#c9d1d9}.post-list-cover-image{aspect-ratio:4/3;background:#f5f5f5;border-radius:8px;cursor:pointer;flex-shrink:0;margin:0;max-width:400px;overflow:hidden;width:100%}.dark .post-list-cover-image{background:#21262d}.post-list-cover-image img{border-radius:8px;display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.post-list-item:hover .post-list-cover-image img{transform:scale(1.01)}.post-list-images-vertical{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.post-list-image-item-vertical{cursor:pointer;width:100%}.post-list-image-item-vertical img{border:none;display:block;height:auto;max-height:350px;object-fit:contain;transition:transform .3s ease;width:100%}.post-list-item:hover .post-list-image-item-vertical img{transform:scale(1.02)}.dark .post-list-image-item-vertical{background:#21262d}.post-list-images{grid-gap:4px;border-radius:8px;display:grid;gap:4px;margin-bottom:12px;max-height:500px;overflow:hidden}.post-list-images-1{grid-template-columns:1fr;max-height:400px}.post-list-images-2{grid-template-columns:1fr 1fr;max-height:200px}.post-list-images-3{grid-template-columns:1fr 1fr 1fr;max-height:200px}.post-list-images-4{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;max-height:400px}.post-list-images-many{grid-template-columns:repeat(3,1fr);max-height:500px}.post-list-image-item{background:#f5f5f5;cursor:pointer;height:100%;overflow:hidden;position:relative;width:100%}.post-list-image-item img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.post-list-item:hover .post-list-image-item img{transform:scale(1.05)}.post-list-image-more{align-items:center;background:#0009;bottom:0;color:#fff;display:flex;font-size:24px;font-weight:600;justify-content:center;left:0;position:absolute;right:0;top:0}.post-list-meta{align-items:center;border-top:1px solid #f5f5f5;display:flex;justify-content:space-between;padding-top:12px}.dark .post-list-meta{border-top-color:#30363d}.post-list-stats{align-items:center;display:flex}.stat-item{align-items:center;color:#999;display:inline-flex;font-size:13px;gap:4px}.dark .stat-item{color:#8b949e}.stat-item .anticon{font-size:16px}.post-time{color:#999}@media (max-width:768px){.post-list-item{box-sizing:border-box;max-width:100%;padding:12px;width:100%}.post-list-title{font-size:16px}.post-list-excerpt{font-size:15px}.post-list-cover-image{max-width:100%}.post-list-images{max-height:300px}.post-list-images-2,.post-list-images-3{max-height:150px}.post-list-images-4{max-height:300px}.post-list-images-many{max-height:350px}.post-list-stats{gap:12px}}.home-page{width:100%}.home-hero-banner{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;box-shadow:0 8px 24px #667eea4d;margin-bottom:24px;overflow:hidden}.dark .home-hero-banner{background:linear-gradient(135deg,#4c63d2,#5a3a7a);box-shadow:0 8px 24px #4c63d266}.home-hero-content{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding:8px 0}.home-hero-text{flex:1 1;min-width:200px}.home-hero-title{color:#fff;font-size:28px;font-weight:700;margin:0 0 8px;text-shadow:0 2px 8px #0000004d}.home-hero-subtitle{color:#fffffff2;font-size:16px;margin:0;text-shadow:0 1px 4px #0003}.home-hero-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:12px;min-width:150px;padding:16px 24px}.home-hero-stats .ant-statistic-title{color:#fffffff2;font-size:14px;font-weight:500;margin-bottom:4px;text-shadow:0 1px 3px #0003}.home-hero-stats .ant-statistic-content{color:#fff;font-size:24px;font-weight:700;text-shadow:0 2px 6px #0000004d}.home-hero-stats .anticon{color:#ffffffe6}.home-featured-card{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;box-shadow:0 8px 24px #667eea40;margin-bottom:24px;transition:transform .3s ease,box-shadow .3s ease}.dark .home-featured-card{background:linear-gradient(135deg,#4c63d2,#5a3a7a);box-shadow:0 8px 24px #4c63d266}.home-featured-card:hover{box-shadow:0 12px 32px #667eea59;transform:translateY(-4px)}.home-featured-content{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.home-featured-info{align-items:center;display:flex;flex:1 1;gap:16px}.home-featured-icon{animation:pulse 2s infinite;color:#fff;font-size:32px}.home-featured-title{color:#fff;font-size:20px;font-weight:600;margin:0 0 4px;text-shadow:0 2px 6px #0000004d}.home-featured-desc{color:#fffffff2;font-size:14px;margin:0;text-shadow:0 1px 4px #0003}.home-featured-button{border-color:#ffffff80;color:#fff;font-weight:500;height:40px;padding:0 24px;transition:all .3s ease}.home-featured-button:hover{background:#ffffff1a;border-color:#fff;color:#fff;transform:translateX(4px)}.home-categories-card{border-radius:16px;box-shadow:0 2px 8px #00000014;margin-bottom:24px;transition:box-shadow .3s ease}.dark .home-categories-card{box-shadow:0 2px 8px #0000004d}.home-categories-card:hover{box-shadow:0 4px 16px #0000001f}.dark .home-categories-card:hover{box-shadow:0 4px 16px #0006}.home-card-title{align-items:center;color:#333;display:flex;font-size:18px;font-weight:600;gap:8px}.dark .home-card-title{color:#f0f6fc}.home-card-title-icon{color:#1890ff;font-size:20px}.home-category-item{background:#fff;border:2px solid #e8e8e8;border-radius:12px;cursor:pointer;overflow:hidden;padding:20px 16px;position:relative;text-align:center;transition:all .3s ease}.dark .home-category-item{background:#1a1a1a;border-color:#333}.home-category-item:before{background:linear-gradient(90deg,#0000,#1890ff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.home-category-item:hover{border-color:#1890ff;box-shadow:0 4px 12px #1890ff33;transform:translateY(-2px)}.home-category-item:hover:before{left:100%}.home-category-name{color:#333;font-size:16px;font-weight:600;margin-bottom:8px;transition:color .3s ease}.dark .home-category-name{color:#f0f6fc}.home-category-item:hover .home-category-name{color:#1890ff}.home-category-desc{color:#999;font-size:12px;transition:color .3s ease}.dark .home-category-desc{color:#888}.home-category-item:hover .home-category-desc{color:#1890ff}.home-content-card{border-radius:16px;box-shadow:0 2px 8px #00000014;transition:box-shadow .3s ease}.dark .home-content-card{box-shadow:0 2px 8px #0000004d}.home-content-card:hover{box-shadow:0 4px 16px #0000001f}.dark .home-content-card:hover{box-shadow:0 4px 16px #0006}.home-content-tabs,.home-content-tabs .ant-tabs-nav{margin-bottom:0}.home-content-tabs .ant-tabs-tab{font-size:15px;font-weight:500;padding:16px 24px;transition:all .3s ease}.home-content-tabs .ant-tabs-tab:hover{color:#1890ff}.home-content-tabs .ant-tabs-tab-active .ant-tabs-tab-btn{color:#1890ff;font-weight:600}.home-tab-label{align-items:center;display:flex;gap:8px}.home-content-list{border-top:1px solid #f0f0f0;margin-top:24px;padding-top:24px}.dark .home-content-list{border-top-color:#333}@media (max-width:1024px){.home-hero-content{gap:16px}.home-featured-content{gap:12px}}@media (max-width:768px){.home-hero-banner{border-radius:12px;margin-bottom:16px}.home-hero-title{font-size:22px}.home-hero-subtitle{font-size:14px}.home-hero-stats{min-width:120px;padding:12px 16px}.home-hero-stats .ant-statistic-content{font-size:20px}.home-featured-card{border-radius:12px;margin-bottom:16px}.home-featured-title{font-size:18px}.home-featured-desc{font-size:13px}.home-featured-button{font-size:14px;height:36px;padding:0 20px}.home-categories-card{margin-bottom:16px}.home-category-item{padding:16px 12px}.home-category-name{font-size:14px}.home-content-card{border-radius:12px}.home-content-tabs .ant-tabs-tab{font-size:14px;padding:12px 16px}.home-content-list{margin-top:16px;padding-top:16px}}@media (max-width:480px){.home-hero-banner{border-radius:8px;margin-bottom:12px}.home-hero-content{align-items:flex-start;flex-direction:column;gap:12px;padding:4px 0}.home-hero-title{font-size:20px}.home-hero-subtitle{font-size:13px}.home-hero-stats{min-width:auto;padding:10px 14px;width:100%}.home-hero-stats .ant-statistic-content{font-size:18px}.home-featured-card{border-radius:8px;margin-bottom:12px}.home-featured-content{align-items:flex-start;flex-direction:column;gap:12px}.home-featured-icon{font-size:24px}.home-featured-title{font-size:16px}.home-featured-desc{font-size:12px}.home-featured-button{font-size:14px;height:36px;padding:0 16px;width:100%}.home-categories-card{margin-bottom:12px}.home-card-title{font-size:16px}.home-category-item{padding:14px 10px}.home-category-name{font-size:13px}.home-category-desc{font-size:11px}.home-content-card{border-radius:8px}.home-content-tabs .ant-tabs-tab{font-size:13px;padding:10px 12px}.home-tab-label span{display:none}.home-content-list{margin-top:12px;padding-top:12px}}.home-page>*{animation:fadeIn .5s ease-out}.home-page>:first-child{animation-delay:.1s}.home-page>:nth-child(2){animation-delay:.2s}.home-page>:nth-child(3){animation-delay:.3s}.home-page>:nth-child(4){animation-delay:.4s}.column-tabs-container{background:#fff;border-radius:8px;box-shadow:0 1px 2px #00000008;margin-bottom:16px;padding:0 16px}.column-tabs .ant-tabs-nav{margin-bottom:0}.column-tabs .ant-tabs-tab{color:#595959;font-size:15px;padding:16px 20px;transition:all .2s}.column-tabs .ant-tabs-tab:hover{color:#1890ff}.column-tabs .ant-tabs-tab-active{color:#1890ff;font-weight:500}.column-tabs .ant-tabs-ink-bar{background:#1890ff;height:3px}.column-tab-label{align-items:center;display:flex;flex-direction:column;gap:4px}.column-tab-title{font-size:15px;font-weight:500}.column-tab-desc{color:#8c8c8c;font-size:12px;font-weight:400}.dark .column-tabs-container{background:#161b22;border:1px solid #30363d}.dark .column-tabs .ant-tabs-tab{color:#8b949e}.dark .column-tabs .ant-tabs-tab-active,.dark .column-tabs .ant-tabs-tab:hover{color:#1890ff}.dark .column-tab-desc{color:#656d76}@media (max-width:768px){.column-tabs-container{padding:0 8px}.column-tabs .ant-tabs-tab{font-size:14px;padding:12px}.column-tab-title{font-size:14px}.column-tab-desc{display:none}}.CodeMirror{color:#000;direction:ltr;font-family:monospace;height:300px}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{background-color:#f7f7f7;border-right:1px solid #ddd;white-space:nowrap}.CodeMirror-linenumber{color:#999;min-width:20px;padding:0 3px 0 5px;text-align:right;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{background:#7e7;border:0!important;width:auto}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor .CodeMirror-line::selection,.cm-fat-cursor .CodeMirror-line>span::selection,.cm-fat-cursor .CodeMirror-line>span>span::selection{background:#0000}.cm-fat-cursor .CodeMirror-line::-moz-selection,.cm-fat-cursor .CodeMirror-line>span::-moz-selection,.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection{background:#0000}.cm-fat-cursor{caret-color:#0000}@keyframes blink{50%{background-color:initial}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{inset:-50px 0 0;overflow:hidden;position:absolute}.CodeMirror-ruler{border-left:1px solid #ccc;bottom:0;position:absolute;top:0}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-type,.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:#ff96004d}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{background:#fff;overflow:hidden;position:relative}.CodeMirror-scroll{height:100%;margin-bottom:-50px;margin-right:-50px;outline:none;overflow:scroll!important;padding-bottom:50px;position:relative;z-index:0}.CodeMirror-sizer{border-right:50px solid #0000;position:relative}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{display:none;outline:none;position:absolute;z-index:6}.CodeMirror-vscrollbar{overflow-x:hidden;overflow-y:scroll;right:0;top:0}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-x:scroll;overflow-y:hidden}.CodeMirror-scrollbar-filler{bottom:0;right:0}.CodeMirror-gutter-filler{bottom:0;left:0}.CodeMirror-gutters{left:0;min-height:100%;position:absolute;top:0;z-index:3}.CodeMirror-gutter{display:inline-block;height:100%;margin-bottom:-50px;vertical-align:top;white-space:normal}.CodeMirror-gutter-wrapper{background:none!important;border:none!important;position:absolute;z-index:4}.CodeMirror-gutter-background{bottom:0;position:absolute;top:0;z-index:4}.CodeMirror-gutter-elt{cursor:default;position:absolute;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:initial}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:initial}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{word-wrap:normal;-webkit-tap-highlight-color:transparent;font-feature-settings:"calt";background:#0000;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual;line-height:inherit;margin:0;overflow:visible;position:relative;white-space:pre;z-index:2}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{inset:0;position:absolute;z-index:0}.CodeMirror-linewidget{padding:.1px;position:relative;z-index:2}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{box-sizing:initial}.CodeMirror-measure{height:0;overflow:hidden;position:absolute;visibility:hidden;width:100%}.CodeMirror-cursor{pointer-events:none;position:absolute}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{position:relative;visibility:hidden;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:#ff06}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:none}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{background-color:#333;border-radius:4px;color:#fff;font-size:14px;line-height:1.4;outline:0;position:relative;transition-property:transform,visibility,opacity;white-space:normal}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-top-color:initial;border-width:8px 8px 0;bottom:-7px;left:0;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:initial;border-width:0 8px 8px;left:0;top:-7px;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-left-color:initial;border-width:8px 0 8px 8px;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-right-color:initial;border-width:8px 8px 8px 0;left:-7px;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;height:16px;width:16px}.tippy-arrow:before{border-color:#0000;border-style:solid;content:"";position:absolute}.tippy-content{padding:5px 9px;position:relative;z-index:1}.tippy-box[data-theme~=light-border]{background-clip:padding-box;background-color:#fff;border:1px solid #00081026;box-shadow:0 4px 14px -2px #00081014;color:#333}.tippy-box[data-theme~=light-border]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light-border]>.tippy-arrow:after,.tippy-box[data-theme~=light-border]>.tippy-svg-arrow:after{content:"";position:absolute;z-index:-1}.tippy-box[data-theme~=light-border]>.tippy-arrow:after{border-color:#0000;border-style:solid}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:after{border-top-color:#00081033;border-width:7px 7px 0;left:1px;top:17px}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-svg-arrow>svg{top:16px}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-svg-arrow:after{top:17px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff;bottom:16px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:after{border-bottom-color:#00081033;border-width:0 7px 7px;bottom:17px;left:1px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-svg-arrow>svg{bottom:16px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-svg-arrow:after{bottom:17px}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:after{border-left-color:#00081033;border-width:7px 0 7px 7px;left:17px;top:1px}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-svg-arrow>svg{left:11px}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-svg-arrow:after{left:12px}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff;right:16px}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:after{border-right-color:#00081033;border-width:7px 7px 7px 0;right:17px;top:1px}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-svg-arrow>svg{right:11px}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-svg-arrow:after{right:12px}.tippy-box[data-theme~=light-border]>.tippy-svg-arrow{fill:#fff}.tippy-box[data-theme~=light-border]>.tippy-svg-arrow:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);background-size:16px 6px;height:6px;width:16px}.bytemd{background-color:#fff;border:1px solid #e1e4e8;color:#24292e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;height:300px}.bytemd,.bytemd *{box-sizing:border-box}.bytemd-hidden{display:none!important}.bytemd .CodeMirror-gutter,.bytemd .CodeMirror-gutters,.bytemd .CodeMirror-linenumber,.bytemd .CodeMirror-scroll,.bytemd .CodeMirror-sizer{box-sizing:initial}.bytemd .CodeMirror,.bytemd code,.bytemd kbd{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.bytemd-toolbar{background-color:#fafbfc;border-bottom:1px solid #e1e4e8;overflow:hidden;padding:4px 12px;-webkit-user-select:none;user-select:none}.bytemd-toolbar-left{float:left}.bytemd-toolbar-right{float:right}.bytemd-toolbar-tab{cursor:pointer;display:inline-block;font-size:14px;line-height:24px;padding-left:8px;padding-right:8px}.bytemd-toolbar-tab-active{color:#0366d6}.bytemd-toolbar-icon{border-radius:4px;cursor:pointer;display:inline-block;margin-left:6px;margin-right:6px;vertical-align:top}.bytemd-toolbar-icon img,.bytemd-toolbar-icon svg{display:block;height:24px;padding:4px;width:24px}.bytemd-toolbar-icon:hover{background-color:#e1e4e8}.bytemd-toolbar-icon-active{color:#0366d6}.bytemd-toolbar .tippy-content{padding-left:0;padding-right:0}.bytemd-dropdown{font-size:14px;max-height:300px;overflow:auto}.bytemd-dropdown-title{border-bottom:1px solid #e1e4e8;color:#444d56;font-weight:500;line-height:32px;margin:0 12px}.bytemd-dropdown-item{cursor:pointer;height:32px;padding:4px 12px}.bytemd-dropdown-item:hover{background-color:#f6f8fa}.bytemd-dropdown-item-icon{display:inline-block}.bytemd-dropdown-item-icon svg{display:block;height:24px;padding:4px;width:24px}.bytemd-dropdown-item-title{display:inline-block;line-height:24px;vertical-align:top}.bytemd-body{height:calc(100% - 58px);overflow:auto}.bytemd-editor{display:inline-block;height:100%;overflow:hidden;vertical-align:top}.bytemd-editor .CodeMirror{font-size:14px;height:100%;line-height:1.5}.bytemd-editor .CodeMirror pre.CodeMirror-placeholder{color:#959da5}.bytemd-editor .CodeMirror .CodeMirror-lines{margin:0 auto;max-width:800px;padding:16px 0}.bytemd-editor .CodeMirror pre.CodeMirror-line,.bytemd-editor .CodeMirror pre.CodeMirror-line-like{padding:0 4%}.bytemd-preview{display:inline-block;height:100%;overflow:auto;vertical-align:top}.bytemd-preview .markdown-body{margin:0 auto;max-width:800px;padding:16px 4%}.bytemd-sidebar{border-left:1px solid #e1e4e8;display:inline-block;font-size:16px;height:100%;overflow:auto;padding:0 16px;position:relative;vertical-align:top;width:280px}.bytemd-sidebar-close{cursor:pointer;padding:16px;position:absolute;right:0;top:0}.bytemd-sidebar-close:hover{color:#0366d6}.bytemd-sidebar h2{font-size:16px;font-weight:600;margin:32px 0 16px}.bytemd-sidebar ul{color:#959da5;padding-left:0}.bytemd-help{font-size:13px}.bytemd-help ul{line-height:20px}.bytemd-help ul svg{display:block;height:16px;width:16px}.bytemd-help ul div{display:inline-block;vertical-align:top}.bytemd-help li{list-style:none;margin-bottom:12px}.bytemd-help-icon{padding:2px 0}.bytemd-help-title{padding-left:8px}.bytemd-help-content{float:right;font-size:12px}.bytemd-toc li{cursor:pointer;font-size:14px;line-height:2;list-style:none;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bytemd-toc-active{background-color:#f6f8fa;color:#0366d6}.bytemd-toc-first{font-weight:500}.bytemd-status{border-top:1px solid #e1e4e8;font-size:12px;line-height:24px;-webkit-user-select:none;user-select:none}.bytemd-status-left{float:left}.bytemd-status-left span{padding-left:16px}.bytemd-status-left strong{font-weight:600}.bytemd-status-right{float:right}.bytemd-status-right label,.bytemd-status-right span{cursor:pointer;margin-right:16px}.bytemd-status-right span:hover{color:#0366d6}.bytemd-status-right input{margin-right:3px;vertical-align:middle}.bytemd-status-error{color:#d73a49}.bytemd-fullscreen.bytemd{border:none;height:100vh!important;inset:0;position:fixed}.bytemd-split .bytemd-preview{border-left:1px solid #e1e4e8}.tippy-box{font-size:12px}.markdown-body{color:#333;font-size:16px;font-weight:400;line-height:1.75;overflow-x:hidden;word-break:break-word}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{line-height:1.5;margin-bottom:10px;margin-top:35px;padding-bottom:5px}.markdown-body h1{font-size:24px;margin-bottom:5px}.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{font-size:20px}.markdown-body h2{border-bottom:1px solid #ececec;padding-bottom:12px}.markdown-body h3{font-size:18px;padding-bottom:0}.markdown-body h6{margin-top:5px}.markdown-body p{line-height:inherit;margin-bottom:22px;margin-top:22px}.markdown-body img{max-width:100%}.markdown-body hr{border:none;border-top:1px solid #ddd;margin-bottom:32px;margin-top:32px}.markdown-body code{background-color:#fff5f5;border-radius:2px;color:#ff502c;font-size:.87em;overflow-x:auto;padding:.065em .4em;word-break:break-word}.markdown-body code,.markdown-body pre{font-family:Menlo,Monaco,Consolas,Courier New,monospace}.markdown-body pre{line-height:1.75;overflow:auto;position:relative}.markdown-body pre>code{background:#f8f8f8;color:#333;display:block;font-size:12px;margin:0;overflow-x:auto;padding:15px 12px;word-break:normal}.markdown-body a{border-bottom:1px solid #d1e9ff;color:#0269c8;text-decoration:none}.markdown-body a:active,.markdown-body a:hover{color:#275b8c}.markdown-body table{border:1px solid #f6f6f6;display:inline-block!important;font-size:12px;max-width:100%;overflow:auto;width:auto}.markdown-body thead{background:#f6f6f6;color:#000;text-align:left}.markdown-body tr:nth-child(2n){background-color:#fcfcfc}.markdown-body td,.markdown-body th{line-height:24px;padding:12px 7px}.markdown-body td{min-width:120px}.markdown-body blockquote{background-color:#f8f8f8;border-left:4px solid #cbcbcb;color:#666;margin:22px 0;padding:1px 23px}.markdown-body blockquote:after{content:"";display:block}.markdown-body blockquote>p{margin:10px 0}.markdown-body ol,.markdown-body ul{padding-left:28px}.markdown-body ul{list-style-type:disc}.markdown-body ol{list-style-type:decimal}.markdown-body li{list-style:inherit;margin-bottom:0}.markdown-body li .task-list-item{list-style:none}.markdown-body li .task-list-item ol,.markdown-body li .task-list-item ul{margin-top:0}.markdown-body ol ol,.markdown-body ul ul{margin-top:3px}.markdown-body ol li{padding-left:6px}.markdown-body .contains-task-list{padding-left:0}.markdown-body .task-list-item{list-style:none}@media (max-width:720px){.markdown-body h1{font-size:24px}.markdown-body h2{font-size:20px}.markdown-body h3{font-size:18px}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#000}.hljs-comment,.hljs-quote,.hljs-variable{color:green}.hljs-built_in,.hljs-keyword,.hljs-name,.hljs-selector-tag,.hljs-tag{color:#00f}.hljs-addition,.hljs-attribute,.hljs-literal,.hljs-section,.hljs-string,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type{color:#a31515}.hljs-deletion,.hljs-meta,.hljs-selector-attr,.hljs-selector-pseudo{color:#2b91af}.hljs-doctag{color:grey}.hljs-attr{color:red}.hljs-bullet,.hljs-link,.hljs-symbol{color:#00b0e8}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.juejin-editor-shell{background:#fff;padding:0;width:100%}.juejin-editor-main{margin:0 auto;max-width:100%;padding:0}.juejin-editor-banner{align-items:center;background:#fafafa;border-bottom:1px solid #f0f0f0;display:flex;gap:24px;justify-content:space-between;padding:20px 24px}.juejin-editor-banner .banner-meta{color:#1d2129;display:flex;flex:1 1;flex-direction:column;gap:6px}.juejin-editor-banner .banner-title{color:#1d2129;font-size:16px;font-weight:600;margin:0}.juejin-editor-banner .banner-meta p{color:#86909c;font-size:13px;line-height:1.5;margin:0}.juejin-editor-banner .banner-actions{display:flex;flex-shrink:0;gap:12px}.bytemd-editor-wrapper{background:#fff;border:1px solid #e5e6eb;border-radius:8px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;min-height:600px;overflow:hidden;padding:0}.bytemd-editor-wrapper .bytemd{border:none;flex:1 1;min-height:500px}.bytemd-host.view-preview .bytemd .CodeMirror,.bytemd-host.view-preview .bytemd .bytemd-editor,.bytemd-host.view-write .bytemd .bytemd-preview{display:none!important}.bytemd-host.view-preview .bytemd .bytemd-preview,.bytemd-host.view-write .bytemd .CodeMirror,.bytemd-host.view-write .bytemd .bytemd-editor,.bytemd-host.view-write .bytemd textarea{width:100%}.bytemd .bytemd-preview{background:#fff;min-height:500px;padding:24px}.bytemd .bytemd-preview pre{background:#f3f5f9;border:1px solid #e0e4f0;border-radius:10px;color:#272d3d;font-family:Fira Code,JetBrains Mono,Menlo,Consolas,monospace;font-size:13px;line-height:1.6;overflow:auto;padding:14px 16px}.bytemd .bytemd-preview code{background:#f0f2f5;border-radius:4px;padding:2px 6px}.bytemd .bytemd-preview blockquote{background:#f8fbff;border-left:3px solid #2f88ff;color:#4e5969;margin:12px 0;padding-left:12px}.bytemd .bytemd-preview table{border-collapse:collapse;font-size:14px;margin:16px 0;width:100%}.bytemd .bytemd-preview table td,.bytemd .bytemd-preview table th{border:1px solid #e5e6eb;padding:8px 10px;text-align:left}.bytemd .bytemd-preview ul{list-style-type:disc;padding-left:24px}.bytemd .bytemd-preview ol{list-style-type:decimal}.bytemd .bytemd-preview li{list-style-position:outside;margin-left:0}.bytemd .bytemd-preview h1,.bytemd .bytemd-preview h2,.bytemd .bytemd-preview h3,.bytemd .bytemd-preview h4,.bytemd .bytemd-preview h5,.bytemd .bytemd-preview h6{color:#1d2129;font-weight:600}.bytemd .bytemd-toolbar-right button[aria-label*=\9009\62E9\6587\4EF6],.bytemd .bytemd-toolbar-right button[aria-label*=\9009\62E9],.bytemd .bytemd-toolbar-right button[title*=\9009\62E9\6587\4EF6],.bytemd .bytemd-toolbar-right button[title*=\9009\62E9]{display:none!important;height:0!important;left:-9999px!important;margin:0!important;opacity:0!important;padding:0!important;position:absolute!important;visibility:hidden!important;width:0!important}.bytemd .bytemd-file-select-hidden,.bytemd [hidden=true]{display:none!important;height:0!important;margin:0!important;opacity:0!important;padding:0!important;visibility:hidden!important;width:0!important}.mention-dropdown{animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.bytemd .bytemd-preview .mention-highlight{background-color:#e6f7ff;border-radius:3px;color:#1890ff;cursor:pointer;font-weight:500;padding:2px 4px;transition:background-color .2s}.bytemd .bytemd-preview .mention-highlight:hover{background-color:#bae7ff;text-decoration:underline}.bytemd-editor .CodeMirror .mention-editor-highlight{background-color:#e6f7ff!important;border-radius:3px!important;color:#1890ff!important;cursor:default!important;font-weight:500!important;padding:2px 4px!important;user-select:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important}.bytemd-editor .CodeMirror .mention-editor-highlight:hover{background-color:#bae7ff!important}.post-detail-container{box-sizing:border-box;margin:0 auto;max-width:800px;overflow-x:hidden;padding:20px;width:100%}.post-card{border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:20px}.post-author{align-items:center;display:flex;margin-bottom:20px}.author-info{margin-left:12px}.author-name{color:#262626;font-size:16px;font-weight:600}.dark .author-name{color:#f0f6fc}.post-time{color:#8c8c8c;font-size:13px;margin-top:4px}.dark .post-time{color:#8b949e}.post-title{color:#262626;font-size:24px;font-weight:600;line-height:1.4;margin:20px 0}.dark .post-title{color:#f0f6fc}.post-content{word-wrap:break-word;color:#262626;font-size:15px;line-height:1.8;margin:20px 0}.dark .post-content{color:#f0f6fc}.post-content img{border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:block;height:auto;margin:16px auto;max-width:100%;transition:transform .3s ease,box-shadow .3s ease}.post-content img:hover{box-shadow:0 4px 16px #00000026;transform:scale(1.01)}.post-content p{line-height:1.8;margin:12px 0}.post-content p:has(img){margin:12px 0}.post-content p:has(img)+p{margin-top:12px}.post-content .bilibili-video-wrapper{background:#000;border-radius:8px;height:0;margin:16px 0;overflow:hidden;padding-bottom:56.25%;position:relative}.post-content .bilibili-video-wrapper iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.post-content iframe[src*="youtu.be"],.post-content iframe[src*="youtube.com"]{aspect-ratio:16/9;border-radius:8px;display:block;height:auto;margin:16px 0;max-width:100%;width:100%}.post-content .youtube-video-wrapper{background:#000;border-radius:8px;height:0;margin:16px 0;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative}.post-content .youtube-video-wrapper iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.post-images{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin:20px 0}.post-images img{border-radius:8px;cursor:pointer;height:200px;object-fit:cover;transition:transform .2s;width:100%}.post-images img:hover{transform:scale(1.02)}.post-actions{display:flex;justify-content:flex-start}.action-btn{color:#8c8c8c!important;font-size:14px;transition:color .3s}.action-btn.liked{color:#ff4d4f!important}.action-btn.liked:hover{color:#ff7875!important}.action-btn.liked .anticon{color:#ff4d4f!important}.action-btn.liked:hover .anticon{color:#ff7875!important}.action-btn.collected{color:#faad14!important}.action-btn.collected:hover{color:#ffc53d!important}.action-btn.collected .anticon{color:#faad14!important}.action-btn.collected:hover .anticon{color:#ffc53d!important}.action-btn:hover,.action-btn:hover .anticon{color:#1890ff!important}.replies-card{border-radius:12px;box-shadow:0 2px 8px #00000014}.dark .replies-card{background:#161b22!important;border-color:#30363d!important}.dark .replies-card .ant-card-head{background:#161b22!important;border-bottom-color:#30363d!important}.dark .replies-card .ant-card-head-title{color:#f0f6fc!important}.dark .replies-card .ant-card-body{background:#161b22!important}.reply-item{border-bottom:1px solid #f0f0f0;display:flex;padding:16px 0}.dark .reply-item{border-bottom:1px solid #30363d}.reply-item:last-child{border-bottom:none}.reply-content-wrapper{flex:1 1;margin-left:12px}.reply-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.reply-author{color:#262626;font-size:14px;font-weight:600}.dark .reply-author{color:#f0f6fc}.reply-time{color:#8c8c8c;font-size:13px}.dark .reply-time{color:#8b949e}.reply-content{word-wrap:break-word;color:#262626;font-size:14px;line-height:1.6;margin-bottom:8px}.dark .reply-content{color:#f0f6fc}.reply-actions{display:flex;gap:16px}.reply-actions .ant-btn{color:#8c8c8c;height:auto;padding:0}.dark .reply-actions .ant-btn{color:#8b949e}.dark .reply-actions .ant-btn:hover{color:#58a6ff}.dark .reply-actions .ant-btn.liked,.dark .reply-actions .ant-btn.liked .anticon,.reply-actions .ant-btn.liked,.reply-actions .ant-btn.liked .anticon{color:#ff4d4f!important}.reply-input-wrapper{background-color:#fafafa;border:1px dashed #d9d9d9;border-radius:4px;margin-top:20px;padding:16px;transition:all .3s}.dark .reply-input-wrapper{background-color:#0d1117;border-color:#30363d}.reply-input-wrapper .ant-input{border-radius:8px}.dark .reply-input-wrapper .ant-input{background-color:#161b22;border-color:#30363d;color:#f0f6fc}.dark .reply-input-wrapper .ant-input::placeholder{color:#8b949e}.post-content .mention-link,.reply-content .mention-link{border-radius:4px;color:#1890ff;cursor:pointer;font-weight:500;padding:2px 4px;text-decoration:none;transition:all .2s ease}.post-content .mention-link:hover,.reply-content .mention-link:hover{background-color:#e6f7ff;color:#096dd9;text-decoration:underline}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{color:#262626;font-weight:600;line-height:1.4;margin-bottom:16px;margin-top:24px}.dark .post-content h1,.dark .post-content h2,.dark .post-content h3,.dark .post-content h4,.dark .post-content h5,.dark .post-content h6{color:#f0f6fc}.post-content h1{border-bottom:2px solid #f0f0f0;font-size:28px;padding-bottom:8px}.post-content h2{font-size:24px}.post-content h3{font-size:20px}.post-content blockquote{background-color:#f5f5f5;border-left:4px solid #1890ff;border-radius:4px;color:#595959;margin:16px 0;padding:12px 16px}.dark .post-content blockquote{background-color:#161b22;border-left-color:#58a6ff;color:#8b949e}.post-content code{background-color:#f5f5f5;border-radius:4px;color:#e83e8c;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em;padding:2px 6px}.post-content pre{background-color:#f5f5f5;border-radius:8px;margin:16px 0;overflow-x:auto;padding:16px}.post-content pre code{background-color:initial;color:#262626;padding:0}.dark .post-content pre code{color:#f0f6fc}.post-content ol,.post-content ul{margin:16px 0;padding-left:24px}.post-content ul{list-style-type:disc}.post-content ol{list-style-type:decimal}.post-content li{line-height:1.8;list-style-position:outside;margin:8px 0}.post-content a:not(.mention-link){border-bottom:1px solid #0000;color:#1890ff;text-decoration:none;transition:border-color .2s ease}.post-content a:not(.mention-link):hover{border-bottom-color:#1890ff}@media (max-width:768px){.post-detail-container{box-sizing:border-box;max-width:100%;padding:12px;width:100%}.post-card,.replies-card{background:#0000;border:none;border-radius:0;box-shadow:none}.post-title{font-size:20px;margin:16px 0}.post-content{font-size:14px}.reply-item{padding:12px 0}.reply-content-wrapper{margin-left:8px}}.toc-card{background:#f5f5f5!important}.dark .toc-card{background:#161b22!important}.dark .toc-card .ant-anchor-link-title,.dark .toc-card .ant-card-head-title{color:#f0f6fc}.dark .toc-card .ant-anchor-link-active>.ant-anchor-link-title{color:#58a6ff}.create-post-container{margin:0 auto;max-width:900px;padding:24px}.create-post-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.image-text-composer{background:linear-gradient(180deg,#111,#050505);border:1px solid #ffffff14;border-radius:18px;box-shadow:0 25px 40px #00000073;margin-bottom:24px;padding:28px}.image-text-hero{display:flex;flex-direction:column;gap:12px}.image-text-cover-field .ant-form-item-label>label{color:#fff;font-weight:600}.image-text-cover-upload{align-items:center;background:#ffffff08;border:1px dashed #fff6;border-radius:16px;display:flex;justify-content:center;min-height:260px;transition:border-color .3s ease,background .3s ease;width:100%}.image-text-cover-upload:hover{background:#ffffff0a;border-color:#40a9ff}.image-text-cover-placeholder{align-items:center;color:#999;display:flex;flex-direction:column;justify-content:center}.image-text-cover-placeholder-text{color:#ccc;margin-top:8px}.image-text-cover-image{border-radius:16px;height:100%;object-fit:cover;width:100%}.image-text-cover-note{color:#ffffffa6;font-size:12px}.image-text-body{background:#fff;border-radius:16px;box-shadow:inset 0 0 0 1px #0000000a;padding:20px}.image-text-body-field .ant-form-item-label>label{color:#111;font-weight:600}.image-text-body-input{background:#0000;border:none;font-size:16px;line-height:1.8;min-height:220px;padding:0;resize:vertical}.image-text-body-input:focus{box-shadow:none}.image-text-body-note{color:#666;font-size:12px;margin-top:8px}.create-post-card .ant-tabs-nav{margin-bottom:0}.create-post-card .ant-tabs-tab{font-size:16px;padding:12px 24px}.create-post-card .ant-form-item-label>label{font-size:14px;font-weight:500}.create-post-card .ant-input,.create-post-card .ant-input-textarea textarea{border-radius:6px}.create-post-card .ant-select-selector{border-radius:6px!important}.create-post-card .ant-upload.ant-upload-select-picture-card{border-radius:8px;height:200px;width:200px}.post-type-article{margin-top:0}.post-type-article .juejin-editor-shell{background:#fff;border:1px solid #d9d9d9;border-radius:6px;overflow:hidden}.post-type-article .juejin-editor-main{padding:0}.create-post-card .quill,.quill-editor-container,.quill-editor-wrapper{display:block!important;opacity:1!important;position:relative!important;visibility:visible!important}.create-post-card .quill{background:#fff;width:100%!important}.create-post-card .ql-container{border:1px solid #d9d9d9;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:none;display:block!important;font-size:14px;height:auto!important;min-height:400px!important}.create-post-card .ql-container,.create-post-card .ql-toolbar{opacity:1!important;position:relative!important;visibility:visible!important}.create-post-card .ql-toolbar{background:#fafafa;border:1px solid #d9d9d9;border-top-left-radius:6px;border-top-right-radius:6px;display:flex!important;padding:12px}.create-post-card .ql-editor{display:block!important;height:auto!important;line-height:1.8;min-height:400px!important;opacity:1!important;padding:20px;position:relative!important;visibility:visible!important}.create-post-card .ql-editor.ql-blank:before{color:#bfbfbf;font-style:normal;left:20px}.quill-preview{font-size:15px;line-height:1.8}.quill-preview h1,.quill-preview h2,.quill-preview h3,.quill-preview h4,.quill-preview h5,.quill-preview h6{font-weight:600;margin-bottom:16px;margin-top:24px}.quill-preview p{margin-bottom:16px}.quill-preview img{border-radius:4px;height:auto;margin:16px 0;max-width:100%}.quill-preview blockquote{border-left:4px solid #1890ff;color:#666;margin:16px 0;padding-left:16px}.quill-preview pre{background:#f5f5f5;border-radius:4px;overflow-x:auto;padding:16px}.quill-preview code{background:#f5f5f5;border-radius:3px;font-family:Courier New,monospace;padding:2px 6px}.quill-preview ol,.quill-preview ul{margin-bottom:16px;padding-left:24px}.quill-preview li{margin-bottom:8px}.ql-toolbar button{height:32px!important;width:32px!important}.ql-toolbar button:hover{background:#e6f7ff;border-radius:4px}.ql-toolbar button.ql-active{background:#1890ff;border-radius:4px;color:#fff}.ql-toolbar .ql-stroke{stroke:#595959}.ql-toolbar button:hover .ql-stroke{stroke:#1890ff}.ql-toolbar button.ql-active .ql-stroke{stroke:#fff}.ql-toolbar .ql-fill{fill:#595959}.ql-toolbar button:hover .ql-fill{fill:#1890ff}.ql-toolbar button.ql-active .ql-fill{fill:#fff}@media (max-width:768px){.create-post-container{margin:0;max-width:100%;padding:12px}.create-post-card{border-radius:0;box-shadow:none}.create-post-card .ant-tabs-tab{font-size:15px;padding:8px 12px}.create-post-card .ant-upload.ant-upload-select-picture-card{height:150px;width:150px}.create-post-card .ql-container,.create-post-card .ql-editor{min-height:300px}.create-post-card .ql-editor{padding:15px}}.create-post-card .tags-select-input .ant-select-selector{align-items:center!important;display:flex!important;flex-wrap:wrap!important;min-height:40px;position:relative}.create-post-card .tags-select-input .ant-select-selection-search,.create-post-card .tags-select-input.ant-select-disabled .ant-select-selection-search,.create-post-card .tags-select-input.ant-select-focused .ant-select-selection-search,.create-post-card .tags-select-input.ant-select-open .ant-select-selection-search,.create-post-card .tags-select-input:not(.ant-select-focused) .ant-select-selection-search{display:block!important;flex:1 1!important;flex-grow:1!important;flex-shrink:0!important;max-width:none!important;min-width:20px!important;opacity:1!important;pointer-events:auto!important;position:relative!important;visibility:visible!important;width:auto!important}.create-post-card .tags-select-input .ant-select-selection-search-input,.create-post-card .tags-select-input.ant-select-disabled .ant-select-selection-search-input,.create-post-card .tags-select-input.ant-select-focused .ant-select-selection-search-input,.create-post-card .tags-select-input.ant-select-open .ant-select-selection-search-input,.create-post-card .tags-select-input:not(.ant-select-focused) .ant-select-selection-search-input{display:block!important;flex:1 1!important;flex-grow:1!important;flex-shrink:0!important;max-width:none!important;min-width:20px!important;opacity:1!important;pointer-events:auto!important;position:relative!important;visibility:visible!important;width:100%!important}.create-post-card .tags-select-input .ant-select-selection-overflow{flex:0 0 auto;flex-shrink:0}.create-post-card .tags-select-input .ant-select-selection-overflow-item{flex-shrink:0}.create-post-card .tags-select-input .ant-select-selection-search-input[style],.create-post-card .tags-select-input .ant-select-selection-search[style]{display:block!important;opacity:1!important;visibility:visible!important}.create-post-card .tags-select-input .ant-select-selection-search-input[style*=display],.create-post-card .tags-select-input .ant-select-selection-search[style*=display]{display:block!important}.create-post-card .tags-select-input .ant-select-selection-search-input[style*=visibility],.create-post-card .tags-select-input .ant-select-selection-search[style*=visibility]{visibility:visible!important}.create-post-card .tags-select-input .ant-select-selection-search-input[style*=opacity],.create-post-card .tags-select-input .ant-select-selection-search[style*=opacity]{opacity:1!important}.auth-page-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:20px;position:relative}.auth-background{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:0}.auth-background-shapes{height:100%;position:relative;width:100%}.shape{animation:float 20s ease-in-out infinite;background:#ffffff1a;border-radius:50%;position:absolute}.shape-1{animation-delay:0s;height:300px;left:-100px;top:-100px;width:300px}.shape-2{animation-delay:5s;bottom:-50px;height:200px;right:-50px;width:200px}.shape-3{animation-delay:10s;height:150px;right:10%;top:50%;width:150px}@keyframes float{0%,to{opacity:.5;transform:translate(0) rotate(0deg)}33%{opacity:.8;transform:translate(30px,-30px) rotate(120deg)}66%{opacity:.6;transform:translate(-20px,20px) rotate(240deg)}}.auth-content-wrapper{max-width:450px;position:relative;width:100%;z-index:1}.auth-card{animation:slideUp .5s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-radius:20px;box-shadow:0 20px 60px #0000004d;padding:40px;transition:transform .3s ease,box-shadow .3s ease}.auth-card:hover{box-shadow:0 25px 70px #00000059;transform:translateY(-5px)}.auth-card-register{max-width:500px}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-header{margin-bottom:32px;text-align:center}.auth-logo{align-items:center;display:flex;gap:12px;justify-content:center;margin-bottom:16px}.auth-logo-icon{animation:pulse 2s infinite;color:#1890ff;font-size:32px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.auth-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:700;margin:0!important}.auth-subtitle{color:#666;display:block;font-size:14px;margin-top:8px}.auth-form{margin-top:24px}.auth-form .ant-form-item-label>label{color:#333;font-weight:500}.auth-input{border-radius:8px;padding:10px 12px;transition:all .3s ease}.auth-input:hover{border-color:#40a9ff}.auth-input-focused,.auth-input:focus{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.auth-input-icon{color:#bfbfbf;transition:color .3s ease}.auth-input-focused .auth-input-icon,.auth-input:hover .auth-input-icon{color:#1890ff}.auth-form-submit{margin-bottom:0;margin-top:24px}.auth-submit-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 15px #667eea66;font-size:16px;font-weight:600;height:48px;transition:all .3s ease}.auth-submit-button:hover{box-shadow:0 6px 20px #667eea80;transform:translateY(-2px)}.auth-submit-button:active{transform:translateY(0)}.auth-form-agreement{margin-bottom:0}.auth-form-agreement .ant-checkbox-wrapper{color:#666;font-size:14px}.auth-divider{border-color:#e8e8e8;margin:24px 0}.auth-divider-text{color:#999;font-size:12px}.auth-footer{margin-top:16px;text-align:center}.auth-footer-text{color:#999;font-size:14px}.auth-link{color:#1890ff;font-weight:500;margin-left:8px;text-decoration:none;transition:all .3s ease}.auth-link:hover{color:#40a9ff;text-decoration:underline}.auth-link-inline{color:#1890ff;text-decoration:none;transition:color .3s ease}.auth-link-inline:hover{color:#40a9ff;text-decoration:underline}@media (max-width:768px){.auth-page-container{padding:16px}.auth-card{border-radius:16px;padding:24px}.auth-title{font-size:24px}.auth-logo-icon{font-size:28px}.auth-submit-button{font-size:15px;height:44px}}@media (max-width:480px){.auth-card{padding:20px}.auth-title{font-size:22px}.auth-form{margin-top:20px}}.auth-submit-button.ant-btn-loading{opacity:.8}.auth-form .ant-form-item-has-error .auth-input{border-color:#ff4d4f}.auth-form .ant-form-item-has-error .auth-input:focus{box-shadow:0 0 0 2px #ff4d4f33}.dark .auth-page-container{background:linear-gradient(135deg,#1a1a2e,#16213e)}.dark .auth-card{background:#161b22fa;border:1px solid #30363d}.dark .auth-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#8b5cf6,#6366f1);-webkit-background-clip:text;background-clip:text}.dark .auth-subtitle{color:#8b949e}.dark .auth-form .ant-form-item-label>label{color:#f0f6fc}.dark .auth-input{background-color:#0d1117;border-color:#30363d;color:#f0f6fc}.dark .auth-input::placeholder{color:#656d76}.dark .auth-input:hover{border-color:#58a6ff}.dark .auth-input-focused,.dark .auth-input:focus{background-color:#0d1117;border-color:#58a6ff;box-shadow:0 0 0 2px #58a6ff33}.dark .auth-input-icon{color:#656d76}.dark .auth-input-focused .auth-input-icon,.dark .auth-input:hover .auth-input-icon{color:#58a6ff}.dark .auth-submit-button{background:linear-gradient(135deg,#8b5cf6,#6366f1);box-shadow:0 4px 15px #8b5cf666}.dark .auth-submit-button:hover{box-shadow:0 6px 20px #8b5cf680}.dark .auth-form-agreement .ant-checkbox-wrapper{color:#8b949e}.dark .auth-divider{border-color:#30363d}.dark .auth-divider-text{color:#656d76}.dark .auth-footer-text{color:#8b949e}.dark .auth-link{color:#58a6ff}.dark .auth-link:hover{color:#79c0ff}.dark .auth-link-inline{color:#58a6ff}.dark .auth-link-inline:hover{color:#79c0ff}.search-page{margin:0 auto;max-width:1200px;padding:24px}.search-page .ant-card{border-radius:8px;box-shadow:0 2px 8px #0000000f}.search-page .ant-card+.ant-card{margin-top:16px}.search-page .post-list-item{border-bottom:1px solid #f0f0f0;cursor:pointer;padding:16px;transition:background-color .2s}.search-page .post-list-item:hover{background-color:#fafafa}.search-page .post-list-item:last-child{border-bottom:none}.search-page .post-list-title{color:#262626;font-size:16px;font-weight:500;margin-bottom:8px}.search-page .post-list-title mark{background-color:#fff566;border-radius:2px;padding:0 2px}.search-page .post-list-excerpt{color:#595959;font-size:14px;line-height:1.6;margin-bottom:12px}.search-page .post-list-excerpt mark{background-color:#fff566;border-radius:2px;padding:0 2px}.search-page .post-list-author{align-items:center;display:flex;gap:8px;margin-bottom:12px}.search-page .author-name{color:#595959;font-size:14px}.search-page .post-list-meta{align-items:center;color:#8c8c8c;display:flex;font-size:12px;justify-content:space-between}.search-page .ant-select{width:100%}@media (max-width:768px){.search-page{padding:16px}.search-page .ant-card{margin-bottom:16px}}.ranking-page{width:100%}.ranking-list{margin-top:16px}.ranking-item{background:#fff;border:1px solid #f0f0f0;border-radius:8px;cursor:pointer;margin-bottom:12px;padding:16px;transition:all .3s}.ranking-item:hover{border-color:#1890ff;box-shadow:0 2px 8px #1890ff26;transform:translateY(-2px)}.ranking-item .ant-list-item{border:none;padding:0}.ranking-item .ranking-badge{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:40px;justify-content:center;width:40px}@media (max-width:768px){.ranking-item{padding:12px}.ranking-item .flex{flex-direction:column}.ranking-item .space-x-4>*+*{margin-left:0;margin-top:12px}}.dark .ranking-item{background:#1f1f1f;border-color:#303030}.dark .ranking-item:hover{border-color:#1890ff;box-shadow:0 2px 8px #1890ff4d}.user-profile-page{margin:0 auto;max-width:1200px}.profile-loading{color:#999;margin-bottom:8px;text-align:right}.profile-header-card{border-radius:12px;margin-bottom:20px;overflow:hidden}.profile-header-banner{align-items:flex-start;background:#f5f5f5;border-radius:0;display:flex;height:200px;justify-content:flex-end;padding:0;position:relative}.profile-banner-actions{align-items:flex-end;display:flex;flex-direction:column;gap:8px;margin:12px 12px 0 0}.profile-cover-upload-btn{background:#ffffffe6;border:1px solid #d9d9d9;color:#666}.profile-cover-upload-btn:hover{background:#fff;border-color:#1677ff;color:#1677ff}.profile-ip-location{align-items:center;color:#8590a6;display:inline-flex;font-size:13px;gap:4px;margin-left:8px}.profile-ip-location .anticon{color:#8590a6;font-size:12px}.profile-header-content{align-items:flex-start;display:flex;gap:24px;padding:0 24px 24px;position:relative}.profile-avatar-wrapper{flex-shrink:0;margin-top:-60px;position:relative;z-index:1}.profile-avatar-wrapper .ant-avatar{border:4px solid #fff;box-shadow:0 2px 8px #0000001a}.profile-avatar-upload{cursor:pointer}.profile-avatar-upload,.profile-avatar-wrapper .ant-upload{bottom:0;position:absolute;right:0;z-index:10}.profile-header-info{display:flex;flex:1 1;flex-direction:column;gap:16px}.profile-header-info-top{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;width:100%}.profile-header-name-section{flex:1 1}.profile-header-info-top h1{color:#1a1a1a;font-size:24px;font-weight:600;margin:0 0 8px}.profile-meta{align-items:center;color:#999;display:flex;font-size:14px;gap:8px;margin-bottom:8px}.profile-gender-icon{color:#8590a6;font-size:16px}.profile-meta-text{color:#8590a6;font-size:14px}.profile-headline{color:#646464;font-size:14px;margin:8px 0}.profile-privacy-hint{margin-top:4px}.profile-privacy-toggle{align-items:center;display:inline-flex;gap:8px;margin-top:8px}.profile-privacy-toggle-text{color:#8590a6;font-size:13px}.profile-view-detail-btn{color:#8590a6;font-size:14px;height:auto;margin-top:4px;padding:0}.profile-view-detail-btn:hover{color:#1677ff}.profile-hero-stats{border-top:1px solid #f0f0f0;display:flex;flex-wrap:wrap;gap:24px;margin-top:16px;padding-top:16px}.profile-hero-stat-link{color:inherit;cursor:pointer;display:flex;flex-direction:column;min-width:80px;text-decoration:none}.profile-hero-stat-link:hover,.profile-hero-stat-link:hover .profile-hero-stat-value{color:#1677ff}.profile-hero-stat-label{color:#8590a6;font-size:14px;margin-bottom:4px}.profile-hero-stat-value{color:#1a1a1a;font-size:20px;font-weight:600;line-height:1.2}.profile-content-wrapper{display:flex;gap:24px;margin-top:20px}.profile-main-content{flex:1 1;min-width:0}.profile-side{display:flex;flex-direction:column;flex-shrink:0;gap:0;width:280px}.profile-tab-card{background:#fff;border-radius:0}.profile-tab-card .ant-tabs-nav{margin-bottom:0;padding:0 24px}.profile-tab-card .ant-tabs-tab{color:#8590a6;font-size:15px;padding:12px 16px}.profile-tab-card .ant-tabs-tab-active{color:#1a1a1a;font-weight:600}.profile-tab-card .ant-tabs-ink-bar{background:#0084ff}.profile-tab-card .ant-tabs-content-holder{padding:24px}.profile-detail-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.profile-detail-list{border-top:1px solid #f0f0f0}.profile-detail-row{align-items:flex-start;border-bottom:1px solid #f5f5f5;display:flex;gap:12px;padding:16px 0}.profile-detail-row:last-child{border-bottom:none}.profile-detail-label{color:#999;flex-shrink:0;width:110px}.profile-detail-value{color:#333;flex:1 1;white-space:pre-line}.profile-detail-value.empty{color:#bbb}.profile-bio-content{color:#333;min-height:48px;white-space:pre-line}.profile-bio-content.empty{color:#bbb}.profile-creator-card{border-radius:12px}.creator-card-header{align-items:center;display:flex;justify-content:space-between}.creator-card-title{font-size:16px;font-weight:600}.creator-card-desc{color:#999;font-size:13px;margin-top:4px}.creator-card-user{align-items:center;display:flex;gap:12px;margin:16px 0}.creator-card-username{font-size:16px;font-weight:600}.creator-card-meta{color:#999;font-size:13px}.creator-card-stats{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px;text-align:center}.creator-card-stat-value{font-size:18px;font-weight:600}.creator-card-stat-label{color:#999;font-size:12px}.profile-hot-card,.profile-tags-card{border-radius:12px}.profile-card-title{align-items:center;display:flex;font-weight:600;gap:8px}.profile-card-loading{padding:24px 0;text-align:center}.profile-hot-item{align-items:flex-start;cursor:pointer;display:flex;gap:12px;padding:8px 0}.profile-hot-item:hover{background:#f8fafc}.profile-hot-index{align-items:center;background:#f1f3f5;border-radius:6px;color:#666;display:flex;font-weight:600;height:24px;justify-content:center;width:24px}.profile-hot-content{flex:1 1}.profile-hot-title{color:#333;font-weight:500;margin-bottom:4px}.profile-hot-meta{color:#999;display:flex;font-size:12px;gap:12px}.profile-tags-list{display:flex;flex-wrap:wrap;gap:8px}.profile-tag-item{cursor:pointer}.profile-tag-item:hover{border-color:#1677ff;color:#1677ff}.profile-tab-card{margin-top:0}.profile-side-stats{border-bottom:1px solid #f0f0f0;display:flex;gap:16px;margin-bottom:24px;padding-bottom:16px}.profile-side-stat-link{color:inherit;cursor:pointer;display:flex;flex-direction:column;min-width:80px;text-decoration:none}.profile-side-stat-link:hover,.profile-side-stat-link:hover .profile-side-stat-value{color:#1677ff}.profile-side-stat-label{color:#8590a6;font-size:14px;margin-bottom:4px}.profile-side-stat-value{color:#1a1a1a;font-size:18px;font-weight:600}.profile-side-links{border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;gap:12px;margin-bottom:24px;padding-bottom:16px}.profile-side-link-item{align-items:center;color:#8590a6;display:flex;font-size:14px;justify-content:space-between;text-decoration:none}.profile-side-link-item:hover{color:#1677ff}.profile-side-link-count{color:#8590a6}.profile-side-footer{display:flex;flex-direction:column;gap:20px}.profile-side-footer-section{display:flex;flex-direction:column;gap:8px}.profile-side-footer-title{color:#1a1a1a;font-size:14px;font-weight:600;margin-bottom:4px}.profile-side-footer-link{color:#8590a6;font-size:13px;text-decoration:none}.profile-side-footer-link:hover{color:#1677ff}.profile-edit-drawer .ant-drawer-body{background:#f7f8fa}.profile-edit-body{display:flex;min-height:calc(100vh - 140px)}.profile-edit-sidebar{background:#fff;border-right:1px solid #f0f0f0;padding:24px 16px;width:220px}.profile-edit-nav-title{font-weight:600;margin-bottom:16px}.profile-edit-nav{display:flex;flex-direction:column;gap:8px}.profile-edit-nav-item{background:#0000;border:none;border-radius:8px;cursor:pointer;padding:12px;text-align:left;transition:background .2s,color .2s}.profile-edit-nav-item:hover{background:#f5f7ff}.profile-edit-nav-item.active{background:#e8f2ff;color:#1677ff}.profile-edit-nav-item-title{font-weight:600}.profile-edit-nav-item-desc{color:#999;font-size:12px;margin-top:4px}.profile-edit-main{display:flex;flex:1 1;gap:24px;padding:24px}.profile-edit-form-wrapper{flex:1 1;height:calc(100vh - 200px);min-width:0;overflow:hidden}.profile-edit-form-scroll{height:100%;overflow-y:auto;padding-right:12px}.profile-edit-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.section-title{font-size:16px;font-weight:600}.section-desc{color:#999;font-size:12px;margin-top:4px}.profile-edit-section-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:none;margin-bottom:32px;padding:20px}.profile-edit-actions{background:linear-gradient(180deg,#fff0,#fff 60%);bottom:0;display:flex;gap:12px;justify-content:flex-end;padding:16px 0 40px;position:-webkit-sticky;position:sticky}.profile-edit-preview{display:flex;flex-direction:column;flex-shrink:0;gap:16px;width:280px}.profile-edit-preview-card{border-radius:16px;overflow:hidden;padding-top:80px;position:relative;text-align:center}.preview-cover{background:linear-gradient(135deg,#667eea,#764ba2);height:120px;left:0;position:absolute;right:0;top:0}.preview-avatar-wrap{align-items:center;background:#fff;border:4px solid #fff;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 8px;position:relative;width:80px}.preview-username{font-size:18px;font-weight:600}.preview-headline{color:#666;margin-top:4px}.preview-meta{align-items:center;color:#999;display:flex;gap:8px;justify-content:center;margin:12px 0}.preview-description{color:#666;font-size:13px;line-height:1.6}.profile-edit-progress-card{border-radius:16px}.progress-title{font-weight:600;margin-bottom:8px}.progress-subtitle{color:#999;font-size:12px;margin-top:12px}.progress-list{color:#666;margin:8px 0 0;padding-left:16px}.progress-list li{margin-bottom:4px}.progress-finished{color:#52c41a;font-size:13px;margin-top:12px}@media (max-width:992px){.profile-header-content,.profile-header-info-top{align-items:flex-start;flex-direction:column}}@media (max-width:1200px){.profile-edit-body{flex-direction:column}.profile-edit-sidebar{align-items:center;border-bottom:1px solid #f0f0f0;border-right:none;display:flex;gap:16px;width:100%}.profile-edit-nav{flex-direction:row;flex-wrap:wrap}.profile-edit-nav-item{flex:1 1}.profile-edit-main{flex-direction:column}.profile-edit-form-wrapper{height:auto}.profile-edit-form-scroll{max-height:none;overflow:visible;padding-right:0}.profile-edit-preview{flex-direction:row;width:100%}.profile-edit-preview-card,.profile-edit-progress-card{flex:1 1}}@media (max-width:768px){.profile-content-wrapper{flex-direction:column}.profile-side{width:100%}.profile-hero-stats{gap:16px}.profile-header-content,.profile-header-info-top{align-items:flex-start;flex-direction:column}}.settings-page{min-height:calc(100vh - 200px)}.settings-layout,.settings-page{background:#fff}.settings-sider{background:#fff!important;border-right:1px solid #e8e8e8!important}.settings-menu{background:#fff!important;border-right:0!important}.settings-menu .ant-menu-item{color:#262626!important}.settings-menu .ant-menu-item:hover{background:#f5f5f5!important;color:#1890ff!important}.settings-menu .ant-menu-item-selected{background:#e6f7ff!important;color:#1890ff!important}.settings-content{background:#fff!important}.settings-content,.settings-content h2{color:#262626!important}.settings-content p{color:#8c8c8c!important}.dark .settings-layout{background:#0d1117}.dark .settings-sider{background:#161b22!important;border-right:1px solid #30363d!important}.dark .settings-menu{background:#161b22!important;border-right:0!important}.dark .settings-menu .ant-menu-item{color:#f0f6fc!important}.dark .settings-menu .ant-menu-item-selected,.dark .settings-menu .ant-menu-item:hover{background:#21262d!important;color:#1890ff!important}.dark .settings-content{background:#0d1117!important;color:#f0f6fc!important}.dark .settings-content h2{color:#f0f6fc!important}.dark .settings-content p{color:#8b949e!important}.dark .settings-content .ant-card{background:#161b22!important;border-color:#30363d!important}.dark .settings-content .ant-card-head-title{color:#f0f6fc!important}.dark .settings-content .ant-alert{background:#161b22!important;border-color:#30363d!important}.dark .settings-content .ant-alert-message{color:#f0f6fc!important}.dark .settings-content .ant-alert-description{color:#8b949e!important}.navigation-header{background:#fff;border-bottom:1px solid #e8e8e8;box-shadow:0 2px 8px #0000000d;position:-webkit-sticky;position:sticky;top:0;transition:background-color .3s,border-color .3s;z-index:1000}.dark .navigation-header{background:#161b22;border-bottom:1px solid #30363d;box-shadow:0 2px 8px #0000004d}.nav-container{align-items:center;display:flex;gap:20px;height:56px;margin:0 auto;max-width:1200px;overflow:hidden;padding:0 20px}.site-logo{color:#1890ff;font-size:20px;font-weight:600;margin-right:20px;text-decoration:none;transition:color .2s;white-space:nowrap}.site-logo:hover{color:#40a9ff}.dark .site-logo{color:#58a6ff}.dark .site-logo:hover{color:#79c0ff}.nav-menu{align-items:center;display:flex;flex:1 1;gap:8px}.nav-item{border-radius:4px;color:#262626;font-size:14px;padding:8px 16px;text-decoration:none;transition:all .2s;white-space:nowrap}.nav-item:hover{background:#f5f5f5;color:#1890ff}.nav-item.active{background:#e6f7ff;color:#1890ff;font-weight:500}.dark .nav-item{color:#c9d1d9}.dark .nav-item:hover{background:#21262d;color:#58a6ff}.dark .nav-item.active{background:#58a6ff1a;color:#58a6ff}.nav-search{margin:0 20px}.nav-actions{align-items:center;display:flex;flex-shrink:0;gap:16px}.nav-post-btn{align-items:center;display:inline-flex}.nav-action-btn{color:#595959;font-size:18px;transition:color .2s}.nav-action-btn:hover{color:#1890ff}.dark .nav-action-btn{color:#8b949e}.dark .nav-action-btn:hover{color:#58a6ff}.nav-link{color:#595959;font-size:14px;text-decoration:none;transition:color .2s}.nav-link:hover{color:#1890ff}@media (max-width:1200px){.nav-search{display:none}}@media (max-width:768px){.nav-menu{display:none}.nav-actions{gap:8px}.nav-link{display:none}}.mobile-menu-btn{color:#262626;display:none;font-size:20px;transition:color .2s}.dark .mobile-menu-btn{color:#c9d1d9}.mobile-menu-overlay{background:#00000080;width:100%;z-index:1001}.mobile-menu,.mobile-menu-overlay{height:100%;left:0;position:fixed;top:0}.mobile-menu{background:#fff;box-shadow:2px 0 8px #00000026;display:flex;flex-direction:column;max-width:280px;transition:background-color .3s;width:80%;z-index:1002}.dark .mobile-menu{background:#161b22;box-shadow:2px 0 8px #00000080}.mobile-menu-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:16px;transition:border-color .3s}.dark .mobile-menu-header{border-bottom:1px solid #30363d}.mobile-menu-title{color:#262626;font-size:16px;font-weight:500;transition:color .3s}.dark .mobile-menu-title{color:#c9d1d9}.mobile-menu-close{color:#8c8c8c;font-size:18px;transition:color .2s}.dark .mobile-menu-close{color:#8b949e}.mobile-menu-nav{display:flex;flex-direction:column;gap:8px;padding:16px}.mobile-menu-item{align-items:center;border-radius:4px;color:#262626;display:flex;font-size:15px;gap:12px;padding:12px;text-decoration:none;transition:all .2s}.mobile-menu-item:hover{background:#f5f5f5}.mobile-menu-item.active{background:#e6f7ff;color:#1890ff;font-weight:500}.dark .mobile-menu-item{color:#c9d1d9}.dark .mobile-menu-item:hover{background:#21262d}.dark .mobile-menu-item.active{background:#58a6ff1a;color:#58a6ff}.mobile-menu-item-primary{background:#1890ff;color:#fff}.mobile-menu-item-primary:hover{background:#40a9ff;color:#fff}.dark .mobile-menu-item-primary{background:#1f6feb}.dark .mobile-menu-item-primary:hover{background:#388bfd}@media (max-width:992px){.nav-search{display:none}}@media (max-width:768px){.nav-container{gap:8px;padding:0 12px}.nav-menu{display:none}.mobile-menu-btn{display:block;flex-shrink:0}.site-logo{flex-shrink:0;font-size:18px;margin-right:8px}.nav-search{display:flex;flex:1 1;margin:0 8px;min-width:0}.nav-search .ant-input{font-size:14px;width:100%}.nav-actions{flex-shrink:0;gap:4px}.nav-actions .ant-btn{flex-shrink:0;font-size:12px;height:32px;min-width:auto;padding:4px 8px}.nav-actions .ant-btn-primary{padding:4px 8px}.nav-actions .ant-btn-primary .anticon+span{display:none}.nav-post-btn{display:none!important}.nav-actions .ant-btn:not(.ant-btn-primary):not(.nav-action-btn){font-size:12px;padding:4px 10px}.nav-action-btn{align-items:center;display:flex;flex-shrink:0;font-size:16px;height:32px;justify-content:center;padding:0;width:32px}.nav-actions .ant-avatar{flex-shrink:0;height:28px;width:28px}.nav-actions .ant-badge{flex-shrink:0}.nav-actions .ant-badge .ant-btn{height:32px;padding:0;width:32px}}.site-footer{background:#fff;border-top:1px solid #e8e8e8;margin-top:60px;padding:40px 0;transition:background-color .3s ease,border-color .3s ease}.dark .site-footer{background:#0d1117;border-top:1px solid #30363d}.footer-container{margin:0 auto;max-width:1200px;padding:0 20px}.footer-content{align-items:center;display:flex;flex-direction:column;gap:16px;text-align:center}.footer-copyright{color:#8c8c8c;font-size:14px;transition:color .3s ease}.dark .footer-copyright{color:#8b949e}.footer-beian{color:#8c8c8c;font-size:14px;margin-top:8px;transition:color .3s ease}.dark .footer-beian{color:#8b949e}.footer-beian a{color:#8c8c8c;text-decoration:none;transition:color .2s}.dark .footer-beian a{color:#8b949e}.footer-beian a:hover{color:#1890ff}.dark .footer-beian a:hover{color:#58a6ff}.footer-logos{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:16px}.footer-logo-item,.footer-logo-item a{display:inline-block;text-decoration:none;transition:opacity .2s}.footer-logo-item a:hover,.footer-logo-item:hover{opacity:.8}.footer-logo-image{display:block;height:36px;width:auto}@media (max-width:768px){.footer-logos{gap:6px}.footer-logo-image{height:24px}}@media (max-width:992px){.main-sidebar-area{display:none!important}.main-content-area{width:100%!important}.main-layout-container{padding:12px!important}}.App{background:#f5f5f5;min-height:100vh;transition:background-color .3s ease}.dark .App{background:#0d1117}.ant-card{background:#fff;transition:background-color .3s ease,border-color .3s ease}.dark .ant-card{background:#161b22}.ant-card.home-featured-card,.ant-card.home-hero-banner{background:linear-gradient(135deg,#667eea,#764ba2)!important}@media (max-width:768px){.App{padding:0}}.main-layout-container{box-sizing:border-box;margin:0 auto;max-width:1200px;overflow-x:hidden;padding:20px;width:100%}.main-layout-flex{align-items:flex-start;display:flex;gap:16px;width:100%}.main-content-area{min-width:0;width:68%}.main-sidebar-area{flex-shrink:0;position:-webkit-sticky;position:sticky;top:80px;width:30%}@media (max-width:1024px){.main-layout-flex{flex-direction:column;gap:16px}.main-content-area{width:100%}.main-sidebar-area{position:static;width:100%}}@media (max-width:768px){.main-layout-container{box-sizing:border-box;max-width:100%;padding:12px;width:100%}.main-layout-flex{box-sizing:border-box;gap:12px;width:100%}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}[multiple],[type=date],[type=datetime-local],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],input:where(:not([type])),select,textarea{--tw-shadow:0 0 #0000;-webkit-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-radius:0;border-width:1px;font-size:1rem;line-height:1.5rem;padding:.5rem .75rem}[multiple]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,input:where(:not([type])):focus,select:focus,textarea:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:#2563eb;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid #0000;outline-offset:2px}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-meridiem-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-year-field{padding-bottom:0;padding-top:0}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:none;background-position:0 0;background-repeat:repeat;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:inherit;print-color-adjust:inherit}[type=checkbox],[type=radio]{--tw-shadow:0 0 #0000;-webkit-appearance:none;appearance:none;background-color:#fff;background-origin:border-box;border-color:#6b7280;border-width:1px;color:#2563eb;display:inline-block;flex-shrink:0;height:1rem;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1rem}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);outline:2px solid #0000;outline-offset:2px}[type=checkbox]:checked,[type=radio]:checked{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E")}@media (forced-colors:active){[type=checkbox]:checked{-webkit-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E")}@media (forced-colors:active){[type=radio]:checked{-webkit-appearance:auto;appearance:auto}}[type=checkbox]:checked:focus,[type=checkbox]:checked:hover,[type=checkbox]:indeterminate,[type=radio]:checked:focus,[type=radio]:checked:hover{background-color:currentColor;border-color:#0000}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:100% 100%}@media (forced-colors:active){[type=checkbox]:indeterminate{-webkit-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:focus,[type=checkbox]:indeterminate:hover{background-color:currentColor;border-color:#0000}[type=file]{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border-color:inherit;border-radius:0;border-width:0;font-size:inherit;line-height:inherit;padding:0}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body,html{max-width:100%;overflow-x:hidden;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;box-sizing:border-box;color:#24292f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0;padding:0;transition:background-color .3s ease,color .3s ease}body.dark{background-color:#0d1117;color:#f0f6fc}.post-list{display:flex;flex-direction:column;gap:0}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.dark ::-webkit-scrollbar-thumb{background:#374151}.dark ::-webkit-scrollbar-thumb:hover{background:#4b5563}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.zhihu-card{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-shadow:0 1px 3px #1212121a;--tw-shadow-colored:0 1px 3px var(--tw-shadow-color);background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-color:#e1e4e8;border-color:rgb(225 228 232/var(--tw-border-opacity,1));border-radius:8px;border-width:1px;transition:all .2s ease}.zhihu-card,.zhihu-card:hover{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.zhihu-card:hover{--tw-shadow:0 4px 12px #12121226;--tw-shadow-colored:0 4px 12px var(--tw-shadow-color)}.dark .zhihu-card{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:#21262d;background-color:rgb(33 38 45/var(--tw-bg-opacity,1));border-color:#30363d;border-color:rgb(48 54 61/var(--tw-border-opacity,1))}.heybox-card{--tw-bg-opacity:1;--tw-shadow:0 2px 8px #00000026;--tw-shadow-colored:0 2px 8px var(--tw-shadow-color);background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));border-radius:12px;border-width:0;box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition:all .2s ease}.dark .heybox-card{--tw-bg-opacity:1;background-color:#1a1f29;background-color:rgb(26 31 41/var(--tw-bg-opacity,1))}.dark .btn-secondary{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#161b22;background-color:rgb(22 27 34/var(--tw-bg-opacity,1));border-color:#30363d;border-color:rgb(48 54 61/var(--tw-border-opacity,1));color:#f0f6fc;color:rgb(240 246 252/var(--tw-text-opacity,1))}.dark .btn-secondary:hover{--tw-bg-opacity:1;background-color:#21262d;background-color:rgb(33 38 45/var(--tw-bg-opacity,1))}.dark .input-primary{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:#161b22;background-color:rgb(22 27 34/var(--tw-bg-opacity,1));border-color:#30363d;border-color:rgb(48 54 61/var(--tw-border-opacity,1));color:#f0f6fc;color:rgb(240 246 252/var(--tw-text-opacity,1))}.dark .input-primary::placeholder{--tw-placeholder-opacity:1;color:#656d76;color:rgb(101 109 118/var(--tw-placeholder-opacity,1))}.text-primary{--tw-text-opacity:1;color:#24292f;color:rgb(36 41 47/var(--tw-text-opacity,1))}.dark .text-primary{--tw-text-opacity:1;color:#f0f6fc;color:rgb(240 246 252/var(--tw-text-opacity,1))}.text-secondary{--tw-text-opacity:1;color:#656d76;color:rgb(101 109 118/var(--tw-text-opacity,1))}.dark .text-secondary,.text-muted{--tw-text-opacity:1;color:#8b949e;color:rgb(139 148 158/var(--tw-text-opacity,1))}.dark .text-muted{--tw-text-opacity:1;color:#656d76;color:rgb(101 109 118/var(--tw-text-opacity,1))}.dark .link-primary{--tw-text-opacity:1;color:#60a5fa;color:rgb(96 165 250/var(--tw-text-opacity,1))}.dark .link-primary:hover{--tw-text-opacity:1;color:#93c5fd;color:rgb(147 197 253/var(--tw-text-opacity,1))}.container-responsive{box-sizing:border-box;margin:0 auto;max-width:1200px;overflow-x:hidden;padding:12px 16px;width:100%}@media (min-width:640px){.container-responsive{padding:16px 20px}}@media (min-width:1024px){.container-responsive{padding:20px}}.sidebar{box-sizing:border-box;display:block!important;flex-shrink:0;position:-webkit-sticky;position:sticky;top:80px;width:30%}@media (max-width:1024px){.content-layout{flex-direction:column}.main-content{max-width:100%}.sidebar{position:static;width:100%}}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.top-0{top:0}.z-50{z-index:50}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-0{margin-bottom:0}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-24{height:6rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-full{height:100%}.min-h-\[200px\]{min-height:200px}.min-h-\[400px\]{min-height:400px}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-24{width:6rem}.w-32{width:8rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-full{width:100%}.min-w-0{min-width:0}.max-w-7xl{max-width:80rem}.max-w-md{max-width:28rem}.flex-1{flex:1 1}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1.5rem*var(--tw-space-x-reverse))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-blue-200{--tw-border-opacity:1;border-color:#bfdbfe;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:#f3f4f6;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-light-border{--tw-border-opacity:1;border-color:#e1e4e8;border-color:rgb(225 228 232/var(--tw-border-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:#eff6ff;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:#3b82f6;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:#f3f4f6;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-light-surface{--tw-bg-opacity:1;background-color:#f8f9fa;background-color:rgb(248 249 250/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:#ef4444;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-transparent{background-color:initial}.bg-white{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-yellow-500{--tw-bg-opacity:1;background-color:#eab308;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-blue-400{--tw-gradient-from:#60a5fa var(--tw-gradient-from-position);--tw-gradient-to:#60a5fa00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from:#eff6ff var(--tw-gradient-from-position);--tw-gradient-to:#eff6ff00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-400{--tw-gradient-from:#4ade80 var(--tw-gradient-from-position);--tw-gradient-to:#4ade8000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-yellow-400{--tw-gradient-from:#facc15 var(--tw-gradient-from-position);--tw-gradient-to:#facc1500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.to-indigo-100{--tw-gradient-to:#e0e7ff var(--tw-gradient-to-position)}.to-orange-500{--tw-gradient-to:#f97316 var(--tw-gradient-to-position)}.to-purple-500{--tw-gradient-to:#a855f7 var(--tw-gradient-to-position)}.to-teal-500{--tw-gradient-to:#14b8a6 var(--tw-gradient-to-position)}.object-cover{object-fit:cover}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pt-3{padding-top:.75rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.text-blue-500{--tw-text-opacity:1;color:#3b82f6;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:#2563eb;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:#6b7280;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:#4b5563;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:#374151;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:#111827;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:#22c55e;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-primary-500{--tw-text-opacity:1;color:#3b82f6;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-primary-600{--tw-text-opacity:1;color:#2563eb;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:#ef4444;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow-500{--tw-text-opacity:1;color:#eab308;color:rgb(234 179 8/var(--tw-text-opacity,1))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-sm{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.blur{--tw-blur:blur(8px)}.blur,.grayscale{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale:grayscale(100%)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-shadow{transition-duration:.15s;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.truncate-2{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden}.ant-layout,.ant-menu{background:#0000!important}.ant-menu{border:none!important}.ant-menu-item{color:inherit!important}.ant-menu-item-selected{background-color:#1890ff1a!important}.ant-dropdown{box-shadow:0 4px 12px #00000026!important}@media (max-width:768px){.content-layout{box-sizing:border-box;grid-template-columns:repeat(1,minmax(0,1fr));overflow-x:hidden;width:100%}.container-responsive{box-sizing:border-box;max-width:100%;padding-left:.75rem;padding-right:.75rem;width:100%}.main-content,.sidebar{box-sizing:border-box;max-width:100%!important;width:100%!important}}@media print{.no-print{display:none!important}}.hover\:text-primary:hover{--tw-text-opacity:1;color:#24292f;color:rgb(36 41 47/var(--tw-text-opacity,1))}.dark .hover\:text-primary:hover{--tw-text-opacity:1;color:#f0f6fc;color:rgb(240 246 252/var(--tw-text-opacity,1))}.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:#dbeafe;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:#f9fafb;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:text-blue-600:hover,.hover\:text-primary-600:hover{--tw-text-opacity:1;color:#2563eb;color:rgb(37 99 235/var(--tw-text-opacity,1))}.hover\:text-yellow-500:hover{--tw-text-opacity:1;color:#eab308;color:rgb(234 179 8/var(--tw-text-opacity,1))}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hover\:shadow-lg:hover,.hover\:shadow-md:hover{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark\:border-dark-border:is(.dark *){--tw-border-opacity:1;border-color:#30363d;border-color:rgb(48 54 61/var(--tw-border-opacity,1))}.dark\:bg-dark-bg:is(.dark *){--tw-bg-opacity:1;background-color:#0d1117;background-color:rgb(13 17 23/var(--tw-bg-opacity,1))}.dark\:bg-dark-surface:is(.dark *){--tw-bg-opacity:1;background-color:#161b22;background-color:rgb(22 27 34/var(--tw-bg-opacity,1))}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity:1;background-color:#111827;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.dark\:from-gray-900:is(.dark *){--tw-gradient-from:#111827 var(--tw-gradient-from-position);--tw-gradient-to:#11182700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:to-gray-800:is(.dark *){--tw-gradient-to:#1f2937 var(--tw-gradient-to-position)}.dark\:text-dark-text-secondary:is(.dark *){--tw-text-opacity:1;color:#8b949e;color:rgb(139 148 158/var(--tw-text-opacity,1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity:1;color:#f3f4f6;color:rgb(243 244 246/var(--tw-text-opacity,1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-primary-400:is(.dark *){--tw-text-opacity:1;color:#60a5fa;color:rgb(96 165 250/var(--tw-text-opacity,1))}.dark\:text-white:is(.dark *){--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:hover\:bg-dark-surface:hover:is(.dark *){--tw-bg-opacity:1;background-color:#161b22;background-color:rgb(22 27 34/var(--tw-bg-opacity,1))}@media (min-width:640px){.sm\:block{display:block}.sm\:inline{display:inline}.sm\:inline-flex{display:inline-flex}.sm\:hidden{display:none}}@media (min-width:768px){.md\:mx-8{margin-left:2rem;margin-right:2rem}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.md\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.md\:p-5{padding:1.25rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:py-5{padding-bottom:1.25rem;padding-top:1.25rem}}@media (min-width:1024px){.lg\:block{display:block}.lg\:inline{display:inline}.lg\:w-\[68\%\]{width:68%}.lg\:p-6{padding:1.5rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:py-6{padding-bottom:1.5rem;padding-top:1.5rem}}