.CategoryPage-module__ry2mgq__categoryCloudAmount{max-width:1400px;min-height:400px;color:var(--anzhiyu-fontcolor);margin:.5rem auto 0}.CategoryPage-module__ry2mgq__pageTitle{text-align:center;margin:.4rem 0 1rem 1rem;font-size:2rem;font-weight:700}.CategoryPage-module__ry2mgq__categoryCloudList{text-align:center;flex-wrap:wrap;justify-content:center;animation:.6s .2s backwards CategoryPage-module__ry2mgq__fadeInUp;display:flex}.CategoryPage-module__ry2mgq__categoryItem{width:fit-content;color:var(--anzhiyu-fontcolor);cursor:pointer;background:var(--anzhiyu-card-bg);border:var(--style-border-always);box-shadow:var(--anzhiyu-shadow-border);backface-visibility:hidden;transform-style:preserve-3d;border-radius:12px;align-items:center;gap:6px;margin:.7rem;padding:.6rem .9rem;font-size:1.4rem;transition:all .2s;display:flex}.CategoryPage-module__ry2mgq__categoryItem:hover{color:var(--anzhiyu-white);background:var(--anzhiyu-main);border:var(--style-border-hover);box-shadow:var(--anzhiyu-shadow-blue)}.CategoryPage-module__ry2mgq__categoryItem svg{opacity:.4;font-size:1.2rem}.CategoryPage-module__ry2mgq__loadingTip,.CategoryPage-module__ry2mgq__errorTip{text-align:center;color:var(--anzhiyu-secondtext);padding:2rem 0}@keyframes CategoryPage-module__ry2mgq__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.AnHeYuDialog-module__a5usea__wrapper{z-index:2100;position:fixed;inset:0}.AnHeYuDialog-module__a5usea__overlay{padding:max(1rem, env(safe-area-inset-top,0px)) max(1rem, env(safe-area-inset-right,0px)) max(1rem, env(safe-area-inset-bottom,0px)) max(1rem, env(safe-area-inset-left,0px));background:var(--anzhiyu-maskbgdeep);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;justify-content:center;align-items:center;transition:opacity .2s ease-out;display:flex;position:absolute;inset:0}.AnHeYuDialog-module__a5usea__wrapperEntered .AnHeYuDialog-module__a5usea__overlay{opacity:1}.AnHeYuDialog-module__a5usea__wrapperExiting .AnHeYuDialog-module__a5usea__overlay{opacity:0}.AnHeYuDialog-module__a5usea__container{background:var(--anzhiyu-card-bg);border:var(--style-border);width:100%;max-width:550px;max-height:min(92vh,100dvh - 2rem);box-shadow:var(--anzhiyu-shadow-lightblack);opacity:0;border-radius:16px;flex-direction:column;transition:transform .2s ease-out,opacity .2s ease-out;display:flex;position:relative;overflow:hidden;transform:scale(.96)}.AnHeYuDialog-module__a5usea__wrapperEntered .AnHeYuDialog-module__a5usea__container{opacity:1;transform:scale(1)}.AnHeYuDialog-module__a5usea__wrapperExiting .AnHeYuDialog-module__a5usea__container{opacity:0;transform:scale(.96)}.AnHeYuDialog-module__a5usea__header{border-bottom:var(--style-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.AnHeYuDialog-module__a5usea__title{color:var(--anzhiyu-fontcolor);margin:0;font-size:1.125rem;font-weight:600}.AnHeYuDialog-module__a5usea__closeBtn{width:2rem;height:2rem;color:var(--anzhiyu-secondtext);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .2s,background .2s;display:flex}.AnHeYuDialog-module__a5usea__closeBtn:hover{color:var(--anzhiyu-white);background:var(--anzhiyu-lighttext)}.AnHeYuDialog-module__a5usea__content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;min-height:0;padding:20px 25px;overflow-y:auto}.AnHeYuDialog-module__a5usea__footer{background:var(--anzhiyu-secondbg);border-top:var(--style-border);flex-shrink:0;justify-content:flex-end;gap:12px;padding:1.25rem 1.5rem;display:flex}.AnHeYuDialog-module__a5usea__btn{cursor:pointer;touch-action:manipulation;border-radius:8px;min-width:120px;padding:10px 20px;font-size:14px;font-weight:500;transition:background .2s,border-color .2s,opacity .2s}.AnHeYuDialog-module__a5usea__btnCancel{background:var(--anzhiyu-card-btn-bg);border:1px solid var(--anzhiyu-card-border);color:var(--anzhiyu-fontcolor)}.AnHeYuDialog-module__a5usea__btnCancel:hover{background:var(--anzhiyu-secondbg);border-color:var(--anzhiyu-card-border)}.AnHeYuDialog-module__a5usea__btnPrimary{cursor:pointer;background:var(--anzhiyu-theme);color:var(--anzhiyu-white);touch-action:manipulation;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;transition:filter .2s,opacity .2s}.AnHeYuDialog-module__a5usea__btnPrimary:hover:not(:disabled){filter:brightness(1.08)}.AnHeYuDialog-module__a5usea__btnPrimary:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.AnHeYuDialog-module__a5usea__overlay{padding:max(.5rem, env(safe-area-inset-top,0px)) max(.75rem, env(safe-area-inset-right,0px)) max(.75rem, env(safe-area-inset-bottom,0px)) max(.75rem, env(safe-area-inset-left,0px));-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center}.AnHeYuDialog-module__a5usea__container{width:min(100%,34rem);max-width:min(100%,34rem);max-height:min(88dvh, calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 1rem));opacity:0;border-radius:16px;transition:transform .2s ease-out,opacity .2s ease-out;transform:translateY(8px)scale(.98)}.AnHeYuDialog-module__a5usea__wrapperEntered .AnHeYuDialog-module__a5usea__container{opacity:1;transform:translate(0,0)scale(1)}.AnHeYuDialog-module__a5usea__wrapperExiting .AnHeYuDialog-module__a5usea__container{opacity:0;transform:translateY(8px)scale(.98)}.AnHeYuDialog-module__a5usea__header,.AnHeYuDialog-module__a5usea__content,.AnHeYuDialog-module__a5usea__footer{padding-left:max(1rem, env(safe-area-inset-left,0px));padding-right:max(1rem, env(safe-area-inset-right,0px))}.AnHeYuDialog-module__a5usea__header{padding-top:1rem;padding-bottom:.875rem}.AnHeYuDialog-module__a5usea__content{padding-top:14px;padding-bottom:16px}.AnHeYuDialog-module__a5usea__footer{padding-bottom:max(1rem, env(safe-area-inset-bottom,0px));flex-wrap:wrap;gap:10px}.AnHeYuDialog-module__a5usea__title{padding-right:.25rem;font-size:1.0625rem;line-height:1.35}.AnHeYuDialog-module__a5usea__closeBtn{flex-shrink:0;min-width:44px;min-height:44px;margin:-6px -4px -6px 0}.AnHeYuDialog-module__a5usea__closeBtn:active{color:var(--anzhiyu-white);background:var(--anzhiyu-lighttext)}.AnHeYuDialog-module__a5usea__btn,.AnHeYuDialog-module__a5usea__btnPrimary{min-height:44px}}
@keyframes CommentForm-module__z1e52G__iconFloat{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-8px)rotate(-2deg)}75%{transform:translateY(-8px)rotate(2deg)}}@keyframes CommentForm-module__z1e52G__owoIn{0%{opacity:0;transform:translateY(0)scale(.8)}to{opacity:1;transform:translateY(-10px)scale(1)}}@keyframes CommentForm-module__z1e52G__owoPanelIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes CommentForm-module__z1e52G__owoItemIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes CommentForm-module__z1e52G__emojiPreviewIn{0%{opacity:0;transform:translateY(0)scale(.8)}to{opacity:1;transform:translateY(-10px)scale(1)}}@keyframes CommentForm-module__z1e52G__commonTipsIn{0%{opacity:0;top:-40px}to{opacity:1;top:-43px}}@keyframes CommentForm-module__z1e52G__commonTriangleIn{0%{opacity:0}to{opacity:1}}.CommentForm-module__z1e52G__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.CommentForm-module__z1e52G__commentForm{border-radius:8px;max-width:100%}.CommentForm-module__z1e52G__quotePreview{background:var(--comment-form-quote-bg,var(--muted));border:1px solid var(--border);border-radius:8px;margin-bottom:1rem;padding:1rem;animation:.25s ease-out CommentForm-module__z1e52G__quoteSlideIn;position:relative}.CommentForm-module__z1e52G__quotePreviewHeader{color:var(--primary);align-items:center;gap:6px;margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:flex}.CommentForm-module__z1e52G__quotePreviewTitle{flex:1}.CommentForm-module__z1e52G__quotePreviewClose{width:1.25rem;height:1.25rem;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px;transition:all .3s;display:flex}.CommentForm-module__z1e52G__quotePreviewClose:hover{color:var(--primary);background:var(--anzhiyu-gray-op,#9999992b)}.CommentForm-module__z1e52G__quotePreviewContent{color:var(--muted-foreground);word-break:break-word;overflow-wrap:break-word;white-space:pre-wrap;background:var(--card);border-radius:4px;padding:8px 12px 8px 16px;font-size:.9rem;line-height:1.5;position:relative}.CommentForm-module__z1e52G__quotePreviewContent:before{content:"";background:var(--primary);border-radius:2px;width:4px;position:absolute;top:0;bottom:0;left:0}@keyframes CommentForm-module__z1e52G__quoteSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.CommentForm-module__z1e52G__textareaContainer{margin-bottom:.5rem}.CommentForm-module__z1e52G__textareaWrapper{box-sizing:border-box;background-color:var(--comment-form-bg,var(--card));border:var(--style-border-always);border-radius:12px;width:100%;max-width:100%;padding:16px;transition:border .2s;position:relative}.CommentForm-module__z1e52G__textareaWrapper:focus-within{border:var(--style-border-hover,1px solid var(--primary))}.CommentForm-module__z1e52G__textareaWrapperLoggedIn .CommentForm-module__z1e52G__inputCount{display:none}.CommentForm-module__z1e52G__textareaInner{width:100%;min-height:120px;color:var(--anzhiyu-fontcolor);box-shadow:none;resize:vertical;background-color:#0000;border:none;border-radius:0;padding:0;font-size:.95rem;line-height:1.6}.CommentForm-module__z1e52G__textareaInner:focus{outline:none}.CommentForm-module__z1e52G__textareaActions{z-index:10;gap:8px;margin-top:.875rem;display:flex;position:relative}.CommentForm-module__z1e52G__actionIcon{width:1.5em;height:1.5em;color:var(--anzhiyu-fontcolor);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:inline-flex}.CommentForm-module__z1e52G__actionIcon:hover{background-color:var(--anzhiyu-post-blockquote-bg,var(--anzhiyu-secondbg))}.CommentForm-module__z1e52G__actionIconActive{background-color:var(--anzhiyu-post-blockquote-bg,var(--anzhiyu-secondbg));color:var(--anzhiyu-theme)}.CommentForm-module__z1e52G__actionIcon[disabled]{cursor:not-allowed;opacity:.5}.CommentForm-module__z1e52G__previewButton{width:auto;height:auto;padding:0 .35rem}.CommentForm-module__z1e52G__owo{position:relative}.CommentForm-module__z1e52G__owoLogo{justify-content:center;align-items:center;width:1.25em;height:1.25em;display:flex}.CommentForm-module__z1e52G__owoPortalWrap{z-index:1998;pointer-events:none;position:fixed;inset:0}.CommentForm-module__z1e52G__owoPortalWrap>*{pointer-events:auto}.CommentForm-module__z1e52G__owoOverlay{z-index:1999;background:0 0;transition:opacity .15s;position:fixed;inset:0}.CommentForm-module__z1e52G__owoOverlayClosing{opacity:0}.CommentForm-module__z1e52G__owoBody{top:var(--owo-top,auto);left:var(--owo-left,0);z-index:2000;cursor:auto;background-color:var(--anzhiyu-card-bg);-webkit-backdrop-filter:saturate(180%)blur(10px);backdrop-filter:saturate(180%)blur(10px);border:var(--style-border-always);border-radius:8px;min-width:31.25rem;max-width:500px;animation:.2s ease-out CommentForm-module__z1e52G__owoPanelIn;position:fixed;overflow:hidden;box-shadow:0 8px 24px -4px #0000001f}.CommentForm-module__z1e52G__owoBodyClosing{animation:.15s ease-in forwards CommentForm-module__z1e52G__owoPanelOut}@keyframes CommentForm-module__z1e52G__owoPanelOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)translateY(4px)}}.CommentForm-module__z1e52G__owoItems{max-height:200px;padding:10px;overflow-y:auto}.CommentForm-module__z1e52G__owoItem{box-sizing:border-box;text-align:center;cursor:pointer;border-radius:5px;width:14%;padding:5px 10px;font-size:12px;line-height:14px;list-style-type:none;transition:background-color .3s,transform .15s;animation:.3s ease-out both CommentForm-module__z1e52G__owoItemIn;display:inline-block}.CommentForm-module__z1e52G__owoItem:nth-child(-n+7){animation-delay:50ms}.CommentForm-module__z1e52G__owoItem:nth-child(n+8):nth-child(-n+14){animation-delay:.1s}.CommentForm-module__z1e52G__owoItem:nth-child(n+15):nth-child(-n+21){animation-delay:.15s}.CommentForm-module__z1e52G__owoItem:nth-child(n+22):nth-child(-n+28){animation-delay:.2s}.CommentForm-module__z1e52G__owoItem:nth-child(n+29){animation-delay:.22s}.CommentForm-module__z1e52G__owoItem:hover{background-color:#90939921;transform:scale(1.1)}.CommentForm-module__z1e52G__owoItem:active{transform:scale(.95)}.CommentForm-module__z1e52G__owoItem img{object-fit:contain;width:2.25rem;max-width:100%;height:2.25rem}.CommentForm-module__z1e52G__owoBar{border-top:1px solid #9093994f;border-radius:0 0 4px 4px;width:100%}.CommentForm-module__z1e52G__owoPackages{white-space:nowrap;text-align:left;background:var(--anzhiyu-background,var(--background));height:48px;margin:0;padding:0;font-size:0;overflow-x:auto}.CommentForm-module__z1e52G__owoPackages li{cursor:pointer;justify-content:center;align-items:center;width:50px;height:48px;padding:0 10px;font-size:28px;line-height:48px;list-style-type:none;transition:all .3s;display:inline-flex;overflow:hidden}.CommentForm-module__z1e52G__owoPackages li img{object-fit:contain;width:28px;height:28px}.CommentForm-module__z1e52G__owoPackages li:first-child{border-radius:0 0 0 3px}.CommentForm-module__z1e52G__owoPackageActive{background:var(--anzhiyu-card-bg)}.CommentForm-module__z1e52G__inputCount{color:var(--anzhiyu-secondtext);-webkit-user-select:none;user-select:none;margin-left:auto;font-size:.8rem}.CommentForm-module__z1e52G__loggedInSubmitWrapper{z-index:11;align-items:center;gap:8px;display:flex;position:absolute;bottom:16px;right:16px}.CommentForm-module__z1e52G__loggedInSubmitButton{min-width:80px;color:var(--anzhiyu-background,var(--background));cursor:pointer;background-color:var(--anzhiyu-fontcolor);border:0 solid var(--anzhiyu-main);border-radius:12px;padding:.4rem 1.25rem;font-weight:600;transition:all .3s}.CommentForm-module__z1e52G__loggedInSubmitButton:hover{opacity:.85}.CommentForm-module__z1e52G__cancelButton{color:var(--anzhiyu-fontcolor);background:var(--anzhiyu-secondbg);border:1px solid var(--anzhiyu-card-border,var(--border));cursor:pointer;border-radius:8px;padding:0 1rem;transition:all .3s;height:32px!important}.CommentForm-module__z1e52G__cancelButton:hover{color:var(--anzhiyu-white);background:var(--anzhiyu-lighttext)}.CommentForm-module__z1e52G__markdownPreviewContainer{border:1px solid var(--anzhiyu-card-border,var(--border));border-radius:8px;margin-top:12px;padding:12px}.CommentForm-module__z1e52G__previewLabel{color:var(--anzhiyu-secondtext);border-bottom:1px dashed var(--anzhiyu-card-border,var(--border));margin-bottom:8px;padding-bottom:8px;font-size:12px}.CommentForm-module__z1e52G__markdownPreview{overflow-wrap:break-word;word-break:break-word;max-width:100%;color:var(--anzhiyu-fontcolor);max-height:300px;font-size:.95rem;line-height:1.6;overflow-y:auto}.CommentForm-module__z1e52G__markdownPreview p{margin:.5rem 0}.CommentForm-module__z1e52G__markdownPreview code:not(.CommentForm-module__z1e52G__hljs){color:#fff;background:var(--anzhiyu-code-stress);box-shadow:var(--anzhiyu-shadow-border);border-radius:4px;margin:0 4px;padding:2px 4px;line-height:2}.CommentForm-module__z1e52G__markdownPreview pre,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__md-editor-code{max-width:100%;overflow-x:auto}.CommentForm-module__z1e52G__markdownPreview table{max-width:100%;display:block;overflow-x:auto}.CommentForm-module__z1e52G__markdownPreview img{vertical-align:middle;border-radius:4px;max-width:100%;height:auto;max-height:300px}.CommentForm-module__z1e52G__markdownPreview img:not(.CommentForm-module__z1e52G__anzhiyu-owo-emotion){cursor:zoom-in}.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__anzhiyu-owo-emotion{width:3rem;height:auto;margin:0;display:inline}.CommentForm-module__z1e52G__markdownPreview a[data-fancybox]{border-bottom:none!important;padding:0!important}.CommentForm-module__z1e52G__markdownPreview a[data-fancybox]:hover{box-shadow:none!important;background:0 0!important}.CommentForm-module__z1e52G__markdownPreview>:last-child{margin-bottom:.5rem!important}.CommentForm-module__z1e52G__formMetaActions{flex-wrap:wrap;align-items:stretch;gap:1rem;display:flex}.CommentForm-module__z1e52G__formMetaActionsReply{flex-direction:column;gap:0}.CommentForm-module__z1e52G__formMetaActionsReply .CommentForm-module__z1e52G__metaInputs{grid-template-columns:repeat(3,1fr);width:100%}.CommentForm-module__z1e52G__formMetaActionsReply .CommentForm-module__z1e52G__buttonsWrapper{align-self:flex-end;margin-top:.5rem}.CommentForm-module__z1e52G__metaInputs{flex-grow:1;grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.CommentForm-module__z1e52G__metaInput[data-hint]:before{z-index:100;color:var(--anzhiyu-white);white-space:nowrap;content:attr(data-hint);background:var(--anzhiyu-main-op-deep);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;padding:6px 14px;font-size:.875rem;line-height:1.4;display:none;position:absolute;top:-43px;left:50%;transform:translate(-50%);box-shadow:0 4px 14px #0000001a}.CommentForm-module__z1e52G__metaInput[data-hint]:after{content:"";border:6px solid #0000;border-top-color:var(--anzhiyu-main-op-deep);display:none;position:absolute;top:-2px;left:50%;transform:translate(-50%,-100%)}.CommentForm-module__z1e52G__metaInput[data-hint]:focus-within:before{z-index:100;animation:.3s CommentForm-module__z1e52G__commonTipsIn;display:block}.CommentForm-module__z1e52G__metaInput[data-hint]:focus-within:after{z-index:100;animation:.3s CommentForm-module__z1e52G__commonTriangleIn;display:block}.CommentForm-module__z1e52G__metaInputGroup{flex-direction:column;gap:4px;display:flex}.CommentForm-module__z1e52G__metaInput{border:var(--style-border-always);border-radius:8px;align-items:stretch;height:32px;transition:border-color .2s;display:flex;position:relative}.CommentForm-module__z1e52G__metaInput:focus-within{border-color:var(--primary)}.CommentForm-module__z1e52G__metaInputInvalid{border-color:var(--anzhiyu-red)!important}.CommentForm-module__z1e52G__metaError{color:var(--anzhiyu-red);padding-left:2px;font-size:.7rem;line-height:1}.CommentForm-module__z1e52G__metaLabel{color:var(--anzhiyu-fontcolor);background-color:var(--anzhiyu-secondbg);border:none;border-right:1px solid var(--anzhiyu-card-border,var(--border));border-radius:7px 0 0 7px;align-items:center;padding:0 12px;font-weight:600;display:flex}.CommentForm-module__z1e52G__metaField{color:var(--anzhiyu-fontcolor);background:var(--anzhiyu-card-bg);border:none;border-radius:0 7px 7px 0;flex:1;padding:0 .75rem}.CommentForm-module__z1e52G__metaField::placeholder{color:var(--anzhiyu-secondtext)}.CommentForm-module__z1e52G__metaField:focus{outline:none}.CommentForm-module__z1e52G__buttonsWrapper{align-items:stretch;gap:.5rem;display:flex}.CommentForm-module__z1e52G__submitButton{min-width:112px;color:var(--anzhiyu-background,var(--background));background-color:var(--anzhiyu-fontcolor);border:0 solid var(--anzhiyu-main);cursor:pointer;border-radius:8px;padding:0 2rem;font-weight:600;transition:all .3s;height:32px!important}.CommentForm-module__z1e52G__submitButton:hover{opacity:.85}.CommentForm-module__z1e52G__isDisabled{opacity:1;pointer-events:none;color:var(--muted-foreground)!important;cursor:not-allowed!important;background-color:var(--muted)!important;border-color:#0000!important}.CommentForm-module__z1e52G__loginRequiredWrapper{background:var(--anzhiyu-secondbg);border:var(--style-border-always);border-radius:1.25rem;padding:2rem;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.CommentForm-module__z1e52G__loginRequiredContent{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:.25rem;display:flex;position:relative}.CommentForm-module__z1e52G__loginIcon{filter:drop-shadow(0 4px 12px var(--anzhiyu-theme-op,#3b82f633));transition:all .3s;animation:3.5s ease-in-out infinite CommentForm-module__z1e52G__iconFloat}.CommentForm-module__z1e52G__loginRequiredWrapper:hover .CommentForm-module__z1e52G__loginIcon{transform:scale(1.08)translateY(-2px)}.CommentForm-module__z1e52G__loginTitle{letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.CommentForm-module__z1e52G__loginActions{gap:.875rem;width:100%;max-width:22rem;display:flex}.CommentForm-module__z1e52G__loginActionButton{border:var(--style-border-always);border-radius:12px;flex:1;height:3rem;font-size:1rem;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.CommentForm-module__z1e52G__loginButton{background:var(--anzhiyu-fontcolor);color:var(--anzhiyu-card-bg)}.CommentForm-module__z1e52G__registerButton{background:var(--anzhiyu-card-bg);color:var(--anzhiyu-fontcolor);margin:0}.CommentForm-module__z1e52G__errorText{color:var(--anzhiyu-red);font-size:.85rem}.CommentForm-module__z1e52G__dialogOverlay{z-index:80;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.CommentForm-module__z1e52G__dialog{background:var(--anzhiyu-card-bg);border:var(--style-border);border-radius:12px;width:min(90vw,420px);padding:1rem}.CommentForm-module__z1e52G__dialogHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.CommentForm-module__z1e52G__dialogTitle{color:var(--anzhiyu-fontcolor);font-size:1rem;font-weight:700}.CommentForm-module__z1e52G__dialogClose{cursor:pointer;color:var(--anzhiyu-secondtext);background:0 0;border:none}.CommentForm-module__z1e52G__dialogContent{color:var(--anzhiyu-secondtext);margin-bottom:1rem;font-size:.9rem;line-height:1.6}.CommentForm-module__z1e52G__dialogActions{justify-content:flex-end;gap:.5rem;display:flex}.CommentForm-module__z1e52G__emojiPreview{z-index:9999;pointer-events:none;background-color:var(--anzhiyu-card-bg,#fff);border:1px solid var(--border,#e0e0e0);border-radius:10px;justify-content:center;align-items:center;padding:8px;animation:.2s cubic-bezier(.42,0,.3,1.11) CommentForm-module__z1e52G__emojiPreviewIn;display:flex;position:fixed;transform:translateY(-10px);box-shadow:0 4px 12px #0000001a}.CommentForm-module__z1e52G__emojiPreview img{width:64px;height:64px;display:block}.CommentForm-module__z1e52G__commentContent{overflow-wrap:break-word;word-break:break-word;max-width:100%;color:var(--anzhiyu-fontcolor);font-size:.95rem;line-height:1.6;transition:opacity .2s}.CommentForm-module__z1e52G__commentContent p{margin:.5rem 0}.CommentForm-module__z1e52G__commentContent code:not(.CommentForm-module__z1e52G__hljs){color:#fff;background:var(--anzhiyu-code-stress);box-shadow:var(--anzhiyu-shadow-border);border-radius:4px;margin:0 4px;padding:2px 4px;line-height:2}.CommentForm-module__z1e52G__commentContent pre,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__md-editor-code{max-width:100%;overflow-x:auto}.CommentForm-module__z1e52G__commentContent table{max-width:100%;display:block;overflow-x:auto}.CommentForm-module__z1e52G__commentContent img{vertical-align:middle;border-radius:4px;max-width:100%;height:auto;max-height:300px}.CommentForm-module__z1e52G__commentContent img:not(.CommentForm-module__z1e52G__anzhiyu-owo-emotion){cursor:zoom-in}.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__anzhiyu-owo-emotion{width:3rem;height:auto;margin:0;display:inline}.CommentForm-module__z1e52G__commentContent a[data-fancybox]{border-bottom:none!important;padding:0!important}.CommentForm-module__z1e52G__commentContent a[data-fancybox]:hover{box-shadow:none!important;background:0 0!important}.CommentForm-module__z1e52G__commentContent>:last-child{margin-bottom:.5rem!important}.CommentForm-module__z1e52G__commentContent pre code.CommentForm-module__z1e52G__hljs,.CommentForm-module__z1e52G__markdownPreview pre code.CommentForm-module__z1e52G__hljs{border:var(--style-border);background:#1f1f1f;border-radius:12px;padding:1em;display:block;overflow-x:auto}.CommentForm-module__z1e52G__commentContent code.CommentForm-module__z1e52G__hljs,.CommentForm-module__z1e52G__markdownPreview code.CommentForm-module__z1e52G__hljs{padding:3px 5px}.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs{color:#abb2bf;background:#282c34}.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-comment,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-quote,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-comment,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-quote{color:#5c6370;font-style:italic}.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-doctag,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-formula,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-keyword,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-doctag,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-formula,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-keyword{color:#c678dd}.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-deletion,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-name,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-section,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-selector-tag,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-subst,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-deletion,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-name,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-section,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-selector-tag,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-subst{color:#e06c75}.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-literal,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-literal{color:#56b6c2}.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-addition,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-attribute,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-meta .CommentForm-module__z1e52G__hljs-string,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-regexp,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-string,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-addition,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-attribute,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-meta .CommentForm-module__z1e52G__hljs-string,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-regexp,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-string{color:#98c379}.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-attr,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-number,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-selector-attr,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-selector-class,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-selector-pseudo,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-template-variable,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-type,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-variable,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-attr,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-number,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-selector-attr,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-selector-class,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-selector-pseudo,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-template-variable,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-type,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-variable{color:#d19a66}.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-bullet,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-link,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-meta,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-selector-id,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-symbol,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-title,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-bullet,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-link,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-meta,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-selector-id,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-symbol,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-title{color:#61aeee}.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-built_in,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-class .CommentForm-module__z1e52G__hljs-title,.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-title.CommentForm-module__z1e52G__class_,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-built_in,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-class .CommentForm-module__z1e52G__hljs-title,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-title.CommentForm-module__z1e52G__class_{color:#e6c07b}.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-emphasis,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-emphasis{font-style:italic}.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-strong,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-strong{font-weight:700}.CommentForm-module__z1e52G__commentContent .CommentForm-module__z1e52G__hljs-link,.CommentForm-module__z1e52G__markdownPreview .CommentForm-module__z1e52G__hljs-link{text-decoration:underline}@keyframes CommentForm-module__z1e52G__owoMobileSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes CommentForm-module__z1e52G__owoMobileSlideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@media (max-width:768px){.CommentForm-module__z1e52G__owoOverlay{background:#0000004d}.CommentForm-module__z1e52G__owoBody{border-radius:12px 12px 0 0;width:100vw;min-width:auto;max-width:none;animation:.25s ease-out CommentForm-module__z1e52G__owoMobileSlideUp;bottom:0;box-shadow:0 -4px 24px -4px #0000001f;top:auto!important;left:0!important}.CommentForm-module__z1e52G__owoBodyClosing{animation:.15s ease-in forwards CommentForm-module__z1e52G__owoMobileSlideDown}.CommentForm-module__z1e52G__owoItems{max-height:35vh}.CommentForm-module__z1e52G__owoItem{width:25%!important}.CommentForm-module__z1e52G__loginRequiredWrapper{border-radius:1rem;padding:2.5rem 1.5rem}.CommentForm-module__z1e52G__loginIcon{width:44px;height:44px;margin-bottom:1rem}.CommentForm-module__z1e52G__loginTitle{margin-bottom:.5rem;font-size:1.25rem}.CommentForm-module__z1e52G__loginActions,.CommentForm-module__z1e52G__formMetaActions:not(.CommentForm-module__z1e52G__formMetaActionsReply){flex-direction:column}.CommentForm-module__z1e52G__formMetaActions:not(.CommentForm-module__z1e52G__formMetaActionsReply) .CommentForm-module__z1e52G__metaInputs{grid-template-columns:1fr;width:100%}.CommentForm-module__z1e52G__formMetaActions:not(.CommentForm-module__z1e52G__formMetaActionsReply) .CommentForm-module__z1e52G__buttonsWrapper,.CommentForm-module__z1e52G__formMetaActions:not(.CommentForm-module__z1e52G__formMetaActionsReply) .CommentForm-module__z1e52G__buttonsWrapper .CommentForm-module__z1e52G__submitButton{width:100%}.CommentForm-module__z1e52G__formMetaActionsReply .CommentForm-module__z1e52G__metaInputs{grid-template-columns:1fr;gap:.75rem}.CommentForm-module__z1e52G__formMetaActionsReply .CommentForm-module__z1e52G__buttonsWrapper{width:100%}.CommentForm-module__z1e52G__formMetaActionsReply .CommentForm-module__z1e52G__buttonsWrapper .CommentForm-module__z1e52G__cancelButton,.CommentForm-module__z1e52G__formMetaActionsReply .CommentForm-module__z1e52G__buttonsWrapper .CommentForm-module__z1e52G__submitButton{flex:1;width:auto}.CommentForm-module__z1e52G__formMetaActions{margin-top:1rem}.CommentForm-module__z1e52G__formMetaActions .CommentForm-module__z1e52G__metaInputs{gap:.75rem}}
.CommentItem-module__XFPija__commentItemContainer{width:100%}.CommentItem-module__XFPija__commentItem{gap:.5rem;display:flex}.CommentItem-module__XFPija__commentAvatar{border:1px solid var(--border,#eee);border-radius:50%;width:40px;height:40px;transition:transform .3s}.CommentItem-module__XFPija__commentAvatar:hover{transform:scale(1.1)rotate(10deg)}.CommentItem-module__XFPija__commentMain{flex-direction:column;flex:1;min-width:0;display:flex}.CommentItem-module__XFPija__commentHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.CommentItem-module__XFPija__userInfo{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.CommentItem-module__XFPija__nickname{color:var(--anzhiyu-fontcolor);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.CommentItem-module__XFPija__timestamp{color:var(--anzhiyu-fontcolor);font-size:.8rem}.CommentItem-module__XFPija__masterTag{color:#fff;background-color:var(--anzhiyu-red);border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:700}.CommentItem-module__XFPija__pinnedTag{color:#fff;background-color:#ff6b6b;border-radius:4px;align-items:center;gap:.25rem;padding:2px 6px;font-size:.7rem;font-weight:700;display:flex}.CommentItem-module__XFPija__commentActions{gap:.5rem;height:30px;display:flex}.CommentItem-module__XFPija__actionButton{color:var(--anzhiyu-secondtext);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;transition:color .3s,background-color .3s;display:flex}.CommentItem-module__XFPija__actionButton:hover{color:var(--anzhiyu-fontcolor);background-color:var(--anzhiyu-secondbg)}.CommentItem-module__XFPija__actionButtonLiked{color:var(--el-color-primary,var(--anzhiyu-main))}.CommentItem-module__XFPija__actionButtonLiked:hover{background-color:var(--anzhiyu-secondbg)}.CommentItem-module__XFPija__actionButtonDisabled{color:var(--anzhiyu-lighttext);cursor:not-allowed;opacity:.5}.CommentItem-module__XFPija__actionButtonDisabled:hover{color:var(--anzhiyu-lighttext);background-color:#0000}.CommentItem-module__XFPija__likeCount{margin-left:6px;font-size:.8rem}.CommentItem-module__XFPija__replyToBlock{color:var(--anzhiyu-secondtext);margin-bottom:.5rem;font-size:.75rem}.CommentItem-module__XFPija__replyToNick{cursor:pointer;background:0 0;border:none;padding:0 .2em;font-weight:500;text-decoration:none}.CommentItem-module__XFPija__replyToNick:hover{color:var(--anzhiyu-white);background-color:var(--anzhiyu-theme);border-radius:4px}.CommentItem-module__XFPija__commentContent{overflow-wrap:break-word;word-break:break-word;max-width:100%;color:var(--anzhiyu-fontcolor);font-size:.95rem;line-height:1.6;transition:opacity .2s}.CommentItem-module__XFPija__commentContent p{margin:.5rem 0}.CommentItem-module__XFPija__commentContent code:not(.CommentItem-module__XFPija__hljs){color:#fff;background:var(--anzhiyu-code-stress);box-shadow:var(--anzhiyu-shadow-border);border-radius:4px;margin:0 4px;padding:2px 4px;line-height:2}.CommentItem-module__XFPija__commentContent pre,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__md-editor-code{max-width:100%;overflow-x:auto}.CommentItem-module__XFPija__commentContent table{max-width:100%;display:block;overflow-x:auto}.CommentItem-module__XFPija__commentContent img{vertical-align:middle;border-radius:4px;max-width:100%;height:auto;max-height:300px}.CommentItem-module__XFPija__commentContent img:not(.CommentItem-module__XFPija__anzhiyu-owo-emotion){cursor:zoom-in}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__anzhiyu-owo-emotion{width:3rem;height:auto;margin:0;display:inline}.CommentItem-module__XFPija__commentContent a[data-fancybox]{border-bottom:none!important;padding:0!important}.CommentItem-module__XFPija__commentContent a[data-fancybox]:hover{box-shadow:none!important;background:0 0!important}.CommentItem-module__XFPija__commentContent>:last-child{margin-bottom:.5rem!important}.CommentItem-module__XFPija__commentMeta{color:var(--anzhiyu-fontcolor);flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.75rem;font-size:.8rem;display:flex}.CommentItem-module__XFPija__metaItem{align-items:center;gap:.3rem;display:flex}.CommentItem-module__XFPija__metaItem svg{width:14px;height:14px}.CommentItem-module__XFPija__commentChildren{flex-direction:column;margin-top:1rem;margin-left:calc(40px + .5rem);padding-top:1rem;display:flex}.CommentItem-module__XFPija__replyFormWrapper{margin-top:1rem;margin-left:calc(40px + .5rem)}.CommentItem-module__XFPija__loadMoreChildrenWrapper{text-align:center;margin-top:1rem;margin-left:calc(40px + .5rem)}.CommentItem-module__XFPija__loadMoreChildrenButton{min-width:120px;color:var(--anzhiyu-fontcolor);text-align:center;letter-spacing:3px;cursor:pointer;background-color:var(--anzhiyu-card-bg);border:var(--style-border);border-radius:50px;padding:.5rem 1rem;font-size:.7rem;transition:all .3s;box-shadow:0 8px 16px -4px #2c2d300c}.CommentItem-module__XFPija__loadMoreChildrenButton:hover:not(:disabled){color:var(--anzhiyu-white);background-color:var(--anzhiyu-main);border:var(--style-border-none)}.CommentItem-module__XFPija__loadMoreChildrenButton:disabled{cursor:not-allowed;opacity:.6}.CommentItem-module__XFPija__loadMoreChildrenLoading{color:var(--anzhiyu-main)}.CommentItem-module__XFPija__commentContent pre code.CommentItem-module__XFPija__hljs,.CommentItem-module__XFPija__markdownPreview pre code.CommentItem-module__XFPija__hljs{border:var(--style-border);background:#1f1f1f;border-radius:12px;padding:1em;display:block;overflow-x:auto}.CommentItem-module__XFPija__commentContent code.CommentItem-module__XFPija__hljs,.CommentItem-module__XFPija__markdownPreview code.CommentItem-module__XFPija__hljs{padding:3px 5px}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs{color:#abb2bf;background:#282c34}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-comment,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-quote,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-comment,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-quote{color:#5c6370;font-style:italic}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-doctag,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-formula,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-keyword,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-doctag,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-formula,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-keyword{color:#c678dd}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-deletion,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-name,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-section,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-selector-tag,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-subst,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-deletion,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-name,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-section,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-selector-tag,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-subst{color:#e06c75}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-literal,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-literal{color:#56b6c2}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-addition,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-attribute,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-meta .CommentItem-module__XFPija__hljs-string,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-regexp,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-string,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-addition,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-attribute,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-meta .CommentItem-module__XFPija__hljs-string,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-regexp,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-string{color:#98c379}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-attr,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-number,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-selector-attr,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-selector-class,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-selector-pseudo,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-template-variable,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-type,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-variable,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-attr,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-number,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-selector-attr,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-selector-class,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-selector-pseudo,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-template-variable,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-type,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-variable{color:#d19a66}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-bullet,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-link,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-meta,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-selector-id,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-symbol,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-title,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-bullet,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-link,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-meta,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-selector-id,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-symbol,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-title{color:#61aeee}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-built_in,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-class .CommentItem-module__XFPija__hljs-title,.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-title.CommentItem-module__XFPija__class_,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-built_in,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-class .CommentItem-module__XFPija__hljs-title,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-title.CommentItem-module__XFPija__class_{color:#e6c07b}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-emphasis,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-emphasis{font-style:italic}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-strong,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-strong{font-weight:700}.CommentItem-module__XFPija__commentContent .CommentItem-module__XFPija__hljs-link,.CommentItem-module__XFPija__markdownPreview .CommentItem-module__XFPija__hljs-link{text-decoration:underline}@media (max-width:768px){.CommentItem-module__XFPija__commentContentCanReply{cursor:pointer}.CommentItem-module__XFPija__commentMeta{gap:.5rem;margin-top:.5rem;font-size:.75rem}.CommentItem-module__XFPija__metaItem{gap:.25rem}.CommentItem-module__XFPija__metaItem svg{width:12px;height:12px}.CommentItem-module__XFPija__commentChildren,.CommentItem-module__XFPija__replyFormWrapper,.CommentItem-module__XFPija__loadMoreChildrenWrapper,.CommentItem-module__XFPija__replyFormWrapper{margin-left:0}}
.ReplyItem-module__BMZfaq__replyItemContainer{border-top:var(--style-border-dashed);padding:1.25rem 0}.ReplyItem-module__BMZfaq__replyAvatar{border:1px solid var(--border,#eee);border-radius:50%;width:32px;height:32px;transition:transform .3s}.ReplyItem-module__BMZfaq__replyAvatar:hover{transform:scale(1.1)rotate(10deg)}.ReplyItem-module__BMZfaq__replyNickname{color:var(--anzhiyu-fontcolor);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:600;text-decoration:none}.ReplyItem-module__BMZfaq__replyNickname:hover{color:var(--el-color-primary,var(--anzhiyu-main))}.ReplyItem-module__BMZfaq__replyFormWrapper{margin-top:1rem;margin-left:48px}.ReplyItem-module__BMZfaq__expandRepliesWrapper{margin-top:.75rem}.ReplyItem-module__BMZfaq__expandRepliesButton{color:var(--anzhiyu-main);border:1px solid var(--anzhiyu-main);cursor:pointer;background:0 0;border-radius:.5rem;padding:.4rem .8rem;font-size:.85rem;transition:all .3s}.ReplyItem-module__BMZfaq__expandRepliesButton:hover{background:var(--anzhiyu-main);color:var(--anzhiyu-white)}.ReplyItem-module__BMZfaq__replyList{flex-direction:column;display:flex}.ReplyItem-module__BMZfaq__loadMoreReplies{text-align:center;margin:1rem 0}.ReplyItem-module__BMZfaq__loadMoreRepliesButton{color:var(--anzhiyu-fontcolor);background:var(--anzhiyu-card-bg);border:1px solid var(--anzhiyu-main);cursor:pointer;border-radius:.5rem;padding:.4rem 1rem;font-size:.85rem;transition:all .3s}.ReplyItem-module__BMZfaq__loadMoreRepliesButton:hover{background:var(--anzhiyu-main);color:var(--anzhiyu-white)}@media (max-width:768px){.ReplyItem-module__BMZfaq__replyFormWrapper{margin-left:0}.ReplyItem-module__BMZfaq__expandRepliesButton{padding:.35rem .7rem;font-size:.8rem}.ReplyItem-module__BMZfaq__loadMoreRepliesButton{padding:.35rem .8rem;font-size:.8rem}}
@keyframes CommentSection-module__e89LGq__commentHighlightAnimation{0%{background-color:#007bff26}to{background-color:#0000}}@keyframes CommentSection-module__e89LGq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CommentSection-module__e89LGq__commentSection{box-sizing:border-box;border-radius:8px;max-width:100%;margin-bottom:3rem;scroll-margin-top:100px}.CommentSection-module__e89LGq__commentSection .comment--highlight{border-radius:8px;animation:2s ease-out CommentSection-module__e89LGq__commentHighlightAnimation}.CommentSection-module__e89LGq__mainCommentFormContainer{flex-direction:column;display:flex}.CommentSection-module__e89LGq__commentHead{flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:.625rem;font-size:.8rem;display:flex}.CommentSection-module__e89LGq__commentTools{align-items:center;gap:8px;display:flex}.CommentSection-module__e89LGq__formTitle{align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;display:flex;position:relative}.CommentSection-module__e89LGq__commentCountNumber{color:var(--anzhiyu-card-bg);background-color:var(--anzhiyu-fontcolor);border-radius:20px;padding:3px 6px;font-size:12px;line-height:1;position:absolute;top:8px;left:calc(100% + 5px)}.CommentSection-module__e89LGq__commentRandomInfo{color:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;transition:all .3s}.CommentSection-module__e89LGq__commentRandomInfo a{color:inherit;text-decoration:none}.CommentSection-module__e89LGq__commentRandomInfo:hover{color:var(--anzhiyu-main)}.CommentSection-module__e89LGq__commentRandomInfoActive{color:var(--anzhiyu-main);font-weight:600}.CommentSection-module__e89LGq__commentRandomInfoActive .CommentSection-module__e89LGq__commentRandomInfoText:after{content:"";background:var(--anzhiyu-main);border-radius:1px;width:100%;height:2px;position:absolute;bottom:-2px;left:0}.CommentSection-module__e89LGq__commentRandomInfoText{position:relative}.CommentSection-module__e89LGq__commentListContainer{width:100%;margin-top:1rem}.CommentSection-module__e89LGq__commentListPlaceholder{justify-content:center;align-items:center;min-height:200px;padding:3rem 0;display:flex}.CommentSection-module__e89LGq__commentListPlaceholderContent{color:var(--anzhiyu-secondtext);opacity:.7;flex-direction:column;align-items:center;gap:1rem;font-size:.875rem;display:flex}.CommentSection-module__e89LGq__placeholderIcon{opacity:.5;width:3rem;height:3rem}.CommentSection-module__e89LGq__commentsWrapper{gap:var(--comment-item-gap,.75rem);flex-direction:column;display:flex}.CommentSection-module__e89LGq__commentThreadItem{background:var(--comment-item-bg,var(--card));border:var(--comment-item-border,1px solid var(--border));border-radius:var(--comment-item-radius,12px);padding:var(--comment-item-padding,1.25rem);transition:all .3s}.CommentSection-module__e89LGq__commentThreadItem:first-child .CommentSection-module__e89LGq__commentThreadDivider{display:none}.CommentSection-module__e89LGq__commentThreadDivider{display:var(--comment-divider-display,none);border:none;border-top:1px solid var(--border,#eef2f8);margin-bottom:1.5rem}.CommentSection-module__e89LGq__scrollLoadingContainer{text-align:center;width:100%;margin:2rem auto 0}.CommentSection-module__e89LGq__scrollLoadingSpinner{color:var(--anzhiyu-fontcolor);background-color:var(--anzhiyu-card-bg);border:var(--style-border);border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:.875rem;display:inline-flex;box-shadow:0 8px 16px -4px #2c2d300c}.CommentSection-module__e89LGq__scrollLoadingSpinner svg{animation:1s linear infinite CommentSection-module__e89LGq__spin}.CommentSection-module__e89LGq__commentEmpty{color:var(--anzhiyu-secondtext);text-align:center;padding:2rem 0;font-size:.9rem}@media (max-width:768px){.CommentSection-module__e89LGq__commentsWrapper{gap:.5rem}}
.CommentBarrage-module__kqvWMq__commentBarrage{z-index:999;pointer-events:none;will-change:transform;flex-direction:column;justify-content:end;align-items:flex-end;padding:0 0 20px 10px;transition:transform .6s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:0;right:60px;transform:translateY(0)}.CommentBarrage-module__kqvWMq__commentBarrage[data-hidden=true]{transform:translateY(100%)}@media screen and (max-width:768px){.CommentBarrage-module__kqvWMq__commentBarrage{display:none!important}}.CommentBarrage-module__kqvWMq__commentBarrageItem{width:fit-content;min-width:300px;max-width:300px;min-height:80px;max-height:150px;color:var(--anzhiyu-fontcolor);pointer-events:auto;-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);border:var(--style-border);box-shadow:var(--anzhiyu-shadow-border);background:#ffffffd9;border-radius:8px;flex-direction:column;margin:4px;padding:8px 14px;transition:all .3s;display:flex;position:relative;transform:translateZ(0)}.CommentBarrage-module__kqvWMq__barrageClose{z-index:2;width:22px;height:22px;color:var(--anzhiyu-fontcolor);cursor:pointer;opacity:.7;background:#00000014;border:none;border-radius:4px;padding:0;transition:opacity .2s,background .2s;position:absolute;top:6px;right:6px}.CommentBarrage-module__kqvWMq__barrageClose:hover{opacity:1;background:#0000001f}.CommentBarrage-module__kqvWMq__barrageClose:focus-visible{outline:2px solid var(--anzhiyu-main,currentColor);outline-offset:2px}.CommentBarrage-module__kqvWMq__barrageClose:before,.CommentBarrage-module__kqvWMq__barrageClose:after{content:"";background:currentColor;border-radius:1px;width:12px;height:1.5px;position:absolute;top:50%;left:50%}.CommentBarrage-module__kqvWMq__barrageClose:before{transform:translate(-50%,-50%)rotate(45deg)}.CommentBarrage-module__kqvWMq__barrageClose:after{transform:translate(-50%,-50%)rotate(-45deg)}:is(html.dark .CommentBarrage-module__kqvWMq__commentBarrageItem,[data-theme=dark] .CommentBarrage-module__kqvWMq__commentBarrageItem){background:#1e1e1ecc}.CommentBarrage-module__kqvWMq__commentBarrageItem:hover{border:var(--style-border-hover);box-shadow:var(--anzhiyu-shadow-main)}.CommentBarrage-module__kqvWMq__barrageContent{color:var(--anzhiyu-fontcolor);text-decoration:none}.CommentBarrage-module__kqvWMq__barrageContent:hover{color:var(--anzhiyu-main)}.CommentBarrage-module__kqvWMq__barrageHead{border-bottom:var(--style-border);justify-content:space-between;align-items:center;height:30px;padding:0 30px 6px 0;font-size:12px;font-weight:700;line-height:30px;display:flex}.CommentBarrage-module__kqvWMq__barrageTitle{color:var(--anzhiyu-card-bg);background:var(--anzhiyu-fontcolor);border-radius:4px;margin-right:8px;padding:4px;line-height:1;text-decoration:none}.CommentBarrage-module__kqvWMq__barrageBloggerTitle{background:var(--anzhiyu-orange)}.CommentBarrage-module__kqvWMq__barrageAvatar{background:var(--anzhiyu-secondbg);border-radius:50%;width:16px;height:16px;margin:0 4px 0 auto}.CommentBarrage-module__kqvWMq__barrageNick{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.CommentBarrage-module__kqvWMq__barrageContent{cursor:pointer;height:calc(100% - 30px);margin-top:6px;overflow:scroll;font-size:14px!important;font-weight:400!important}.CommentBarrage-module__kqvWMq__barrageContent::-webkit-scrollbar{width:4px;height:0}.CommentBarrage-module__kqvWMq__barrageContent::-webkit-scrollbar-button{display:none}.CommentBarrage-module__kqvWMq__barrageContent p{text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;padding:0;line-height:1.3;display:-webkit-box;overflow:hidden}.CommentBarrage-module__kqvWMq__barrageContent blockquote{color:var(--anzhiyu-secondtext);background-color:var(--anzhiyu-secondbg);border:var(--style-border-always);border-radius:8px;margin:1rem 0;padding:.5rem .8rem}.CommentBarrage-module__kqvWMq__barrageContent blockquote p{margin:0}:is(.CommentBarrage-module__kqvWMq__barrageContent h1,.CommentBarrage-module__kqvWMq__barrageContent h2,.CommentBarrage-module__kqvWMq__barrageContent h3,.CommentBarrage-module__kqvWMq__barrageContent h4){margin:8px 0!important;font-size:14px!important;font-weight:400!important}
@keyframes AuthorInfoCard-module__NwZloG__gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.AuthorInfoCard-module__NwZloG__cardInfo{contain:layout;border:none;border-radius:12px;padding:0;position:relative;overflow:hidden}.AuthorInfoCard-module__NwZloG__cardInfo:before{content:"";background:linear-gradient(-25deg, var(--anzhiyu-main), var(--anzhiyu-main-op-deep), var(--anzhiyu-main), var(--anzhiyu-main-op-deep));will-change:background-position;background-size:400%;width:100%;height:100%;animation:15s infinite AuthorInfoCard-module__NwZloG__gradient;position:absolute;top:0;left:0}.AuthorInfoCard-module__NwZloG__cardContent{height:320px;min-height:320px;padding:1rem 1.2rem;position:relative}.AuthorInfoCard-module__NwZloG__cardInfo:hover .AuthorInfoCard-module__NwZloG__authorInfoAvatar,.AuthorInfoCard-module__NwZloG__cardInfo:hover .AuthorInfoCard-module__NwZloG__authorStatus{opacity:0;transform:scale(0)}.AuthorInfoCard-module__NwZloG__cardInfo:hover .AuthorInfoCard-module__NwZloG__authorInfoDescription{opacity:1}.AuthorInfoCard-module__NwZloG__authorInfoSayhi{width:fit-content;color:var(--anzhiyu-white);text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;background:var(--anzhiyu-white-op);border-radius:12px;margin:auto;padding:2px 8px;font-size:12px;transition:all .3s}.AuthorInfoCard-module__NwZloG__authorInfoSayhi:hover{color:var(--anzhiyu-fontcolor);background:var(--anzhiyu-card-bg);transform:scale(1.15)}.AuthorInfoCard-module__NwZloG__authorInfoSayhi:active{opacity:.8;transform:scale(.8)}.AuthorInfoCard-module__NwZloG__authorInfoAvatar{-webkit-user-select:none;user-select:none;transform-origin:bottom;justify-content:center;width:118px;height:118px;margin:45px auto;transition:all .3s cubic-bezier(.69,.39,0,1.21);display:flex;position:relative}.AuthorInfoCard-module__NwZloG__avatarImg{object-fit:cover;border:var(--style-border-avatar);opacity:0;background:var(--anzhiyu-secondbg);border-radius:50%;width:100%;height:100%;transition:opacity .6s;animation:.6s forwards AuthorInfoCard-module__NwZloG__avatarFadeIn}@keyframes AuthorInfoCard-module__NwZloG__avatarFadeIn{0%{opacity:0}to{opacity:1}}.AuthorInfoCard-module__NwZloG__authorStatus{background-color:var(--anzhiyu-white);border-radius:50%;justify-content:center;align-items:center;width:33px;height:33px;transition:all .3s .2s;display:flex;position:absolute;bottom:2px;right:2px;overflow:hidden;transform:scale(1)}.AuthorInfoCard-module__NwZloG__gStatus{opacity:0;border-radius:0;width:26px;height:26px;transition:opacity .6s;animation:.6s .2s forwards AuthorInfoCard-module__NwZloG__statusFadeIn}@keyframes AuthorInfoCard-module__NwZloG__statusFadeIn{0%{opacity:0}to{opacity:1}}.AuthorInfoCard-module__NwZloG__authorInfoDescription{width:100%;color:var(--anzhiyu-white);opacity:0;padding:1rem 1.2rem;transition:all .3s;position:absolute;top:50px;left:0}.AuthorInfoCard-module__NwZloG__authorInfoDescription div{color:#fffc;text-align:justify;margin:.6rem 0;line-height:1.38}.AuthorInfoCard-module__NwZloG__authorInfoDescription b{color:#fff}.AuthorInfoCard-module__NwZloG__authorInfoBottomGroup{justify-content:space-between;align-items:center;width:100%;display:flex}.AuthorInfoCard-module__NwZloG__authorInfoBottomGroupLeft{text-decoration:none}.AuthorInfoCard-module__NwZloG__authorInfoName{color:var(--anzhiyu-white);text-align:left;margin-top:0;margin-bottom:5px;font-size:20px;font-weight:700;line-height:1}.AuthorInfoCard-module__NwZloG__authorInfoDesc{color:var(--anzhiyu-white);opacity:.6;font-size:12px;line-height:1}.AuthorInfoCard-module__NwZloG__cardInfoSocialIcons{cursor:pointer;flex-flow:wrap;min-width:100px;margin:0;display:flex}.AuthorInfoCard-module__NwZloG__socialIcon{width:40px;height:40px;color:var(--anzhiyu-fontcolor);background:var(--anzhiyu-white-op);cursor:pointer;border-radius:32px;justify-content:center;align-items:center;margin:0 0 0 10px;padding:8px;font-size:1.4em;text-decoration:none;transition:all .3s;display:flex}.AuthorInfoCard-module__NwZloG__socialIcon:hover{color:var(--anzhiyu-main);background:var(--anzhiyu-secondbg);box-shadow:none;transform:scale(1.1)}.AuthorInfoCard-module__NwZloG__socialIcon:hover .AuthorInfoCard-module__NwZloG__socialIconify{color:var(--anzhiyu-main)}.AuthorInfoCard-module__NwZloG__socialIconImg{object-fit:contain;width:24px;height:24px}.AuthorInfoCard-module__NwZloG__socialIconify{width:20px;height:20px;color:var(--anzhiyu-white)}
.CardWechat-module__U6CwlG__cardWechat{cursor:pointer;border:var(--style-border);background:#57bd6a;border-radius:12px;justify-content:center;align-items:center;height:110px;padding:0;transition:border-color .3s;display:flex;position:relative;overflow:hidden}.CardWechat-module__U6CwlG__cardWechat:hover{border:var(--style-border-hover)}.CardWechat-module__U6CwlG__cardWechat:hover:before{opacity:0;transition:all .3s ease-out;top:100%}.CardWechat-module__U6CwlG__cardWechat:before{content:"";background-image:var(--blur-background);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:all .2s cubic-bezier(.45,.04,.43,1.21);position:absolute;top:0;left:0}:is(html.dark .CardWechat-module__U6CwlG__cardWechat,[data-theme=dark] .CardWechat-module__U6CwlG__cardWechat){background-color:#121121}html.dark .CardWechat-module__U6CwlG__cardWechat:before{filter:brightness(.5)saturate(.6)}[data-theme=dark] .CardWechat-module__U6CwlG__cardWechat:before{filter:brightness(.5)saturate(.6)}:is(html.dark .CardWechat-module__U6CwlG__cardWechat .CardWechat-module__U6CwlG__face,[data-theme=dark] .CardWechat-module__U6CwlG__cardWechat .CardWechat-module__U6CwlG__face){filter:brightness(.85)saturate(.9)}.CardWechat-module__U6CwlG__flipWrapper{z-index:1;perspective:1000px;width:235px;height:110px;position:relative}.CardWechat-module__U6CwlG__flipContent{width:100%;height:100%;transform-style:preserve-3d;transition:all .3s cubic-bezier(0,0,0,1.29)}.CardWechat-module__U6CwlG__face{backface-visibility:hidden;background-position:50%;background-repeat:no-repeat;background-size:100%;width:100%;height:100%;position:absolute}.CardWechat-module__U6CwlG__face.CardWechat-module__U6CwlG__back{box-sizing:border-box;background-size:100%;display:block;transform:rotateY(180deg)}.CardWechat-module__U6CwlG__flipWrapper:hover .CardWechat-module__U6CwlG__flipContent{transform:rotateY(180deg)}
@font-face{font-family:UnidreamLED;src:url(https://cdn.cbd.int/anzhiyu-blog@1.1.6/fonts/UnidreamLED.ttf);font-display:swap}@font-face{font-family:ZhuZiAYuanJWD;src:url(https://npm.elemecdn.com/anzhiyu-blog@1.1.6/fonts/ZhuZiAWan.woff2);font-display:swap;font-weight:lighter}@font-face{font-family:qweather-icons;src:url(https://cdn.cbd.int/hexo-butterfly-clock-anzhiyu/lib/fonts/qweather-icons.woff2)format("woff2"),url(https://cdn.cbd.int/hexo-butterfly-clock-anzhiyu/lib/fonts/qweather-icons.woff)format("woff"),url(https://cdn.cbd.int/hexo-butterfly-clock-anzhiyu/lib/fonts/qweather-icons.ttf)format("truetype");font-display:swap}.CardClock-module__6wqvPG__cardClock{background:var(--anzhiyu-card-bg);border:var(--style-border);border-radius:12px;transition:all .3s;position:relative;overflow:hidden}.CardClock-module__6wqvPG__loadingContainer{justify-content:center;align-items:center;height:153px;padding:20px;display:flex}.CardClock-module__6wqvPG__loadingImg{max-width:100%;max-height:120px}.CardClock-module__6wqvPG__cardBackground{z-index:2;border-radius:8px;height:120px;margin:15px}:is(html.dark .CardClock-module__6wqvPG__cardBackground,[data-theme=dark] .CardClock-module__6wqvPG__cardBackground){background-color:#212121}.CardClock-module__6wqvPG__clockContent{width:100%;height:100%}.CardClock-module__6wqvPG__clockInner{flex-direction:column;justify-content:center;width:100%;height:100%;padding:10px;display:flex}.CardClock-module__6wqvPG__clockRow{color:#000;white-space:nowrap;flex-wrap:nowrap;justify-content:space-between;font-family:UnidreamLED;font-weight:400;display:flex}:is(html.dark .CardClock-module__6wqvPG__clockRow,[data-theme=dark] .CardClock-module__6wqvPG__clockRow){color:#fff}.CardClock-module__6wqvPG__clockDate{text-align:left}.CardClock-module__6wqvPG__weather{text-align:center;font-family:ZhuZiAYuanJWD}.CardClock-module__6wqvPG__weatherIcon{vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;font-style:normal;font-weight:400;line-height:1;display:inline-block;font-family:qweather-icons!important}.CardClock-module__6wqvPG__temp{font-family:UnidreamLED!important}.CardClock-module__6wqvPG__clockTime{text-align:center;flex:1;font-family:UnidreamLED;font-size:38px;line-height:1.5}.CardClock-module__6wqvPG__windDir{font-family:ZhuZiAYuanJWD}.CardClock-module__6wqvPG__windIcon{vertical-align:-.125em;font-style:normal;font-weight:400;line-height:1;display:inline-block;font-family:qweather-icons!important}.CardClock-module__6wqvPG__location{text-align:center;font-family:ZhuZiAYuanJWD}.CardClock-module__6wqvPG__period{text-align:right}@media (max-width:992px){.CardClock-module__6wqvPG__cardClock{display:none}}
.CustomSidebarBlocks-module__mzM0ka__customBlock{background:var(--anzhiyu-card-bg);border:var(--style-border);border-radius:12px;padding:1rem;transition:all .3s;position:relative;overflow:hidden}.CustomSidebarBlocks-module__mzM0ka__customBlock:hover{box-shadow:var(--anzhiyu-shadow-main)}.CustomSidebarBlocks-module__mzM0ka__customBlockTitle{color:var(--anzhiyu-fontcolor);border-bottom:1px solid var(--anzhiyu-card-border,var(--border));margin-bottom:12px;padding-bottom:8px;font-size:14px;font-weight:600}.CustomSidebarBlocks-module__mzM0ka__customBlockContent img{max-width:100%;height:auto}@media (max-width:992px){.CustomSidebarBlocks-module__mzM0ka__customBlock{display:none}}
.CardToc-module__y9ORgW__cardToc{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1rem}.CardToc-module__y9ORgW__cardTitle{color:var(--foreground);align-items:center;margin-bottom:.5rem;padding-left:.25rem;font-size:1.1rem;font-weight:600;display:flex}.CardToc-module__y9ORgW__cardTitle svg{margin-right:.5rem;font-size:1.2rem}.CardToc-module__y9ORgW__count{color:var(--muted-foreground);background:var(--muted);border-radius:9999px;margin-left:auto;padding:.125rem .5rem;font-size:.75rem;font-weight:500}.CardToc-module__y9ORgW__tocContainer{max-height:calc(100vh - 200px);position:relative;overflow:hidden auto}.CardToc-module__y9ORgW__tocContainer::-webkit-scrollbar{width:6px;height:6px}.CardToc-module__y9ORgW__tocContainer::-webkit-scrollbar-track{background:0 0}.CardToc-module__y9ORgW__tocContainer::-webkit-scrollbar-thumb{background:var(--scrollbar,#3c3c4333);border-radius:3px}.CardToc-module__y9ORgW__tocContainer::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-hover,#3c3c4366)}.CardToc-module__y9ORgW__tocContainer:hover .CardToc-module__y9ORgW__tocItem{filter:blur();opacity:1}.CardToc-module__y9ORgW__tocList{z-index:1;flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex;position:relative}.CardToc-module__y9ORgW__tocItem{color:var(--muted-foreground);cursor:pointer;border-radius:8px;align-items:center;padding:8px 8px 8px 12px;line-height:1.5;transition:color .2s ease-out,background-color .2s ease-out,font-size .2s ease-out,filter .2s ease-out,opacity .2s ease-out;display:flex;position:relative;overflow:hidden}.CardToc-module__y9ORgW__tocItem:not(.CardToc-module__y9ORgW__active){cursor:pointer;filter:blur(1px);opacity:.6;width:100%}.CardToc-module__y9ORgW__tocItem:hover{color:var(--primary);background-color:var(--primary-op-light)}.CardToc-module__y9ORgW__tocItem.CardToc-module__y9ORgW__active{color:var(--primary);background-color:var(--primary-op-light);font-weight:600}.CardToc-module__y9ORgW__tocText{text-overflow:ellipsis;white-space:nowrap;transition:transform .2s ease-out;display:block;overflow:hidden}.CardToc-module__y9ORgW__indicator{z-index:2;background-color:var(--primary);opacity:0;pointer-events:none;border-radius:4px;width:4px;transition:top .2s cubic-bezier(0,1,.5,1),height .2s cubic-bezier(0,1,.5,1),opacity .2s ease-in-out;position:absolute;top:0;left:0}.CardToc-module__y9ORgW__tocItem[data-level="1"]{padding-left:.8rem;font-size:.95rem}.CardToc-module__y9ORgW__tocItem[data-level="1"].CardToc-module__y9ORgW__active{font-size:1.1rem}.CardToc-module__y9ORgW__tocItem[data-level="2"]{padding-left:1.6rem;font-size:.9rem}.CardToc-module__y9ORgW__tocItem[data-level="2"].CardToc-module__y9ORgW__active{font-size:1.05rem}.CardToc-module__y9ORgW__tocItem[data-level="3"]{padding-left:2.4rem;font-size:.85rem}.CardToc-module__y9ORgW__tocItem[data-level="3"].CardToc-module__y9ORgW__active{font-size:1rem}.CardToc-module__y9ORgW__tocItem[data-level="4"]{padding-left:3.2rem;font-size:.8rem}.CardToc-module__y9ORgW__tocItem[data-level="4"].CardToc-module__y9ORgW__active{font-size:.95rem}.CardToc-module__y9ORgW__tocItem[data-level="5"]{padding-left:4rem;font-size:.75rem}.CardToc-module__y9ORgW__tocItem[data-level="5"].CardToc-module__y9ORgW__active{font-size:.9rem}.CardToc-module__y9ORgW__tocItem[data-level="6"]{padding-left:4.8rem;font-size:.7rem}.CardToc-module__y9ORgW__tocItem[data-level="6"].CardToc-module__y9ORgW__active{font-size:.85rem}@media (max-width:992px){.CardToc-module__y9ORgW__cardToc{display:none}}
.CardSeriesPost-module__-_dQ6G__cardSeriesPost{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1rem;box-shadow:0 1px 3px #0000000d}.CardSeriesPost-module__-_dQ6G__cardTitle{color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:flex}.CardSeriesPost-module__-_dQ6G__cardTitle svg{color:var(--primary);font-size:1rem}.CardSeriesPost-module__-_dQ6G__count{color:var(--muted-foreground);background:var(--muted);border-radius:9999px;margin-left:auto;padding:.125rem .5rem;font-size:.75rem;font-weight:500}.CardSeriesPost-module__-_dQ6G__listContainer{position:relative}.CardSeriesPost-module__-_dQ6G__listContainer.CardSeriesPost-module__-_dQ6G__overflow{max-height:25.75rem;overflow:hidden}.CardSeriesPost-module__-_dQ6G__articleList{flex-direction:column;gap:.75rem;display:flex}.CardSeriesPost-module__-_dQ6G__articleItem{background:0 0;border-radius:8px;gap:.75rem;padding:.5rem;text-decoration:none;transition:all .2s;display:flex}.CardSeriesPost-module__-_dQ6G__articleItem:hover{background:var(--muted)}.CardSeriesPost-module__-_dQ6G__articleItem:hover .CardSeriesPost-module__-_dQ6G__coverImage{transform:scale(1.05)}.CardSeriesPost-module__-_dQ6G__cover{border-radius:8px;flex-shrink:0;width:4rem;height:4rem;position:relative;overflow:hidden}.CardSeriesPost-module__-_dQ6G__coverImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.CardSeriesPost-module__-_dQ6G__info{flex-direction:column;flex:1;justify-content:center;gap:.25rem;min-width:0;display:flex}.CardSeriesPost-module__-_dQ6G__title{color:var(--foreground);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.CardSeriesPost-module__-_dQ6G__date{color:var(--muted-foreground);font-size:.75rem}.CardSeriesPost-module__-_dQ6G__overflowMask{pointer-events:none;background:linear-gradient(to bottom, transparent 0%, var(--card) 100%);height:80px;position:absolute;bottom:0;left:0;right:0}.CardSeriesPost-module__-_dQ6G__moreLink{width:100%;color:var(--primary);background:var(--primary-op);border-radius:8px;justify-content:center;align-items:center;gap:.25rem;margin-top:.75rem;padding:.5rem;font-size:.8125rem;text-decoration:none;transition:all .2s;display:flex}.CardSeriesPost-module__-_dQ6G__moreLink:hover{background:var(--primary);color:#fff}.CardSeriesPost-module__-_dQ6G__moreLink svg{font-size:.75rem;transition:transform .2s}.CardSeriesPost-module__-_dQ6G__moreLink:hover svg{transform:translate(2px)}@media (max-width:992px){.CardSeriesPost-module__-_dQ6G__cardSeriesPost{display:none}}
.CardRecentPost-module__XRa0Nq__cardRecentPost{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1rem;box-shadow:0 1px 3px #0000000d}.CardRecentPost-module__XRa0Nq__cardTitle{color:var(--foreground);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:flex}.CardRecentPost-module__XRa0Nq__cardTitle svg{color:var(--primary);font-size:1rem}.CardRecentPost-module__XRa0Nq__articleList{flex-direction:column;gap:.75rem;display:flex}.CardRecentPost-module__XRa0Nq__articleItem{background:0 0;border-radius:8px;gap:.75rem;padding:.5rem;text-decoration:none;transition:all .2s;display:flex}.CardRecentPost-module__XRa0Nq__articleItem:hover{background:var(--muted)}.CardRecentPost-module__XRa0Nq__articleItem:hover .CardRecentPost-module__XRa0Nq__coverImage{transform:scale(1.1)}.CardRecentPost-module__XRa0Nq__cover{border-radius:8px;flex-shrink:0;width:4rem;height:4rem;position:relative;overflow:hidden}.CardRecentPost-module__XRa0Nq__coverImage{object-fit:cover;width:100%;height:100%;transition:transform .3s}.CardRecentPost-module__XRa0Nq__info{flex-direction:column;flex:1;justify-content:center;gap:.25rem;min-width:0;display:flex}.CardRecentPost-module__XRa0Nq__title{color:var(--foreground);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.CardRecentPost-module__XRa0Nq__date{color:var(--muted-foreground);font-size:.75rem}@media (max-width:992px){.CardRecentPost-module__XRa0Nq__cardRecentPost{display:none}}
.BannerCard-module__h0ml0q__bannerCard{color:#fff;background-color:var(--primary,#425aef);background-image:linear-gradient(-45deg, var(--primary,#425aef), #0f4667, #2a6973 150%, #67044d);background-position:0 28%;background-repeat:no-repeat;background-size:400%;border-radius:12px;width:100%;position:relative;overflow:hidden}.BannerCard-module__h0ml0q__bannerInner{width:100%;height:100%;padding:2rem;display:flex;position:relative}.BannerCard-module__h0ml0q__bannerInner:before{z-index:1;content:"";background:#0006;position:absolute;inset:0}.BannerCard-module__h0ml0q__bannerContent{z-index:2;text-align:left;flex-direction:column;justify-content:space-between;width:100%;display:flex;position:relative}.BannerCard-module__h0ml0q__bannerTips{opacity:.8;margin-bottom:.5rem;font-size:.75rem;font-weight:500}.BannerCard-module__h0ml0q__bannerTitle{margin-bottom:1rem;font-size:2.25rem;font-weight:700;line-height:1.2;display:block}.BannerCard-module__h0ml0q__bannerBottom{justify-content:space-between;align-items:center;display:flex}.BannerCard-module__h0ml0q__bannerDesc{opacity:.9;font-size:.875rem;line-height:1.5}.BannerCard-module__h0ml0q__bannerButton{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:25px;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.BannerCard-module__h0ml0q__bannerButtonIcon{flex-shrink:0}.BannerCard-module__h0ml0q__bannerButton:hover{background:#ffffff4d;box-shadow:0 4px 12px #0003}@media (max-width:768px){.BannerCard-module__h0ml0q__bannerInner{padding:1.5rem}.BannerCard-module__h0ml0q__bannerTitle{font-size:1.5rem}}
.PostSidebar-module__NRIvLq__postSidebar{flex-direction:column;gap:.625rem;width:300px;min-width:300px;animation:.6s .1s backwards PostSidebar-module__NRIvLq__slideIn;display:flex}@keyframes PostSidebar-module__NRIvLq__slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.PostSidebar-module__NRIvLq__stickyContainer{flex-direction:column;gap:.625rem;display:flex;position:sticky;top:calc(60px + .625rem)}@media (max-width:992px){.PostSidebar-module__NRIvLq__postSidebar{display:none}}
.user-center-module__bZJORW__container{max-width:1200px;min-height:calc(100vh - 200px);margin:0 auto;padding:2rem 1rem}.user-center-module__bZJORW__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.user-center-module__bZJORW__spinner{border:4px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:50px;height:50px;animation:1s linear infinite user-center-module__bZJORW__spin}@keyframes user-center-module__bZJORW__spin{to{transform:rotate(360deg)}}.user-center-module__bZJORW__loadingText{color:var(--muted-foreground);font-size:.95rem}.user-center-module__bZJORW__notLoggedIn{justify-content:center;align-items:center;min-height:60vh;display:flex}.user-center-module__bZJORW__emptyState{text-align:center;background:var(--card);border-radius:20px;padding:3rem;box-shadow:0 8px 24px #00000014}.user-center-module__bZJORW__emptyIcon{color:var(--primary);margin-bottom:1.5rem;font-size:4rem}.user-center-module__bZJORW__emptyTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.user-center-module__bZJORW__emptyDesc{color:var(--muted-foreground);margin-bottom:2rem}.user-center-module__bZJORW__homeBtn{color:#fff;cursor:pointer;background:var(--primary);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.user-center-module__bZJORW__homeBtn:hover{filter:brightness(1.1)}.user-center-module__bZJORW__content{flex-direction:column;gap:2rem;display:flex}.user-center-module__bZJORW__profileCard{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:2.5rem;transition:all .3s}.user-center-module__bZJORW__profileHeader{align-items:flex-start;gap:2rem;display:flex}.user-center-module__bZJORW__avatarSection{flex-shrink:0;position:relative}.user-center-module__bZJORW__avatarWrapper{cursor:pointer;background:var(--background);border-radius:50%;width:120px;height:120px;padding:4px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000026}.user-center-module__bZJORW__avatarWrapper:hover{transform:scale(1.05);box-shadow:0 12px 32px #0003}.user-center-module__bZJORW__avatarWrapper:hover .user-center-module__bZJORW__avatarOverlay{opacity:1}.user-center-module__bZJORW__avatar{object-fit:cover;border-radius:50%;width:100%;height:100%}.user-center-module__bZJORW__avatarOverlay{opacity:0;background:#00000080;border-radius:50%;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.user-center-module__bZJORW__avatarOverlay svg{color:#fff;width:2rem;height:2rem}.user-center-module__bZJORW__userInfo{flex:1;min-width:0}.user-center-module__bZJORW__nickname{color:var(--foreground);margin-bottom:.75rem;font-size:2rem;font-weight:700}.user-center-module__bZJORW__metaRow{flex-wrap:wrap;gap:1rem;margin-bottom:.75rem;display:flex}.user-center-module__bZJORW__metaTag{color:var(--muted-foreground);background:var(--muted);border-radius:12px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.9rem;transition:all .3s;display:inline-flex}.user-center-module__bZJORW__metaTag:hover{color:var(--foreground)}.user-center-module__bZJORW__email{color:var(--muted-foreground);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.95rem;display:flex}.user-center-module__bZJORW__badges{flex-wrap:wrap;gap:.5rem;display:flex}.user-center-module__bZJORW__badge{color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary));border-radius:20px;padding:.35rem 1rem;font-size:.85rem;font-weight:600;box-shadow:0 4px 12px #0000001a}.user-center-module__bZJORW__actionCards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.user-center-module__bZJORW__actionCard{cursor:pointer;background:var(--card);border:1px solid var(--border);border-radius:16px;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.user-center-module__bZJORW__actionCard:hover{color:#fff;background:var(--primary);border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.user-center-module__bZJORW__actionCard:hover .user-center-module__bZJORW__actionIcon{color:#fff;background:#fff3}.user-center-module__bZJORW__actionCard:hover .user-center-module__bZJORW__actionTitle{color:#fff}.user-center-module__bZJORW__actionCard:hover .user-center-module__bZJORW__actionDesc{color:#fffc}.user-center-module__bZJORW__actionCard:hover .user-center-module__bZJORW__actionArrow{color:#fff;transform:translate(2px)}.user-center-module__bZJORW__actionIcon{width:60px;height:60px;color:var(--foreground);background:var(--muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.user-center-module__bZJORW__actionIcon svg{width:1.75rem;height:1.75rem}.user-center-module__bZJORW__actionContent{flex:1;min-width:0}.user-center-module__bZJORW__actionTitle{color:var(--foreground);font-size:1.1rem;font-weight:600;transition:color .3s}.user-center-module__bZJORW__actionDesc{color:var(--muted-foreground);font-size:.9rem;transition:color .3s}.user-center-module__bZJORW__actionArrow{width:20px;height:20px;color:var(--muted-foreground);flex-shrink:0;transition:all .3s}.user-center-module__bZJORW__actionCard.user-center-module__bZJORW__danger:hover{background:linear-gradient(135deg,#ff6b6b 0%,#ee5a52 100%);border-color:#0000}.user-center-module__bZJORW__actionCard.user-center-module__bZJORW__danger:hover .user-center-module__bZJORW__actionIcon{color:#fff;background:#fff3}.user-center-module__bZJORW__dialogOverlay{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;justify-content:center;align-items:center;animation:.2s ease-out user-center-module__bZJORW__fadeIn;display:flex;position:fixed;inset:0}@keyframes user-center-module__bZJORW__fadeIn{0%{opacity:0}to{opacity:1}}.user-center-module__bZJORW__dialogPanel{background:var(--card);border-radius:20px;width:90%;max-width:480px;max-height:90vh;animation:.25s ease-out user-center-module__bZJORW__slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@keyframes user-center-module__bZJORW__slideUp{0%{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.user-center-module__bZJORW__dialogClose{z-index:10;width:2rem;height:2rem;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.user-center-module__bZJORW__dialogClose:hover{color:#fff;background:var(--primary)}.user-center-module__bZJORW__dialogClose svg{width:1.25rem;height:1.25rem}.user-center-module__bZJORW__dialogHeader{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:2rem 2rem 1.5rem;display:flex}.user-center-module__bZJORW__dialogHeaderIcon{color:var(--primary);font-size:1.75rem}.user-center-module__bZJORW__dialogHeaderIcon svg{width:1.75rem;height:1.75rem}.user-center-module__bZJORW__dialogTitle{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:700}.user-center-module__bZJORW__dialogBody{padding:2rem}.user-center-module__bZJORW__dialogFooter{background:var(--background);border-top:1px solid var(--border);border-radius:0 0 20px 20px;gap:.75rem;padding:1.5rem 2rem;display:flex}.user-center-module__bZJORW__formGroup{margin-bottom:1.25rem}.user-center-module__bZJORW__formLabel{color:var(--foreground);margin-bottom:.4rem;font-size:.9rem;font-weight:600;display:block}.user-center-module__bZJORW__formInput{width:100%;color:var(--foreground);background:var(--background);border:1px solid var(--border);box-sizing:border-box;border-radius:10px;outline:none;padding:.65rem .85rem;font-size:.9rem;transition:border-color .2s}.user-center-module__bZJORW__formInput:focus{border-color:var(--primary)}.user-center-module__bZJORW__formInput:disabled{cursor:not-allowed;opacity:.6}.user-center-module__bZJORW__formTip{color:var(--muted-foreground);margin-top:.5rem;font-size:.85rem;display:block}.user-center-module__bZJORW__formError{color:var(--destructive,var(--anzhiyu-red,#d80020));margin-top:.35rem;font-size:.8rem;display:block}.user-center-module__bZJORW__btnSecondary{color:var(--foreground);cursor:pointer;background:var(--muted);border:none;border-radius:12px;flex:1;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.user-center-module__bZJORW__btnSecondary:hover{background:var(--card)}.user-center-module__bZJORW__btnPrimary{color:#fff;cursor:pointer;background:var(--foreground);border:none;border-radius:12px;flex:1;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.user-center-module__bZJORW__btnPrimary:hover:not(:disabled){filter:brightness(1.1)}.user-center-module__bZJORW__btnPrimary:active:not(:disabled){filter:brightness(.95)}.user-center-module__bZJORW__btnPrimary:disabled{color:var(--muted-foreground);cursor:not-allowed;background:var(--muted);opacity:.6}.user-center-module__bZJORW__passwordTips{background:var(--background);border-radius:12px;margin-top:1.5rem;padding:1rem}.user-center-module__bZJORW__passwordTips p{color:var(--foreground);margin:0 0 .5rem;font-size:.9rem;font-weight:600}.user-center-module__bZJORW__passwordTips ul{margin:0;padding-left:1.5rem}.user-center-module__bZJORW__passwordTips li{color:var(--muted-foreground);margin-bottom:.25rem;font-size:.85rem}.user-center-module__bZJORW__settingRow{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.user-center-module__bZJORW__settingInfo{flex:1}.user-center-module__bZJORW__settingLabel{color:var(--foreground);font-size:.95rem;font-weight:600}.user-center-module__bZJORW__settingDesc{color:var(--muted-foreground);font-size:.8rem}.user-center-module__bZJORW__settingAlert{color:var(--primary);background:color-mix(in srgb, var(--primary) 8%, transparent);border-radius:10px;margin-bottom:1.25rem;padding:.85rem 1rem;font-size:.85rem;line-height:1.6}.user-center-module__bZJORW__toggle{flex-shrink:0;width:44px;height:24px;display:inline-block;position:relative}.user-center-module__bZJORW__toggle input{opacity:0;width:0;height:0}.user-center-module__bZJORW__toggleSlider{cursor:pointer;background:var(--muted);border-radius:24px;transition:background .3s;position:absolute;inset:0}.user-center-module__bZJORW__toggleSlider:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .3s;position:absolute;bottom:3px;left:3px;box-shadow:0 1px 3px #00000026}.user-center-module__bZJORW__toggle input:checked+.user-center-module__bZJORW__toggleSlider{background:var(--primary)}.user-center-module__bZJORW__toggle input:checked+.user-center-module__bZJORW__toggleSlider:before{transform:translate(20px)}.user-center-module__bZJORW__memberCenterCard{background:var(--card);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.user-center-module__bZJORW__memberCenterCardCompact{background:0 0;border:none;border-radius:0;gap:1rem;padding:0}.user-center-module__bZJORW__memberCenterCardCompact .user-center-module__bZJORW__memberCenterHero{background:linear-gradient(135deg, color-mix(in srgb, #f2c66d 14%, var(--card)) 0%, var(--card) 62%), var(--card);border:1px solid color-mix(in srgb, #f2c66d 24%, var(--border));border-radius:16px;padding:1rem 1rem .95rem}.user-center-module__bZJORW__memberCenterHero{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.user-center-module__bZJORW__memberCenterEyebrow{color:var(--primary);margin:0 0 .5rem;font-size:.9rem;font-weight:600}.user-center-module__bZJORW__memberCenterTitle{color:var(--foreground);margin:0;font-size:1.6rem;font-weight:700}.user-center-module__bZJORW__memberCenterMeta{color:var(--muted-foreground);margin:.5rem 0 0}.user-center-module__bZJORW__memberCenterBadge{color:#fff;white-space:nowrap;background:linear-gradient(135deg, var(--primary), var(--primary));border-radius:999px;justify-content:center;align-items:center;padding:.65rem 1rem;font-size:.9rem;font-weight:700;display:inline-flex}.user-center-module__bZJORW__memberCenterCardCompact .user-center-module__bZJORW__memberCenterEyebrow{margin-bottom:.35rem;font-size:.82rem}.user-center-module__bZJORW__memberCenterCardCompact .user-center-module__bZJORW__memberCenterTitle{color:color-mix(in srgb, var(--foreground) 92%, #7a5a16);font-size:1.18rem;font-weight:650}.user-center-module__bZJORW__memberCenterCardCompact .user-center-module__bZJORW__memberCenterMeta{color:color-mix(in srgb, var(--muted-foreground) 80%, #8b6b28);margin-top:.35rem;font-size:.9rem}.user-center-module__bZJORW__memberCenterCardCompact .user-center-module__bZJORW__memberCenterBadge{color:#6e4d12;background:linear-gradient(135deg,#f8ddb1,#f3c86a);padding:.45rem .8rem;font-size:.82rem;box-shadow:0 8px 20px #f3c86a2e}.user-center-module__bZJORW__memberPendingNotice{color:var(--foreground);background:var(--muted);border:1px solid var(--border);border-radius:16px;padding:1rem 1.25rem}.user-center-module__bZJORW__memberCenterError{color:#b42318;background:color-mix(in srgb, #b42318 8%, var(--card));border:1px solid color-mix(in srgb, #b42318 20%, var(--border));border-radius:16px;padding:1rem 1.25rem}.user-center-module__bZJORW__memberBenefitsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.user-center-module__bZJORW__memberBenefitCard{background:var(--muted);border:1px solid var(--border);border-radius:16px;padding:1.25rem}.user-center-module__bZJORW__memberCenterCardCompact .user-center-module__bZJORW__memberBenefitsGrid{gap:.75rem}.user-center-module__bZJORW__memberCenterCardCompact .user-center-module__bZJORW__memberBenefitCard{background:var(--card);box-shadow:none;border-radius:14px;padding:.95rem 1rem}.user-center-module__bZJORW__memberCenterCardCompact .user-center-module__bZJORW__memberBenefitTitle,.user-center-module__bZJORW__memberCenterCardCompact .user-center-module__bZJORW__memberSectionTitle,.user-center-module__bZJORW__memberCenterCardCompact .user-center-module__bZJORW__memberOrderNo{color:color-mix(in srgb, var(--foreground) 94%, #76581f)}.user-center-module__bZJORW__memberCenterCardCompact .user-center-module__bZJORW__memberBenefitDescription,.user-center-module__bZJORW__memberCenterCardCompact .user-center-module__bZJORW__memberOrderMeta,.user-center-module__bZJORW__memberCenterCardCompact .user-center-module__bZJORW__memberOrdersEmpty{color:color-mix(in srgb, var(--muted-foreground) 92%, #7e6a3f)}.user-center-module__bZJORW__memberBenefitTitle{color:var(--foreground);margin:0 0 .5rem;font-size:1rem;font-weight:600}.user-center-module__bZJORW__memberBenefitDescription{color:var(--muted-foreground);margin:0;line-height:1.7}.user-center-module__bZJORW__memberOrdersCard{background:var(--muted);border:1px solid var(--border);border-radius:18px;padding:1.5rem}.user-center-module__bZJORW__memberCenterCardCompact .user-center-module__bZJORW__memberOrdersCard{background:var(--card);box-shadow:none;border-radius:14px;padding:1rem 1rem .9rem}.user-center-module__bZJORW__memberSectionHeader{margin-bottom:1rem}.user-center-module__bZJORW__memberSectionTitle{color:var(--foreground);margin:0;font-size:1.05rem;font-weight:700}.user-center-module__bZJORW__memberOrdersList{gap:.75rem;display:grid}.user-center-module__bZJORW__memberOrderItem{border:none;border-bottom:1px solid var(--border);cursor:pointer;text-align:left;background:0 0;border-radius:0;grid-template:"title amount""meta status"/minmax(0,1fr) auto;align-content:start;align-items:start;gap:.18rem 1rem;width:100%;padding:1rem 0;font-family:inherit;transition:background-color .2s;display:grid}.user-center-module__bZJORW__memberOrderItem:hover{background:0 0}.user-center-module__bZJORW__memberOrderItemCompact{padding:.8rem 0}.user-center-module__bZJORW__memberOrderItemTopAligned{align-items:start}.user-center-module__bZJORW__memberOrderItem:last-child{border-bottom:none;padding-bottom:0}.user-center-module__bZJORW__memberOrderSummaryTitle{min-width:0;color:var(--foreground);grid-area:title;align-self:start;font-size:.98rem;font-weight:600;line-height:1.2}.user-center-module__bZJORW__memberOrderTypeTag{color:#8a5a00;background:linear-gradient(135deg,#fff3bf,#f9d879);border-radius:999px;margin-bottom:.35rem;padding:.2rem .6rem;font-size:.78rem;font-weight:700;display:inline-block}.user-center-module__bZJORW__memberOrderMeta{color:var(--muted-foreground);grid-area:meta;align-self:start;font-size:.9rem;line-height:1.2}.user-center-module__bZJORW__memberOrderAmount{color:#6e4d12;text-align:right;grid-area:amount;align-self:start;font-size:1rem;font-weight:700;line-height:1.2}.user-center-module__bZJORW__memberOrderStatusBadge{white-space:nowrap;border-radius:999px;grid-area:status;justify-content:center;place-self:start end;align-items:center;padding:.2rem .55rem;font-size:.78rem;font-weight:700;line-height:1.1;display:inline-flex}.user-center-module__bZJORW__memberOrderStatusPaid{color:#116329;background:#e0f7e8}.user-center-module__bZJORW__memberOrderStatusPending{color:#8a5a00;background:#fdf2d7}.user-center-module__bZJORW__memberOrderStatusNeutral{color:var(--muted-foreground);background:var(--muted)}.user-center-module__bZJORW__memberOrdersEmpty{color:var(--muted-foreground)}.user-center-module__bZJORW__memberOrderDetail{flex-direction:column;gap:1rem;display:flex}.user-center-module__bZJORW__memberOrderDetailBack{color:var(--primary);cursor:pointer;border:1px solid var(--border);background:0 0;border-radius:8px;align-items:center;gap:.35rem;width:fit-content;padding:.4rem .75rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.user-center-module__bZJORW__memberOrderDetailBack:hover{background:var(--muted)}.user-center-module__bZJORW__memberOrderDetailGrid{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.user-center-module__bZJORW__memberOrderDetailRow{justify-content:space-between;align-items:center;gap:1rem;display:flex}.user-center-module__bZJORW__memberOrderDetailLabel{color:var(--muted-foreground);font-size:.9rem}.user-center-module__bZJORW__memberOrderDetailValue{color:var(--foreground);text-align:right;font-size:.9rem;font-weight:600}.user-center-module__bZJORW__memberOrderRefreshButton{color:#fff;cursor:pointer;background:var(--primary);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;width:fit-content;padding:.65rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.user-center-module__bZJORW__memberOrderRefreshButton:hover:not(:disabled){filter:brightness(1.08)}.user-center-module__bZJORW__memberOrderRefreshButton:disabled{opacity:.6;cursor:not-allowed}.user-center-module__bZJORW__spinning{animation:1s linear infinite user-center-module__bZJORW__spin}.user-center-module__bZJORW__memberPrimaryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg, var(--primary), var(--primary));border:none;border-radius:14px;justify-content:center;align-items:center;width:100%;min-height:52px;padding:.9rem 1.2rem;font-size:1rem;font-weight:700;transition:filter .2s,transform .2s;display:inline-flex}.user-center-module__bZJORW__memberPrimaryButtonCompact{color:#6b4b10;background:linear-gradient(135deg,#f9d879,#f4c24a);border-radius:999px;width:100%;min-height:48px;padding:.82rem 1.1rem;font-size:.98rem;box-shadow:0 10px 24px #f0b93a38}.user-center-module__bZJORW__memberPrimaryButtonCompact:hover{filter:brightness(1.04)}.user-center-module__bZJORW__memberPrimaryButton:hover{filter:brightness(1.08);transform:translateY(-1px)}.user-center-module__bZJORW__memberPurchaseDialogBody{flex-direction:column;gap:.85rem;display:flex}.user-center-module__bZJORW__memberPurchaseDialogLead{color:var(--foreground);margin:0;font-size:1rem;font-weight:600}.user-center-module__bZJORW__memberPurchaseDialogHint{color:var(--muted-foreground);margin:0;line-height:1.8}.user-center-module__bZJORW__memberPurchaseDialogAction{color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary));border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-width:120px;padding:.65rem 1rem;font-weight:700;display:inline-flex}.user-center-module__bZJORW__memberPurchasePanel{max-width:680px}.user-center-module__bZJORW__memberPurchaseContent{padding-top:14px}.user-center-module__bZJORW__memberPurchaseLayout{flex-direction:column;gap:.95rem;display:flex}.user-center-module__bZJORW__memberPurchaseHero{background:radial-gradient(circle at top left, #f8db7e3d, transparent 42%), linear-gradient(180deg, color-mix(in srgb, var(--card) 92%, #f4d06f 8%), var(--card));border:1px solid color-mix(in srgb, var(--border) 72%, #f4d06f 28%);border-radius:18px;align-items:center;gap:.9rem;padding:.78rem .95rem;display:flex}.user-center-module__bZJORW__memberPurchaseHeroCopy{flex-direction:column;flex:1;gap:.14rem;display:flex}.user-center-module__bZJORW__memberPurchaseHeroLabel{letter-spacing:.04em;color:var(--muted-foreground);margin:0;font-size:.76rem;font-weight:700}.user-center-module__bZJORW__memberPurchaseLead{color:var(--foreground);margin:0;font-size:.98rem;font-weight:700}.user-center-module__bZJORW__memberPurchaseHeroDescription{color:var(--muted-foreground);margin:0;font-size:.84rem;line-height:1.4}.user-center-module__bZJORW__memberPurchaseTagPlaceholder{visibility:hidden}.user-center-module__bZJORW__memberPurchaseSection{flex-direction:column;gap:.65rem;display:flex}.user-center-module__bZJORW__memberPurchaseSectionHead{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.user-center-module__bZJORW__memberPurchaseSectionLabel{color:var(--foreground);font-size:.9rem;font-weight:700}.user-center-module__bZJORW__memberPurchaseSectionHint{color:var(--muted-foreground);font-size:.8rem}.user-center-module__bZJORW__memberPurchaseHint,.user-center-module__bZJORW__memberPurchaseError,.user-center-module__bZJORW__memberPurchaseResult{border-radius:14px;padding:.9rem 1rem;font-size:.95rem}.user-center-module__bZJORW__memberPurchaseHint{color:var(--muted-foreground);background:color-mix(in srgb, var(--card) 84%, var(--foreground) 4%)}.user-center-module__bZJORW__memberPurchaseError{color:#b42318;background:color-mix(in srgb, #fef3f2 82%, var(--card) 18%)}.user-center-module__bZJORW__memberPurchaseResult{color:var(--foreground);background:color-mix(in srgb, var(--primary) 10%, var(--card) 90%)}.user-center-module__bZJORW__memberPurchaseTypeGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.user-center-module__bZJORW__memberPurchaseTypeCard,.user-center-module__bZJORW__memberPurchaseOptionCard,.user-center-module__bZJORW__memberPurchasePaymentButton{text-align:left;cursor:pointer;background:var(--card);border:1px solid color-mix(in srgb, var(--border) 88%, transparent);width:100%;transition:border-color .2s,transform .2s,box-shadow .2s}.user-center-module__bZJORW__memberPurchaseTypeCard{border-radius:16px;flex-direction:column;justify-content:center;min-height:64px;padding:.85rem .95rem;display:flex}.user-center-module__bZJORW__memberPurchaseTypeCardActive,.user-center-module__bZJORW__memberPurchaseOptionCardActive,.user-center-module__bZJORW__memberPurchasePaymentButtonActive{border-color:color-mix(in srgb, var(--primary) 58%, var(--border) 42%);transform:translateY(-1px);box-shadow:0 12px 28px #1f6feb1a}.user-center-module__bZJORW__memberPurchaseTypeName{color:var(--foreground);font-size:.96rem;font-weight:700}.user-center-module__bZJORW__memberPurchaseOptionList{flex-direction:column;gap:.65rem;display:flex}.user-center-module__bZJORW__memberPurchaseOptionCard{border-radius:18px;justify-content:space-between;align-items:center;gap:.85rem;padding:.82rem .95rem;display:flex}.user-center-module__bZJORW__memberPurchaseOptionMain{flex-direction:column;gap:.08rem;display:flex}.user-center-module__bZJORW__memberPurchaseOptionTitle{color:var(--foreground);font-weight:700}.user-center-module__bZJORW__memberPurchaseOptionDescription{color:var(--muted-foreground);margin-top:.18rem;font-size:.86rem}.user-center-module__bZJORW__memberPurchaseOptionPriceWrap{flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:.18rem;min-width:96px;min-height:64px;display:flex}.user-center-module__bZJORW__memberPurchaseOptionTag{color:#8a5a00;background:linear-gradient(135deg,#fff3bf,#f9d879);border-radius:999px;min-height:1.38rem;padding:.16rem .48rem;font-size:.7rem;font-weight:700}.user-center-module__bZJORW__memberPurchaseOptionPrice{font-variant-numeric:tabular-nums;color:var(--foreground);font-size:1.06rem;font-weight:800}.user-center-module__bZJORW__memberPurchaseOptionOriginal{font-variant-numeric:tabular-nums;color:var(--muted-foreground);font-size:.8rem;text-decoration:line-through}.user-center-module__bZJORW__memberPurchasePaymentRow{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;display:grid}.user-center-module__bZJORW__memberPurchaseRenewSection{flex-direction:column;gap:.55rem;display:flex}.user-center-module__bZJORW__memberPurchaseRenewToggle{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:.25rem 0;display:flex}.user-center-module__bZJORW__memberPurchasePaymentButton{border-radius:14px;justify-content:center;align-items:center;gap:.55rem;min-height:48px;padding:.8rem .9rem;font-size:.96rem;font-weight:700;display:inline-flex}.user-center-module__bZJORW__memberPurchasePaymentIcon{width:1.55rem;height:1.55rem;color:var(--foreground);background:color-mix(in srgb, var(--card) 70%, var(--foreground) 8%);border-radius:999px;justify-content:center;align-items:center;font-size:.78rem;font-weight:800;display:inline-flex}.user-center-module__bZJORW__memberPurchaseCardForm{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.user-center-module__bZJORW__memberPurchaseField{color:var(--foreground);flex-direction:column;gap:.45rem;font-size:.92rem;display:flex}.user-center-module__bZJORW__memberPurchaseField input{width:100%;min-height:46px;color:var(--foreground);background:var(--card);border:1px solid color-mix(in srgb, var(--border) 88%, transparent);border-radius:14px;outline:none;padding:.8rem .9rem}.user-center-module__bZJORW__memberPurchaseField input:focus{border-color:color-mix(in srgb, var(--primary) 58%, var(--border) 42%)}.user-center-module__bZJORW__memberPurchasePaymentPreview{background:color-mix(in srgb, var(--card) 88%, #f8edd0 12%);border:1px solid color-mix(in srgb, var(--border) 78%, #e4c98b 22%);border-radius:18px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.user-center-module__bZJORW__memberPurchasePaymentPreviewHead{flex-direction:column;gap:.35rem;display:flex}.user-center-module__bZJORW__memberPurchaseQRCodeCard{background:#fff;border-radius:16px;justify-content:center;align-items:center;padding:1rem;display:flex}.user-center-module__bZJORW__memberPurchaseQRCodeImage{border-radius:12px;width:min(100%,280px);height:auto}.user-center-module__bZJORW__memberCenterDialogContainer{border-radius:22px;max-width:720px}.user-center-module__bZJORW__memberCenterDialogContent{background:var(--card);padding:1.1rem 1.25rem 1.25rem}.user-center-module__bZJORW__memberCenterPanel{max-width:720px}.user-center-module__bZJORW__memberCenterDialogBody{padding-top:1.1rem;padding-bottom:1.25rem}@media (max-width:768px){.user-center-module__bZJORW__container{padding:1rem}.user-center-module__bZJORW__profileCard{padding:1.5rem}.user-center-module__bZJORW__profileHeader{text-align:center;flex-direction:column;align-items:center}.user-center-module__bZJORW__metaRow,.user-center-module__bZJORW__email,.user-center-module__bZJORW__badges{justify-content:center}.user-center-module__bZJORW__nickname{font-size:1.5rem}.user-center-module__bZJORW__avatarWrapper{width:100px;height:100px}.user-center-module__bZJORW__actionCards{grid-template-columns:1fr;gap:1rem}.user-center-module__bZJORW__actionCard{padding:1.5rem}.user-center-module__bZJORW__dialogPanel{width:95%}.user-center-module__bZJORW__dialogHeader,.user-center-module__bZJORW__dialogBody,.user-center-module__bZJORW__dialogFooter{padding-left:1.5rem;padding-right:1.5rem}.user-center-module__bZJORW__memberCenterCard{padding:1.5rem}.user-center-module__bZJORW__memberCenterCardCompact{padding:0}.user-center-module__bZJORW__memberCenterHero{flex-direction:column}.user-center-module__bZJORW__memberBenefitsGrid{grid-template-columns:1fr}.user-center-module__bZJORW__memberOrderItem{grid-template-columns:1fr;grid-template-areas:"title""amount""meta""status";row-gap:.35rem}.user-center-module__bZJORW__memberOrderAmount,.user-center-module__bZJORW__memberOrderStatusBadge{text-align:left;justify-self:start}.user-center-module__bZJORW__memberPrimaryButtonCompact{width:100%}.user-center-module__bZJORW__memberCenterDialogContent{padding:1rem .9rem 1.1rem}.user-center-module__bZJORW__memberCenterDialogBody{padding-top:1rem;padding-bottom:1.1rem}.user-center-module__bZJORW__memberPurchaseTypeGrid,.user-center-module__bZJORW__memberPurchasePaymentRow,.user-center-module__bZJORW__memberPurchaseCardForm{grid-template-columns:1fr}.user-center-module__bZJORW__memberPurchaseHero,.user-center-module__bZJORW__memberPurchaseSectionHead,.user-center-module__bZJORW__memberPurchaseOptionCard{flex-direction:column;align-items:flex-start}.user-center-module__bZJORW__memberPurchaseOptionPriceWrap{align-items:flex-start}}
.snackbar-module__gajXeW__snackbar{z-index:99999;opacity:0;pointer-events:none;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s;position:fixed;top:0;left:50%;transform:translate(-50%,-100%)}.snackbar-module__gajXeW__snackbar.snackbar-module__gajXeW__show{opacity:1;pointer-events:auto;transform:translate(-50%,12px)}.snackbar-module__gajXeW__snackbar.snackbar-module__gajXeW__exit{opacity:0;pointer-events:none;transform:translate(-50%,-100%)}.snackbar-module__gajXeW__inner{white-space:nowrap;color:#fff;background:#1f1f1f;border-radius:10px;align-items:center;gap:16px;padding:12px 20px;font-size:14px;line-height:1.5;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000040}:is(html.dark .snackbar-module__gajXeW__inner,[data-theme=dark] .snackbar-module__gajXeW__inner){background:#425aef}.snackbar-module__gajXeW__text{flex:1}.snackbar-module__gajXeW__action{color:#fff;cursor:pointer;background:#ffffff2e;border:none;border-radius:6px;flex-shrink:0;padding:4px 12px;font-size:13px;font-weight:600;transition:background .2s}.snackbar-module__gajXeW__action:hover{background:#ffffff4d}.snackbar-module__gajXeW__progress{background:#fff6;border-radius:0 0 10px 10px;width:100%;height:3px;animation:linear forwards snackbar-module__gajXeW__snackbar-progress;position:absolute;bottom:0;left:0}@keyframes snackbar-module__gajXeW__snackbar-progress{0%{width:100%}to{width:0%}}
.ArticleResourcePurchaseDialog-module__WKqRaq__panel{--resource-accent:#3c7a83;--resource-accent-strong:#2c626a;--resource-accent-foreground:#f5fbfc;--resource-accent-soft:#3c7a831a;--resource-accent-border:color-mix(in srgb, var(--border) 44%, #8bbdc4 56%);max-width:560px}html.dark .ArticleResourcePurchaseDialog-module__WKqRaq__panel{--resource-accent:#9fd0d6;--resource-accent-strong:#7fb8c0;--resource-accent-foreground:#16343a;--resource-accent-soft:#9fd0d624;--resource-accent-border:color-mix(in srgb, var(--border) 40%, #7fb8c0 60%)}.ArticleResourcePurchaseDialog-module__WKqRaq__content{padding:0}.ArticleResourcePurchaseDialog-module__WKqRaq__body{padding:24px}.ArticleResourcePurchaseDialog-module__WKqRaq__summaryBlock{gap:10px;margin-bottom:18px;display:grid}.ArticleResourcePurchaseDialog-module__WKqRaq__amountBlock{gap:4px;display:grid}.ArticleResourcePurchaseDialog-module__WKqRaq__amountLabel,.ArticleResourcePurchaseDialog-module__WKqRaq__metaLabel{color:var(--muted-foreground);font-size:13px;font-weight:600}.ArticleResourcePurchaseDialog-module__WKqRaq__title{color:var(--foreground);margin:0;font-size:24px}.ArticleResourcePurchaseDialog-module__WKqRaq__price{color:var(--foreground);font-size:30px;font-weight:700;line-height:1.1}.ArticleResourcePurchaseDialog-module__WKqRaq__methodSection{gap:10px;margin-bottom:16px;display:grid}.ArticleResourcePurchaseDialog-module__WKqRaq__methodHeader{color:var(--foreground);font-size:14px;font-weight:600}.ArticleResourcePurchaseDialog-module__WKqRaq__methodRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.ArticleResourcePurchaseDialog-module__WKqRaq__methodButton,.ArticleResourcePurchaseDialog-module__WKqRaq__createButton{border-radius:12px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-size:14px;font-weight:600;display:inline-flex}.ArticleResourcePurchaseDialog-module__WKqRaq__methodButton{border:1px solid color-mix(in srgb, var(--border) 82%, var(--foreground) 18%);background:color-mix(in srgb, var(--card) 90%, var(--foreground) 4%);color:var(--foreground)}.ArticleResourcePurchaseDialog-module__WKqRaq__methodButtonActive{border-color:var(--resource-accent-border);background:var(--resource-accent-soft);color:var(--resource-accent)}.ArticleResourcePurchaseDialog-module__WKqRaq__createButton{width:100%;color:var(--resource-accent-foreground);background:linear-gradient(135deg, var(--resource-accent), var(--resource-accent-strong))}.ArticleResourcePurchaseDialog-module__WKqRaq__helper,.ArticleResourcePurchaseDialog-module__WKqRaq__footerHelper{color:var(--muted-foreground);font-size:14px}.ArticleResourcePurchaseDialog-module__WKqRaq__refreshButton{min-height:42px;color:var(--resource-accent-foreground);background:linear-gradient(135deg, var(--resource-accent), var(--resource-accent-strong));border-radius:12px;justify-content:center;align-items:center;padding:0 18px;font-size:14px;font-weight:600;display:inline-flex}.ArticleResourcePurchaseDialog-module__WKqRaq__helper,.ArticleResourcePurchaseDialog-module__WKqRaq__footerHelper{margin:0}.ArticleResourcePurchaseDialog-module__WKqRaq__qrSection{gap:12px;margin-bottom:14px;display:grid}.ArticleResourcePurchaseDialog-module__WKqRaq__qrHeader{color:var(--foreground);font-size:14px;font-weight:600}.ArticleResourcePurchaseDialog-module__WKqRaq__qrCard{border:1px solid color-mix(in srgb, var(--border) 88%, transparent);background:color-mix(in srgb, var(--card) 92%, var(--foreground) 3%);border-radius:16px;justify-content:center;padding:16px;display:flex}.ArticleResourcePurchaseDialog-module__WKqRaq__qrImage{border-radius:12px;width:min(100%,240px);height:auto}@media (max-width:640px){.ArticleResourcePurchaseDialog-module__WKqRaq__methodRow{grid-template-columns:1fr}}.ArticleResourcePurchaseDialog-module__WKqRaq__error{color:#d14343;margin-top:12px}
