@property --un-text-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}@property --un-bg-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}@property --un-content{syntax:"*";inherits:false;initial-value:"";}@property --un-scale-x{syntax:"*";inherits:false;initial-value:1;}@property --un-scale-y{syntax:"*";inherits:false;initial-value:1;}@property --un-scale-z{syntax:"*";inherits:false;initial-value:1;}@property --un-ease{syntax:"*";inherits:false;}@property --un-blur{syntax:"*";inherits:false;}@property --un-brightness{syntax:"*";inherits:false;}@property --un-contrast{syntax:"*";inherits:false;}@property --un-drop-shadow{syntax:"*";inherits:false;}@property --un-grayscale{syntax:"*";inherits:false;}@property --un-hue-rotate{syntax:"*";inherits:false;}@property --un-invert{syntax:"*";inherits:false;}@property --un-saturate{syntax:"*";inherits:false;}@property --un-sepia{syntax:"*";inherits:false;}:root,:host{--defaults-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--defaults-transition-duration: .15s;--ease-in: cubic-bezier(.4, 0, 1, 1);--colors-bg-base: var(--el-bg-color);--colors-red: oklch(.704 .191 22.216);--colors-text-tertiary: var(--el-text-color-tertiary);--colors-primary: var(--el-color-primary);--spacing: .25rem}:root{--f-xs:.8rem;--f-s:.9rem;--f-m:1rem;--f-l:1.3rem;--f-xl:1.35rem;--f-xxxs:.6rem;--f-xxs:.7rem;--f-xxl:1.5rem;--f-xxxl:2rem}:root{--gap-xs:.4rem;--gap-s:.5rem;--gap-m:1rem;--gap-l:1.5rem;--gap-xl:2rem;--gap-xxs:.3rem;--gap-xxl:2.5rem}.container{width:100%}@media (min-width: 40rem){.container{max-width:40rem}}@media (min-width: 48rem){.container{max-width:48rem}}@media (min-width: 64rem){.container{max-width:64rem}}@media (min-width: 80rem){.container{max-width:80rem}}@media (min-width: 96rem){.container{max-width:96rem}}.text-primary{color:color-mix(in oklch,var(--colors-primary) var(--un-text-opacity),transparent)}.text-red{color:color-mix(in oklch,var(--colors-red) var(--un-text-opacity),transparent)}.text-text-tertiary{color:color-mix(in oklch,var(--colors-text-tertiary) var(--un-text-opacity),transparent)}.font-600{--un-font-weight:600;font-weight:600}.b,.border,[b=""]{border-width:1px}.bg-bg-base{background-color:color-mix(in oklch,var(--colors-bg-base) var(--un-bg-opacity),transparent)}.flex,.sk-flex,[sk-flex=""]{display:flex}.inline-flex{display:inline-flex}.flex-1{flex:1 1 0%}.flex-grow{flex-grow:1}[size~="22"]{width:calc(var(--spacing) * 22);height:calc(var(--spacing) * 22)}[size~="24"]{width:calc(var(--spacing) * 24);height:calc(var(--spacing) * 24)}[size~="40"]{width:calc(var(--spacing) * 40);height:calc(var(--spacing) * 40)}.h-100\%,.h-full,[h-full=""]{height:100%}.h-200px,[h-200px=""]{height:200px}.h-300px,[h-300px=""]{height:300px}.h-400px,[h-400px=""]{height:400px}.h-450px,[h-450px=""]{height:450px}.h-500px,[h-500px=""]{height:500px}.h-600px,[h-600px=""]{height:600px}.w-150px{width:150px}.w-200px,[w-200px=""]{width:200px}.w-350px,[w-350px=""]{width:350px}[w-400px=""]{width:400px}.block{display:block}.inline-block{display:inline-block}.hidden,.selection-hidden *::selection,.selection-hidden::selection{display:none}.visible{visibility:visible}.cursor-pointer{cursor:pointer}.resize{resize:both}.content-box,.content-ref,[content-ref~=attachmentWrapResolve],[content~="{"],[content~="}"],[content~=content],[content~=item],[content~="props.content"],[content~="raw.children[0].content"],[content~="textRef?.textContent"],[content~=收起边栏],[content~=边栏搜索]{content:var(--un-content)}[scale~="0.8"]{--un-scale-x:.8%;--un-scale-y:.8%;scale:var(--un-scale-x) var(--un-scale-y)}.transform{transform:var(--un-rotate-x) var(--un-rotate-y) var(--un-rotate-z) var(--un-skew-x) var(--un-skew-y)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,--un-gradient-from,--un-gradient-via,--un-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--un-ease, var(--defaults-transition-timing-function));transition-duration:var(--un-duration, var(--defaults-transition-duration))}[delay~="60"]{transition-delay:60ms}.ease-in{--un-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.absolute,.position-absolute,[position-absolute=""]{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.overflow-hidden{overflow:hidden}[overflow~=visible]{overflow:visible}.blur{--un-blur:blur(8px);filter:var(--un-blur,) var(--un-brightness,) var(--un-contrast,) var(--un-grayscale,) var(--un-hue-rotate,) var(--un-invert,) var(--un-saturate,) var(--un-sepia,) var(--un-drop-shadow,)}[sk-flex~=col-between]{display:flex;justify-content:space-between;flex-direction:column}[sk-flex~=row_center]{display:flex;align-items:center;flex-direction:row}[sk-flex~=row-between-center]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.ml-m,[ml-m=""]{margin-left:var(--gap-m)}.mlr-m,[mlr-m=""]{margin-left:var(--gap-m);margin-right:var(--gap-m)}.mt-m,[mt-m=""]{margin-top:var(--gap-m)}.pl-m,[pl-m=""]{padding-left:var(--gap-m)}.plr-l{padding-left:var(--gap-l);padding-right:var(--gap-l)}.pt-m,[pt-m=""]{padding-top:var(--gap-m)}.ptb-s{padding-top:var(--gap-s);padding-bottom:var(--gap-s)}.mb-2{margin-bottom:2em}
